1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

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 <johann@egenetics.com>
This commit is contained in:
Vanilla I. Shu 2001-03-14 23:47:29 +00:00
parent b5ca58a3e4
commit 5ad8d491f6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39868
6 changed files with 38 additions and 0 deletions

View File

@ -121,6 +121,7 @@
SUBDIR += pspell
SUBDIR += pspell-ispell
SUBDIR += py-HyperText
SUBDIR += py-csv
SUBDIR += py-expat
SUBDIR += py-martel
SUBDIR += py-mxTextTools

24
textproc/py-csv/Makefile Normal file
View File

@ -0,0 +1,24 @@
# New ports collection makefile for: py-csv
# Date created: 27 February 2001
# Whom: Johann Visagie <johann@egenetics.com>
#
# $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 <bsd.port.mk>

1
textproc/py-csv/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (csv-0.2.tar.gz) = 1ce3b210b1d15404c9ea0660faab4cb7

View File

@ -0,0 +1 @@
A Python module to parse or write comma-separated value (CSV) files

10
textproc/py-csv/pkg-descr Normal file
View File

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

View File

@ -0,0 +1 @@
lib/%%PYTHON_VERSION%%/site-packages/csv.so