Add py-pygeoip, pure Python GeoIP API.

This commit is contained in:
MANTANI Nobutaka 2015-02-25 14:31:44 +00:00
parent 851d781b8c
commit b33451a07c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=379918
4 changed files with 34 additions and 0 deletions

View file

@ -922,6 +922,7 @@
SUBDIR += py-pcs
SUBDIR += py-port-for
SUBDIR += py-pybeanstalk
SUBDIR += py-pygeoip
SUBDIR += py-pynsq
SUBDIR += py-pypcap
SUBDIR += py-pysendfile

26
net/py-pygeoip/Makefile Normal file
View file

@ -0,0 +1,26 @@
# Created by: Nobutaka Mantani <nobutaka@FreeBSD.org>
# $FreeBSD$
PORTNAME= pygeoip
PORTVERSION= 0.3.1
CATEGORIES= net python geography
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= nobutaka@FreeBSD.org
COMMENT= Pure Python GeoIP API
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/LICENSE.md
USE_GITHUB= yes
USES= python
USE_PYTHON= distutils autoplist
GH_ACCOUNT= appliedsec
GH_PROJECT= pygeoip
GH_TAGNAME= v${PORTVERSION}
GH_COMMIT= 5538231
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>

2
net/py-pygeoip/distinfo Normal file
View file

@ -0,0 +1,2 @@
SHA256 (pygeoip-0.3.1.tar.gz) = 2e043c324df51be244d3b4f84d65c01e7c77321f8f4a236afc367f6301bf5ed0
SIZE (pygeoip-0.3.1.tar.gz) = 30968

5
net/py-pygeoip/pkg-descr Normal file
View file

@ -0,0 +1,5 @@
Pure Python GeoIP API
This library is based on Maxmind's GeoIP C API.
WWW: https://github.com/appliedsec/pygeoip