Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Feb 2001 13:03:36 +0200
From:      johann@egenetics.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/25408: New port: textproc/py-csv
Message-ID:  <E14Xhuq-000OoH-00@fling.sanbi.ac.za>

next in thread | raw e-mail | index | archive | help

>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 <johann@egenetics.com>
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 <bsd.port.mk>
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 <djc@object-craft.com.au>
XWWW:    http://object-craft.com.au/projects/csv/
X
X-- Johann Visagie <johann@egenetics.com>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E14Xhuq-000OoH-00>