SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
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