Subject: CVS commit: pkgsrc/net/ruby-net-telnet
From: Takahiro Kambe
Date: 2017-06-10 18:28:22
Message id: 20170610162822.5AC2BFAA4@cvs.NetBSD.org

Log Message:
Add ruby-net-telnet package version 0.1.1.

Provides telnet client functionality.

This class also has, through delegation, all the methods of a socket object
(by default, a TCPSocket, but can be set by the Proxy option to new()).

This provides methods such as close() to end the session and sysread() to read
data directly from the host, instead of via the waitfor() mechanism.

Note that if you do use sysread() directly when in telnet mode, you should
probably pass the output through preprocess() to extract telnet command
sequences.

Files:
RevisionActionfile
1.1addpkgsrc/net/ruby-net-telnet/DESCR
1.1addpkgsrc/net/ruby-net-telnet/Makefile
1.1addpkgsrc/net/ruby-net-telnet/PLIST
1.1addpkgsrc/net/ruby-net-telnet/distinfo