Date: 30 Jan 2002 22:04:01 -0000 From: drt@un.bewaff.net To: FreeBSD-gnats-submit@freebsd.org Subject: ports/34462: New port: IPy python module Message-ID: <20020130220401.67530.qmail@c0re.bewaff.net>
next in thread | raw e-mail | index | archive | help
>Number: 34462 >Category: ports >Synopsis: New port: IPy python module >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jan 30 14:10:00 PST 2002 >Closed-Date: >Last-Modified: >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: >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?20020130220401.67530.qmail>