diff options
author | steve <steve@FreeBSD.org> | 1998-03-15 20:08:43 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-03-15 20:08:43 +0000 |
commit | 3ea830663b4d9651708ba7989572b646c60ede3d (patch) | |
tree | 5147ba89b42ade98c736a4060d4e4a7d386a0f6c /net/p5-Net-Telnet/pkg-descr | |
parent | 169ac55de814f5074a11bf574e03f04c43aba447 (diff) | |
download | FreeBSD-ports-3ea830663b4d9651708ba7989572b646c60ede3d.zip FreeBSD-ports-3ea830663b4d9651708ba7989572b646c60ede3d.tar.gz |
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/p5-Net-Telnet/pkg-descr')
-rw-r--r-- | net/p5-Net-Telnet/pkg-descr | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/p5-Net-Telnet/pkg-descr b/net/p5-Net-Telnet/pkg-descr new file mode 100644 index 0000000..91df34f --- /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. |