From owner-freebsd-ports Wed Jan 30 14:10:23 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DC04137B404 for ; Wed, 30 Jan 2002 14:10:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0UMA0d10029; Wed, 30 Jan 2002 14:10:00 -0800 (PST) (envelope-from gnats) Received: from c0re.bewaff.net (c0re.bewaff.net [217.6.214.132]) by hub.freebsd.org (Postfix) with SMTP id 1CF9837B402 for ; 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 X-Send-Pr-Version: 3.2 Subject: ports/34462: New port: IPy python module Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 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 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