From e7dfb7fba88f3cb3cda8b30b8410be74b4e895e9 Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Tue, 29 Jan 2002 18:03:34 +0000 Subject: add py-ipy 0.41 A Python module for handling IPv4 and IPv6 Addresses and Networks --- net-mgmt/py-ipy/Makefile | 28 ++++++++++++++++++++++++++++ net-mgmt/py-ipy/distinfo | 1 + net-mgmt/py-ipy/pkg-comment | 1 + net-mgmt/py-ipy/pkg-descr | 6 ++++++ net-mgmt/py-ipy/pkg-plist | 2 ++ 5 files changed, 38 insertions(+) create mode 100644 net-mgmt/py-ipy/Makefile create mode 100644 net-mgmt/py-ipy/distinfo create mode 100644 net-mgmt/py-ipy/pkg-comment create mode 100644 net-mgmt/py-ipy/pkg-descr create mode 100644 net-mgmt/py-ipy/pkg-plist (limited to 'net-mgmt/py-ipy') diff --git a/net-mgmt/py-ipy/Makefile b/net-mgmt/py-ipy/Makefile new file mode 100644 index 000000000000..5c79207323e9 --- /dev/null +++ b/net-mgmt/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 diff --git a/net-mgmt/py-ipy/distinfo b/net-mgmt/py-ipy/distinfo new file mode 100644 index 000000000000..68057dcc92fb --- /dev/null +++ b/net-mgmt/py-ipy/distinfo @@ -0,0 +1 @@ +MD5 (IPy-0.41.tar.gz) = 883aca022bfe7a4a5867995bed267072 diff --git a/net-mgmt/py-ipy/pkg-comment b/net-mgmt/py-ipy/pkg-comment new file mode 100644 index 000000000000..deef71323e4d --- /dev/null +++ b/net-mgmt/py-ipy/pkg-comment @@ -0,0 +1 @@ +A Python module for handling IPv4 and IPv6 Addresses and Networks diff --git a/net-mgmt/py-ipy/pkg-descr b/net-mgmt/py-ipy/pkg-descr new file mode 100644 index 000000000000..60bb2d34e892 --- /dev/null +++ b/net-mgmt/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-mgmt/py-ipy/pkg-plist b/net-mgmt/py-ipy/pkg-plist new file mode 100644 index 000000000000..b526b8ef8600 --- /dev/null +++ b/net-mgmt/py-ipy/pkg-plist @@ -0,0 +1,2 @@ +lib/%%PYTHON_VERSION%%/site-packages/IPy.py +lib/%%PYTHON_VERSION%%/site-packages/IPy.pyc -- cgit v1.2.3