From 5ad8d491f66df44ea667c42f3e313f2e2176a689 Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Wed, 14 Mar 2001 23:47:29 +0000 Subject: a small yet fast Python extension module (written in C) to parse or generate comma-separated value (CSV) files. PR: ports/25408 Submitted by: Johann Visagie --- textproc/py-csv/Makefile | 24 ++++++++++++++++++++++++ textproc/py-csv/distinfo | 1 + textproc/py-csv/pkg-comment | 1 + textproc/py-csv/pkg-descr | 10 ++++++++++ textproc/py-csv/pkg-plist | 1 + 5 files changed, 37 insertions(+) create mode 100644 textproc/py-csv/Makefile create mode 100644 textproc/py-csv/distinfo create mode 100644 textproc/py-csv/pkg-comment create mode 100644 textproc/py-csv/pkg-descr create mode 100644 textproc/py-csv/pkg-plist (limited to 'textproc/py-csv') diff --git a/textproc/py-csv/Makefile b/textproc/py-csv/Makefile new file mode 100644 index 000000000000..8eeabef1bd27 --- /dev/null +++ b/textproc/py-csv/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: py-csv +# Date created: 27 February 2001 +# Whom: Johann Visagie +# +# $FreeBSD$ +# + +PORTNAME= csv +PORTVERSION= 0.2 +CATEGORIES= textproc python +MASTER_SITES= http://object-craft.com.au/projects/csv/ +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= johann@egenetics.com + +USE_PYTHON= yes + +WRKSRC= ${WRKDIR}/csv + +do-configure: + @ (cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${MAKE} -f \ + Makefile.pre.in boot) + +.include diff --git a/textproc/py-csv/distinfo b/textproc/py-csv/distinfo new file mode 100644 index 000000000000..bed5ee9aec62 --- /dev/null +++ b/textproc/py-csv/distinfo @@ -0,0 +1 @@ +MD5 (csv-0.2.tar.gz) = 1ce3b210b1d15404c9ea0660faab4cb7 diff --git a/textproc/py-csv/pkg-comment b/textproc/py-csv/pkg-comment new file mode 100644 index 000000000000..f830ebe912e1 --- /dev/null +++ b/textproc/py-csv/pkg-comment @@ -0,0 +1 @@ +A Python module to parse or write comma-separated value (CSV) files diff --git a/textproc/py-csv/pkg-descr b/textproc/py-csv/pkg-descr new file mode 100644 index 000000000000..6549827d097e --- /dev/null +++ b/textproc/py-csv/pkg-descr @@ -0,0 +1,10 @@ +A small, fast Python extension module - written in C - to parse or write +files in comma-separated value (CSV) format. It allows for the use of +alternative field separator characters (besides commas). + +This module is only documented on its web site. + +Author: Dave Cole +WWW: http://object-craft.com.au/projects/csv/ + +-- Johann Visagie diff --git a/textproc/py-csv/pkg-plist b/textproc/py-csv/pkg-plist new file mode 100644 index 000000000000..03ca8bd7c33a --- /dev/null +++ b/textproc/py-csv/pkg-plist @@ -0,0 +1 @@ +lib/%%PYTHON_VERSION%%/site-packages/csv.so -- cgit v1.2.3