summaryrefslogtreecommitdiff
path: root/www/checkbot
diff options
context:
space:
mode:
authorWolfram Schneider <wosch@FreeBSD.org>1998-03-02 19:11:49 +0000
committerWolfram Schneider <wosch@FreeBSD.org>1998-03-02 19:11:49 +0000
commite9fabadb8a760c81f83b06a1700ed8df827f8aea (patch)
tree6dc9190b12274da4d195bf1abb68577b1b5ff3aa /www/checkbot
parentunbreak port (updated PLIST) (diff)
A WWW link verifier, similar like momspider. Depend on some perl5 modules.
Notes
Notes: svn path=/head/; revision=9997
Diffstat (limited to 'www/checkbot')
-rw-r--r--www/checkbot/Makefile26
-rw-r--r--www/checkbot/distinfo1
-rw-r--r--www/checkbot/pkg-comment1
-rw-r--r--www/checkbot/pkg-descr19
-rw-r--r--www/checkbot/pkg-plist2
5 files changed, 49 insertions, 0 deletions
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 <bsd.port.mk>
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