From owner-freebsd-ports Sun Sep 20 13:30:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA01436 for freebsd-ports-outgoing; Sun, 20 Sep 1998 13:30:28 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA01421 for ; Sun, 20 Sep 1998 13:30:27 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA13847; Sun, 20 Sep 1998 13:30:00 -0700 (PDT) Received: from jade.chc-chimes.com (UNUSED.chc-chimes.com [206.67.97.85] (may be forged)) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA01167 for ; Sun, 20 Sep 1998 13:29:46 -0700 (PDT) (envelope-from billf@jade.chc-chimes.com) Received: (from billf@localhost) by jade.chc-chimes.com (8.8.8/8.8.8) id QAA09542; Sun, 20 Sep 1998 16:27:57 -0400 (EDT) (envelope-from billf) Message-Id: <199809202027.QAA09542@jade.chc-chimes.com> Date: Sun, 20 Sep 1998 16:27:57 -0400 (EDT) From: Bill Fumerola Reply-To: billf@jade.chc-chimes.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/8003: new port: www/linbot Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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 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 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