Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F145638325
D19013.id53376.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
D19013.id53376.diff
View Options
Index: head/net/Makefile
===================================================================
--- head/net/Makefile
+++ head/net/Makefile
@@ -1036,6 +1036,7 @@
SUBDIR += py-haproxy-log-analysis
SUBDIR += py-haproxyctl
SUBDIR += py-httpstat
+ SUBDIR += py-ifaddr
SUBDIR += py-impacket
SUBDIR += py-ipaddress
SUBDIR += py-iplib
Index: head/net/py-ifaddr/Makefile
===================================================================
--- head/net/py-ifaddr/Makefile
+++ head/net/py-ifaddr/Makefile
@@ -0,0 +1,27 @@
+# Created by: John Hixson<jhixson@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= ifaddr
+PORTVERSION= 0.1.6
+CATEGORIES= net python
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= jhixson@FreeBSD.org
+COMMENT= Python Library to enumerate all network interfaces
+
+LICENSE= MIT
+
+USES= python:2.7+
+
+USE_PYTHON= autoplist distutils
+
+USE_GITHUB= yes
+GH_ACCOUNT= pydron
+
+.include <bsd.port.pre.mk>
+
+.if ${PYTHON_MAJOR_VER} < 3
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipaddress>0:net/py-ipaddress
+.endif
+
+.include <bsd.port.post.mk>
Index: head/net/py-ifaddr/distinfo
===================================================================
--- head/net/py-ifaddr/distinfo
+++ head/net/py-ifaddr/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1548734875
+SHA256 (pydron-ifaddr-0.1.6_GH0.tar.gz) = fb42188de577aa3acf14b06e9fcd770e755c7ced137db49191411956b75786ec
+SIZE (pydron-ifaddr-0.1.6_GH0.tar.gz) = 10157
Index: head/net/py-ifaddr/pkg-descr
===================================================================
--- head/net/py-ifaddr/pkg-descr
+++ head/net/py-ifaddr/pkg-descr
@@ -0,0 +1,4 @@
+ifaddr is a small Python library that allows you to find all the IP
+addresses of the computer.
+
+WWW: https://github.com/pydron/ifaddr
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Feb 23, 12:18 PM (2 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28939594
Default Alt Text
D19013.id53376.diff (1 KB)
Attached To
Mode
D19013: [New port] net/py-ifaddr: Python library to enumerate all network interfaces
Attached
Detach File
Event Timeline
Log In to Comment