pkgsrc/www/checkbot/Makefile

22 lines
606 B
Makefile
Raw Normal View History

2003-07-18 00:50:55 +02:00
# $NetBSD: Makefile,v 1.15 2003/07/17 22:55:31 grant Exp $
#
DISTNAME= checkbot-1.67
CATEGORIES= www net perl5
Update to 1.62, plus new homepage & MASTER_SITE 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-11-23 13:59:32 +01:00
MASTER_SITES= http://degraaff.org/checkbot/
2003-07-18 00:50:55 +02:00
MAINTAINER= abs@NetBSD.org
Update to 1.62, plus new homepage & MASTER_SITE 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-11-23 13:59:32 +01:00
HOMEPAGE= http://degraaff.org/checkbot/
COMMENT= Verify links on a set of HTML pages
DEPENDS+= p5-MailTools-[0-9]*:../../mail/p5-MailTools
DEPENDS+= p5-Net-[0-9]*:../../net/p5-Net
DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
2002-10-31 09:36:32 +01:00
USE_BUILDLINK2= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/checkbot/.packlist
2002-10-31 09:36:32 +01:00
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"