SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
15
devel/ruby-rc4/Makefile
Normal file
15
devel/ruby-rc4/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
COMMENT= hash classes
|
||||
|
||||
DISTNAME= ruby-rc4-0.1.5
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= Purple Rain <purplerain@secbsd.org>
|
||||
|
||||
# Unlicense
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
MODULES= lang/ruby
|
||||
|
||||
CONFIGURE_STYLE= ruby gem
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/ruby-rc4/distinfo
Normal file
2
devel/ruby-rc4/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (ruby-rc4-0.1.5.gem) = AMxAo50gtT9UWefqAGqSz1hOm8J14qb3qhUVUQ6JbAM=
|
||||
SIZE (ruby-rc4-0.1.5.gem) = 7168
|
1
devel/ruby-rc4/pkg/DESCR
Normal file
1
devel/ruby-rc4/pkg/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
RubyRC4 is a pure Ruby implementation of the RC4 algorithm.
|
10
devel/ruby-rc4/pkg/PLIST
Normal file
10
devel/ruby-rc4/pkg/PLIST
Normal file
|
@ -0,0 +1,10 @@
|
|||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${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/rc4.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/rc4_spec.rb
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Add table
Add a link
Reference in a new issue