summaryrefslogtreecommitdiff
path: root/security/ruby-rc4
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2012-03-20 13:05:41 +0000
committertaca <taca@pkgsrc.org>2012-03-20 13:05:41 +0000
commitd94d0cbb3223043a6cf52243ccde6ba3c50201ac (patch)
tree82c7a990d587ae27085265dcd491e47ca075bb19 /security/ruby-rc4
parentb2c3bbc635bac7aa1bbf9a47a6cee0d1b4ee60b4 (diff)
downloadpkgsrc-d94d0cbb3223043a6cf52243ccde6ba3c50201ac.tar.gz
Importing security/ruby-rc4 version 0.1.5.
RubyRC4 is a pure Ruby implementation of the RC4 algorithm.
Diffstat (limited to 'security/ruby-rc4')
-rw-r--r--security/ruby-rc4/DESCR1
-rw-r--r--security/ruby-rc4/Makefile13
-rw-r--r--security/ruby-rc4/PLIST8
-rw-r--r--security/ruby-rc4/distinfo5
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