aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/p5-Cisco-Reconfig/pkg-descr
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2006-09-28 15:05:59 +0800
committerclsung <clsung@FreeBSD.org>2006-09-28 15:05:59 +0800
commita53615aad62e6495f28cffae87f725a912fca5bb (patch)
tree7f2b09a645790a2faa7acd2af0187747d9c00418 /net-mgmt/p5-Cisco-Reconfig/pkg-descr
parentcb75c7a8c3ff55d520cd93bdf9399ccbeccef2b2 (diff)
downloadfreebsd-ports-gnome-a53615aad62e6495f28cffae87f725a912fca5bb.tar.gz
freebsd-ports-gnome-a53615aad62e6495f28cffae87f725a912fca5bb.tar.zst
freebsd-ports-gnome-a53615aad62e6495f28cffae87f725a912fca5bb.zip
Add p5-Cisco-Reconfig 0.8, parse and generate Cisco configuration files.
PR: ports/102490 Submitted by: Gea-Suan Lin <gslin at gslin.org>
Diffstat (limited to 'net-mgmt/p5-Cisco-Reconfig/pkg-descr')
-rw-r--r--net-mgmt/p5-Cisco-Reconfig/pkg-descr15
1 files changed, 15 insertions, 0 deletions
diff --git a/net-mgmt/p5-Cisco-Reconfig/pkg-descr b/net-mgmt/p5-Cisco-Reconfig/pkg-descr
new file mode 100644
index 000000000000..51e663be74fe
--- /dev/null
+++ b/net-mgmt/p5-Cisco-Reconfig/pkg-descr
@@ -0,0 +1,15 @@
+Cisco::Reconfig makes it easier to write programs to generate changes
+to Cisco configuration files.
+
+Cisco::Reconfig is a module that parses Cisco router configuration
+files. It doesn't have any real understanding of Cisco configurations
+so it might be useful for other similar configuration languages. It
+knows that nesting is shown by indentation. It knows that ! means a
+comment. It knows that no may proceed a line without changing where
+that line exists in the hierarchy. It doesn't know much else.
+
+Cisco::Reconfig can be used to modify configurations. The set() method
+will check the current configruation and return commands to change it
+if it is other than what is wanted (as passed to the set() method).
+
+WWW: http://search.cpan.org/dist/Cisco-Reconfig/