pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/ruby-net-telnet net/ruby-net-telnet: remove package
details: https://anonhg.NetBSD.org/pkgsrc/rev/6bf774f30d92
branches: trunk
changeset: 449555:6bf774f30d92
user: taca <taca%pkgsrc.org@localhost>
date: Thu Apr 01 14:20:10 2021 +0000
description:
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.
diffstat:
net/ruby-net-telnet/DESCR | 11 -----------
net/ruby-net-telnet/Makefile | 17 -----------------
net/ruby-net-telnet/PLIST | 15 ---------------
net/ruby-net-telnet/distinfo | 6 ------
4 files changed, 0 insertions(+), 49 deletions(-)
diffs (65 lines):
diff -r 311e43ff1206 -r 6bf774f30d92 net/ruby-net-telnet/DESCR
--- a/net/ruby-net-telnet/DESCR Thu Apr 01 14:19:16 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
-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.
diff -r 311e43ff1206 -r 6bf774f30d92 net/ruby-net-telnet/Makefile
--- a/net/ruby-net-telnet/Makefile Thu Apr 01 14:19:16 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-# $NetBSD: Makefile,v 1.4 2020/05/21 15:51:52 taca Exp $
-
-DISTNAME= net-telnet-0.2.0
-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
-
-USE_LANGUAGE= # none
-
-# ruby26-base and ruby27-base have the same version.
-RUBY_VERSIONS_ACCEPTED= 25
-
-.include "../../lang/ruby/gem.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 311e43ff1206 -r 6bf774f30d92 net/ruby-net-telnet/PLIST
--- a/net/ruby-net-telnet/PLIST Thu Apr 01 14:19:16 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-@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
diff -r 311e43ff1206 -r 6bf774f30d92 net/ruby-net-telnet/distinfo
--- a/net/ruby-net-telnet/distinfo Thu Apr 01 14:19:16 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.2 2019/11/04 15:45:52 taca Exp $
-
-SHA1 (net-telnet-0.2.0.gem) = 2821a3a929f89dac3f787f1375d6137efd1f55cd
-RMD160 (net-telnet-0.2.0.gem) = c0be89e2ce293962f2de2059a62397679e88b2cc
-SHA512 (net-telnet-0.2.0.gem) = 85d54facf80df0c03ecbe73df8b039ce845126607b6dcf5d5cb73e1731f5887cee65c885a2706f0316a47c8b785337130afed0c212e998ae8584559845881b94
-Size (net-telnet-0.2.0.gem) = 16896 bytes
Home |
Main Index |
Thread Index |
Old Index