diff options
author | kevlo <kevlo@FreeBSD.org> | 2001-09-16 17:25:13 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2001-09-16 17:25:13 +0000 |
commit | b8f3ef0335b81becb84015b1bf9bf68ecb74d326 (patch) | |
tree | 35f03b2a7eea77182ea646f62e7946ed105e9205 /converters | |
parent | 6eb7daf890a58770b480b56e783cda41d45f9c31 (diff) | |
download | FreeBSD-ports-b8f3ef0335b81becb84015b1bf9bf68ecb74d326.zip FreeBSD-ports-b8f3ef0335b81becb84015b1bf9bf68ecb74d326.tar.gz |
Initial import of py-iconv-0.1.2.
This is an iconv wrapper for Python.
PR: 30505
Submitted by: Hye-Shik Chang <perky@python.or.kr>
Diffstat (limited to 'converters')
-rw-r--r-- | converters/Makefile | 1 | ||||
-rw-r--r-- | converters/py-iconv/Makefile | 28 | ||||
-rw-r--r-- | converters/py-iconv/distinfo | 1 | ||||
-rw-r--r-- | converters/py-iconv/pkg-comment | 1 | ||||
-rw-r--r-- | converters/py-iconv/pkg-descr | 4 | ||||
-rw-r--r-- | converters/py-iconv/pkg-plist | 1 |
6 files changed, 36 insertions, 0 deletions
diff --git a/converters/Makefile b/converters/Makefile index b4474a8..080438f 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -38,6 +38,7 @@ SUBDIR += p5-Unicode-Map8 SUBDIR += p5-Unicode-String SUBDIR += psiconv + SUBDIR += py-iconv SUBDIR += recode SUBDIR += ruby-dump.rb SUBDIR += ruby-iconv diff --git a/converters/py-iconv/Makefile b/converters/py-iconv/Makefile new file mode 100644 index 0000000..a7c6910 --- /dev/null +++ b/converters/py-iconv/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: py-iconv +# Date created: 11 September 2001 +# Whom: Hye-Shik Chang <perky@python.or.kr> +# +# $FreeBSD$ + +PORTNAME= iconv +PORTVERSION= 0.1.2 +CATEGORIES= converters python +MASTER_SITES= http://www.mx1.ru/iconv/ +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= perky@python.or.kr + +BUILD_DEPENDS= ${PYDISTUTILS} +LIB_DEPENDS= iconv.2:${PORTSDIR}/converters/iconv + +USE_PYTHON= yes +SETUP_CMD= cd ${WRKSRC} && ${PYTHON_CMD} setup.py +PLIST_SUB= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S|^${LOCALBASE}/||g} + +do-build: + ${SETUP_CMD} build + +do-install: + ${SETUP_CMD} install + +.include <bsd.port.mk> diff --git a/converters/py-iconv/distinfo b/converters/py-iconv/distinfo new file mode 100644 index 0000000..474de7d --- /dev/null +++ b/converters/py-iconv/distinfo @@ -0,0 +1 @@ +MD5 (iconv-0.1.2.tar.gz) = b077173868e512453ecec8f45ae8eedc diff --git a/converters/py-iconv/pkg-comment b/converters/py-iconv/pkg-comment new file mode 100644 index 0000000..37cb1e7 --- /dev/null +++ b/converters/py-iconv/pkg-comment @@ -0,0 +1 @@ +An iconv wrapper for Python diff --git a/converters/py-iconv/pkg-descr b/converters/py-iconv/pkg-descr new file mode 100644 index 0000000..62c815e --- /dev/null +++ b/converters/py-iconv/pkg-descr @@ -0,0 +1,4 @@ +This is an iconv wrapper for Python. + +WWW: http://freshmeat.net/projects/iconv4python/ +(author's homepage is http://www.mx1.ru/iconv/ but it's not available now) diff --git a/converters/py-iconv/pkg-plist b/converters/py-iconv/pkg-plist new file mode 100644 index 0000000..95dada8 --- /dev/null +++ b/converters/py-iconv/pkg-plist @@ -0,0 +1 @@ +%%PYTHON_SITELIBDIR%%/iconv.so |