| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
10 Jun 2012 18:42:48
0.60
|
swills  |
- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
about for a while.
PR: ports/168208
Approved by: portmgr (miwi) |
19 Mar 2011 12:38:54
0.60
|
miwi  |
- Get Rid MD5 support |
06 Apr 2010 01:29:43
0.60
|
wen  |
- Fix the fetch error reported by pointyhat@ |
02 Apr 2010 09:04:43
0.61
|
wen  |
- Update to 0.61 |
12 Mar 2010 06:18:55
0.59
|
wen  |
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/ |