aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2001-03-31 09:30:17 +0800
committerwill <will@FreeBSD.org>2001-03-31 09:30:17 +0800
commit3601514b80a0d1b074806adb5f69f88bed0ab514 (patch)
tree974fce1358ad601d4e02a562b4a4a079725be61a /net-mgmt
parenta8e7db77c22bbb03fac7f9b73ddab5e8df825d2e (diff)
downloadfreebsd-ports-gnome-3601514b80a0d1b074806adb5f69f88bed0ab514.tar.gz
freebsd-ports-gnome-3601514b80a0d1b074806adb5f69f88bed0ab514.tar.zst
freebsd-ports-gnome-3601514b80a0d1b074806adb5f69f88bed0ab514.zip
Add cisco_conf 1.0, a simple configuration editor for Cisco devices.
Yes, this is different from net/ciscoconf. PR: 26199 Submitted by: Anton Voronin <anton@urc.ac.ru>
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/cisco_conf/Makefile22
-rw-r--r--net-mgmt/cisco_conf/distinfo1
-rw-r--r--net-mgmt/cisco_conf/pkg-comment1
-rw-r--r--net-mgmt/cisco_conf/pkg-descr13
-rw-r--r--net-mgmt/cisco_conf/pkg-plist9
5 files changed, 46 insertions, 0 deletions
diff --git a/net-mgmt/cisco_conf/Makefile b/net-mgmt/cisco_conf/Makefile
new file mode 100644
index 000000000000..9899432b5098
--- /dev/null
+++ b/net-mgmt/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-mgmt/cisco_conf/distinfo b/net-mgmt/cisco_conf/distinfo
new file mode 100644
index 000000000000..69d458449d7e
--- /dev/null
+++ b/net-mgmt/cisco_conf/distinfo
@@ -0,0 +1 @@
+MD5 (ciscoconf-1.0.tar.gz) = 89ee5f31d10a0cfe9922164cd5dd180f
diff --git a/net-mgmt/cisco_conf/pkg-comment b/net-mgmt/cisco_conf/pkg-comment
new file mode 100644
index 000000000000..42bce08511e5
--- /dev/null
+++ b/net-mgmt/cisco_conf/pkg-comment
@@ -0,0 +1 @@
+Simple configuration editor for Cisco devices
diff --git a/net-mgmt/cisco_conf/pkg-descr b/net-mgmt/cisco_conf/pkg-descr
new file mode 100644
index 000000000000..1085061c57f9
--- /dev/null
+++ b/net-mgmt/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-mgmt/cisco_conf/pkg-plist b/net-mgmt/cisco_conf/pkg-plist
new file mode 100644
index 000000000000..9d83e02c6471
--- /dev/null
+++ b/net-mgmt/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