Bug 120843 - New port: net-mgmt/fetchconfig Perl script for retrieving configs of multiple devices
Summary: New port: net-mgmt/fetchconfig Perl script for retrieving configs of multiple...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Emanuel Haupt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-19 15:40 UTC by salexanov
Modified: 2008-02-27 22:12 UTC (History)
0 users

See Also:


Attachments
fetchconfig.shar (4.78 KB, text/plain)
2008-02-19 15:40 UTC, salexanov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description salexanov 2008-02-19 15:40:09 UTC
	Fetchconfig is a Perl script for retrieving configurations
	of multiple devices. It has been tested under Linux, FreeBSD
	and Windows, and currently supports a variety of devices
Comment 1 Emanuel Haupt freebsd_committer freebsd_triage 2008-02-27 20:48:01 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ehaupt

I will take care of it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-02-27 22:09:43 UTC
ehaupt      2008-02-27 22:09:37 UTC

  FreeBSD ports repository

  Modified files:
    net-mgmt             Makefile 
  Added files:
    net-mgmt/fetchconfig Makefile distinfo pkg-descr pkg-plist 
    net-mgmt/fetchconfig/files patch-fetchconfig.pl 
  Log:
  Add fetchconfig, a perl script for retrieving configuration of
  various network devices such as:
  
    * Cisco IOS
    * Cisco Catalyst
    * FortiGate
    * ProCurve
    * Parks
    * Alcatel Ethernet Routers (Riverstone)
    * Dell PowerConnect switches
    * Old Terayon 3200/3500 CMTS
  
  PR:             120843
  Submitted by:   salexanov at gmail.com
  
  Revision  Changes    Path
  1.150     +1 -0      ports/net-mgmt/Makefile
  1.1       +46 -0     ports/net-mgmt/fetchconfig/Makefile (new)
  1.1       +3 -0      ports/net-mgmt/fetchconfig/distinfo (new)
  1.1       +20 -0     ports/net-mgmt/fetchconfig/files/patch-fetchconfig.pl (new)
  1.1       +13 -0     ports/net-mgmt/fetchconfig/pkg-descr (new)
  1.1       +15 -0     ports/net-mgmt/fetchconfig/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 Emanuel Haupt freebsd_committer freebsd_triage 2008-02-27 22:12:57 UTC
State Changed
From-To: open->closed

New port added. Thanks!