Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Sep 1998 16:27:57 -0400 (EDT)
From:      Bill Fumerola <billf@jade.chc-chimes.com>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/8003: new port: www/linbot
Message-ID:  <199809202027.QAA09542@jade.chc-chimes.com>

next in thread | raw e-mail | index | archive | help

>Number:         8003
>Category:       ports
>Synopsis:       new port: www/linbot
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 20 13:30:00 PDT 1998
>Last-Modified:
>Originator:     Bill Fumerola
>Organization:
Computer Horizons Corp
>Release:        FreeBSD 2.2.7-STABLE i386
>Environment:
FreeBSD jade.chc-chimes.com 2.2.7-STABLE FreeBSD 2.2.7-STABLE #0: Mon Aug 17 10:00:36 EDT 1998
billf@jade.chc-chimes.com:/usr/cvs-update/src/sys/compile/JADED  i386
>Description:
>How-To-Repeat:
>Fix:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	.
#	./Makefile
#	./pkg
#	./pkg/PLIST
#	./pkg/COMMENT
#	./pkg/DESCR
#	./files
#	./files/md5
#
echo c - .
mkdir -p . > /dev/null 2>&1
echo x - ./Makefile
sed 's/^X//' >./Makefile << 'END-of-./Makefile'
X# New ports collection makefile for: linbot
X# Version required:    0.8
X# Date created:        19 September 1998
X# Whom:                Bill Fumerola <billf@chc-chimes.com>
X#
X# $Id: $
X#
X
XDISTNAME=	linbot-0.8
XCATEGORIES=	www
XMASTER_SITES=	http://starship.skyport.net/crew/marduk/linbot/
X
XMAINTAINER=	billf@chc-chimes.com
X
XRUN_DEPENDS=	python:${PORTSDIR}/lang/python
X
XNO_BUILD=	yeah
X
XMAN1=		linbot.1
X
Xdo-install:
X
X	${MKDIR} ${PREFIX}/share/linbot
X	${CP} ${WRKSRC}/*.py ${PREFIX}/share/linbot
X	${CP} ${WRKSRC}/contrib/*.1 ${PREFIX}/man/man1
X	${LN} -s ${PREFIX}/share/linbot/linbot.py ${PREFIX}/bin/linbot
X
X.include <bsd.port.mk>
END-of-./Makefile
echo c - ./pkg
mkdir -p ./pkg > /dev/null 2>&1
echo x - ./pkg/PLIST
sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST'
X@exec mkdir -p %D/share/linbot
Xshare/linbot/config.py
Xshare/linbot/linbot.py
Xshare/linbot/myUrlLib.py
Xshare/linbot/robotparser.py
X@exec ln -fs %D/share/linbot/linbot.py %D/bin/linbot
X@unexec rm -rf %D/share/linbot
X@unexec rm %D/bin/linbot
END-of-./pkg/PLIST
echo x - ./pkg/COMMENT
sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT'
Xwebmaster link management tool
END-of-./pkg/COMMENT
echo x - ./pkg/DESCR
sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR'
XLinbot is the professional Site Management Tool for webmasters. Linbot
Xallows webmasters to view the structure of a site, track down broken links,
Xfind potentially outdated web pages list links pointing to external sites,
Xview portfolio of inline images, get a run-down of problems sorted by
Xauthor and to do all this periodically without user intervention.
X
Xhttp://starship.skyport.net/crew/marduk/linbot/
X
XBill Fumerola (billf@chc-chimes.com)
END-of-./pkg/DESCR
echo c - ./files
mkdir -p ./files > /dev/null 2>&1
echo x - ./files/md5
sed 's/^X//' >./files/md5 << 'END-of-./files/md5'
XMD5 (linbot-0.8.tar.gz) = ee327410be4dacb838aa79b3012763f6
END-of-./files/md5
exit

>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809202027.QAA09542>