Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F151504671
D14481.id39636.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D14481.id39636.diff
View Options
Index: net/Makefile
===================================================================
--- net/Makefile
+++ net/Makefile
@@ -1006,6 +1006,7 @@
SUBDIR += py-impacket
SUBDIR += py-ipaddress
SUBDIR += py-iplib
+ SUBDIR += py-iptools
SUBDIR += py-kafka-python
SUBDIR += py-kombu
SUBDIR += py-ldap
Index: net/py-iptools/Makefile
===================================================================
--- /dev/null
+++ net/py-iptools/Makefile
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME= iptools
+DISTVERSION= 0.6.1
+CATEGORIES= net
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= jbaggs2016@gmail.com
+COMMENT= Collection of python utilities for manipulating IPv4, IPv6 addresses
+
+LICENSE= BSD2CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= python
+USE_PYTHON= distutils autoplist
+NO_ARCH= yes
+
+.include <bsd.port.mk>
Index: net/py-iptools/distinfo
===================================================================
--- /dev/null
+++ net/py-iptools/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1519355898
+SHA256 (iptools-0.6.1.tar.gz) = 0f03875a5bed740ba4bf44decb6a78679cca914a1ee8a6cc468114485c4d98e3
+SIZE (iptools-0.6.1.tar.gz) = 13928
Index: net/py-iptools/pkg-descr
===================================================================
--- /dev/null
+++ net/py-iptools/pkg-descr
@@ -0,0 +1,5 @@
+The iptools package is a collection of utilities for dealing with IP addresses.
+Utilities for manipulating IPv4 and IPv6 addresses including a class that
+can be used to include CIDR network blocks in Django's INTERNAL_IPS setting.
+
+WWW: https://github.com/bd808/python-iptools
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 9, 9:27 PM (13 h, 37 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31172267
Default Alt Text
D14481.id39636.diff (1 KB)
Attached To
Mode
D14481: New port: net/py-iptools: Collection of python utilities for manipulating IPv4, IPv6 addresses
Attached
Detach File
Event Timeline
Log In to Comment