Net::Telnet::Cisco::IOS (NTCI) is an extension of Joshua Kereos's
Net::Telnet::Cisco module and provides an easy way to manage and monitor Cisco IOS devices. I'll mention this a lot, but make sure you read up on Net::Telnet::Cisco for a lot of information. WWW: http://search.cpan.org/dist/Net-Telnet-Cisco-IOS/ PR: ports/120349 Submitted by: Tsung-Han Yeh <snowfly at yunteche.du.tw>
This commit is contained in:
parent
77cc9387fb
commit
a9734ae6f5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=206850
5 changed files with 45 additions and 0 deletions
|
@ -172,6 +172,7 @@
|
|||
SUBDIR += p5-Net-IPv6Addr
|
||||
SUBDIR += p5-Net-Netmask
|
||||
SUBDIR += p5-Net-SNMP
|
||||
SUBDIR += p5-Net-Telnet-Cisco-IOS
|
||||
SUBDIR += p5-NetAddr-IP
|
||||
SUBDIR += p5-NetAddr-IP-Lite
|
||||
SUBDIR += p5-POE-Component-SNMP
|
||||
|
|
26
net-mgmt/p5-Net-Telnet-Cisco-IOS/Makefile
Normal file
26
net-mgmt/p5-Net-Telnet-Cisco-IOS/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
|||
# New ports collection makefile for: p5-Net-Telnet-Cisco-IOS
|
||||
# Date created: 2008-02-07
|
||||
# Whom: Tsung-Han Yeh <snowfly@yunteche.du.tw>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Net-Telnet-Cisco-IOS
|
||||
PORTVERSION= 0.6
|
||||
CATEGORIES= net-mgmt perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Net
|
||||
PKGNAMEPREFIX= p5-
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}beta
|
||||
|
||||
MAINTAINER= snowfly@yunteche.du.tw
|
||||
COMMENT= Manage Cisco IOS Devices
|
||||
|
||||
RUN_DEPENDS= ${SITE_PERL}/Net/Telnet/Cisco.pm:${PORTSDIR}/net-mgmt/p5-Telnet-Cisco
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Net::Telnet::Cisco::IOS.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
net-mgmt/p5-Net-Telnet-Cisco-IOS/distinfo
Normal file
3
net-mgmt/p5-Net-Telnet-Cisco-IOS/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (Net-Telnet-Cisco-IOS-0.6beta.tar.gz) = b10c7c67dc1187b0ba61633528a082ba
|
||||
SHA256 (Net-Telnet-Cisco-IOS-0.6beta.tar.gz) = 45047940796f558c1375290543e945c5bbf6c17f559a39b4efd99901e3ffddde
|
||||
SIZE (Net-Telnet-Cisco-IOS-0.6beta.tar.gz) = 6237
|
6
net-mgmt/p5-Net-Telnet-Cisco-IOS/pkg-descr
Normal file
6
net-mgmt/p5-Net-Telnet-Cisco-IOS/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
Net::Telnet::Cisco::IOS (NTCI) is an extension of Joshua Kereos's
|
||||
Net::Telnet::Cisco module and provides an easy way to manage and
|
||||
monitor Cisco IOS devices. I'll mention this a lot,
|
||||
but make sure you read up on Net::Telnet::Cisco for a lot of information.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Net-Telnet-Cisco-IOS/
|
9
net-mgmt/p5-Net-Telnet-Cisco-IOS/pkg-plist
Normal file
9
net-mgmt/p5-Net-Telnet-Cisco-IOS/pkg-plist
Normal file
|
@ -0,0 +1,9 @@
|
|||
%%SITE_PERL%%/Net/Telnet/Cisco/IOS.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Telnet/Cisco/IOS/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Telnet/Cisco/IOS
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Telnet/Cisco
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Telnet
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
|
||||
@dirrmtry %%SITE_PERL%%/Net/Telnet/Cisco
|
||||
@dirrmtry %%SITE_PERL%%/Net/Telnet
|
||||
@dirrmtry %%SITE_PERL%%/Net
|
Loading…
Reference in a new issue