From owner-freebsd-ports Tue Feb 27 3:10: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2BCBE37B719 for ; Tue, 27 Feb 2001 03:10:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1RBA4P47303; Tue, 27 Feb 2001 03:10:04 -0800 (PST) (envelope-from gnats) Received: from fling.sanbi.ac.za (fling.sanbi.ac.za [196.38.142.119]) by hub.freebsd.org (Postfix) with ESMTP id 53E6037B719 for ; Tue, 27 Feb 2001 03:03:42 -0800 (PST) (envelope-from johann@sanbi.ac.za) Received: from johann by fling.sanbi.ac.za with local (Exim 3.13 #4) id 14Xhuq-000OoH-00 for FreeBSD-gnats-submit@freebsd.org; Tue, 27 Feb 2001 13:03:36 +0200 Message-Id: Date: Tue, 27 Feb 2001 13:03:36 +0200 From: johann@egenetics.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/25408: New port: textproc/py-csv Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25408 >Category: ports >Synopsis: New port: textproc/py-csv >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 27 03:10:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Johann Visagie >Release: FreeBSD 5.0-CURRENT i386 >Organization: Electric Genetics >Environment: >Description: - New port textproc/py-csv, a small yet fast Python extension module (written in C) to parse or generate comma-separated value (CSV) files. >How-To-Repeat: >Fix: # 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: # # py-csv # py-csv/Makefile # py-csv/pkg-descr # py-csv/pkg-comment # py-csv/distinfo # py-csv/pkg-plist # echo c - py-csv mkdir -p py-csv > /dev/null 2>&1 echo x - py-csv/Makefile sed 's/^X//' >py-csv/Makefile << 'END-of-py-csv/Makefile' X# New ports collection makefile for: py-csv X# Date created: 27 February 2001 X# Whom: Johann Visagie X# X# $FreeBSD$ X# X XPORTNAME= csv XPORTVERSION= 0.2 XCATEGORIES= textproc python XMASTER_SITES= http://object-craft.com.au/projects/csv/ XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} X XMAINTAINER= johann@egenetics.com X XUSE_PYTHON= yes X XWRKSRC= ${WRKDIR}/csv X Xdo-configure: X @ (cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${MAKE} -f \ X Makefile.pre.in boot) X X.include END-of-py-csv/Makefile echo x - py-csv/pkg-descr sed 's/^X//' >py-csv/pkg-descr << 'END-of-py-csv/pkg-descr' XA small, fast Python extension module - written in C - to parse or write Xfiles in comma-separated value (CSV) format. It allows for the use of Xalternative field separator characters (besides commas). X XThis module is only documented on its web site. X XAuthor: Dave Cole XWWW: http://object-craft.com.au/projects/csv/ X X-- Johann Visagie END-of-py-csv/pkg-descr echo x - py-csv/pkg-comment sed 's/^X//' >py-csv/pkg-comment << 'END-of-py-csv/pkg-comment' XA Python module to parse or write comma-separated value (CSV) files END-of-py-csv/pkg-comment echo x - py-csv/distinfo sed 's/^X//' >py-csv/distinfo << 'END-of-py-csv/distinfo' XMD5 (csv-0.2.tar.gz) = 1ce3b210b1d15404c9ea0660faab4cb7 END-of-py-csv/distinfo echo x - py-csv/pkg-plist sed 's/^X//' >py-csv/pkg-plist << 'END-of-py-csv/pkg-plist' Xlib/%%PYTHON_VERSION%%/site-packages/csv.so END-of-py-csv/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message