From nobody@FreeBSD.org  Tue Sep 11 02:17:27 2001
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id DB29237B405
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 11 Sep 2001 02:17:20 -0700 (PDT)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.11.4/8.11.4) id f8B9HKo89742;
	Tue, 11 Sep 2001 02:17:20 -0700 (PDT)
	(envelope-from nobody)
Message-Id: <200109110917.f8B9HKo89742@freefall.freebsd.org>
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: New port: converters/py-iconv
X-Send-Pr-Version: www-1.0

>Number:         30505
>Category:       ports
>Synopsis:       New port: converters/py-iconv
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          wish
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 11 02:20:00 PDT 2001
>Closed-Date:    Sun Sep 16 10:25:27 PDT 2001
>Last-Modified:  Sun Sep 16 10:25:37 PDT 2001
>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:
State-Changed-From-To: open->closed 
State-Changed-By: kevlo 
State-Changed-When: Sun Sep 16 10:25:27 PDT 2001 
State-Changed-Why:  
Committed, thanks. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30505 
>Unformatted:
