cvs commit: ports/www Makefile ports/www/p5-LWP-UserAgent-Determined Makefile distinfo pkg-descr pkg-plist

Yen-Ming Lee leeym at FreeBSD.org
Mon Mar 17 03:07:10 UTC 2008


leeym       2008-03-17 03:07:09 UTC

  FreeBSD ports repository

  Modified files:
    www                  Makefile 
  Added files:
    www/p5-LWP-UserAgent-Determined Makefile distinfo pkg-descr 
                                    pkg-plist 
  Log:
  - add p5-LWP-UserAgent-Determined-1.03
  
  This class works just like LWP::UserAgent (and is based on it, by being a
  subclass of it), except that when you use it to get a web page but run into a
  possibly-temporary error (like a DNS lookup timeout), it'll wait a few seconds
  and retry a few times.
  
  It also adds some methods for controlling exactly what errors are considered
  retry-worthy and how many times to wait and for how many seconds, but normally
  you needn't bother about these, as the default settings are relatively sane.
  
  WWW:    http://search.cpan.org/dist/LWP-UserAgent-Determined/
  
  Revision  Changes    Path
  1.1999    +1 -0      ports/www/Makefile
  1.1       +24 -0     ports/www/p5-LWP-UserAgent-Determined/Makefile (new)
  1.1       +3 -0      ports/www/p5-LWP-UserAgent-Determined/distinfo (new)
  1.1       +10 -0     ports/www/p5-LWP-UserAgent-Determined/pkg-descr (new)
  1.1       +5 -0      ports/www/p5-LWP-UserAgent-Determined/pkg-plist (new)


More information about the cvs-ports mailing list