diff options
author | wjv <wjv@FreeBSD.org> | 2001-07-12 23:01:51 +0800 |
---|---|---|
committer | wjv <wjv@FreeBSD.org> | 2001-07-12 23:01:51 +0800 |
commit | 7941ed10aada1a87298337e514ede9b502af9e72 (patch) | |
tree | d7beee54d733e70e0a54bfb991383b667645b4a1 /textproc/py-csv | |
parent | 8b676ab135be20abe601aef8b908aba65c0c12ef (diff) | |
download | freebsd-ports-gnome-7941ed10aada1a87298337e514ede9b502af9e72.tar.gz freebsd-ports-gnome-7941ed10aada1a87298337e514ede9b502af9e72.tar.zst freebsd-ports-gnome-7941ed10aada1a87298337e514ede9b502af9e72.zip |
Update to version 0.4
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> |