Received: by mail.netbsd.org (Postfix, from userid 605) id 2381184D96; Mon, 23 Oct 2017 13:04:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A237184CE4 for ; Mon, 23 Oct 2017 13:04:54 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id bibxw_ralTYS for ; Mon, 23 Oct 2017 13:04:54 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2D71884C2E for ; Mon, 23 Oct 2017 13:04:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 271D2FBDE; Mon, 23 Oct 2017 13:04:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1508763894227780" MIME-Version: 1.0 Date: Mon, 23 Oct 2017 13:04:54 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/textproc/p5-Text-CSV_XS To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20171023130454.271D2FBDE@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1508763894227780 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Oct 23 13:04:54 UTC 2017 Modified Files: pkgsrc/textproc/p5-Text-CSV_XS: Makefile distinfo Log Message: p5-Text-CSV_XS: update to 1.33. 1.33 - 2017-10-19, H.Merijn Brand * Small additional fix for eol = \r + BOM * Updated doc for example files * Add support for formula actions (issue 11) - csv2xls and csv2xlsx now warn by default * Reset file info on ->header call (RT#123320) To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 pkgsrc/textproc/p5-Text-CSV_XS/Makefile cvs rdiff -u -r1.45 -r1.46 pkgsrc/textproc/p5-Text-CSV_XS/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1508763894227780 Content-Disposition: inline Content-Length: 1719 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/p5-Text-CSV_XS/Makefile diff -u pkgsrc/textproc/p5-Text-CSV_XS/Makefile:1.68 pkgsrc/textproc/p5-Text-CSV_XS/Makefile:1.69 --- pkgsrc/textproc/p5-Text-CSV_XS/Makefile:1.68 Sun Sep 17 07:06:08 2017 +++ pkgsrc/textproc/p5-Text-CSV_XS/Makefile Mon Oct 23 13:04:53 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.68 2017/09/17 07:06:08 wiz Exp $ +# $NetBSD: Makefile,v 1.69 2017/10/23 13:04:53 wiz Exp $ -DISTNAME= Text-CSV_XS-1.32 +DISTNAME= Text-CSV_XS-1.33 PKGNAME= p5-${DISTNAME} CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} Index: pkgsrc/textproc/p5-Text-CSV_XS/distinfo diff -u pkgsrc/textproc/p5-Text-CSV_XS/distinfo:1.45 pkgsrc/textproc/p5-Text-CSV_XS/distinfo:1.46 --- pkgsrc/textproc/p5-Text-CSV_XS/distinfo:1.45 Sun Sep 17 07:06:08 2017 +++ pkgsrc/textproc/p5-Text-CSV_XS/distinfo Mon Oct 23 13:04:53 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.45 2017/09/17 07:06:08 wiz Exp $ +$NetBSD: distinfo,v 1.46 2017/10/23 13:04:53 wiz Exp $ -SHA1 (Text-CSV_XS-1.32.tgz) = 9dc4c1649cef0f69ce19e147ac60d799a795f4a4 -RMD160 (Text-CSV_XS-1.32.tgz) = 3e52873107344f46ee62d1ae0ab3a4ffadd05fe5 -SHA512 (Text-CSV_XS-1.32.tgz) = 6ffe8569347f0c99110657ace431e50e9a9e937e11d6904f33f1a087115cbded8d68d32d9e49fbd6ea54300fbb5da7e9f4479ab3f3d48e8b69ea1c1c3a2a2a7c -Size (Text-CSV_XS-1.32.tgz) = 168648 bytes +SHA1 (Text-CSV_XS-1.33.tgz) = 9f39abd1e1954be80bc5d27eefa0de1024e12ee6 +RMD160 (Text-CSV_XS-1.33.tgz) = 93d7932667225be02e268140301361cb1126d497 +SHA512 (Text-CSV_XS-1.33.tgz) = f6a18e57ee2d4e1f305af02922d081c487458453d0553166d1ce01de92f2b779a6b227e7136f37532c2614634f4192b699ef06526c1ca624ed4bd3daacbee35b +Size (Text-CSV_XS-1.33.tgz) = 173650 bytes --_----------=_1508763894227780--