1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00

- add Geo::Coder::Google 0.03

Geo::Coder::Google provides a geocoding functionality using Google Maps API.

WWW: http://search.cpan.org/dist/Geo-Coder-Google/
This commit is contained in:
Yen-Ming Lee 2008-11-07 21:51:14 +00:00
parent fc5805c46b
commit 0203496268
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=222522
5 changed files with 49 additions and 0 deletions

View File

@ -408,6 +408,7 @@
SUBDIR += p5-File-CounterFile
SUBDIR += p5-File-Sort
SUBDIR += p5-Geo-Cache
SUBDIR += p5-Geo-Coder-Google
SUBDIR += p5-Geo-Postcodes
SUBDIR += p5-Geo-Postcodes-DK
SUBDIR += p5-Geo-Postcodes-NO

View File

@ -0,0 +1,35 @@
# New ports collection makefile for: Geo-Coder-Google
# Date created: 2008-11-06
# Whom: Yen-Ming Lee <leeym@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Geo-Coder-Google
PORTVERSION= 0.03
CATEGORIES= misc perl5 geography
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= leeym@FreeBSD.org
COMMENT= Google Maps Geocoding API
RUN_DEPENDS= p5-YAML-Syck>=0.1:${PORTSDIR}/textproc/p5-YAML-Syck \
p5-libwww>=5.5:${PORTSDIR}/www/p5-libwww
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Geo::Coder::Google.3
# The coordinates can be updated by anyone. It might change again in the future.
post-patch:
@${REINPLACE_CMD} -e 's/-122.397323/-122.397711/' ${WRKSRC}/t/01_live.t
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500703
RUN_DEPENDS+= p5-Encode>=0:${PORTSDIR}/converters/p5-Encode
.endif
.include <bsd.port.post.mk>

View File

@ -0,0 +1,3 @@
MD5 (Geo-Coder-Google-0.03.tar.gz) = d10c3b978d7c0a83306126363fec5eb5
SHA256 (Geo-Coder-Google-0.03.tar.gz) = 2e2cdb1e14eceadb22fd0b13f7bb46122b079503d7f13674db7b8214af46ba74
SIZE (Geo-Coder-Google-0.03.tar.gz) = 3574

View File

@ -0,0 +1,3 @@
Geo::Coder::Google provides a geocoding functionality using Google Maps API.
WWW: http://search.cpan.org/dist/Geo-Coder-Google/

View File

@ -0,0 +1,7 @@
%%SITE_PERL%%/Geo/Coder/Google.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Coder/Google/.packlist
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Coder/Google
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Coder
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo
@dirrmtry %%SITE_PERL%%/Geo/Coder
@dirrmtry %%SITE_PERL%%/Geo