Port details |
- p5-Geo-Coder-Geocoder-US Geocode a location using http://geocoder.us/
- 0.007 misc
=0 0.007Version of this port present on the latest quarterly branch.
- DEPRECATED: http://geocoder.us/ disappeared in late 2015
This port expired on: 2017-03-01
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2011-12-06 03:42:56
- Last Update: 2017-03-12 18:26:44
- SVN Revision: 436013
- Also Listed In: geography perl5
- License: ART10 GPLv1
- WWW:
- http://search.cpan.org/dist/Geo-Coder-Geocoder-US/
- Description:
- Geo::Coder::Geocoder::US geocodes addresses by looking them up on the
http://geocoder.us/ website. Because this site throttles access, this class does
to, to one request every 15 seconds.
WWW: http://search.cpan.org/dist/Geo-Coder-Geocoder-US/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- p5-Geo-Coder-Geocoder-US>0:misc/p5-Geo-Coder-Geocoder-US
- No installation instructions:
- This port has been deleted.
- PKGNAME: p5-Geo-Coder-Geocoder-US
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1479918895
SHA256 (Geo-Coder-Geocoder-US-0.007.tar.gz) = 5f82532fa373f20a0520a2645dffae0bea6d61f3d64fd140a483cb0e9a1d2eb7
SIZE (Geo-Coder-Geocoder-US-0.007.tar.gz) = 23962
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-Text-CSV>=0 : textproc/p5-Text-CSV
- p5-URI>=0 : net/p5-URI
- p5-libwww>=0 : www/p5-libwww
- perl5>=5.24<5.25 : lang/perl5.24
- Runtime dependencies:
-
- p5-Text-CSV>=0 : textproc/p5-Text-CSV
- p5-URI>=0 : net/p5-URI
- p5-libwww>=0 : www/p5-libwww
- perl5>=5.24<5.25 : lang/perl5.24
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.007 12 Mar 2017 18:26:44 |
rene |
Remove expired port:
2017-03-01 misc/p5-Geo-Coder-Geocoder-US: http://geocoder.us/ disappeared in
late 2015 |
0.007 26 Dec 2016 14:33:04 |
mat |
Add an EXPIRATION_DATE to DEPRECATED ports without one.
Sponsored by: Absolight |
0.007 23 Nov 2016 20:05:37 |
sunpoet |
- Update to 0.007
Changes: http://search.cpan.org/dist/Geo-Coder-Geocoder-US/Changes |
0.006 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
0.006 17 Jan 2016 13:10:23 |
sunpoet |
- Update to 0.006
- Mark DEPRECATED
Changes: http://search.cpan.org/dist/Geo-Coder-Geocoder-US/Changes
Sponsored by: PortsCamp Taiwan |
0.005 13 Aug 2015 17:32:35 |
sunpoet |
- Remove MASTER_SITE_SUBDIR
- Add NO_ARCH |
0.005 20 Dec 2014 18:14:36 |
sunpoet |
- Update to 0.005
Changes: http://search.cpan.org/dist/Geo-Coder-Geocoder-US/Changes |
0.004_1 04 Dec 2014 15:57:26 |
sunpoet |
- Add PORTSCOUT |
0.004_1 26 Nov 2014 13:08:38 |
mat |
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 (Only the first 15 lines of the commit message are shown above ) |
0.004 30 Sep 2013 18:44:49 |
sunpoet |
- Support STAGEDIR |
20 Sep 2013 20:50:59
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
misc) |
0.004 21 Aug 2013 14:08:08 |
sunpoet |
- Convert to new perl framework |
0.004 09 Aug 2013 14:32:28 |
sunpoet |
- Update to 0.004
Changes: http://search.cpan.org/dist/Geo-Coder-Geocoder-US/Changes |
0.003 23 Apr 2013 17:12:34 |
sunpoet |
- Add LICENSE
- Remove outdated PERL_LEVEL check
- Cleanup Makefile header |
0.003 13 Mar 2012 16:15:36 |
pgollucci |
- Revert ports/165605 as requested by portmgr@
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) |
0.003 08 Mar 2012 18:45:38 |
pgollucci |
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size,
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 |
0.003 07 Jan 2012 16:59:06 |
sunpoet |
- Update to 0.003
Changes: http://search.cpan.org/dist/Geo-Coder-Geocoder-US/Changes |
0.002 06 Dec 2011 03:42:27 |
sunpoet |
- Add p5-Geo-Coder-Geocoder-US 0.002
Geo::Coder::Geocoder::US geocodes addresses by looking them up on the
http://geocoder.us/ website. Because this site throttles access, this class does
to, to one request every 15 seconds.
WWW: http://search.cpan.org/dist/Geo-Coder-Geocoder-US/
Feature safe: yes |