[New port] net/py-ifaddr: Python library to enumerate all network interfaces

Approved by:	araujo (mentor), miwi (mentor)
Differential Revision:	https://reviews.freebsd.org/D19013
This commit is contained in:
John Hixson 2019-01-29 14:52:08 +00:00
parent 76e803f2cf
commit 27ab62adac
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=491567
4 changed files with 35 additions and 0 deletions

View file

@ -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

27
net/py-ifaddr/Makefile Normal file
View file

@ -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>

3
net/py-ifaddr/distinfo Normal file
View file

@ -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

4
net/py-ifaddr/pkg-descr Normal file
View file

@ -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