Date: Tue, 2 May 2017 15:39:31 +0000 (UTC) From: Babak Farrokhi <farrokhi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439955 - in head/net: . py-cymruwhois Message-ID: <201705021539.v42FdVpB027443@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: farrokhi Date: Tue May 2 15:39:31 2017 New Revision: 439955 URL: https://svnweb.freebsd.org/changeset/ports/439955 Log: New port: net/py-cymruwhois Reviewed by: mat Approved by: mat Differential Revision: https://reviews.freebsd.org/D10569 Added: head/net/py-cymruwhois/ head/net/py-cymruwhois/Makefile (contents, props changed) head/net/py-cymruwhois/distinfo (contents, props changed) head/net/py-cymruwhois/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Tue May 2 15:38:37 2017 (r439954) +++ head/net/Makefile Tue May 2 15:39:31 2017 (r439955) @@ -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 Added: head/net/py-cymruwhois/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-cymruwhois/Makefile Tue May 2 15:39:31 2017 (r439955) @@ -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> Added: head/net/py-cymruwhois/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-cymruwhois/distinfo Tue May 2 15:39:31 2017 (r439955) @@ -0,0 +1,3 @@ +TIMESTAMP = 1493734425 +SHA256 (cymruwhois-1.6.tar.gz) = b6c085e50e33133cd3718504521c780ed4d6b1e18e12c3bda6a0c949df7df254 +SIZE (cymruwhois-1.6.tar.gz) = 4411 Added: head/net/py-cymruwhois/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-cymruwhois/pkg-descr Tue May 2 15:39:31 2017 (r439955) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705021539.v42FdVpB027443>