diff options
author | rm <rm@FreeBSD.org> | 2011-12-12 19:24:28 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2011-12-12 19:24:28 +0800 |
commit | f4bdcf8c9605863feb3ca249c7123b08b3a8334f (patch) | |
tree | 3f74767b0b236a7a3d6a0a1d5bbab810c43c42ab /converters | |
parent | 24f6166369e9bb157c3f2d48a02fcbb559fa9bd3 (diff) | |
download | freebsd-ports-gnome-f4bdcf8c9605863feb3ca249c7123b08b3a8334f.tar.gz freebsd-ports-gnome-f4bdcf8c9605863feb3ca249c7123b08b3a8334f.tar.zst freebsd-ports-gnome-f4bdcf8c9605863feb3ca249c7123b08b3a8334f.zip |
Log:
- Remove expired port: Included into python itself since version 2.4.
Approved by: novel (mentor)
Feature safe: yes
Diffstat (limited to 'converters')
-rw-r--r-- | converters/Makefile | 1 | ||||
-rw-r--r-- | converters/py-iconvcodec/Makefile | 24 | ||||
-rw-r--r-- | converters/py-iconvcodec/distinfo | 2 | ||||
-rw-r--r-- | converters/py-iconvcodec/pkg-descr | 9 | ||||
-rw-r--r-- | converters/py-iconvcodec/pkg-plist | 5 |
5 files changed, 0 insertions, 41 deletions
diff --git a/converters/Makefile b/converters/Makefile index 36684f4bd348..62cf30f5edc1 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -129,7 +129,6 @@ SUBDIR += psiconv SUBDIR += py-bsdconv SUBDIR += py-iconv - SUBDIR += py-iconvcodec SUBDIR += py-pisa SUBDIR += py-svglib SUBDIR += py-unidecode diff --git a/converters/py-iconvcodec/Makefile b/converters/py-iconvcodec/Makefile deleted file mode 100644 index fdb195ff0950..000000000000 --- a/converters/py-iconvcodec/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection makefile for: py-iconv -# Date created: 23 April 2003 -# Whom: Hye-Shik Chang <perky@FreeBSD.org> -# -# $FreeBSD$ - -PORTNAME= iconvcodec -PORTVERSION= 1.1.2 -CATEGORIES= converters python -MASTER_SITES= BERLIOS/cjkpython -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Universal unicode codec using iconv(3) for Python - -DEPRECATED= Included into python itself since version 2.4 -EXPIRATION_DATE= 2011-12-11 - -USE_ICONV= yes -USE_PYTHON= 2.1+ -USE_PYDISTUTILS= yes -PYDISTUTILS_BUILDARGS= --with-libiconv=${LOCALBASE} - -.include <bsd.port.mk> diff --git a/converters/py-iconvcodec/distinfo b/converters/py-iconvcodec/distinfo deleted file mode 100644 index ea722c68edaf..000000000000 --- a/converters/py-iconvcodec/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (iconvcodec-1.1.2.tar.gz) = 89960c9192f1398fbe62e8b10e1b46e92638324522081d8aff7540e201968cb3 -SIZE (iconvcodec-1.1.2.tar.gz) = 17643 diff --git a/converters/py-iconvcodec/pkg-descr b/converters/py-iconvcodec/pkg-descr deleted file mode 100644 index 4a3c9fa818fc..000000000000 --- a/converters/py-iconvcodec/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -The iconvcodec is an universal unicode codec module for Python -using POSIX iconv(3). And, supports the following features: - - * PEP293 Error Callbacks (for Python 2.3 only) - * Reentrant-safe encoder and decoder - * Adaptive multiple unicode encodings: UCS, swapped UCS, UTF-8 - * Stateful/context-aware StreamReader and StreamWriter - -WWW: http://cjkpython.berlios.de/#iconvcodec diff --git a/converters/py-iconvcodec/pkg-plist b/converters/py-iconvcodec/pkg-plist deleted file mode 100644 index e25b9a75100b..000000000000 --- a/converters/py-iconvcodec/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -%%PYTHON_SITELIBDIR%%/_iconv_codec.so -%%PYTHON_SITELIBDIR%%/iconv_codec.pth -%%PYTHON_SITELIBDIR%%/iconv_codec.py -%%PYTHON_SITELIBDIR%%/iconv_codec.pyc -%%PYTHON_SITELIBDIR%%/iconv_codec.pyo |