diff options
author | steve <steve@FreeBSD.org> | 1998-03-16 04:08:43 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-03-16 04:08:43 +0800 |
commit | 3ea830663b4d9651708ba7989572b646c60ede3d (patch) | |
tree | 5147ba89b42ade98c736a4060d4e4a7d386a0f6c /net | |
parent | 169ac55de814f5074a11bf574e03f04c43aba447 (diff) | |
download | freebsd-ports-gnome-3ea830663b4d9651708ba7989572b646c60ede3d.tar.gz freebsd-ports-gnome-3ea830663b4d9651708ba7989572b646c60ede3d.tar.zst freebsd-ports-gnome-3ea830663b4d9651708ba7989572b646c60ede3d.zip |
Initial import of p5-Net-Telnet.
perl5 module to access and use telnet protocol.
PR: 5903
Submitted by: Jun Kuriyama <kuriyama@opt.phys.waseda.ac.jp>
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-Telnet/Makefile | 24 | ||||
-rw-r--r-- | net/p5-Net-Telnet/distinfo | 1 | ||||
-rw-r--r-- | net/p5-Net-Telnet/pkg-comment | 1 | ||||
-rw-r--r-- | net/p5-Net-Telnet/pkg-descr | 12 | ||||
-rw-r--r-- | net/p5-Net-Telnet/pkg-plist | 4 |
5 files changed, 42 insertions, 0 deletions
diff --git a/net/p5-Net-Telnet/Makefile b/net/p5-Net-Telnet/Makefile new file mode 100644 index 000000000000..259566681ae9 --- /dev/null +++ b/net/p5-Net-Telnet/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: p5-Net-Telnet +# Version required: 3.01 +# Date created: March 3 1998 +# Whom: Jun Kuriyama <kuriyama@opt.phys.waseda.ac.jp> +# +# $Id$ +# + +DISTNAME= Net-Telnet-3.01 +PKGNAME= p5-Net-Telnet-3.01 +CATEGORIES= net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Net + +MAINTAINER= kuriyama@opt.phys.waseda.ac.jp + +USE_PERL5= YES + +MAN3= Net::Telnet.3 +MANPREFIX= ${PREFIX}/lib/perl5 + +do-configure: + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL +.include <bsd.port.mk> diff --git a/net/p5-Net-Telnet/distinfo b/net/p5-Net-Telnet/distinfo new file mode 100644 index 000000000000..5f4235e03fc2 --- /dev/null +++ b/net/p5-Net-Telnet/distinfo @@ -0,0 +1 @@ +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 000000000000..a6299f3f4d90 --- /dev/null +++ b/net/p5-Net-Telnet/pkg-comment @@ -0,0 +1 @@ +perl5 module to access and use telnet protocol. diff --git a/net/p5-Net-Telnet/pkg-descr b/net/p5-Net-Telnet/pkg-descr new file mode 100644 index 000000000000..91df34f597a0 --- /dev/null +++ b/net/p5-Net-Telnet/pkg-descr @@ -0,0 +1,12 @@ + Description + ----------- + + Net::Telnet allows you to make client connections to a TCP port + and do network I/O, especially with 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. Some 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 + command interpreter. diff --git a/net/p5-Net-Telnet/pkg-plist b/net/p5-Net-Telnet/pkg-plist new file mode 100644 index 000000000000..c6e4fe5efc21 --- /dev/null +++ b/net/p5-Net-Telnet/pkg-plist @@ -0,0 +1,4 @@ +lib/perl5/man/man3/Net::Telnet.3.gz +lib/perl5/site_perl/Net/Telnet.pm +lib/perl5/site_perl/i386-freebsd/auto/Net/Telnet/.packlist +@dirrm lib/perl5/site_perl/i386-freebsd/auto/Net/Telnet |