Add perl5 Net::Telnet package.

This commit is contained in:
he 2000-05-11 15:04:59 +00:00
parent 4046badfc9
commit de2c0fae8e
5 changed files with 38 additions and 0 deletions

View file

@ -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"

View file

@ -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

View file

@ -0,0 +1 @@
perl5 module to use telnet

View file

@ -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.

View file

@ -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