diff options
author | Johann Visagie <wjv@FreeBSD.org> | 2001-07-12 15:01:51 +0000 |
---|---|---|
committer | Johann Visagie <wjv@FreeBSD.org> | 2001-07-12 15:01:51 +0000 |
commit | e6dff4dff592995c62bf6f42f0cf78ba2b7370d4 (patch) | |
tree | fd9c789728b2d90ef5567596ca7eb526acd51c74 /textproc/py-csv | |
parent | 01e5f869a28ed298c5434542beea537f3ec913f7 (diff) | |
download | ports-e6dff4dff592995c62bf6f42f0cf78ba2b7370d4.tar.gz ports-e6dff4dff592995c62bf6f42f0cf78ba2b7370d4.zip |
Notes
Diffstat (limited to 'textproc/py-csv')
-rw-r--r-- | textproc/py-csv/Makefile | 2 | ||||
-rw-r--r-- | textproc/py-csv/distinfo | 2 | ||||
-rw-r--r-- | textproc/py-csv/pkg-descr | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/textproc/py-csv/Makefile b/textproc/py-csv/Makefile index 8779689ab68a..dab9ff8cf477 100644 --- a/textproc/py-csv/Makefile +++ b/textproc/py-csv/Makefile @@ -6,7 +6,7 @@ # PORTNAME= csv -PORTVERSION= 0.3 +PORTVERSION= 0.4 CATEGORIES= textproc python MASTER_SITES= http://object-craft.com.au/projects/csv/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/textproc/py-csv/distinfo b/textproc/py-csv/distinfo index 96cc0a8afebc..4737afa44ad2 100644 --- a/textproc/py-csv/distinfo +++ b/textproc/py-csv/distinfo @@ -1 +1 @@ -MD5 (csv-0.3.tar.gz) = 64f6e7edf397504c844a43c32718b9c0 +MD5 (csv-0.4.tar.gz) = 21ba65778262361580d524348108bd95 diff --git a/textproc/py-csv/pkg-descr b/textproc/py-csv/pkg-descr index 82e9706e52cb..338747f5650c 100644 --- a/textproc/py-csv/pkg-descr +++ b/textproc/py-csv/pkg-descr @@ -1,5 +1,5 @@ -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 +A small, (very!) 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 documented only on its web site. @@ -7,4 +7,4 @@ This module is documented only 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> +-- Johann Visagie <wjv@FreeBSD.org> |