aboutsummaryrefslogtreecommitdiff
path: root/misc/p5-Geo-Coder-Many
Commit message (Collapse)AuthorAgeFilesLines
* - Add NO_ARCHSunpoet Po-Chuan Hsieh2015-08-311-0/+1
| | | | Notes: svn path=/head/; revision=395677
* Cleanup DIST* variables.Mathieu Arnold2015-05-111-1/+1
| | | | | | | | | | | | | | When appropriate: - Try to use DISTVERSION{SUF,PRE}FIX - Replace PORTNAME-PORTVERSION by DISTNAME - Convert MASTER_SITES to use macros - Other light cleanup With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386097
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-9/+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 Notes: svn path=/head/; revision=373448
* - Update to 0.46-5Sunpoet Po-Chuan Hsieh2014-06-083-3/+10
| | | | | | | | | - Complete PLIST Changes: http://search.cpan.org/dist/Geo-Coder-Many/Changes Notes: svn path=/head/; revision=357029
* - Remove outdated PERL_LEVEL checkSunpoet Po-Chuan Hsieh2014-02-281-8/+1
| | | | Notes: svn path=/head/; revision=346415
* - Update to 0.45Sunpoet Po-Chuan Hsieh2013-12-112-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Geo-Coder-Many/Changes Notes: svn path=/head/; revision=336196
* - Update to 0.44Sunpoet Po-Chuan Hsieh2013-12-102-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Geo-Coder-Many/Changes Notes: svn path=/head/; revision=336091
* - Update to 0.42Sunpoet Po-Chuan Hsieh2013-10-142-4/+3
| | | | | | | Changes: http://search.cpan.org/dist/Geo-Coder-Many/Changes Notes: svn path=/head/; revision=330314
* - Support STAGEDIRSunpoet Po-Chuan Hsieh2013-09-302-19/+17
| | | | Notes: svn path=/head/; revision=328845
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | misc) Notes: svn path=/head/; revision=327745
* - Convert to new perl frameworkSunpoet Po-Chuan Hsieh2013-08-211-1/+2
| | | | Notes: svn path=/head/; revision=325134
* - Update to 0.4Sunpoet Po-Chuan Hsieh2013-02-222-9/+7
| | | | | | | | | - Cleanup Makefile header Changes: http://search.cpan.org/dist/Geo-Coder-Many/Changes Notes: svn path=/head/; revision=312754
* - Set default perl version for ports which currently usingAndrej Zverev2012-12-161-1/+1
| | | | | | | | | (5.x+ and x < 12) scheme. Approved by: bapt@ (portmgr@) Notes: svn path=/head/; revision=308985
* - Update to 0.29Sunpoet Po-Chuan Hsieh2012-09-142-4/+6
| | | | | | | | | - Add LICENSE Changes: http://search.cpan.org/dist/Geo-Coder-Many/Changes Notes: svn path=/head/; revision=304243
* - Revert ports/165605 as requested by portmgr@Philip M. Gollucci2012-03-131-1/+1
| | | | | | | | | | | | Note: devel/p5-B-Size and devel/p5-Devel-Arena where intentionally not restored. PR: ports/165605 Approved by: portmgr (bapt) Feature safe: yes (I sure hope so) Notes: svn path=/head/; revision=293247
* - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, ↵Philip M. Gollucci2012-03-081-1/+1
| | | | | | | | | | | | | | | | | | devel/p5-Devel-Arena) - Remove conditionals for PERL_LEVEL < 501200 - Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk - Other minor cleanups RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS} PR: ports/165605 Submitted by: pgollucci (myself) Approved by: portmgr (linimon) Exp Run by: linimon Tested by: make index Notes: svn path=/head/; revision=292977
* - Add p5-Geo-Coder-Many 0.28Sunpoet Po-Chuan Hsieh2011-10-204-0/+97
Geo::Coder::Many provides a single interface to different remote (ie HTTP based) geocoding modules Amongst other things, Geo::Coder::Many adds geocoder precision information, alternative scheduling methods (weighted random, and ordered list), timeouts for geocoders which are failing, and optional callbacks for result filtering and picking. WWW: http://search.cpan.org/dist/Geo-Coder-Many/ Notes: svn path=/head/; revision=283972