diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-03-12 06:18:55 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-03-12 06:18:55 +0000 |
commit | bdcf02a53eff7462d9057c1583a5f29f083dfa3a (patch) | |
tree | 01e8dcd2a404007aa019c263b862890c9c1ce04f /misc/p5-Geo-Coder-Multiple | |
parent | 21f24fb01a89405e867db2d52865bbc64d07d983 (diff) | |
download | ports-bdcf02a53eff7462d9057c1583a5f29f083dfa3a.tar.gz ports-bdcf02a53eff7462d9057c1583a5f29f083dfa3a.zip |
Notes
Diffstat (limited to 'misc/p5-Geo-Coder-Multiple')
-rw-r--r-- | misc/p5-Geo-Coder-Multiple/Makefile | 24 | ||||
-rw-r--r-- | misc/p5-Geo-Coder-Multiple/distinfo | 3 | ||||
-rw-r--r-- | misc/p5-Geo-Coder-Multiple/pkg-descr | 11 | ||||
-rw-r--r-- | misc/p5-Geo-Coder-Multiple/pkg-plist | 14 |
4 files changed, 52 insertions, 0 deletions
diff --git a/misc/p5-Geo-Coder-Multiple/Makefile b/misc/p5-Geo-Coder-Multiple/Makefile new file mode 100644 index 000000000000..ec295781bb9e --- /dev/null +++ b/misc/p5-Geo-Coder-Multiple/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: Geo-Coder-Multiple +# Date created: 12th March, 2010 +# Whom: Wen Heping <wen@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Geo-Coder-Multiple +PORTVERSION= 0.59 +CATEGORIES= misc perl5 geography +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= wen@FreeBSD.org +COMMENT= Perl module to tie together multiple Geo::Coder modules + +RUN_DEPENDS= p5-List-Util-WeightedRoundRobin>=0:${PORTSDIR}/misc/p5-List-Util-WeightedRoundRobin +BUILD_DEPENDS= ${RUN_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= Geo::Coder::Multiple.3 + +.include <bsd.port.mk> diff --git a/misc/p5-Geo-Coder-Multiple/distinfo b/misc/p5-Geo-Coder-Multiple/distinfo new file mode 100644 index 000000000000..a2f045c0cb58 --- /dev/null +++ b/misc/p5-Geo-Coder-Multiple/distinfo @@ -0,0 +1,3 @@ +MD5 (Geo-Coder-Multiple-0.59.tar.gz) = 94918937355bd83bc3e9afe3d19e5418 +SHA256 (Geo-Coder-Multiple-0.59.tar.gz) = 60a148609899ed9ab86ba426ea5f19d7d279c1d58743bd7ff5cda73003c7acf7 +SIZE (Geo-Coder-Multiple-0.59.tar.gz) = 5077 diff --git a/misc/p5-Geo-Coder-Multiple/pkg-descr b/misc/p5-Geo-Coder-Multiple/pkg-descr new file mode 100644 index 000000000000..d9e1a811e1ed --- /dev/null +++ b/misc/p5-Geo-Coder-Multiple/pkg-descr @@ -0,0 +1,11 @@ +Geo::Coder::Multiple is a wrapper for multiple Geo::Coder::* modules. + +Most free geocoding datasource specify a limit to the number of queries which +can be sent from an IP or made using an API key in a 24 hour period. This +module balances the incoming requests across the available sources to ensure +individual limits are exceeded only when the total limit is exceeded. + +The algorithm for load balancing takes into account the limit imposed by the +source per 24 hour period. + +WWW: http://search.cpan.org/dist/Geo-Coder-Multiple/ diff --git a/misc/p5-Geo-Coder-Multiple/pkg-plist b/misc/p5-Geo-Coder-Multiple/pkg-plist new file mode 100644 index 000000000000..93d7ca14b7df --- /dev/null +++ b/misc/p5-Geo-Coder-Multiple/pkg-plist @@ -0,0 +1,14 @@ +%%SITE_PERL%%/Geo/Coder/Multiple.pm +%%SITE_PERL%%/Geo/Coder/Multiple/Bing.pm +%%SITE_PERL%%/Geo/Coder/Multiple/Generic.pm +%%SITE_PERL%%/Geo/Coder/Multiple/Google.pm +%%SITE_PERL%%/Geo/Coder/Multiple/Yahoo.pm +%%SITE_PERL%%/Geo/Coder/Multiple/Response.pm +%%SITE_PERL%%/Geo/Coder/Multiple/Multimap.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Coder/Multiple/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Coder/Multiple +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Coder +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo +@dirrmtry %%SITE_PERL%%/Geo/Coder/Multiple +@dirrmtry %%SITE_PERL%%/Geo/Coder +@dirrmtry %%SITE_PERL%%/Geo |