NOTICE: This package has been removed from pkgsrc

./net/ruby-net-telnet, Provides telnet client functionality

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.2.0, Package name: ruby25-net-telnet-0.2.0, Maintainer: pkgsrc-users

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.


Required to run:
[lang/ruby25-base]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: 2821a3a929f89dac3f787f1375d6137efd1f55cd
RMD160: c0be89e2ce293962f2de2059a62397679e88b2cc
Filesize: 16.5 KB

Version history: (Expand)


CVS history: (Expand)


   2021-04-01 16:20:11 by Takahiro Kambe | Files touched by this commit (4) | Package removed
Log message:
net/ruby-net-telnet: remove package

Remove ruby-net-telnet pacakge.  It was kept for Ruby 2.5 and all ruby
base packages have net-telnet module in them.
   2020-05-21 17:51:52 by Takahiro Kambe | Files touched by this commit (5)
Log message:
remove ruby24 support.
   2019-11-04 16:45:52 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
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
   2018-10-22 17:45:46 by Jonathan Perkin | Files touched by this commit (1)
Log message:
ruby-net-telnet: Limit to ruby22.

Appears to be bundled with ruby23-base and newer, leading to conflicts.
   2017-06-10 18:28:22 by Takahiro Kambe | Files touched by this commit (4)
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.