SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
18
net/ruby-net-telnet/Makefile
Normal file
18
net/ruby-net-telnet/Makefile
Normal 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>
|
2
net/ruby-net-telnet/distinfo
Normal file
2
net/ruby-net-telnet/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (net-telnet-0.2.0.gem) = JTAHwPjcP9ZuVp1T67zl726U1iRqucBNc6dimw7r05o=
|
||||
SIZE (net-telnet-0.2.0.gem) = 16896
|
2
net/ruby-net-telnet/pkg/DESCR
Normal file
2
net/ruby-net-telnet/pkg/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
net-telnet telnet client functionality along with basic POP support
|
||||
for checking for email.
|
19
net/ruby-net-telnet/pkg/PLIST
Normal file
19
net/ruby-net-telnet/pkg/PLIST
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue