diff options
author | he <he@pkgsrc.org> | 2000-05-11 15:04:59 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2000-05-11 15:04:59 +0000 |
commit | de2c0fae8e6f849c472516a1cb3a7072366562be (patch) | |
tree | 89e7df4869e4804d4a7bea84fa54598846cb5b1a /net/p5-Net-Telnet | |
parent | 4046badfc9087d6fd63bd412473fd3819ce5721d (diff) | |
download | pkgsrc-de2c0fae8e6f849c472516a1cb3a7072366562be.tar.gz |
Add perl5 Net::Telnet package.
Diffstat (limited to 'net/p5-Net-Telnet')
-rw-r--r-- | net/p5-Net-Telnet/Makefile | 16 | ||||
-rw-r--r-- | net/p5-Net-Telnet/files/md5 | 3 | ||||
-rw-r--r-- | net/p5-Net-Telnet/pkg/COMMENT | 1 | ||||
-rw-r--r-- | net/p5-Net-Telnet/pkg/DESCR | 11 | ||||
-rw-r--r-- | net/p5-Net-Telnet/pkg/PLIST | 7 |
5 files changed, 38 insertions, 0 deletions
diff --git a/net/p5-Net-Telnet/Makefile b/net/p5-Net-Telnet/Makefile new file mode 100644 index 00000000000..853ed01dd7e --- /dev/null +++ b/net/p5-Net-Telnet/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1 2000/05/11 15:04:59 he Exp $ +# + +DISTNAME= Net-Telnet-3.01 +PKGNAME= p5-Net-Telnet-3.01 +CATEGORIES= net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} + +MAINTAINER= packages@netbsd.org + +USE_PERL5= YES + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + +.include "../../mk/bsd.pkg.mk" diff --git a/net/p5-Net-Telnet/files/md5 b/net/p5-Net-Telnet/files/md5 new file mode 100644 index 00000000000..07dddfa42c8 --- /dev/null +++ b/net/p5-Net-Telnet/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1 2000/05/11 15:05:00 he Exp $ + +MD5 (Net-Telnet-3.01.tar.gz) = 60168f232b8da397ff16f3cfe820510a diff --git a/net/p5-Net-Telnet/pkg/COMMENT b/net/p5-Net-Telnet/pkg/COMMENT new file mode 100644 index 00000000000..57b1356e462 --- /dev/null +++ b/net/p5-Net-Telnet/pkg/COMMENT @@ -0,0 +1 @@ +perl5 module to use telnet diff --git a/net/p5-Net-Telnet/pkg/DESCR b/net/p5-Net-Telnet/pkg/DESCR new file mode 100644 index 00000000000..50642c3cfd0 --- /dev/null +++ b/net/p5-Net-Telnet/pkg/DESCR @@ -0,0 +1,11 @@ +Contents of perl5 Net::Telnet class: + + Net::Telnet allows you to make client connections to a TCP port + and do network I/O, especially to a port using the TELNET + protocol. Simple I/O methods such as print, get, and getline are + provided. More sophisticated interactive features are provided + because connecting to a TELNET port ultimately means communicating + with a program designed for human interaction. These interactive + features include the ability to specify a timeout and to wait for + patterns to appear in the input stream, such as the prompt from a + shell. diff --git a/net/p5-Net-Telnet/pkg/PLIST b/net/p5-Net-Telnet/pkg/PLIST new file mode 100644 index 00000000000..1b904a011d2 --- /dev/null +++ b/net/p5-Net-Telnet/pkg/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1 2000/05/11 15:05:01 he Exp $ +lib/perl5/site_perl/Net/Telnet.pm +lib/perl5/man/man3/Net::Telnet.3 +lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Net/Telnet/.packlist +@dirrm lib/perl5/site_perl/Net +@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Net/Telnet +@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Net |