SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
15
devel/ruby-sshkey/Makefile
Normal file
15
devel/ruby-sshkey/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
COMMENT= generate private/public SSH keypairs for Ruby
|
||||
|
||||
DISTNAME= sshkey-2.0.0
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= Purple Rain <purplerain@secbsd.org>
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
MODULES= lang/ruby
|
||||
|
||||
CONFIGURE_STYLE= ruby gem
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/ruby-sshkey/distinfo
Normal file
2
devel/ruby-sshkey/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (sshkey-2.0.0.gem) = d9Fi6LzV0qGDMZPDrXcAssaZTa1UfI4jQeRZjUuxcw0=
|
||||
SIZE (sshkey-2.0.0.gem) = 26112
|
1
devel/ruby-sshkey/pkg/DESCR
Normal file
1
devel/ruby-sshkey/pkg/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Generate private/public SSH keypairs using pure Ruby.
|
16
devel/ruby-sshkey/pkg/PLIST
Normal file
16
devel/ruby-sshkey/pkg/PLIST
Normal file
|
@ -0,0 +1,16 @@
|
|||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/.gitignore
|
||||
${GEM_LIB}/gems/${DISTNAME}/.travis.yml
|
||||
${GEM_LIB}/gems/${DISTNAME}/Gemfile
|
||||
${GEM_LIB}/gems/${DISTNAME}/LICENSE
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/Rakefile
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/sshkey/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/sshkey.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/sshkey/version.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/sshkey.gemspec
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/sshkey_test.rb
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Add table
Add a link
Reference in a new issue