From drt@c0re.bewaff.net  Wed Jan 30 14:04:10 2002
Return-Path: <drt@c0re.bewaff.net>
Received: from c0re.bewaff.net (c0re.bewaff.net [217.6.214.132])
	by hub.freebsd.org (Postfix) with SMTP id 1CF9837B402
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 30 Jan 2002 14:04:09 -0800 (PST)
Received: (qmail 67531 invoked by uid 1000); 30 Jan 2002 22:04:01 -0000
Message-Id: <20020130220401.67530.qmail@c0re.bewaff.net>
Date: 30 Jan 2002 22:04:01 -0000
From: drt@un.bewaff.net
To: FreeBSD-gnats-submit@freebsd.org
Subject: New port: IPy python module
X-Send-Pr-Version: 3.2

>Number:         34462
>Category:       ports
>Synopsis:       New port: IPy python module
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 30 14:10:00 PST 2002
>Closed-Date:    Thu Jan 31 00:02:29 PST 2002
>Last-Modified:  Thu Jan 31 00:02:43 PST 2002
>Originator:     Doobee R. Tzeck
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
>Environment:

	

>Description:

This is a new Port for the IPy Python module similar to Perl's
Net::IP.

I hope I got all the Python distutils installation magick right.

>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:
#
#	/usr/ports/net//py-IPy/
#	/usr/ports/net//py-IPy/Makefile
#	/usr/ports/net//py-IPy/pkg-comment
#	/usr/ports/net//py-IPy/pkg-descr
#	/usr/ports/net//py-IPy/pkg-plist
#	/usr/ports/net//py-IPy/distinfo
#
echo c - /usr/ports/net//py-IPy/
mkdir -p /usr/ports/net//py-IPy/ > /dev/null 2>&1
echo x - /usr/ports/net//py-IPy/Makefile
sed 's/^X//' >/usr/ports/net//py-IPy/Makefile << 'END-of-/usr/ports/net//py-IPy/Makefile'
X# New ports collection makefile for:	IPy
X# Date created:				30 Jan 2002
X# Whom:					Doobee R. Tzeck <drt@un.bewaff.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	IPy
XPORTVERSION=	0.41
XCATEGORIES=	net python
XMASTER_SITES=	http://c0re.jp/c0de/IPy/ http://untergrund.bewaff.net/~drt/c0re.jp/c0de/IPy/
XPKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
XDIST_SUBDIR=	python
X
XMAINTAINER=	drt@un.bewaff.net
X
XBUILD_DEPENDS=	${PYDISTUTILS}
X
XUSE_PYTHON=	yes
X
XPLIST_SUB+=	PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S/^${LOCALBASE}\///g}
XSETUP_CMD=	cd ${WRKSRC} && ${PYTHON_CMD} setup.py
X
Xpost-build:
X	${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}
X	${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}
X
Xdo-build:
X	${SETUP_CMD} build
X
Xdo-install:
X	${SETUP_CMD} install
X
X.include <bsd.port.mk>
END-of-/usr/ports/net//py-IPy/Makefile
echo x - /usr/ports/net//py-IPy/pkg-comment
sed 's/^X//' >/usr/ports/net//py-IPy/pkg-comment << 'END-of-/usr/ports/net//py-IPy/pkg-comment'
XIP parsing and calculation Module for Python
END-of-/usr/ports/net//py-IPy/pkg-comment
echo x - /usr/ports/net//py-IPy/pkg-descr
sed 's/^X//' >/usr/ports/net//py-IPy/pkg-descr << 'END-of-/usr/ports/net//py-IPy/pkg-descr'
XPython module for handling IPv4 and IPv6 Addresses and Networks in a fashion
Xsimilar to perl's Net::IP and friends. The IP class allows a comfortable
Xparsing and handling for most notations in use for IPv4 and IPv6 Addresses
Xand Networks. 
X
XWWW: http://c0re.jp/c0de/IPy/
END-of-/usr/ports/net//py-IPy/pkg-descr
echo x - /usr/ports/net//py-IPy/pkg-plist
sed 's/^X//' >/usr/ports/net//py-IPy/pkg-plist << 'END-of-/usr/ports/net//py-IPy/pkg-plist'
X%%PYTHON_SITELIBDIR%%/IPy.py
X%%PYTHON_SITELIBDIR%%/IPy.pyc
X%%PYTHON_SITELIBDIR%%/IPy.pyo
END-of-/usr/ports/net//py-IPy/pkg-plist
echo x - /usr/ports/net//py-IPy/distinfo
sed 's/^X//' >/usr/ports/net//py-IPy/distinfo << 'END-of-/usr/ports/net//py-IPy/distinfo'
XMD5 (python/IPy-0.41.tar.gz) = 883aca022bfe7a4a5867995bed267072
END-of-/usr/ports/net//py-IPy/distinfo
exit


>Release-Note:
>Audit-Trail:

From: Ying-Chieh Liao <ijliao@FreeBSD.ORG>
To: drt@un.bewaff.net
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: ports/34462: New port: IPy python module
Date: Thu, 31 Jan 2002 13:08:29 +0800

 --u3/rZRmxL6MmkK24
 Content-Type: text/plain; charset=big5
 Content-Disposition: inline
 
 I've just commit one a few days ago :)
 update your ports tree and try it (ports/net/py-ipy)  :)
 
 would you want to become maintainer of it ?
 -- 
 Pi seconds is a nanocentury.
 					--- Tom Duff
 
 --u3/rZRmxL6MmkK24
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.0.6 (FreeBSD)
 Comment: For info see http://www.gnupg.org
 
 iD8DBQE8WNFNrMYBZRHAI4IRAhuTAKDWiw4WgKyQ5BWEqaAD503WzDvNYACZAUzx
 fFAuuhUnRqb0JV3RcpZZtYI=
 =gns/
 -----END PGP SIGNATURE-----
 
 --u3/rZRmxL6MmkK24--

From: drt@un.bewaff.net (Doobee R. Tzeck)
To: Ying-Chieh Liao <ijliao@FreeBSD.ORG>
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: ports/34462: New port: IPy python module
Date: 31 Jan 2002 08:29:02 +0100

 Ying-Chieh Liao <ijliao@FreeBSD.ORG> writes:
 
 > I've just commit one a few days ago :)
 > update your ports tree and try it (ports/net/py-ipy)  :)
 > 
 > would you want to become maintainer of it ?
 
 yes, sure.
 
 drt
 
 -- 
 teenage mutant ninja hero coders from da c0re - http://c0re.jp/
 me                                  - http://koeln.ccc.de/~drt/
State-Changed-From-To: open->closed 
State-Changed-By: ijliao 
State-Changed-When: Thu Jan 31 00:02:29 PST 2002 
State-Changed-Why:  
pass maintainership to you, thanks 

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