summaryrefslogtreecommitdiff
path: root/www/checkbot
AgeCommit message (Collapse)AuthorFilesLines
2002-10-31Use buildlink2. Use perl5/module.mk.seb1-5/+3
2001-12-17Update checkbot to 1.67. Changes:abs3-35/+35
* A --language option to ask the server for pages in other languages * Bug fixes related to URI package and non-standard server names * Some other minor bugfixes detailed in the ChangeLog * Added example for use of the --match argument
2001-12-12Update checkbot to 1.66. Changes:abs3-23/+18
* 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-11-29Get rid of manually adding "nbX" to PKGNAME when a pkg was changed inhubertf1-2/+2
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-1/+1
2001-09-27p5-Net-* is ambiguous. Fix all wildcard to 'correct' -[0-9]*abs1-5/+5
2001-08-09Updated checkbot to 1.64nb1abs3-14/+68
Implement a --skip option
2001-04-24Update checkbot to 1.64abs3-5/+77
Changes in this version include: - Fix printing of starting URLs in email - Removed duplicate header in report - Try more environment variables to set temporary directory - Avoid using printf on pipes, and fix silly typo. Also add --match-url-base
2001-04-20Move to sha1 digests, and add distfile sizes.skrll1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-7/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-15Update to 1.63:abs4-84/+9
Changes since 1.62: - Require LWP 5.50. A bug fix was introduced in LWP 5.49 which solves problems with relative Location: headers for Checkbot. - Create a defaults --match argument based on all the start URLs, not just the first one. - Remove .bak files when the new files are written correctly. - Create correct URLs when --file argument also contains directories. - Deal with redirects without a Location: header. - Don't exclude checkbot's own pages automagically. - Always ask server about file type for HTTP requests when uncertain. - Make output well-formed HTML. - Several typo's and other output fixes. patch-aa incorporated into main dist.
2000-12-28Update to 1.62nb1, fix type in error message and add --no-bak optionabs3-1/+82
- patch submitted back to maintainer.
2000-11-23Update to 1.62, plus new homepage & MASTER_SITEabs2-7/+7
Changes since 1.60 2000-09-24 Hans de Graaff <hans@degraaff.org> * Checkbot 1.62 released 2000-09-16 Hans de Graaff <hans@degraaff.org> * checkbot.pl (send_mail): Only mention URL in the subject of the mail if one is given through the --url option. (check_external): The ALEPH web server is also broken with respect to HEAD requests. 2000-09-04 Hans de Graaff <hans@degraaff.org> * checkbot.pl (check_external): JavaWebServer is also broken with respect to HEAD requests. 2000-08-26 Hans de Graaff <hans@degraaff.org> * checkbot.pl (create_page): Add --style option which allows a link to a CSS file to be included in each Checkbot page. 2000-08-20 Nick Hibma <n_hibma@qubesoft.com> * checkbot.pl (check_external): Some servers don't set the Server: header. Check to see if the server field is set in a response to avoid warnings. * checkbot.pl (add_checked): Add --enable-virtual option to use hostname instead of IP address to distinguish servers. This allows checking of multiple virtual servers. 2000-08-13 Hans de Graaff <hans@degraaff.org> * Makefile.PL: Add a check for HTML::Parser. Require latest version, 3.10, because I'm not sure older versions work correctly. 2000-06-29 Hans de Graaff <hans@degraaff.org> * Checkbot 1.61 released * Makefile.PL (chk_version): Add version checked for in output. 2000-06-18 Larry Gilbert <larry@n2h2.com> * checkbot.pl (check_external): Use GET instead of HEAD for confused closed-source servers. 2000-06-18 Hans de Graaff <hans@degraaff.org> * Makefile.PL (chk_version): require URI 1.07 as it contains bug fixes for using Base URLs. * checkbot.pl: Change email and web address 2000-04-30 Hans de Graaff <graaff@xs4all.nl>
2000-08-27Convert packages to use PERL5_PACKLIST (part 1). These were the easyjlam2-8/+5
ones to do, and each compiled and installed/de-installed apparently correctly. As a side effect of the dynamic PLIST, we no longer need to have separate -static and -shared PLISTs. It's now easier than ever to make a perl5 package for NetBSD :)
2000-05-16Update to 1.60abs2-4/+4
2000-04-06Checkbot is a tool to verify links on a set of HTML pages. Checkbotkim5-0/+34
can check a single document, or a set of documents on one or more servers. Checkbot creates a report which summarizes all links which caused some kind of warning or error.