diff options
author | taca <taca> | 2012-03-20 13:05:41 +0000 |
---|---|---|
committer | taca <taca> | 2012-03-20 13:05:41 +0000 |
commit | ec472171109225f650311b96e100d5d7f1ab3e6e (patch) | |
tree | 82c7a990d587ae27085265dcd491e47ca075bb19 /security | |
parent | 9ff166532be9e16079bdeda6d7c13a7b3f1c197f (diff) | |
download | pkgsrc-ec472171109225f650311b96e100d5d7f1ab3e6e.tar.gz |
Importing security/ruby-rc4 version 0.1.5.
RubyRC4 is a pure Ruby implementation of the RC4 algorithm.
Diffstat (limited to 'security')
-rw-r--r-- | security/ruby-rc4/DESCR | 1 | ||||
-rw-r--r-- | security/ruby-rc4/Makefile | 13 | ||||
-rw-r--r-- | security/ruby-rc4/PLIST | 8 | ||||
-rw-r--r-- | security/ruby-rc4/distinfo | 5 |
4 files changed, 27 insertions, 0 deletions
diff --git a/security/ruby-rc4/DESCR b/security/ruby-rc4/DESCR new file mode 100644 index 00000000000..24144bdcdea --- /dev/null +++ b/security/ruby-rc4/DESCR @@ -0,0 +1 @@ +RubyRC4 is a pure Ruby implementation of the RC4 algorithm. diff --git a/security/ruby-rc4/Makefile b/security/ruby-rc4/Makefile new file mode 100644 index 00000000000..4bb803f6392 --- /dev/null +++ b/security/ruby-rc4/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2012/03/20 13:05:41 taca Exp $ + +DISTNAME= ruby-rc4-0.1.5 +PKGNAME= ${DISTNAME:S/ruby-/${RUBY_PKGPREFIX}-/} +CATEGORIES= security + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://www.caigenichols.com/ +COMMENT= Pure Ruby implementation of the RC4 algorithm +LICENSE= mit + +.include "../../lang/ruby/gem.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/security/ruby-rc4/PLIST b/security/ruby-rc4/PLIST new file mode 100644 index 00000000000..9ca40ee0576 --- /dev/null +++ b/security/ruby-rc4/PLIST @@ -0,0 +1,8 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2012/03/20 13:05:41 taca Exp $ +${GEM_HOME}/cache/${GEM_NAME}.gem +${GEM_LIBDIR}/LICENSE +${GEM_LIBDIR}/README.md +${GEM_LIBDIR}/Rakefile +${GEM_LIBDIR}/lib/rc4.rb +${GEM_LIBDIR}/spec/rc4_spec.rb +${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/security/ruby-rc4/distinfo b/security/ruby-rc4/distinfo new file mode 100644 index 00000000000..562ef0e3e88 --- /dev/null +++ b/security/ruby-rc4/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2012/03/20 13:05:41 taca Exp $ + +SHA1 (ruby-rc4-0.1.5.gem) = 9e4a9510c4ed86a5a8f28c21a90172b17b061116 +RMD160 (ruby-rc4-0.1.5.gem) = bcb373f65b0eeb3976b9e236d13510a3dfc34813 +Size (ruby-rc4-0.1.5.gem) = 7168 bytes |