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>
This commit is contained in:
Kevin Lo 2001-09-16 17:25:13 +00:00
parent 62cd702467
commit cc7bbaf482
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47879
6 changed files with 36 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1 @@
MD5 (iconv-0.1.2.tar.gz) = b077173868e512453ecec8f45ae8eedc

View File

@ -0,0 +1 @@
An iconv wrapper for Python

View File

@ -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)

View File

@ -0,0 +1 @@
%%PYTHON_SITELIBDIR%%/iconv.so