initial import of py-IP-0.4, a python module to handle IPv4 and IPv6 address,
submitted by Shell Hung per PR pkg/15144
This commit is contained in:
parent
e0b42f7264
commit
2e931a9845
4 changed files with 26 additions and 0 deletions
4
net/py-IP/DESCR
Normal file
4
net/py-IP/DESCR
Normal file
|
@ -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.
|
15
net/py-IP/Makefile
Normal file
15
net/py-IP/Makefile
Normal file
|
@ -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"
|
3
net/py-IP/PLIST
Normal file
3
net/py-IP/PLIST
Normal file
|
@ -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
|
4
net/py-IP/distinfo
Normal file
4
net/py-IP/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue