Add perl5 Net::Telnet package.
This commit is contained in:
parent
4046badfc9
commit
de2c0fae8e
5 changed files with 38 additions and 0 deletions
16
net/p5-Net-Telnet/Makefile
Normal file
16
net/p5-Net-Telnet/Makefile
Normal 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"
|
3
net/p5-Net-Telnet/files/md5
Normal file
3
net/p5-Net-Telnet/files/md5
Normal 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
|
1
net/p5-Net-Telnet/pkg/COMMENT
Normal file
1
net/p5-Net-Telnet/pkg/COMMENT
Normal file
|
@ -0,0 +1 @@
|
|||
perl5 module to use telnet
|
11
net/p5-Net-Telnet/pkg/DESCR
Normal file
11
net/p5-Net-Telnet/pkg/DESCR
Normal 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.
|
7
net/p5-Net-Telnet/pkg/PLIST
Normal file
7
net/p5-Net-Telnet/pkg/PLIST
Normal 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
|
Loading…
Reference in a new issue