diff options
author | Will Andrews <will@FreeBSD.org> | 2001-03-31 01:30:17 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-03-31 01:30:17 +0000 |
commit | cdfc303ac3bb3bfbf0240b340174b7700141a167 (patch) | |
tree | e9221c3b67121dd2c7af9f5d1aa9482d38e82d4d /net/cisco_conf | |
parent | 693927f53eb53efeaa4f444e62851fc1cddd4e80 (diff) | |
download | ports-cdfc303ac3bb3bfbf0240b340174b7700141a167.tar.gz ports-cdfc303ac3bb3bfbf0240b340174b7700141a167.zip |
Notes
Diffstat (limited to 'net/cisco_conf')
-rw-r--r-- | net/cisco_conf/Makefile | 22 | ||||
-rw-r--r-- | net/cisco_conf/distinfo | 1 | ||||
-rw-r--r-- | net/cisco_conf/pkg-comment | 1 | ||||
-rw-r--r-- | net/cisco_conf/pkg-descr | 13 | ||||
-rw-r--r-- | net/cisco_conf/pkg-plist | 9 |
5 files changed, 46 insertions, 0 deletions
diff --git a/net/cisco_conf/Makefile b/net/cisco_conf/Makefile new file mode 100644 index 000000000000..9899432b5098 --- /dev/null +++ b/net/cisco_conf/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: cisco_conf +# Date created: 27 March 2001 +# Whom: Anton Voronin <anton@urc.ac.ru> +# +# $FreeBSD$ +# + +PORTNAME= cisco_conf +PORTVERSION= 1.0 +CATEGORIES= net +MASTER_SITES= http://rnoc.urc.ac.ru/~anton/projects/files/ +DISTNAME= ciscoconf-${PORTVERSION} + +MAINTAINER= anton@urc.ac.ru + +RUN_DEPENDS= ${LOCALBASE}/bin/joe:${PORTSDIR}/editors/joe + +WRKSRC= ${WRKDIR}/ciscoconf + +NO_BUILD= YES + +.include <bsd.port.mk> diff --git a/net/cisco_conf/distinfo b/net/cisco_conf/distinfo new file mode 100644 index 000000000000..69d458449d7e --- /dev/null +++ b/net/cisco_conf/distinfo @@ -0,0 +1 @@ +MD5 (ciscoconf-1.0.tar.gz) = 89ee5f31d10a0cfe9922164cd5dd180f diff --git a/net/cisco_conf/pkg-comment b/net/cisco_conf/pkg-comment new file mode 100644 index 000000000000..42bce08511e5 --- /dev/null +++ b/net/cisco_conf/pkg-comment @@ -0,0 +1 @@ +Simple configuration editor for Cisco devices diff --git a/net/cisco_conf/pkg-descr b/net/cisco_conf/pkg-descr new file mode 100644 index 000000000000..1085061c57f9 --- /dev/null +++ b/net/cisco_conf/pkg-descr @@ -0,0 +1,13 @@ +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 diff --git a/net/cisco_conf/pkg-plist b/net/cisco_conf/pkg-plist new file mode 100644 index 000000000000..9d83e02c6471 --- /dev/null +++ b/net/cisco_conf/pkg-plist @@ -0,0 +1,9 @@ +etc/ciscoconf/.joerc +etc/ciscoconf/CiscoConf.conf.sample +etc/ciscoconf/toggle_no.sed +sbin/CiscoConf +share/doc/ciscoconf/CiscoConf.html +@dirrm etc/ciscoconf +@dirrm share/doc/ciscoconf +@cwd / +@dirrm var/db/ciscoconf |