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/ Generated with FreeBSD Port Tools 0.77
Responsible Changed From-To: freebsd-ports-bugs->clsung clsung@ wants his PRs
clsung 2006-09-28 07:05:59 UTC FreeBSD ports repository Modified files: net-mgmt Makefile Added files: net-mgmt/p5-Cisco-Reconfig Makefile distinfo pkg-descr pkg-plist Log: Add p5-Cisco-Reconfig 0.8, parse and generate Cisco configuration files. PR: ports/102490 Submitted by: Gea-Suan Lin <gslin at gslin.org> Revision Changes Path 1.86 +1 -0 ports/net-mgmt/Makefile 1.1 +31 -0 ports/net-mgmt/p5-Cisco-Reconfig/Makefile (new) 1.1 +3 -0 ports/net-mgmt/p5-Cisco-Reconfig/distinfo (new) 1.1 +15 -0 ports/net-mgmt/p5-Cisco-Reconfig/pkg-descr (new) 1.1 +7 -0 ports/net-mgmt/p5-Cisco-Reconfig/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added. Thank You.