summaryrefslogtreecommitdiff
path: root/net/py-IP
diff options
context:
space:
mode:
authordrochner <drochner>2002-01-29 16:24:39 +0000
committerdrochner <drochner>2002-01-29 16:24:39 +0000
commitfd74a7e6095da85c3c0e9915b381fb3d14777a5b (patch)
treed094bc613e01223e5a9dc672eed6f7bbe0ab36dd /net/py-IP
parent3da900d71e0dd0aa176da05bb6447633c0b9ade1 (diff)
downloadpkgsrc-fd74a7e6095da85c3c0e9915b381fb3d14777a5b.tar.gz
initial import of py-IP-0.4, a python module to handle IPv4 and IPv6 address,
submitted by Shell Hung per PR pkg/15144
Diffstat (limited to 'net/py-IP')
-rw-r--r--net/py-IP/DESCR4
-rw-r--r--net/py-IP/Makefile15
-rw-r--r--net/py-IP/PLIST3
-rw-r--r--net/py-IP/distinfo4
4 files changed, 26 insertions, 0 deletions
diff --git a/net/py-IP/DESCR b/net/py-IP/DESCR
new file mode 100644
index 00000000000..d37afe24936
--- /dev/null
+++ b/net/py-IP/DESCR
@@ -0,0 +1,4 @@
+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.
diff --git a/net/py-IP/Makefile b/net/py-IP/Makefile
new file mode 100644
index 00000000000..fd639f52c97
--- /dev/null
+++ b/net/py-IP/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/01/29 16:24:39 drochner Exp $
+
+DISTNAME= IPy-0.4
+PKGNAME= ${PYPKGPREFIX}-IP-0.4
+CATEGORIES= net
+MASTER_SITES= http://c0re.jp:80/c0de/IPy/
+
+MAINTAINER= shell@shellhung.org
+HOMEPAGE= http://c0re.jp:80/c0de/IPy/
+COMMENT= python module to handle IPv4 and IPv6 address
+
+PYDISTUTILSPKG= # defined
+
+.include "../../lang/python/extension.buildlink.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/net/py-IP/PLIST b/net/py-IP/PLIST
new file mode 100644
index 00000000000..e2adb27fc68
--- /dev/null
+++ b/net/py-IP/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2002/01/29 16:24:39 drochner Exp $
+${PYSITELIB}/IPy.py
+${PYSITELIB}/IPy.pyc
diff --git a/net/py-IP/distinfo b/net/py-IP/distinfo
new file mode 100644
index 00000000000..ee3b6effb29
--- /dev/null
+++ b/net/py-IP/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2002/01/29 16:24:39 drochner Exp $
+
+SHA1 (IPy-0.4.tar.gz) = b07bd23ada751a75eaab44981c44546c12b85a7e
+Size (IPy-0.4.tar.gz) = 16143 bytes