pkgsrc/net/ruby-net-telnet/Makefile
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

12 lines
333 B
Makefile

# $NetBSD: Makefile,v 1.1 2017/06/10 16:28:22 taca Exp $
DISTNAME= net-telnet-0.1.1
CATEGORIES= net
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/ruby/net-telnet
COMMENT= Provides telnet client functionality
LICENSE= ruby-license OR 2-clause-bsd
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"