diff options
author | farrokhi <farrokhi@FreeBSD.org> | 2017-05-02 23:39:31 +0800 |
---|---|---|
committer | farrokhi <farrokhi@FreeBSD.org> | 2017-05-02 23:39:31 +0800 |
commit | e76917622b97ebfbd2d547cd908734bea3367bfb (patch) | |
tree | c674be8a65d63babc123fb85050b617a3e358d61 /net | |
parent | 4699d24dfcca4d88b2149d75b2c73a2326a61fad (diff) | |
download | freebsd-ports-gnome-e76917622b97ebfbd2d547cd908734bea3367bfb.tar.gz freebsd-ports-gnome-e76917622b97ebfbd2d547cd908734bea3367bfb.tar.zst freebsd-ports-gnome-e76917622b97ebfbd2d547cd908734bea3367bfb.zip |
New port: net/py-cymruwhois
Reviewed by: mat
Approved by: mat
Differential Revision: https://reviews.freebsd.org/D10569
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/py-cymruwhois/Makefile | 18 | ||||
-rw-r--r-- | net/py-cymruwhois/distinfo | 3 | ||||
-rw-r--r-- | net/py-cymruwhois/pkg-descr | 5 |
4 files changed, 27 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index b6fea9c688e2..077e04e8857b 100644 --- a/net/Makefile +++ b/net/Makefile @@ -969,6 +969,7 @@ SUBDIR += py-cjdns SUBDIR += py-cloudfiles SUBDIR += py-coherence + SUBDIR += py-cymruwhois SUBDIR += py-dpkt SUBDIR += py-dugong SUBDIR += py-ec2-cli-tools diff --git a/net/py-cymruwhois/Makefile b/net/py-cymruwhois/Makefile new file mode 100644 index 000000000000..83f0a7c454a5 --- /dev/null +++ b/net/py-cymruwhois/Makefile @@ -0,0 +1,18 @@ +# Created by: Babak Farrokhi <farrokhi@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= cymruwhois +PORTVERSION= 1.6 +CATEGORIES= net python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= farrokhi@FreeBSD.org +COMMENT= Python client for the whois.cymru.com service + +LICENSE= MIT + +USES= python +USE_PYTHON= autoplist distutils + +.include <bsd.port.mk> diff --git a/net/py-cymruwhois/distinfo b/net/py-cymruwhois/distinfo new file mode 100644 index 000000000000..bd845d12b9e9 --- /dev/null +++ b/net/py-cymruwhois/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1493734425 +SHA256 (cymruwhois-1.6.tar.gz) = b6c085e50e33133cd3718504521c780ed4d6b1e18e12c3bda6a0c949df7df254 +SIZE (cymruwhois-1.6.tar.gz) = 4411 diff --git a/net/py-cymruwhois/pkg-descr b/net/py-cymruwhois/pkg-descr new file mode 100644 index 000000000000..6de32ca3f5cf --- /dev/null +++ b/net/py-cymruwhois/pkg-descr @@ -0,0 +1,5 @@ +cymruwhois is a python library for interfacing with the +whois.cymru.com service and performs lookups by ip address and +return ASN, Country Code, and Netblock Owner. + +WWW: https://pypi.python.org/pypi/cymruwhois |