- 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/
This commit is contained in:
parent
7d527625ad
commit
15afb458d7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=283964
5 changed files with 47 additions and 0 deletions
|
@ -403,6 +403,7 @@
|
|||
SUBDIR += p5-Geo-Cache
|
||||
SUBDIR += p5-Geo-Coder-Bing
|
||||
SUBDIR += p5-Geo-Coder-Google
|
||||
SUBDIR += p5-Geo-Coder-Googlev3
|
||||
SUBDIR += p5-Geo-Coder-Multiple
|
||||
SUBDIR += p5-Geo-Postcodes
|
||||
SUBDIR += p5-Geo-Postcodes-DK
|
||||
|
|
28
misc/p5-Geo-Coder-Googlev3/Makefile
Normal file
28
misc/p5-Geo-Coder-Googlev3/Makefile
Normal file
|
@ -0,0 +1,28 @@
|
|||
# New ports collection makefile for: p5-Geo-Coder-Googlev3
|
||||
# Date created: 2011-10-13
|
||||
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Geo-Coder-Googlev3
|
||||
PORTVERSION= 0.10
|
||||
CATEGORIES= misc geography perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Google Maps v3 Geocoding API
|
||||
|
||||
BUILD_DEPENDS= p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS \
|
||||
p5-URI>=0:${PORTSDIR}/net/p5-URI \
|
||||
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
||||
RUN_DEPENDS= p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS \
|
||||
p5-URI>=0:${PORTSDIR}/net/p5-URI \
|
||||
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Geo::Coder::Googlev3.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
misc/p5-Geo-Coder-Googlev3/distinfo
Normal file
2
misc/p5-Geo-Coder-Googlev3/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Geo-Coder-Googlev3-0.10.tar.gz) = 8f301803436bbc257756b037718bc766d122be4232da0f4d2e079962c0a6ab01
|
||||
SIZE (Geo-Coder-Googlev3-0.10.tar.gz) = 5742
|
9
misc/p5-Geo-Coder-Googlev3/pkg-descr
Normal file
9
misc/p5-Geo-Coder-Googlev3/pkg-descr
Normal file
|
@ -0,0 +1,9 @@
|
|||
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/
|
7
misc/p5-Geo-Coder-Googlev3/pkg-plist
Normal file
7
misc/p5-Geo-Coder-Googlev3/pkg-plist
Normal file
|
@ -0,0 +1,7 @@
|
|||
%%SITE_PERL%%/Geo/Coder/Googlev3.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Coder/Googlev3/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Coder/Googlev3
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Coder
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo
|
||||
@dirrmtry %%SITE_PERL%%/Geo/Coder
|
||||
@dirrmtry %%SITE_PERL%%/Geo
|
Loading…
Reference in a new issue