mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 02:16:27 -04:00
add py-ipy 0.41
A Python module for handling IPv4 and IPv6 Addresses and Networks
This commit is contained in:
parent
7348d040e1
commit
e7dfb7fba8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=53977
11 changed files with 77 additions and 0 deletions
28
net-mgmt/py-ipy/Makefile
Normal file
28
net-mgmt/py-ipy/Makefile
Normal file
|
@ -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>
|
1
net-mgmt/py-ipy/distinfo
Normal file
1
net-mgmt/py-ipy/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (IPy-0.41.tar.gz) = 883aca022bfe7a4a5867995bed267072
|
1
net-mgmt/py-ipy/pkg-comment
Normal file
1
net-mgmt/py-ipy/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
A Python module for handling IPv4 and IPv6 Addresses and Networks
|
6
net-mgmt/py-ipy/pkg-descr
Normal file
6
net-mgmt/py-ipy/pkg-descr
Normal file
|
@ -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/
|
2
net-mgmt/py-ipy/pkg-plist
Normal file
2
net-mgmt/py-ipy/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
|||
lib/%%PYTHON_VERSION%%/site-packages/IPy.py
|
||||
lib/%%PYTHON_VERSION%%/site-packages/IPy.pyc
|
|
@ -361,6 +361,7 @@
|
|||
SUBDIR += punkbuster-data
|
||||
SUBDIR += pvm
|
||||
SUBDIR += pvm++
|
||||
SUBDIR += py-ipy
|
||||
SUBDIR += py-jabber
|
||||
SUBDIR += py-pcap
|
||||
SUBDIR += py-smb
|
||||
|
|
28
net/py-ipy/Makefile
Normal file
28
net/py-ipy/Makefile
Normal file
|
@ -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>
|
1
net/py-ipy/distinfo
Normal file
1
net/py-ipy/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (IPy-0.41.tar.gz) = 883aca022bfe7a4a5867995bed267072
|
1
net/py-ipy/pkg-comment
Normal file
1
net/py-ipy/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
A Python module for handling IPv4 and IPv6 Addresses and Networks
|
6
net/py-ipy/pkg-descr
Normal file
6
net/py-ipy/pkg-descr
Normal file
|
@ -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/
|
2
net/py-ipy/pkg-plist
Normal file
2
net/py-ipy/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
|||
lib/%%PYTHON_VERSION%%/site-packages/IPy.py
|
||||
lib/%%PYTHON_VERSION%%/site-packages/IPy.pyc
|
Loading…
Add table
Reference in a new issue