Changeset 79127
- Timestamp:
- 06/02/11 15:54:22 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/devel/libgeoip/Portfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/devel/libgeoip/Portfile
r79126 r79127 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 1 2 # $Id$ 2 3 3 PortSystem 1.04 PortSystem 1.0 4 5 5 name libgeoip6 version 1.4.67 categories devel net8 platforms darwin9 maintainers nomaintainer10 description Gets country code by IP address11 long_description ${description}6 name libgeoip 7 version 1.4.6 8 categories devel net 9 platforms darwin 10 maintainers nomaintainer 11 description Gets country code by IP address 12 long_description ${description} 12 13 13 homepage http://www.maxmind.com/app/c 14 master_sites http://www.maxmind.com/download/geoip/api/c/ \ 15 http://www.maxmind.com/download/geoip/api/c/old/ 16 distname GeoIP-${version} 17 checksums md5 cb14b1beeb40631a12676b11ca0c309a \ 18 sha1 e692954f447c13270de7860e586696991776d8a3 \ 19 rmd160 67097c3f9c6bbdba1a4f7ee796713720dba19b0f 14 homepage http://www.maxmind.com/app/c 15 master_sites http://www.maxmind.com/download/geoip/api/c/ \ 16 http://www.maxmind.com/download/geoip/api/c/old/ 17 distname GeoIP-${version} 20 18 21 test.run yes 22 test.target check 19 checksums md5 cb14b1beeb40631a12676b11ca0c309a \ 20 sha1 e692954f447c13270de7860e586696991776d8a3 \ 21 rmd160 67097c3f9c6bbdba1a4f7ee796713720dba19b0f 23 22 24 configure.args --mandir=${prefix}/share/man 23 test.run yes 24 test.target check 25 25 26 post-destroot { 27 xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name} 28 xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog INSTALL \ 29 NEWS README TODO ${destroot}${prefix}/share/doc/${name} 26 configure.args --mandir=${prefix}/share/man 27 28 post-destroot { 29 xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name} 30 xinstall -m 644 -W ${worksrcpath} \ 31 AUTHORS \ 32 COPYING \ 33 ChangeLog \ 34 INSTALL \ 35 NEWS \ 36 README \ 37 TODO \ 38 ${destroot}${prefix}/share/doc/${name} 30 39 } 31 40 32 livecheck.type regex33 livecheck.url http://geolite.maxmind.com/download/geoip/api/c/34 livecheck.regex {GeoIP-(\d+(?:\.\d+)*)}41 livecheck.type regex 42 livecheck.url http://geolite.maxmind.com/download/geoip/api/c/ 43 livecheck.regex {GeoIP-(\d+(?:\.\d+)*)}
Note: See TracChangeset
for help on using the changeset viewer.

