pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/ruby-hmac Importing security/ruby-hmac 0.4.0.
details: https://anonhg.NetBSD.org/pkgsrc/rev/5c620525afcd
branches: trunk
changeset: 581028:5c620525afcd
user: taca <taca%pkgsrc.org@localhost>
date: Thu Sep 23 07:24:28 2010 +0000
description:
Importing security/ruby-hmac 0.4.0.
This module provides common interface to HMAC functionality. HMAC is a
kind of "Message Authentication Code" (MAC) algorithm whose standard
is documented in RFC2104. Namely, a MAC provides a way to check the
integrity of information transmitted over or stored in an unreliable
medium, based on a secret key.
Originally written by Daiki Ueno. Converted to a RubyGem by Geoffrey Grosenbach
diffstat:
security/ruby-hmac/DESCR | 7 +++++++
security/ruby-hmac/Makefile | 13 +++++++++++++
security/ruby-hmac/PLIST | 14 ++++++++++++++
security/ruby-hmac/distinfo | 5 +++++
4 files changed, 39 insertions(+), 0 deletions(-)
diffs (55 lines):
diff -r c787b4b1d25b -r 5c620525afcd security/ruby-hmac/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ruby-hmac/DESCR Thu Sep 23 07:24:28 2010 +0000
@@ -0,0 +1,7 @@
+This module provides common interface to HMAC functionality. HMAC is a
+kind of "Message Authentication Code" (MAC) algorithm whose standard
+is documented in RFC2104. Namely, a MAC provides a way to check the
+integrity of information transmitted over or stored in an unreliable
+medium, based on a secret key.
+
+Originally written by Daiki Ueno. Converted to a RubyGem by Geoffrey Grosenbach
diff -r c787b4b1d25b -r 5c620525afcd security/ruby-hmac/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ruby-hmac/Makefile Thu Sep 23 07:24:28 2010 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/09/23 07:24:28 taca Exp $
+
+DISTNAME= ruby-hmac-0.4.0
+PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/ruby-//}
+CATEGORIES= security
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://ruby-hmac.rubyforge.org/
+COMMENT= Common interface to HMAC functionality
+LICENSE= mit
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r c787b4b1d25b -r 5c620525afcd security/ruby-hmac/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ruby-hmac/PLIST Thu Sep 23 07:24:28 2010 +0000
@@ -0,0 +1,14 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2010/09/23 07:24:28 taca Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/History.txt
+${GEM_LIBDIR}/Manifest.txt
+${GEM_LIBDIR}/README.txt
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/lib/hmac-md5.rb
+${GEM_LIBDIR}/lib/hmac-rmd160.rb
+${GEM_LIBDIR}/lib/hmac-sha1.rb
+${GEM_LIBDIR}/lib/hmac-sha2.rb
+${GEM_LIBDIR}/lib/hmac.rb
+${GEM_LIBDIR}/lib/ruby_hmac.rb
+${GEM_LIBDIR}/test/test_hmac.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r c787b4b1d25b -r 5c620525afcd security/ruby-hmac/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ruby-hmac/distinfo Thu Sep 23 07:24:28 2010 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2010/09/23 07:24:28 taca Exp $
+
+SHA1 (ruby-hmac-0.4.0.gem) = b71f5b95f8c22152b5b89246bc27a4713c36f13f
+RMD160 (ruby-hmac-0.4.0.gem) = 561f97e000491743ceadbc391c163acaab51b5dc
+Size (ruby-hmac-0.4.0.gem) = 7168 bytes
Home |
Main Index |
Thread Index |
Old Index