summaryrefslogtreecommitdiff
path: root/www/webcheck
diff options
context:
space:
mode:
Diffstat (limited to 'www/webcheck')
-rw-r--r--www/webcheck/Makefile32
-rw-r--r--www/webcheck/distinfo1
-rw-r--r--www/webcheck/pkg-comment1
-rw-r--r--www/webcheck/pkg-descr9
-rw-r--r--www/webcheck/pkg-plist30
5 files changed, 0 insertions, 73 deletions
diff --git a/www/webcheck/Makefile b/www/webcheck/Makefile
deleted file mode 100644
index a2a6ab74655e..000000000000
--- a/www/webcheck/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# New ports collection makefile for: linbot
-# Date created: 19 September 1998
-# Whom: Bill Fumerola <billf@chc-chimes.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= linbot
-PORTVERSION= 1.0
-PORTREVISION= 1
-CATEGORIES= www python
-MASTER_SITES= ${MASTER_SITE_SUNSITE}
-MASTER_SITE_SUBDIR= apps/www/misc
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= billf@FreeBSD.org
-
-RUN_DEPENDS= python:${PORTSDIR}/lang/python
-
-NO_BUILD= yeah
-
-do-install:
- ${MKDIR} ${PREFIX}/share/linbot
- ${CP} ${WRKSRC}/*.py ${PREFIX}/share/linbot
- ${CP} ${WRKSRC}/*.css ${PREFIX}/share/linbot
-.for d in plugins schemes
- ${MKDIR} ${PREFIX}/share/linbot/${d}
- ${CP} ${WRKSRC}/${d}/*.py ${PREFIX}/share/linbot/${d}
-.endfor
- ${LN} -sf ${PREFIX}/share/linbot/linbot.py ${PREFIX}/bin/linbot
-
-.include <bsd.port.mk>
diff --git a/www/webcheck/distinfo b/www/webcheck/distinfo
deleted file mode 100644
index c15e5bde2b36..000000000000
--- a/www/webcheck/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (linbot-1.0.tgz) = c1926fb359532daee0ea8fcade08e345
diff --git a/www/webcheck/pkg-comment b/www/webcheck/pkg-comment
deleted file mode 100644
index fbfb6c0d9912..000000000000
--- a/www/webcheck/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-View structure of a web site, get a list of problems like broken links
diff --git a/www/webcheck/pkg-descr b/www/webcheck/pkg-descr
deleted file mode 100644
index 1541eb622e90..000000000000
--- a/www/webcheck/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-Linbot is the professional Site Management Tool for webmasters. Linbot
-allows webmasters to view the structure of a site, track down broken links,
-find potentially outdated web pages list links pointing to external sites,
-view portfolio of inline images, get a run-down of problems sorted by
-author and to do all this periodically without user intervention.
-
-WWW: http://starship.python.net/crew/marduk/linbot/
-
-Bill Fumerola (billf@chc-chimes.com)
diff --git a/www/webcheck/pkg-plist b/www/webcheck/pkg-plist
deleted file mode 100644
index 8fe33fa58873..000000000000
--- a/www/webcheck/pkg-plist
+++ /dev/null
@@ -1,30 +0,0 @@
-share/linbot/config.py
-share/linbot/debugio.py
-share/linbot/htmlparse.py
-share/linbot/httpcodes.py
-share/linbot/linbot.css
-share/linbot/linbot.py
-share/linbot/myUrlLib.py
-share/linbot/plugins/__init__.py
-share/linbot/plugins/badlinks.py
-share/linbot/plugins/external.py
-share/linbot/plugins/images.py
-share/linbot/plugins/notchkd.py
-share/linbot/plugins/notitles.py
-share/linbot/plugins/problems.py
-share/linbot/plugins/rptlib.py
-share/linbot/plugins/sitemap.py
-share/linbot/plugins/slow.py
-share/linbot/plugins/whatsnew.py
-share/linbot/plugins/whatsold.py
-share/linbot/robotparser.py
-share/linbot/schemes/__init__.py
-share/linbot/schemes/filelink.py
-share/linbot/schemes/ftplink.py
-share/linbot/schemes/httplink.py
-share/linbot/version.py
-@dirrm share/linbot/plugins
-@dirrm share/linbot/schemes
-@dirrm share/linbot
-@exec ln -fs %D/share/linbot/linbot.py %D/bin/linbot
-@unexec rm %D/bin/linbot