add p5-Telnet-Cisco 1.03
Perl5 module to telnet to Cisco routers PR: 29981 Submitted by: Michael Lyngbol <michael@lyngbol.dk> Reviewed by: ade
This commit is contained in:
parent
8ca0cdadec
commit
ee15ec150f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46733
24
net-mgmt/p5-Telnet-Cisco/Makefile
Normal file
24
net-mgmt/p5-Telnet-Cisco/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# New ports collection makefile for: p5-Net-Telnet-Cisco
|
||||
# Date created: August 16 2001
|
||||
# Whom: Michael Lyngbøl <lyngbol@wheel.dk>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Net-Telnet-Cisco
|
||||
PORTVERSION= 1.03
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Net
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= lyngbol@wheel.dk
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/Telnet.pm:${PORTSDIR}/net/p5-Net-Telnet
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Net::Telnet::Cisco.3
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
||||
.include <bsd.port.mk>
|
1
net-mgmt/p5-Telnet-Cisco/distinfo
Normal file
1
net-mgmt/p5-Telnet-Cisco/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Net-Telnet-Cisco-1.03.tar.gz) = 8f7a018bcbe6d77b82df2a8d185542ba
|
1
net-mgmt/p5-Telnet-Cisco/pkg-comment
Normal file
1
net-mgmt/p5-Telnet-Cisco/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Perl5 module to telnet to Cisco routers
|
7
net-mgmt/p5-Telnet-Cisco/pkg-descr
Normal file
7
net-mgmt/p5-Telnet-Cisco/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
Net::Telnet::Cisco provides additional functionality to Net::Telnet for
|
||||
dealing with Cisco routers.
|
||||
|
||||
WWW: http://search.cpan.org/search?module=Net::Telnet::Cisco
|
||||
|
||||
- Michael Lyngbol
|
||||
lyngbol@wheel.dk
|
7
net-mgmt/p5-Telnet-Cisco/pkg-plist
Normal file
7
net-mgmt/p5-Telnet-Cisco/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/Telnet/Cisco.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/Telnet/Cisco/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/Telnet/Cisco
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/Telnet 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net/Telnet 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net 2>/dev/null || true
|
@ -282,6 +282,7 @@
|
||||
SUBDIR += p5-SOAP-Lite
|
||||
SUBDIR += p5-Socket6
|
||||
SUBDIR += p5-Socks
|
||||
SUBDIR += p5-Telnet-Cisco
|
||||
SUBDIR += p5-Tie-NetAddr-IP
|
||||
SUBDIR += p5-URI
|
||||
SUBDIR += p5-XPC
|
||||
|
24
net/p5-Telnet-Cisco/Makefile
Normal file
24
net/p5-Telnet-Cisco/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# New ports collection makefile for: p5-Net-Telnet-Cisco
|
||||
# Date created: August 16 2001
|
||||
# Whom: Michael Lyngbøl <lyngbol@wheel.dk>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Net-Telnet-Cisco
|
||||
PORTVERSION= 1.03
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Net
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= lyngbol@wheel.dk
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/Telnet.pm:${PORTSDIR}/net/p5-Net-Telnet
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Net::Telnet::Cisco.3
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/p5-Telnet-Cisco/distinfo
Normal file
1
net/p5-Telnet-Cisco/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Net-Telnet-Cisco-1.03.tar.gz) = 8f7a018bcbe6d77b82df2a8d185542ba
|
1
net/p5-Telnet-Cisco/pkg-comment
Normal file
1
net/p5-Telnet-Cisco/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Perl5 module to telnet to Cisco routers
|
7
net/p5-Telnet-Cisco/pkg-descr
Normal file
7
net/p5-Telnet-Cisco/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
Net::Telnet::Cisco provides additional functionality to Net::Telnet for
|
||||
dealing with Cisco routers.
|
||||
|
||||
WWW: http://search.cpan.org/search?module=Net::Telnet::Cisco
|
||||
|
||||
- Michael Lyngbol
|
||||
lyngbol@wheel.dk
|
7
net/p5-Telnet-Cisco/pkg-plist
Normal file
7
net/p5-Telnet-Cisco/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/Telnet/Cisco.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/Telnet/Cisco/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/Telnet/Cisco
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/Telnet 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net/Telnet 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user