From e9fabadb8a760c81f83b06a1700ed8df827f8aea Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Mon, 2 Mar 1998 19:11:49 +0000 Subject: A WWW link verifier, similar like momspider. Depend on some perl5 modules. --- www/checkbot/Makefile | 26 ++++++++++++++++++++++++++ www/checkbot/distinfo | 1 + www/checkbot/pkg-comment | 1 + www/checkbot/pkg-descr | 19 +++++++++++++++++++ www/checkbot/pkg-plist | 2 ++ 5 files changed, 49 insertions(+) create mode 100644 www/checkbot/Makefile create mode 100644 www/checkbot/distinfo create mode 100644 www/checkbot/pkg-comment create mode 100644 www/checkbot/pkg-descr create mode 100644 www/checkbot/pkg-plist (limited to 'www') diff --git a/www/checkbot/Makefile b/www/checkbot/Makefile new file mode 100644 index 000000000000..652476adec75 --- /dev/null +++ b/www/checkbot/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: checkbot +# Version required: 1.51 +# Date created: 2. Feb 1998 +# Whom: wosch@FreeBSD.org +# +# $Id: Makefile,v 1.8 1997/06/24 18:43:25 jfitz Exp $ +# + +DISTNAME= checkbot-1.51 +CATEGORIES= www perl5 +MASTER_SITES= http://www.xs4all.nl/~graaff/checkbot/ + +MAINTAINER= wosch@FreeBSD.ORG + +BUILD_DEPENDS= \ + ${PORTSDIR}/net/p5-Net \ + ${PORTSDIR}/www/p5-libwww \ + ${PORTSDIR}/mail/p5-Mail-Tools + +MAN1= checkbot.1 +USE_PERL5= YES + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + +.include diff --git a/www/checkbot/distinfo b/www/checkbot/distinfo new file mode 100644 index 000000000000..abb90fd31c2c --- /dev/null +++ b/www/checkbot/distinfo @@ -0,0 +1 @@ +MD5 (checkbot-1.51.tar.gz) = c6fd8b48c7be5d872976e2a5726a4274 diff --git a/www/checkbot/pkg-comment b/www/checkbot/pkg-comment new file mode 100644 index 000000000000..2df38ad6c5c6 --- /dev/null +++ b/www/checkbot/pkg-comment @@ -0,0 +1 @@ +A WWW link verifier, similar like momspider. diff --git a/www/checkbot/pkg-descr b/www/checkbot/pkg-descr new file mode 100644 index 000000000000..592ffa5d8a87 --- /dev/null +++ b/www/checkbot/pkg-descr @@ -0,0 +1,19 @@ +Checkbot -- a WWW link verifier + +Checkbot is a perl5 script which can verify links within a region of +the World Wide Web. It checks all pages within an identified region, +and all links within that region. After checking all links within the +region, it will also check all links which point outside of the +region, and then stop. + +Checkbot regularly writes reports on its findings, including all +servers found in the region, and all links with problems on those +servers. + +Checkbot was written originally to check a number of servers at +once. This has implied some design decisions, so you might want to +keep that in mind when making suggestions. Speaking of which, be sure +to check the TODO file for things which have been suggested for +Checkbot. + +http://www.xs4all.nl/~graaff/checkbot/ diff --git a/www/checkbot/pkg-plist b/www/checkbot/pkg-plist new file mode 100644 index 000000000000..7b0ba88e8f7e --- /dev/null +++ b/www/checkbot/pkg-plist @@ -0,0 +1,2 @@ +bin/checkbot +man/man1/checkbot.1.gz -- cgit v1.2.3