SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

15
devel/ruby-rc4/Makefile Normal file
View 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
View 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
View file

@ -0,0 +1 @@
RubyRC4 is a pure Ruby implementation of the RC4 algorithm.

10
devel/ruby-rc4/pkg/PLIST Normal file
View 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