aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2011-02-28 00:22:06 +0800
committermiwi <miwi@FreeBSD.org>2011-02-28 00:22:06 +0800
commit49cd8ba611b006f34936509f02d310ff486504e3 (patch)
treeda62375c265474204b90754a1f93105c92789685 /textproc
parent5a71032ba88328b60596276853410bf4d598a6fa (diff)
downloadfreebsd-ports-gnome-49cd8ba611b006f34936509f02d310ff486504e3.tar.gz
freebsd-ports-gnome-49cd8ba611b006f34936509f02d310ff486504e3.tar.zst
freebsd-ports-gnome-49cd8ba611b006f34936509f02d310ff486504e3.zip
Remove:
www/py-turbodjango www/py-turbosetup textproc/py-csv devel/py-uuid
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/py-csv/Makefile27
-rw-r--r--textproc/py-csv/distinfo3
-rw-r--r--textproc/py-csv/pkg-descr10
4 files changed, 0 insertions, 41 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 7eedc41ae2e5..70acbb90edd7 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1004,7 +1004,6 @@
SUBDIR += py-asv
SUBDIR += py-chardet
SUBDIR += py-creole
- SUBDIR += py-csv
SUBDIR += py-docutils
SUBDIR += py-dsv
SUBDIR += py-empy
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>