SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
16
net/ruby-net-ssh-gateway/Makefile
Normal file
16
net/ruby-net-ssh-gateway/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
COMMENT = library for programmatically tunneling connections
|
||||
|
||||
DISTNAME = net-ssh-gateway-1.2.0
|
||||
CATEGORIES = net
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = lang/ruby
|
||||
|
||||
BUILD_DEPENDS = ${RUN_DEPENDS}
|
||||
RUN_DEPENDS = net/ruby-net-ssh,${MODRUBY_FLAVOR}>=2.6.5
|
||||
|
||||
CONFIGURE_STYLE = ruby gem
|
||||
|
||||
.include <bsd.port.mk>
|
2
net/ruby-net-ssh-gateway/distinfo
Normal file
2
net/ruby-net-ssh-gateway/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (net-ssh-gateway-1.2.0.gem) = Plqx+dIORMg47okNGuXHVrS5zsSSvHFzQNkIaTmRE9s=
|
||||
SIZE (net-ssh-gateway-1.2.0.gem) = 23552
|
5
net/ruby-net-ssh-gateway/pkg/DESCR
Normal file
5
net/ruby-net-ssh-gateway/pkg/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
Net::SSH::Gateway is a library for programmatically tunneling
|
||||
connections to servers via a single "gateway" host. It is useful for
|
||||
establishing Net::SSH connections to servers behind firewalls, but
|
||||
can also be used to forward ports and establish connections of other
|
||||
types, like HTTP, to servers with restricted access.
|
17
net/ruby-net-ssh-gateway/pkg/PLIST
Normal file
17
net/ruby-net-ssh-gateway/pkg/PLIST
Normal file
|
@ -0,0 +1,17 @@
|
|||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/CHANGES.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/LICENSE.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/Manifest
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.rdoc
|
||||
${GEM_LIB}/gems/${DISTNAME}/Rakefile
|
||||
${GEM_LIB}/gems/${DISTNAME}/gem-public_cert.pem
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/net/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/net/ssh/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/net/ssh/gateway.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/net-ssh-gateway.gemspec
|
||||
${GEM_LIB}/gems/${DISTNAME}/setup.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/gateway_test.rb
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Add table
Add a link
Reference in a new issue