From owner-freebsd-ports Thu Mar 29 0:30:14 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9CAED37B726 for ; Thu, 29 Mar 2001 00:30:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2T8U3671854; Thu, 29 Mar 2001 00:30:03 -0800 (PST) (envelope-from gnats) Received: from belle.rnoc.urc.ac.ru (belle.rnoc.urc.ac.ru [193.233.85.10]) by hub.freebsd.org (Postfix) with ESMTP id E3F3037B71C for ; Thu, 29 Mar 2001 00:21:43 -0800 (PST) (envelope-from anton@belle.rnoc.urc.ac.ru) Received: (from anton@localhost) by belle.rnoc.urc.ac.ru (8.11.1/8.11.1) id f2T8LEZ32040; Thu, 29 Mar 2001 14:21:14 +0600 (YEKST) (envelope-from anton) Message-Id: <200103290821.f2T8LEZ32040@belle.rnoc.urc.ac.ru> Date: Thu, 29 Mar 2001 14:21:14 +0600 (YEKST) From: anton@urc.ac.ru Reply-To: anton@urc.ac.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/26199: New port: net/cisco_conf Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26199 >Category: ports >Synopsis: New port: net/cisco_conf >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Mar 29 00:30:02 PST 2001 >Closed-Date: >Last-Modified: >Originator: Anton Voronin >Release: FreeBSD 4.2-STABLE i386 >Organization: Southern Ural State University, Chelyabinsk, Russia >Environment: >Description: This is an interactive configuration editor for Cisco devices. It is based on joe editor's macros that let you load either running or startup configuration from a Cisco router/switch/access server directly into the editor and commit it back after modification. The CiscoConf program maintains the database of previous versions of startup and running configurations for each router in /var/db/CiscoConf. The number of versions to keep is specified in its configuration file. It also provides locking to prevent concurrent editing of the same configuration by more than one person. WWW: http://rnoc.urc.ac.ru/~anton/projects/ciscoconf/CiscoConf.html >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: # # cisco_conf # cisco_conf/Makefile # cisco_conf/distinfo # cisco_conf/pkg-comment # cisco_conf/pkg-descr # cisco_conf/pkg-plist # echo c - cisco_conf mkdir -p cisco_conf > /dev/null 2>&1 echo x - cisco_conf/Makefile sed 's/^X//' >cisco_conf/Makefile << 'END-of-cisco_conf/Makefile' X# New ports collection makefile for: cisco_conf X# Date created: 27 March 2001 X# Whom: anton X# X# $FreeBSD$ X# X XPORTNAME= cisco_conf XPORTVERSION= 1.0 XCATEGORIES= net XMASTER_SITES= http://rnoc.urc.ac.ru/~anton/projects/files/ XDISTNAME= ciscoconf-${PORTVERSION} X XMAINTAINER= anton@urc.ac.ru X XRUN_DEPENDS= ${LOCALBASE}/bin/joe:${PORTSDIR}/editors/joe X XWRKSRC= ${WRKDIR}/ciscoconf X XNO_BUILD= YES X X.include END-of-cisco_conf/Makefile echo x - cisco_conf/distinfo sed 's/^X//' >cisco_conf/distinfo << 'END-of-cisco_conf/distinfo' XMD5 (ciscoconf-1.0.tar.gz) = 89ee5f31d10a0cfe9922164cd5dd180f END-of-cisco_conf/distinfo echo x - cisco_conf/pkg-comment sed 's/^X//' >cisco_conf/pkg-comment << 'END-of-cisco_conf/pkg-comment' XSimple configuration editor for Cisco devices END-of-cisco_conf/pkg-comment echo x - cisco_conf/pkg-descr sed 's/^X//' >cisco_conf/pkg-descr << 'END-of-cisco_conf/pkg-descr' XThis is an interactive configuration editor for Cisco devices. It is based on Xjoe editor's macros that let you load either running or startup configuration Xfrom a Cisco router/switch/access server directly into the editor and commit Xit back after modification. X XThe CiscoConf program maintains the database of previous versions of startup Xand running configurations for each router in /var/db/CiscoConf. The Xnumber of versions to keep is specified in its configuration file. X XIt also provides locking to prevent concurrent editing of the same Xconfiguration by more than one person. X XWWW: http://rnoc.urc.ac.ru/~anton/projects/ciscoconf/CiscoConf.html END-of-cisco_conf/pkg-descr echo x - cisco_conf/pkg-plist sed 's/^X//' >cisco_conf/pkg-plist << 'END-of-cisco_conf/pkg-plist' Xetc/ciscoconf/.joerc Xetc/ciscoconf/CiscoConf.conf.sample Xetc/ciscoconf/toggle_no.sed Xsbin/CiscoConf Xshare/doc/ciscoconf/CiscoConf.html X@dirrm etc/ciscoconf X@dirrm share/doc/ciscoconf X@cwd / X@dirrm var/db/ciscoconf END-of-cisco_conf/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message