aboutsummaryrefslogtreecommitdiffstats
path: root/net/p5-GeoIP2
Commit message (Collapse)AuthorAgeFilesLines
* Update to 2.006001sunpoet2018-09-102-8/+9
| | | | Changes: https://metacpan.org/changes/distribution/GeoIP2
* Update WWWsunpoet2018-05-281-1/+1
| | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
* Update to 2.005001sunpoet2018-04-132-4/+4
| | | | Changes: http://search.cpan.org/dist/GeoIP2/Changes
* Update to 2.005000sunpoet2018-01-182-4/+4
| | | | Changes: http://search.cpan.org/dist/GeoIP2/Changes
* Update to 2.004000sunpoet2017-10-292-9/+9
| | | | Changes: http://search.cpan.org/dist/GeoIP2/Changes
* Fix license information for portgs that use "the same license as Perl".mat2017-09-151-1/+1
| | | | Sponsored by: Absolight
* Update to 2.003005sunpoet2017-05-093-4/+6
| | | | Changes: http://search.cpan.org/dist/GeoIP2/Changes
* Update to 2.003004sunpoet2017-03-252-5/+4
| | | | Changes: http://search.cpan.org/dist/GeoIP2/Changes
* Update to 2.003003sunpoet2017-01-062-5/+7
| | | | Changes: http://search.cpan.org/dist/GeoIP2/Changes
* - Update to 2.003002sunpoet2016-11-232-3/+4
| | | | Changes: http://search.cpan.org/dist/GeoIP2/Changes
* - Update to 2.003001sunpoet2016-04-292-4/+5
| | | | Changes: http://search.cpan.org/dist/GeoIP2/Changes
* - Update to 2.003000sunpoet2016-04-233-3/+6
| | | | | | - Add LICENSE_FILE Changes: http://search.cpan.org/dist/GeoIP2/Changes
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.mat2016-04-011-16/+16
| | | | | With hat: portmgr Sponsored by: Absolight
* - Update to 2.002000sunpoet2015-07-022-4/+5
| | | | | | - Add NO_ARCH Changes: http://search.cpan.org/dist/GeoIP2/Changes
* - Update to 2.001003sunpoet2015-04-182-3/+5
| | | | Changes: http://search.cpan.org/dist/GeoIP2/Changes
* - Update to 2.001002sunpoet2014-12-142-3/+3
| | | | Changes: http://search.cpan.org/dist/GeoIP2/Changes
* - Update to 2.001001sunpoet2014-12-132-4/+3
| | | | Changes: http://search.cpan.org/dist/GeoIP2/Changes
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-262-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr
* - Update to 2.001000sunpoet2014-11-253-3/+5
| | | | Changes: http://search.cpan.org/dist/GeoIP2/Changes
* - Update to 2.000001sunpoet2014-09-303-14/+3
| | | | | | - Cleanup PLIST Changes: http://search.cpan.org/dist/GeoIP2/Changes
* - Update to 0.050001sunpoet2014-09-202-3/+3
| | | | Changes: http://search.cpan.org/dist/GeoIP2/Changes
* - Update to 0.050000sunpoet2014-09-182-3/+3
| | | | Changes: http://search.cpan.org/dist/GeoIP2/Changes
* - Update to 0.040005sunpoet2014-07-253-12/+17
| | | | Changes: http://search.cpan.org/dist/GeoIP2/Changes
* Update the default version of GCC used in the Ports Collection fromgerald2014-03-111-0/+1
| | | | | | | | | | | GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as well as changing the default in Mk/bsd.default-versions.mk. Part II, Bump PORTREVISIONs. PR: 182136 Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports) Tested by: bdrewery (two -exp runs)
* - Add p5-GeoIP2 0.040002sunpoet2014-02-204-0/+108
This distribution provides an API for the GeoIP2 web services and databases. The API also works with the free GeoLite2 databases. See GeoIP2::WebService::Client for details on the web service client API and GeoIP2::Database::Reader for the database API. WWW: http://search.cpan.org/dist/GeoIP2/