cvs commit: ports/misc Makefile ports/misc/p5-Geo-Coder-Multiple Makefile distinfo pkg-descr pkg-plist

Wen Heping wen at FreeBSD.org
Fri Mar 12 06:18:56 UTC 2010


wen         2010-03-12 06:18:55 UTC

  FreeBSD ports repository

  Modified files:
    misc                 Makefile 
  Added files:
    misc/p5-Geo-Coder-Multiple Makefile distinfo pkg-descr 
                               pkg-plist 
  Log:
  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/
  
  Revision  Changes    Path
  1.938     +1 -0      ports/misc/Makefile
  1.1       +24 -0     ports/misc/p5-Geo-Coder-Multiple/Makefile (new)
  1.1       +3 -0      ports/misc/p5-Geo-Coder-Multiple/distinfo (new)
  1.1       +11 -0     ports/misc/p5-Geo-Coder-Multiple/pkg-descr (new)
  1.1       +14 -0     ports/misc/p5-Geo-Coder-Multiple/pkg-plist (new)


More information about the cvs-ports mailing list