Date: Tue, 11 Sep 2001 02:17:20 -0700 (PDT) From: Hye-Shik Chang <perky@python.or.kr> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/30505: New port: converters/py-iconv Message-ID: <200109110917.f8B9HKo89742@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 30505 >Category: ports >Synopsis: New port: converters/py-iconv >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: wish >Submitter-Id: current-users >Arrival-Date: Tue Sep 11 02:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Hye-Shik Chang >Release: FreeBSD 4.3 >Organization: Yonsei University >Environment: FreeBSD perky.dnip.net 4.3-STABLE FreeBSD 4.3-STABLE #1: Thu Jul 19 21:50:54 KST 2001 root@perky.dnip.net:/usr/src/sys/compile/PERKY i386 >Description: iconv wrapper for python; similar to converters/ruby-iconv >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # py-iconv # py-iconv/Makefile # py-iconv/distinfo # py-iconv/pkg-comment # py-iconv/pkg-descr # py-iconv/pkg-plist # echo c - py-iconv mkdir -p py-iconv > /dev/null 2>&1 echo x - py-iconv/Makefile sed 's/^X//' >py-iconv/Makefile << 'END-of-py-iconv/Makefile' X# New ports collection makefile for: py-iconv X# Date created: 11 September 2001 X# Whom: Hye-Shik Chang <perky@python.or.kr> X# X# $FreeBSD$ X XPORTNAME= iconv XPORTVERSION= 0.1.2 XCATEGORIES= converters python XMASTER_SITES= http://www.mx1.ru/iconv/ XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} X XMAINTAINER= perky@python.or.kr X XBUILD_DEPENDS= ${PYDISTUTILS} XLIB_DEPENDS= iconv.2:${PORTSDIR}/converters/iconv X XUSE_PYTHON= yes XSETUP_CMD= cd ${WRKSRC} && ${PYTHON_CMD} setup.py XPLIST_SUB= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S|^${LOCALBASE}/||g} X Xdo-build: X ${SETUP_CMD} build X Xdo-install: X ${SETUP_CMD} install X X.include <bsd.port.mk> END-of-py-iconv/Makefile echo x - py-iconv/distinfo sed 's/^X//' >py-iconv/distinfo << 'END-of-py-iconv/distinfo' XMD5 (iconv-0.1.2.tar.gz) = b077173868e512453ecec8f45ae8eedc END-of-py-iconv/distinfo echo x - py-iconv/pkg-comment sed 's/^X//' >py-iconv/pkg-comment << 'END-of-py-iconv/pkg-comment' XAn iconv wrapper for Python END-of-py-iconv/pkg-comment echo x - py-iconv/pkg-descr sed 's/^X//' >py-iconv/pkg-descr << 'END-of-py-iconv/pkg-descr' XThis is an iconv wrapper for Python. X XWWW: http://freshmeat.net/projects/iconv4python/ X(author's homepage is http://www.mx1.ru/iconv/ but it's not available now) END-of-py-iconv/pkg-descr echo x - py-iconv/pkg-plist sed 's/^X//' >py-iconv/pkg-plist << 'END-of-py-iconv/pkg-plist' X%%PYTHON_SITELIBDIR%%/iconv.so END-of-py-iconv/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200109110917.f8B9HKo89742>