From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 11 07:30:25 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B5BC16A503 for ; Tue, 11 Jul 2006 07:30:25 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F0E043D66 for ; Tue, 11 Jul 2006 07:30:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k6B7UKFW042764 for ; Tue, 11 Jul 2006 07:30:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k6B7UKJf042763; Tue, 11 Jul 2006 07:30:20 GMT (envelope-from gnats) Resent-Date: Tue, 11 Jul 2006 07:30:20 GMT Resent-Message-Id: <200607110730.k6B7UKJf042763@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gea-Suan Lin Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CE3A16A4DA for ; Tue, 11 Jul 2006 07:20:28 +0000 (UTC) (envelope-from gslin@netnews.NCTU.edu.tw) Received: from netnews.NCTU.edu.tw (ccreader.nctu.edu.tw [140.113.54.119]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0F1343D55 for ; Tue, 11 Jul 2006 07:20:27 +0000 (GMT) (envelope-from gslin@netnews.NCTU.edu.tw) Received: by netnews.NCTU.edu.tw (Postfix, from userid 1000) id 8938D629; Tue, 11 Jul 2006 15:20:22 +0800 (CST) Message-Id: <20060711072022.8938D629@netnews.NCTU.edu.tw> Date: Tue, 11 Jul 2006 15:20:22 +0800 (CST) From: Gea-Suan Lin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: gslin@gslin.org Subject: ports/100064: [NEW PORT] textproc/p5-Text-CSV_PP: Comma-separated values manipulation routines PP version X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jul 2006 07:30:25 -0000 >Number: 100064 >Category: ports >Synopsis: [NEW PORT] textproc/p5-Text-CSV_PP: Comma-separated values manipulation routines PP version >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jul 11 07:30:19 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 6.1-RELEASE i386 >Organization: >Environment: System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006 >Description: Text::CSV_PP has almost same functions of Text::CSV_XS which provides facilities for the composition and decomposition of comma-separated values. As its name suggests, Text::CSV_XS is a XS module and Text::CSV_PP is a Puer Perl one. Author: Makamaka Hannyaharamitu, WWW: http://search.cpan.org/dist/Text-CSV_PP/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Text-CSV_PP-1.01.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-Text-CSV_PP # p5-Text-CSV_PP/pkg-descr # p5-Text-CSV_PP/Makefile # p5-Text-CSV_PP/pkg-plist # p5-Text-CSV_PP/distinfo # echo c - p5-Text-CSV_PP mkdir -p p5-Text-CSV_PP > /dev/null 2>&1 echo x - p5-Text-CSV_PP/pkg-descr sed 's/^X//' >p5-Text-CSV_PP/pkg-descr << 'END-of-p5-Text-CSV_PP/pkg-descr' XText::CSV_PP has almost same functions of Text::CSV_XS which provides Xfacilities for the composition and decomposition of comma-separated Xvalues. As its name suggests, Text::CSV_XS is a XS module and XText::CSV_PP is a Puer Perl one. X XAuthor: Makamaka Hannyaharamitu, XWWW: http://search.cpan.org/dist/Text-CSV_PP/ END-of-p5-Text-CSV_PP/pkg-descr echo x - p5-Text-CSV_PP/Makefile sed 's/^X//' >p5-Text-CSV_PP/Makefile << 'END-of-p5-Text-CSV_PP/Makefile' X# New ports collection makefile for: p5-Text-CSV_PP X# Date created: 2006-07-11 X# Whom: Gea-Suan Lin X# X# $FreeBSD$ X# X XPORTNAME= Text-CSV_PP XPORTVERSION= 1.01 XCATEGORIES= textproc perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Text XPKGNAMEPREFIX= p5- X XMAINTAINER= gslin@gslin.org XCOMMENT= Comma-separated values manipulation routines PP version X XPERL_CONFIGURE= yes X XMAN3= Text::CSV_PP.3 X X.include X.include END-of-p5-Text-CSV_PP/Makefile echo x - p5-Text-CSV_PP/pkg-plist sed 's/^X//' >p5-Text-CSV_PP/pkg-plist << 'END-of-p5-Text-CSV_PP/pkg-plist' X@comment $FreeBSD$ X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/CSV_PP/.packlist X%%SITE_PERL%%/Text/CSV_PP.pm X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/CSV_PP X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text X@dirrmtry %%SITE_PERL%%/Text END-of-p5-Text-CSV_PP/pkg-plist echo x - p5-Text-CSV_PP/distinfo sed 's/^X//' >p5-Text-CSV_PP/distinfo << 'END-of-p5-Text-CSV_PP/distinfo' XMD5 (Text-CSV_PP-1.01.tar.gz) = 0f2db7130a6fce62ebe19af8bcf40538 XSHA256 (Text-CSV_PP-1.01.tar.gz) = b1a0922e4720e4b4ac342d2c8df60a8349eb09355883e348548d06f7e2850d7d XSIZE (Text-CSV_PP-1.01.tar.gz) = 8923 END-of-p5-Text-CSV_PP/distinfo exit --- p5-Text-CSV_PP-1.01.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: