Import of `linbot', a web site management tool.

PR:		ports/8003
Reviewed by:	jkoshy
Submitted by:	Bill Fumerola (billf@chc-chimes.com)
This commit is contained in:
Joseph Koshy 1998-09-21 05:42:14 +00:00
parent 6994c00423
commit 6a0a09fbd8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13280
10 changed files with 92 additions and 0 deletions

27
www/linbot/Makefile Normal file
View File

@ -0,0 +1,27 @@
# New ports collection makefile for: linbot
# Version required: 0.8
# Date created: 19 September 1998
# Whom: Bill Fumerola <billf@chc-chimes.com>
#
# $Id: $
#
DISTNAME= linbot-0.8
CATEGORIES= www
MASTER_SITES= http://starship.skyport.net/crew/marduk/linbot/
MAINTAINER= billf@chc-chimes.com
RUN_DEPENDS= python:${PORTSDIR}/lang/python
NO_BUILD= yeah
MAN1= linbot.1
do-install:
${MKDIR} ${PREFIX}/share/linbot
${CP} ${WRKSRC}/*.py ${PREFIX}/share/linbot
${CP} ${WRKSRC}/contrib/*.1 ${PREFIX}/man/man1
${LN} -s ${PREFIX}/share/linbot/linbot.py ${PREFIX}/bin/linbot
.include <bsd.port.mk>

1
www/linbot/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (linbot-0.8.tar.gz) = ee327410be4dacb838aa79b3012763f6

1
www/linbot/pkg-comment Normal file
View File

@ -0,0 +1 @@
view structure of a web site, get a list of problems like broken links.

9
www/linbot/pkg-descr Normal file
View File

@ -0,0 +1,9 @@
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.
http://starship.skyport.net/crew/marduk/linbot/
Bill Fumerola (billf@chc-chimes.com)

8
www/linbot/pkg-plist Normal file
View File

@ -0,0 +1,8 @@
@exec mkdir -p %D/share/linbot
share/linbot/config.py
share/linbot/linbot.py
share/linbot/myUrlLib.py
share/linbot/robotparser.py
@exec ln -fs %D/share/linbot/linbot.py %D/bin/linbot
@unexec rm -rf %D/share/linbot
@unexec rm %D/bin/linbot

27
www/webcheck/Makefile Normal file
View File

@ -0,0 +1,27 @@
# New ports collection makefile for: linbot
# Version required: 0.8
# Date created: 19 September 1998
# Whom: Bill Fumerola <billf@chc-chimes.com>
#
# $Id: $
#
DISTNAME= linbot-0.8
CATEGORIES= www
MASTER_SITES= http://starship.skyport.net/crew/marduk/linbot/
MAINTAINER= billf@chc-chimes.com
RUN_DEPENDS= python:${PORTSDIR}/lang/python
NO_BUILD= yeah
MAN1= linbot.1
do-install:
${MKDIR} ${PREFIX}/share/linbot
${CP} ${WRKSRC}/*.py ${PREFIX}/share/linbot
${CP} ${WRKSRC}/contrib/*.1 ${PREFIX}/man/man1
${LN} -s ${PREFIX}/share/linbot/linbot.py ${PREFIX}/bin/linbot
.include <bsd.port.mk>

1
www/webcheck/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (linbot-0.8.tar.gz) = ee327410be4dacb838aa79b3012763f6

1
www/webcheck/pkg-comment Normal file
View File

@ -0,0 +1 @@
view structure of a web site, get a list of problems like broken links.

9
www/webcheck/pkg-descr Normal file
View File

@ -0,0 +1,9 @@
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.
http://starship.skyport.net/crew/marduk/linbot/
Bill Fumerola (billf@chc-chimes.com)

8
www/webcheck/pkg-plist Normal file
View File

@ -0,0 +1,8 @@
@exec mkdir -p %D/share/linbot
share/linbot/config.py
share/linbot/linbot.py
share/linbot/myUrlLib.py
share/linbot/robotparser.py
@exec ln -fs %D/share/linbot/linbot.py %D/bin/linbot
@unexec rm -rf %D/share/linbot
@unexec rm %D/bin/linbot