pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/ruby-net-telnet



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Jun 10 16:28:22 UTC 2017

Added Files:
        pkgsrc/net/ruby-net-telnet: DESCR Makefile PLIST distinfo

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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/net/ruby-net-telnet/DESCR \
    pkgsrc/net/ruby-net-telnet/Makefile pkgsrc/net/ruby-net-telnet/PLIST \
    pkgsrc/net/ruby-net-telnet/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/net/ruby-net-telnet/DESCR
diff -u /dev/null pkgsrc/net/ruby-net-telnet/DESCR:1.1
--- /dev/null   Sat Jun 10 16:28:22 2017
+++ pkgsrc/net/ruby-net-telnet/DESCR    Sat Jun 10 16:28:22 2017
@@ -0,0 +1,11 @@
+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.
Index: pkgsrc/net/ruby-net-telnet/Makefile
diff -u /dev/null pkgsrc/net/ruby-net-telnet/Makefile:1.1
--- /dev/null   Sat Jun 10 16:28:22 2017
+++ pkgsrc/net/ruby-net-telnet/Makefile Sat Jun 10 16:28:22 2017
@@ -0,0 +1,12 @@
+# $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@localhost
+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"
Index: pkgsrc/net/ruby-net-telnet/PLIST
diff -u /dev/null pkgsrc/net/ruby-net-telnet/PLIST:1.1
--- /dev/null   Sat Jun 10 16:28:22 2017
+++ pkgsrc/net/ruby-net-telnet/PLIST    Sat Jun 10 16:28:22 2017
@@ -0,0 +1,15 @@
+@comment $NetBSD: PLIST,v 1.1 2017/06/10 16:28:22 taca Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.gitignore
+${GEM_LIBDIR}/.travis.yml
+${GEM_LIBDIR}/Gemfile
+${GEM_LIBDIR}/LICENSE.txt
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/bin/console
+${GEM_LIBDIR}/bin/setup
+${GEM_LIBDIR}/lib/net-telnet.rb
+${GEM_LIBDIR}/lib/net/telnet.rb
+${GEM_LIBDIR}/lib/net/telnet/version.rb
+${GEM_LIBDIR}/net-telnet.gemspec
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
Index: pkgsrc/net/ruby-net-telnet/distinfo
diff -u /dev/null pkgsrc/net/ruby-net-telnet/distinfo:1.1
--- /dev/null   Sat Jun 10 16:28:22 2017
+++ pkgsrc/net/ruby-net-telnet/distinfo Sat Jun 10 16:28:22 2017
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/06/10 16:28:22 taca Exp $
+
+SHA1 (net-telnet-0.1.1.gem) = c03ff1049fa135da019959d488c612ed754e6380
+RMD160 (net-telnet-0.1.1.gem) = b9243098fc72081cfcbad5afc9d2cd302960ae96
+SHA512 (net-telnet-0.1.1.gem) = d3b80e296a530173bf4741bbc98c03b89b920833b9254714bfb013f532106feb4cd82b81316fdc557b027cd3a0514a6be95a9d0a22d5dea340e801f7628edce2
+Size (net-telnet-0.1.1.gem) = 16896 bytes



Home | Main Index | Thread Index | Old Index