Page MenuHomeFreeBSD

D19013.id53360.diff
No OneTemporary

D19013.id53360.diff

Index: net/py-ifaddr/Makefile
===================================================================
--- /dev/null
+++ 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: net/py-ifaddr/distinfo
===================================================================
--- /dev/null
+++ 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: net/py-ifaddr/pkg-descr
===================================================================
--- /dev/null
+++ 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

Mime Type
text/plain
Expires
Thu, Aug 27, 5:02 AM (6 h, 49 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37353541
Default Alt Text
D19013.id53360.diff (1 KB)

Event Timeline