Bug 102490

Summary: [NEW PORT] net-mgmt/p5-Cisco-Reconfig: Parse and generate Cisco configuration files
Product: Ports & Packages Reporter: gslin
Component: Individual Port(s)Assignee: Cheng-Lung Sung <clsung>
Status: Closed FIXED    
Severity: Affects Only Me CC: gslin
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
p5-Cisco-Reconfig-0.8.shar none

Description gslin 2006-08-24 21:30:14 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-08-24 21:30:27 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

clsung@ wants his PRs
Comment 2 dfilter service freebsd_committer freebsd_triage 2006-09-28 08:06:23 UTC
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"
Comment 3 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-09-28 08:29:21 UTC
State Changed
From-To: open->closed

New port added. Thank You.