From a771efb1f51bfa0fe056a8d54acd1c0bad624776 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Sun, 15 Mar 1998 20:08:43 +0000 Subject: Initial import of p5-Net-Telnet. perl5 module to access and use telnet protocol. PR: 5903 Submitted by: Jun Kuriyama --- net/p5-Net-Telnet/Makefile | 24 ++++++++++++++++++++++++ net/p5-Net-Telnet/distinfo | 1 + net/p5-Net-Telnet/pkg-comment | 1 + net/p5-Net-Telnet/pkg-descr | 12 ++++++++++++ net/p5-Net-Telnet/pkg-plist | 4 ++++ 5 files changed, 42 insertions(+) create mode 100644 net/p5-Net-Telnet/Makefile create mode 100644 net/p5-Net-Telnet/distinfo create mode 100644 net/p5-Net-Telnet/pkg-comment create mode 100644 net/p5-Net-Telnet/pkg-descr create mode 100644 net/p5-Net-Telnet/pkg-plist 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 +# +# $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 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 -- cgit v1.2.3