From owner-freebsd-ports Thu Sep 10 18:00:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA11110 for freebsd-ports-outgoing; Thu, 10 Sep 1998 18:00:06 -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 SAA11039 for ; Thu, 10 Sep 1998 18:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA00644; Thu, 10 Sep 1998 18:00:02 -0700 (PDT) Received: from fep1-orange.clear.net.nz (fep1-orange.clear.net.nz [203.97.32.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA10657 for ; Thu, 10 Sep 1998 17:57:45 -0700 (PDT) (envelope-from jabley@buddha.clear.net.nz) Received: from buddha.clear.net.nz (buddha.clear.net.nz [192.168.24.106]) by fep1-orange.clear.net.nz (1.5/1.11) with ESMTP id MAA26305; Fri, 11 Sep 1998 12:57:33 +1200 (NZST) Received: (from jabley@localhost) by buddha.clear.net.nz (8.9.1/8.9.1) id MAA19915; Fri, 11 Sep 1998 12:57:33 +1200 (NZST) Message-Id: <199809110057.MAA19915@buddha.clear.net.nz> Date: Fri, 11 Sep 1998 12:57:33 +1200 (NZST) From: jabley@clear.co.nz Reply-To: jabley@clear.co.nz To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7888: ports submission Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7888 >Category: ports >Synopsis: Ports submission >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: Thu Sep 10 18:00:01 PDT 1998 >Last-Modified: >Originator: Joe Abley >Organization: CLEAR Communications Ltd, Auckland, New Zealand >Release: FreeBSD 3.0-19980804-SNAP i386 >Environment: N/A >Description: Ciscoconf automatically fetches configuration from Cisco routers whenever syslog indicates that a change has been made, and stores them under RCS. MORE INFORMATION For more information, or to foward comments or details of problems, please contact Joe Abley . Future versions of this utility will be made available at http://www.patho.gen.nz/~jabley/. >How-To-Repeat: N/A >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: # # ciscoconf-1.0 # ciscoconf-1.0/Makefile # ciscoconf-1.0/files # ciscoconf-1.0/files/md5 # ciscoconf-1.0/pkg # ciscoconf-1.0/pkg/DESCR # ciscoconf-1.0/pkg/COMMENT # ciscoconf-1.0/pkg/PLIST # echo c - ciscoconf-1.0 mkdir -p ciscoconf-1.0 > /dev/null 2>&1 echo x - ciscoconf-1.0/Makefile sed 's/^X//' >ciscoconf-1.0/Makefile << 'END-of-ciscoconf-1.0/Makefile' X# New ports collection makefile for: ciscoconf X# Version required: 1.0beta1 X# Date created: 11 September 1998 X# Whom: jabley@clear.co.nz X# X# $Id:$ X# X XDISTNAME= ciscoconf-1.0beta1 XPKGNAME= ciscoconf-1.0 XCATEGORIES= net XMASTER_SITES= ftp://ftp.patho.gen.nz/pub/users/jabley/ XMAINTAINER= jabley@clear.co.nz X XMAN8= ciscoconfd.8 ciscoconfr.8 X Xdo-install: X $(INSTALL_PROGRAM) $(WRKSRC)/ciscoconfd $(PREFIX)/bin X $(INSTALL_SCRIPT) $(WRKSRC)/ciscoconfr $(PREFIX)/bin X $(INSTALL_MAN) $(WRKSRC)/ciscoconfd.man $(PREFIX)/man/man8/ciscoconfd.8 X $(INSTALL_MAN) $(WRKSRC)/ciscoconfr.man $(PREFIX)/man/man8/ciscoconfr.8 X Xpost-install: X $(MKDIR) -p $(PREFIX)/lib/cisco/RCS X X.include X END-of-ciscoconf-1.0/Makefile echo c - ciscoconf-1.0/files mkdir -p ciscoconf-1.0/files > /dev/null 2>&1 echo x - ciscoconf-1.0/files/md5 sed 's/^X//' >ciscoconf-1.0/files/md5 << 'END-of-ciscoconf-1.0/files/md5' XMD5 (ciscoconf-1.0beta1.tar.gz) = d13b9cb222f8829cc7c6b16255edbda2 END-of-ciscoconf-1.0/files/md5 echo c - ciscoconf-1.0/pkg mkdir -p ciscoconf-1.0/pkg > /dev/null 2>&1 echo x - ciscoconf-1.0/pkg/DESCR sed 's/^X//' >ciscoconf-1.0/pkg/DESCR << 'END-of-ciscoconf-1.0/pkg/DESCR' XCiscoconf automatically fetches configuration from Cisco routers whenever Xsyslog indicates that a change has been made, and stores them under RCS. X XMORE INFORMATION X XFor more information, or to foward comments or details of problems, please Xcontact Joe Abley . Future versions of this utility Xwill be made available at http://www.patho.gen.nz/~jabley/. X END-of-ciscoconf-1.0/pkg/DESCR echo x - ciscoconf-1.0/pkg/COMMENT sed 's/^X//' >ciscoconf-1.0/pkg/COMMENT << 'END-of-ciscoconf-1.0/pkg/COMMENT' XCiscoconf automatically fetches configuration from Cisco routers whenever Xsyslog indicates that a change has been made, and stores them under RCS. X END-of-ciscoconf-1.0/pkg/COMMENT echo x - ciscoconf-1.0/pkg/PLIST sed 's/^X//' >ciscoconf-1.0/pkg/PLIST << 'END-of-ciscoconf-1.0/pkg/PLIST' Xbin/ciscoconfd Xbin/ciscoconfr END-of-ciscoconf-1.0/pkg/PLIST exit >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message