mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 11:56:28 -04:00
Cisco::CopyConfig provides methods for manipulating the
running-config of devices running Cisco IOS via SNMP directed TFTP. This module is essentially a wrapper for Net::SNMP and the CISCO-CONFIG-COPY-MIB-V1SMI.my MIB schema. WWW: http://search.cpan.org/dist/Cisco-CopyConfig/ PR: 208236 Submitted by: rihaz.jerrin@gmail.com
This commit is contained in:
parent
72e81b30d3
commit
c5d0b8fd86
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=411797
5 changed files with 31 additions and 0 deletions
|
@ -194,6 +194,7 @@
|
|||
SUBDIR += p5-AnyEvent-SNMP
|
||||
SUBDIR += p5-BigIP-iControl
|
||||
SUBDIR += p5-Cflow
|
||||
SUBDIR += p5-Cisco-CopyConfig
|
||||
SUBDIR += p5-Cisco-Reconfig
|
||||
SUBDIR += p5-Data-Validate-IP
|
||||
SUBDIR += p5-FusionInventory-Agent
|
||||
|
|
20
net-mgmt/p5-Cisco-CopyConfig/Makefile
Normal file
20
net-mgmt/p5-Cisco-CopyConfig/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Cisco-CopyConfig
|
||||
PORTVERSION= 1.4
|
||||
CATEGORIES= net-mgmt perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:SAPER
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= rihaz.jerrin@gmail.com
|
||||
COMMENT= Cisco IOS running-config manipulation
|
||||
|
||||
BUILD_DEPENDS= p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP
|
||||
RUN_DEPENDS= p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP
|
||||
|
||||
USES= perl5 tar:tgz
|
||||
USE_PERL5= configure
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
net-mgmt/p5-Cisco-CopyConfig/distinfo
Normal file
2
net-mgmt/p5-Cisco-CopyConfig/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Cisco-CopyConfig-1.4.tgz) = a2e1bbe2c3cac987c6947e76ca92167f569dfce45c788d00a6274dfa998a0aa9
|
||||
SIZE (Cisco-CopyConfig-1.4.tgz) = 5823
|
6
net-mgmt/p5-Cisco-CopyConfig/pkg-descr
Normal file
6
net-mgmt/p5-Cisco-CopyConfig/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
Cisco::CopyConfig provides methods for manipulating the
|
||||
running-config of devices running Cisco IOS via SNMP
|
||||
directed TFTP. This module is essentially a wrapper for
|
||||
Net::SNMP and the CISCO-CONFIG-COPY-MIB-V1SMI.my MIB schema.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Cisco-CopyConfig/
|
2
net-mgmt/p5-Cisco-CopyConfig/pkg-plist
Normal file
2
net-mgmt/p5-Cisco-CopyConfig/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
|||
%%SITE_PERL%%/Cisco/CopyConfig.pm
|
||||
%%PERL5_MAN3%%/Cisco::CopyConfig.3.gz
|
Loading…
Add table
Reference in a new issue