diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-01-30 02:03:34 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-01-30 02:03:34 +0800 |
commit | 55a16628df18921a6232f198e55176c0b7aea0bc (patch) | |
tree | 600d0d9a7a36b0edf90a7e1be67cc5dd974ede0e /net/py-ipy | |
parent | 3dbe1621864bdf5153faf350d38e5690575ce7cf (diff) | |
download | freebsd-ports-gnome-55a16628df18921a6232f198e55176c0b7aea0bc.tar.gz freebsd-ports-gnome-55a16628df18921a6232f198e55176c0b7aea0bc.tar.zst freebsd-ports-gnome-55a16628df18921a6232f198e55176c0b7aea0bc.zip |
add py-ipy 0.41
A Python module for handling IPv4 and IPv6 Addresses and Networks
Diffstat (limited to 'net/py-ipy')
-rw-r--r-- | net/py-ipy/Makefile | 28 | ||||
-rw-r--r-- | net/py-ipy/distinfo | 1 | ||||
-rw-r--r-- | net/py-ipy/pkg-comment | 1 | ||||
-rw-r--r-- | net/py-ipy/pkg-descr | 6 | ||||
-rw-r--r-- | net/py-ipy/pkg-plist | 2 |
5 files changed, 38 insertions, 0 deletions
diff --git a/net/py-ipy/Makefile b/net/py-ipy/Makefile new file mode 100644 index 000000000000..5c79207323e9 --- /dev/null +++ b/net/py-ipy/Makefile @@ -0,0 +1,28 @@ +# ex:ts=8 +# Ports collection makefile for: py-ipy +# Date created: Jan 30, 2002 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= ipy +PORTVERSION= 0.41 +CATEGORIES= net python +MASTER_SITES= http://c0re.jp/c0de/IPy/ +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= IPy-${PORTVERSION} + +MAINTAINER= ports@FreeBSD.org + +USE_PYTHON= yes + +SETUP_CMD= cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} setup.py + +do-build: + @${SETUP_CMD} build + +do-install: + @${SETUP_CMD} install + +.include <bsd.port.mk> diff --git a/net/py-ipy/distinfo b/net/py-ipy/distinfo new file mode 100644 index 000000000000..68057dcc92fb --- /dev/null +++ b/net/py-ipy/distinfo @@ -0,0 +1 @@ +MD5 (IPy-0.41.tar.gz) = 883aca022bfe7a4a5867995bed267072 diff --git a/net/py-ipy/pkg-comment b/net/py-ipy/pkg-comment new file mode 100644 index 000000000000..deef71323e4d --- /dev/null +++ b/net/py-ipy/pkg-comment @@ -0,0 +1 @@ +A Python module for handling IPv4 and IPv6 Addresses and Networks diff --git a/net/py-ipy/pkg-descr b/net/py-ipy/pkg-descr new file mode 100644 index 000000000000..60bb2d34e892 --- /dev/null +++ b/net/py-ipy/pkg-descr @@ -0,0 +1,6 @@ +IPy is a Python module for handling IPv4 and IPv6 Addresses and Networks in +a fashion similar to perl's Net::IP and friends. The IP class allows a +comfortable parsing and handling for most notations in use for IPv4 and IPv6 +Addresses and Networks. + +WWW: http://c0re.jp/c0de/IPy/ diff --git a/net/py-ipy/pkg-plist b/net/py-ipy/pkg-plist new file mode 100644 index 000000000000..b526b8ef8600 --- /dev/null +++ b/net/py-ipy/pkg-plist @@ -0,0 +1,2 @@ +lib/%%PYTHON_VERSION%%/site-packages/IPy.py +lib/%%PYTHON_VERSION%%/site-packages/IPy.pyc |