net-telnet telnet client functionality along with basic POP support

for checking for email.

Had been bundled with Ruby 2.7 but is a separate gem for 3.x

ok abieber@
This commit is contained in:
kmos 2022-07-29 15:30:13 +00:00
parent 7016c3d86c
commit 6cb777c092
4 changed files with 41 additions and 0 deletions

View File

@ -0,0 +1,18 @@
COMMENT = telnet client functionality for ruby
DISTNAME = net-telnet-0.2.0
CATEGORIES = net
HOMEPAGE = https://github.com/ruby/net-telnet
MAINTAINER = Kurt Mosiejczuk <kmos@openbsd.org>
# Ruby
PERMIT_PACKAGE = Yes
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (net-telnet-0.2.0.gem) = JTAHwPjcP9ZuVp1T67zl726U1iRqucBNc6dimw7r05o=
SIZE (net-telnet-0.2.0.gem) = 16896

View File

@ -0,0 +1,2 @@
net-telnet telnet client functionality along with basic POP support
for checking for email.

View File

@ -0,0 +1,19 @@
${GEM_LIB}/cache/${DISTNAME}.gem
${GEM_LIB}/gems/${DISTNAME}/
@comment ${GEM_LIB}/gems/${DISTNAME}/.gitignore
@comment ${GEM_LIB}/gems/${DISTNAME}/.travis.yml
${GEM_LIB}/gems/${DISTNAME}/Gemfile
${GEM_LIB}/gems/${DISTNAME}/LICENSE.txt
${GEM_LIB}/gems/${DISTNAME}/README.md
${GEM_LIB}/gems/${DISTNAME}/Rakefile
@comment ${GEM_LIB}/gems/${DISTNAME}/bin/
@comment ${GEM_LIB}/gems/${DISTNAME}/bin/console
@comment ${GEM_LIB}/gems/${DISTNAME}/bin/setup
${GEM_LIB}/gems/${DISTNAME}/lib/
${GEM_LIB}/gems/${DISTNAME}/lib/net/
${GEM_LIB}/gems/${DISTNAME}/lib/net-telnet.rb
${GEM_LIB}/gems/${DISTNAME}/lib/net/telnet/
${GEM_LIB}/gems/${DISTNAME}/lib/net/telnet.rb
${GEM_LIB}/gems/${DISTNAME}/lib/net/telnet/version.rb
${GEM_LIB}/gems/${DISTNAME}/net-telnet.gemspec
${GEM_LIB}/specifications/${DISTNAME}.gemspec