Commit graph

11 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
6a616afcbd - Add NO_ARCH 2015-08-31 13:31:49 +00:00
Mathieu Arnold
eee58d187e Change the way Perl modules are installed, update the default Perl to 5.18.
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
2014-11-26 13:08:24 +00:00
Sunpoet Po-Chuan Hsieh
80b511b8bc - Update to 0.14
- Cleanup PLIST

Changes:	http://search.cpan.org/dist/Geo-Coder-Googlev3/Changes
2014-11-24 18:26:43 +00:00
Sunpoet Po-Chuan Hsieh
be850e1692 - Update to 0.13
Changes:	http://search.cpan.org/dist/Geo-Coder-Googlev3/Changes
2013-10-20 08:34:30 +00:00
Sunpoet Po-Chuan Hsieh
14b8e3d101 - Add LICENSE 2013-10-14 11:39:27 +00:00
Sunpoet Po-Chuan Hsieh
e81b4c4058 - Support STAGEDIR 2013-09-30 18:44:49 +00:00
Baptiste Daroussin
8ac99398e2 Add NO_STAGE all over the place in preparation for the staging support (cat: misc) 2013-09-20 20:50:57 +00:00
Sunpoet Po-Chuan Hsieh
c9cf6c6113 - Convert to new perl framework 2013-08-21 14:08:06 +00:00
Sunpoet Po-Chuan Hsieh
de8671a8dd - Update to 0.12
- Cleanup Makefile header

Changes:	http://search.cpan.org/dist/Geo-Coder-Googlev3/Changes
Feature safe:	yes
2012-12-08 16:13:18 +00:00
Sunpoet Po-Chuan Hsieh
15e3e2f59a - Update to 0.11
Changes:	http://search.cpan.org/dist/Geo-Coder-Googlev3/Changes
2011-12-23 21:18:59 +00:00
Sunpoet Po-Chuan Hsieh
15afb458d7 - Add p5-Geo-Coder-Googlev3 0.10
Use Geo::Coder::Googlev3 just like Geo::Coder::Google. Note that no apikey is
used in Google's v3 API, and the returned data structure differs.

Please check also [1] for more information about Google's Geocoding API and
especially usage limits.

[1] http://code.google.com/intl/en/apis/maps/documentation/geocoding/

WWW: http://search.cpan.org/dist/Geo-Coder-Googlev3/
2011-10-20 06:43:12 +00:00