ports/120887: [PATCH] textproc/p5-Text-CSV_XS: update to 0.34

Yen-Ming Lee leeym at FreeBSD.org
Wed Feb 20 17:00:06 UTC 2008


>Number:         120887
>Category:       ports
>Synopsis:       [PATCH] textproc/p5-Text-CSV_XS: update to 0.34
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 20 17:00:05 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 6.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD db1.leeym.com 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 UTC 2007
>Description:
- Update to 0.34
- Utilize CPAN macro
- Update COMMENT and pkg-descr

Port maintainer (ache at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-Text-CSV_XS-0.34.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/textproc/p5-Text-CSV_XS/Makefile,v
retrieving revision 1.10
diff -u -u -r1.10 Makefile
--- Makefile	25 Nov 2005 03:25:00 -0000	1.10
+++ Makefile	20 Feb 2008 16:55:29 -0000
@@ -6,14 +6,14 @@
 #
 
 PORTNAME=	Text-CSV_XS
-PORTVERSION=	0.23
+PORTVERSION=	0.34
 CATEGORIES=	textproc perl5
-MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR=	Text
+MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
+EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	ache at FreeBSD.org
-COMMENT=	Composition and decomposition of comma-separated values
+COMMENT=	Comma-separated values manipulation routines
 
 PERL_CONFIGURE=	yes
 
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/textproc/p5-Text-CSV_XS/distinfo,v
retrieving revision 1.5
diff -u -u -r1.5 distinfo
--- distinfo	24 Jan 2006 03:09:56 -0000	1.5
+++ distinfo	20 Feb 2008 16:55:29 -0000
@@ -1,3 +1,3 @@
-MD5 (Text-CSV_XS-0.23.tar.gz) = 936eca163a09e92353565ad37ee7a4fa
-SHA256 (Text-CSV_XS-0.23.tar.gz) = b5b5fdb4908dc58835162b3145aa096eaa38cca8d2e611c37364822b8571c60f
-SIZE (Text-CSV_XS-0.23.tar.gz) = 16164
+MD5 (Text-CSV_XS-0.34.tgz) = 9e10d0ccf0aa1111098eca12d0de87a3
+SHA256 (Text-CSV_XS-0.34.tgz) = 8364c61c2abc9faab55176b99dead364a3d655c9bab1dc34921dfa09967177d3
+SIZE (Text-CSV_XS-0.34.tgz) = 43233
Index: pkg-descr
===================================================================
RCS file: /home/pcvs/ports/textproc/p5-Text-CSV_XS/pkg-descr,v
retrieving revision 1.1.1.1
diff -u -u -r1.1.1.1 pkg-descr
--- pkg-descr	19 Nov 1999 00:47:13 -0000	1.1.1.1
+++ pkg-descr	20 Feb 2008 16:55:29 -0000
@@ -1,3 +1,9 @@
-Text::CSV provides facilities for the composition and decomposition of
-comma-separated values.  An instance of the Text::CSV class can combine
+Text::CSV_XS provides facilities for the composition and decomposition of
+comma-separated values. An instance of the Text::CSV_XS class can combine
 fields into a CSV string and parse a CSV string into fields.
+
+The module accepts either strings or files as input and can utilize any
+user-specified characters as delimiters, separators, and escapes so it is
+perhaps better called ASV (anything separated values) rather than just CSV.
+
+WWW: http://search.cpan.org/dist/Text-CSV_XS/
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/textproc/p5-Text-CSV_XS/pkg-plist,v
retrieving revision 1.3
diff -u -u -r1.3 pkg-plist
--- pkg-plist	24 Oct 2003 12:04:07 -0000	1.3
+++ pkg-plist	20 Feb 2008 16:55:29 -0000
@@ -2,6 +2,6 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/CSV_XS/CSV_XS.bs
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/CSV_XS/CSV_XS.so
 %%SITE_PERL%%/%%PERL_ARCH%%/Text/CSV_XS.pm
- at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/CSV_XS
- at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text
- at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Text
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/CSV_XS
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Text
--- p5-Text-CSV_XS-0.34.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list