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:
parent
62cd702467
commit
cc7bbaf482
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47879
@ -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
|
||||
|
28
converters/py-iconv/Makefile
Normal file
28
converters/py-iconv/Makefile
Normal 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>
|
1
converters/py-iconv/distinfo
Normal file
1
converters/py-iconv/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (iconv-0.1.2.tar.gz) = b077173868e512453ecec8f45ae8eedc
|
1
converters/py-iconv/pkg-comment
Normal file
1
converters/py-iconv/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
An iconv wrapper for Python
|
4
converters/py-iconv/pkg-descr
Normal file
4
converters/py-iconv/pkg-descr
Normal 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)
|
1
converters/py-iconv/pkg-plist
Normal file
1
converters/py-iconv/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
%%PYTHON_SITELIBDIR%%/iconv.so
|
Loading…
Reference in New Issue
Block a user