pkgsrc/www/checkbot
abs 74498f630f Update checkbot to 1.66. Changes:
* checkbot.pl (get_headers): URI doesn't know about netloc, but it
      does know about authority.
      (get_headers): $url is already absolute, no need for ->abs
    * checkbot.pl (handle_doc): Print a notice when external non
      HTTP/FTP URLs are dropped.
    * checkbot.pl (init_modules and other places): Remove
      URI::URL::strict call and use of new URI::URL because it is
      obsolete, we should use the URI classes now.
    * checkbot.pl (init_globals): Initialize last checkpoint time with
      0 instead of current time, so that we write out a set of pages
      right at the start. This will catch problems with permissions for
      these pages as early as possible.
    * checkbot.pl (get_server_type): Take into account that we might
      not learn anything about the server
    * checkbot.pl (get_headers): Factored out of check_external so
      that moving to using GET requests only will be easier later.
    * checkbot.pl (send_mail): Really fix printing of starting URLs in
      email. All URLs are now printed in the subject and body of the
      message.
2001-12-12 13:20:32 +00:00
..
patches Update checkbot to 1.66. Changes: 2001-12-12 13:20:32 +00:00
DESCR Move pkg/ files into package's toplevel directory 2001-11-01 02:15:23 +00:00
distinfo Update checkbot to 1.66. Changes: 2001-12-12 13:20:32 +00:00
Makefile Update checkbot to 1.66. Changes: 2001-12-12 13:20:32 +00:00
PLIST Move pkg/ files into package's toplevel directory 2001-11-01 02:15:23 +00:00