pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/p5-Net-Telnet-Cisco Initial import of Net::Telnet:...
details: https://anonhg.NetBSD.org/pkgsrc/rev/16629eb5dca0
branches: trunk
changeset: 460824:16629eb5dca0
user: grant <grant%pkgsrc.org@localhost>
date: Fri Sep 05 08:53:19 2003 +0000
description:
Initial import of Net::Telnet::Cisco perl module into The NetBSD
Packages Collection.
Net::Telnet::Cisco adds additional functionality to Net::Telnet that
helps automate Cisco router management and statistic gathering.
diffstat:
net/p5-Net-Telnet-Cisco/DESCR | 2 ++
net/p5-Net-Telnet-Cisco/Makefile | 20 ++++++++++++++++++++
net/p5-Net-Telnet-Cisco/PLIST | 1 +
net/p5-Net-Telnet-Cisco/distinfo | 4 ++++
4 files changed, 27 insertions(+), 0 deletions(-)
diffs (43 lines):
diff -r acc0758ae437 -r 16629eb5dca0 net/p5-Net-Telnet-Cisco/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Net-Telnet-Cisco/DESCR Fri Sep 05 08:53:19 2003 +0000
@@ -0,0 +1,2 @@
+Net::Telnet::Cisco adds additional functionality to Net::Telnet that
+helps automate Cisco router management and statistic gathering.
diff -r acc0758ae437 -r 16629eb5dca0 net/p5-Net-Telnet-Cisco/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Net-Telnet-Cisco/Makefile Fri Sep 05 08:53:19 2003 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/09/05 08:53:19 grant Exp $
+#
+
+DISTNAME= Net-Telnet-Cisco-1.10
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= net perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
+
+MAINTAINER= tech-pkg%NetBSD.org@localhost
+COMMENT= Perl5 module for communicating with Cisco routers via telnet
+
+USE_BUILDLINK2= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Net/Telnet/Cisco/.packlist
+
+DEPENDS+= p5-Net-Telnet>=3.0:../../net/p5-Net-Telnet
+DEPENDS+= p5-Term-ReadKey>=2.0:../../devel/p5-Term-ReadKey
+DEPENDS+= p5-Test-Simple>=0.4:../../devel/p5-Test-Simple
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r acc0758ae437 -r 16629eb5dca0 net/p5-Net-Telnet-Cisco/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Net-Telnet-Cisco/PLIST Fri Sep 05 08:53:19 2003 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/09/05 08:53:19 grant Exp $
diff -r acc0758ae437 -r 16629eb5dca0 net/p5-Net-Telnet-Cisco/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Net-Telnet-Cisco/distinfo Fri Sep 05 08:53:19 2003 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/09/05 08:53:19 grant Exp $
+
+SHA1 (Net-Telnet-Cisco-1.10.tar.gz) = 34ab0461173e39388eb1349525467c031b391905
+Size (Net-Telnet-Cisco-1.10.tar.gz) = 17579 bytes
Home |
Main Index |
Thread Index |
Old Index