pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/py-GeoIP Initial import of py-GeoIP. Provided by ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fa00aa4e7098
branches:  trunk
changeset: 470261:fa00aa4e7098
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun Mar 07 18:45:42 2004 +0000

description:
Initial import of py-GeoIP.  Provided by Bartosz Kuzma in PR pkg/23911,
and slightly modified by me.

Python binding for GeoIP, which enables the user to find the country
that any IP address or hostname originates from.

diffstat:

 net/py-GeoIP/DESCR    |   2 ++
 net/py-GeoIP/Makefile |  19 +++++++++++++++++++
 net/py-GeoIP/PLIST    |   2 ++
 net/py-GeoIP/distinfo |   4 ++++
 4 files changed, 27 insertions(+), 0 deletions(-)

diffs (43 lines):

diff -r 22a5936feb35 -r fa00aa4e7098 net/py-GeoIP/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-GeoIP/DESCR        Sun Mar 07 18:45:42 2004 +0000
@@ -0,0 +1,2 @@
+Python binding for GeoIP, which enables the user to find the country
+that any IP address or hostname originates from.
diff -r 22a5936feb35 -r fa00aa4e7098 net/py-GeoIP/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-GeoIP/Makefile     Sun Mar 07 18:45:42 2004 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/03/07 18:45:42 minskim Exp $
+#
+
+DISTNAME=      GeoIP-Python-1.2.0
+PKGNAME=       ${PYPKGPREFIX}-GeoIP-1.2.0
+CATEGORIES=    net
+MASTER_SITES=  http://www.maxmind.com/download/geoip/api/python/
+
+MAINTAINER=    bartosz%atom.eu.org@localhost
+HOMEPAGE=      http://www.maxmind.com/app/python
+COMMENT=       GeoIP support for Python
+
+USE_BUILDLINK3=        yes
+PYDISTUTILSPKG=        yes
+PYBINMODULE=   yes
+
+.include "../../lang/python/extension.mk"
+.include "../../net/GeoIP/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 22a5936feb35 -r fa00aa4e7098 net/py-GeoIP/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-GeoIP/PLIST        Sun Mar 07 18:45:42 2004 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/03/07 18:45:42 minskim Exp $
+${PYSITELIB}/GeoIP.so
diff -r 22a5936feb35 -r fa00aa4e7098 net/py-GeoIP/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-GeoIP/distinfo     Sun Mar 07 18:45:42 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/03/07 18:45:42 minskim Exp $
+
+SHA1 (GeoIP-Python-1.2.0.tar.gz) = ac9b253403fb4db2fdc8fd4c578af837e4f3c8fa
+Size (GeoIP-Python-1.2.0.tar.gz) = 9622 bytes



Home | Main Index | Thread Index | Old Index