Ticket #30102: py-geo.diff
File py-geo.diff, 3.1 KB (added by miwi@…, 13 years ago) |
---|
-
py-geoip/Portfile
4 4 PortGroup python24 1.0 5 5 6 6 name py-geoip 7 version 1.2. 47 version 1.2.5 8 8 categories python net 9 9 platforms darwin 10 maintainers nomaintainer10 maintainers freebsd.org:miwi 11 11 description Python module for accessing the GeoIP C library 12 12 long_description ${description} 13 13 14 14 homepage http://www.maxmind.com/app/python 15 15 master_sites http://www.maxmind.com/download/geoip/api/python/ 16 16 distname GeoIP-Python-${version} 17 checksums md5 50f820d854476efaf3b7af733ffe4236 \18 sha1 53db51c86cff1c0106cbaa02ad32bd589a150bfc \19 rmd160 9504be23b9abc4939893076e766beb70f78cb00b20 17 18 checksums md5 df217faff48548c2c26e8411292237e2 \ 19 sha1 bb7d89425319a1ae517d9b4eacd7c22b19fcf195 \ 20 rmd160 1e313f7c50cbb6f61843427046e1f2f812c5bbc8 21 21 depends_lib-append port:libgeoip 22 22 23 23 build.env CFLAGS=-I${prefix}/include \ -
py25-geoip/Portfile
3 3 PortSystem 1.0 4 4 PortGroup python25 1.0 5 5 6 name 7 version 1.2. 46 name py25-geoip 7 version 1.2.5 8 8 categories python net 9 9 platforms darwin 10 maintainers nomaintainer10 maintainers freebsd.org:miwi 11 11 description Python module for accessing the GeoIP C library 12 12 long_description ${description} 13 13 14 14 homepage http://www.maxmind.com/app/python 15 15 master_sites http://www.maxmind.com/download/geoip/api/python/ 16 16 distname GeoIP-Python-${version} 17 checksums md5 50f820d854476efaf3b7af733ffe4236\18 sha1 53db51c86cff1c0106cbaa02ad32bd589a150bfc\19 rmd160 9504be23b9abc4939893076e766beb70f78cb00b 17 checksums md5 df217faff48548c2c26e8411292237e2 \ 18 sha1 bb7d89425319a1ae517d9b4eacd7c22b19fcf195 \ 19 rmd160 1e313f7c50cbb6f61843427046e1f2f812c5bbc8 20 20 21 21 depends_lib-append port:libgeoip 22 22 -
py26-geoip/Portfile
4 4 PortGroup python26 1.0 5 5 6 6 name py26-geoip 7 version 1.2. 47 version 1.2.5 8 8 categories python net 9 9 platforms darwin 10 maintainers nomaintainer10 maintainers freebsd.org:miwi 11 11 description Python module for accessing the GeoIP C library 12 12 long_description ${description} 13 13 14 14 homepage http://www.maxmind.com/app/python 15 15 master_sites http://www.maxmind.com/download/geoip/api/python/ 16 16 distname GeoIP-Python-${version} 17 checksums md5 50f820d854476efaf3b7af733ffe4236 \18 sha1 53db51c86cff1c0106cbaa02ad32bd589a150bfc \19 rmd160 9504be23b9abc4939893076e766beb70f78cb00b20 17 18 checksums md5 df217faff48548c2c26e8411292237e2 \ 19 sha1 bb7d89425319a1ae517d9b4eacd7c22b19fcf195 \ 20 rmd160 1e313f7c50cbb6f61843427046e1f2f812c5bbc8 21 21 22 depends_lib-append port:libgeoip 22 23 23 24 build.env CFLAGS=-I${prefix}/include \