Commit graph

4 commits

Author SHA1 Message Date
taca
2e00400b9f remove ruby24 support. 2020-05-21 15:51:51 +00:00
taca
edfe555cff net/ruby-net-telnet: update to 0.2.0
pkgsr change:

* Add "USE_LANGUAGES=	# none".
* Drop ruby22 support and accept ruby24 and ruby25 since ruby26 bundles
  the same version of net-telnet gem.


0.2.0 (2018/07/25)

* replacing all usage of IO.select with the io/wait methods
* Drop support for Ruby 2.2
* Eliminate `mismatched indentations` warning
2019-11-04 15:45:52 +00:00
jperkin
4accc52f74 ruby-net-telnet: Limit to ruby22.
Appears to be bundled with ruby23-base and newer, leading to conflicts.
2018-10-22 15:45:46 +00:00
taca
8318c00db4 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.
2017-06-10 16:28:22 +00:00