aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-csv
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2011-02-27 16:22:06 +0000
committerMartin Wilke <miwi@FreeBSD.org>2011-02-27 16:22:06 +0000
commitb3c8e65d3b02e3be7cb0e2d3a67b2331f6229b1d (patch)
treef13f111d016bd83b0c3a4819b9c1333397eb3920 /textproc/py-csv
parent7b7eca89c4923b23b1c9d5f4cad4b4d3893592ed (diff)
downloadports-b3c8e65d3b02e3be7cb0e2d3a67b2331f6229b1d.tar.gz
ports-b3c8e65d3b02e3be7cb0e2d3a67b2331f6229b1d.zip
Remove:
www/py-turbodjango www/py-turbosetup textproc/py-csv devel/py-uuid
Notes
Notes: svn path=/head/; revision=269921
Diffstat (limited to 'textproc/py-csv')
-rw-r--r--textproc/py-csv/Makefile27
-rw-r--r--textproc/py-csv/distinfo3
-rw-r--r--textproc/py-csv/pkg-descr10
3 files changed, 0 insertions, 40 deletions
diff --git a/textproc/py-csv/Makefile b/textproc/py-csv/Makefile
deleted file mode 100644
index f367cc1caa67..000000000000
--- a/textproc/py-csv/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# New ports collection makefile for: py-csv
-# Date created: 27 February 2001
-# Whom: Johann Visagie <johann@egenetics.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= csv
-PORTVERSION= 1.0
-CATEGORIES= textproc python
-MASTER_SITES= http://object-craft.com.au/projects/csv/download/
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A Python module to parse or write comma-separated value (CSV) files
-
-PLIST_FILES= %%PYTHON_SITELIBDIR%%/csv.so
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} >= 230
-IGNORE= As of Python 2.3, a similar (but not identical) module is included in the base system
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/textproc/py-csv/distinfo b/textproc/py-csv/distinfo
deleted file mode 100644
index 671471137ac3..000000000000
--- a/textproc/py-csv/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (csv-1.0.tar.gz) = a62811dd44884142203e9528af1cab26
-SHA256 (csv-1.0.tar.gz) = 5cc696b095753d7df557952bcdbd46753f3e5301646f2ce575ff75c80a8dfc0a
-SIZE (csv-1.0.tar.gz) = 11417
diff --git a/textproc/py-csv/pkg-descr b/textproc/py-csv/pkg-descr
deleted file mode 100644
index 338747f5650c..000000000000
--- a/textproc/py-csv/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-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.
-
-Author: Dave Cole <djc@object-craft.com.au>
-WWW: http://object-craft.com.au/projects/csv/
-
--- Johann Visagie <wjv@FreeBSD.org>