import 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.

ok aja@
This commit is contained in:
jasper 2013-07-01 16:46:45 +00:00
parent 3456ffe6f5
commit 3120fe588c
4 changed files with 42 additions and 0 deletions

View File

@ -0,0 +1,18 @@
# $OpenBSD: Makefile,v 1.1.1.1 2013/07/01 16:46:45 jasper Exp $
COMMENT = common interface to HMAC functionality
DISTNAME = ruby-hmac-0.4.0
PKGNAME = ${DISTNAME:S/ruby-//}
CATEGORIES = security
# MIT
PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
MODRUBY_TEST= rake
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (ruby-hmac-0.4.0.gem) = pCRezyz7IDaXW2PcN9QUJnJ9hElhf/Rdrws75AKp/gc=
SIZE (ruby-hmac-0.4.0.gem) = 7168

View File

@ -0,0 +1,5 @@
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.

View File

@ -0,0 +1,17 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2013/07/01 16:46:45 jasper Exp $
${GEM_LIB}/cache/${DISTNAME}.gem
${GEM_LIB}/gems/${DISTNAME}/
${GEM_LIB}/gems/${DISTNAME}/History.txt
${GEM_LIB}/gems/${DISTNAME}/Manifest.txt
${GEM_LIB}/gems/${DISTNAME}/README.txt
${GEM_LIB}/gems/${DISTNAME}/Rakefile
${GEM_LIB}/gems/${DISTNAME}/lib/
${GEM_LIB}/gems/${DISTNAME}/lib/hmac-md5.rb
${GEM_LIB}/gems/${DISTNAME}/lib/hmac-rmd160.rb
${GEM_LIB}/gems/${DISTNAME}/lib/hmac-sha1.rb
${GEM_LIB}/gems/${DISTNAME}/lib/hmac-sha2.rb
${GEM_LIB}/gems/${DISTNAME}/lib/hmac.rb
${GEM_LIB}/gems/${DISTNAME}/lib/ruby_hmac.rb
${GEM_LIB}/gems/${DISTNAME}/test/
${GEM_LIB}/gems/${DISTNAME}/test/test_hmac.rb
${GEM_LIB}/specifications/${DISTNAME}.gemspec