aboutsummaryrefslogtreecommitdiff
path: root/security/rubygem-aes_key_wrap
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-02-27 15:04:47 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-02-27 15:04:47 +0000
commit79c3bca24abf9ff129a2b1e0c3eeb580cdc67a93 (patch)
tree0e0ba37b5b36a976dc3c6593c7cc4758b8467006 /security/rubygem-aes_key_wrap
parentfe4467c6cd326d7a745ddb99d2e431d05dad9454 (diff)
downloadports-79c3bca24abf9ff129a2b1e0c3eeb580cdc67a93.tar.gz
ports-79c3bca24abf9ff129a2b1e0c3eeb580cdc67a93.zip
Add rubygem-aes_key_wrap 1.0.1
AESKeyWrap is a Ruby implementation of AES Key Wrap (RFC 3394, a.k.a. NIST Key Wrap). WWW: https://github.com/tomdalling/aes_key_wrap
Notes
Notes: svn path=/head/; revision=463144
Diffstat (limited to 'security/rubygem-aes_key_wrap')
-rw-r--r--security/rubygem-aes_key_wrap/Makefile18
-rw-r--r--security/rubygem-aes_key_wrap/distinfo3
-rw-r--r--security/rubygem-aes_key_wrap/pkg-descr4
3 files changed, 25 insertions, 0 deletions
diff --git a/security/rubygem-aes_key_wrap/Makefile b/security/rubygem-aes_key_wrap/Makefile
new file mode 100644
index 000000000000..a8b30c713914
--- /dev/null
+++ b/security/rubygem-aes_key_wrap/Makefile
@@ -0,0 +1,18 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= aes_key_wrap
+PORTVERSION= 1.0.1
+CATEGORIES= security rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Ruby implementation of AES Key Wrap
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
+USE_RUBY= yes
+USES= gem
+
+.include <bsd.port.mk>
diff --git a/security/rubygem-aes_key_wrap/distinfo b/security/rubygem-aes_key_wrap/distinfo
new file mode 100644
index 000000000000..d57dc1a11c23
--- /dev/null
+++ b/security/rubygem-aes_key_wrap/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1519733612
+SHA256 (rubygem/aes_key_wrap-1.0.1.gem) = 0770dc79001aa46e03b25772ffbc4de0fefd2cde4eac7bf39f5204f4c0342852
+SIZE (rubygem/aes_key_wrap-1.0.1.gem) = 7680
diff --git a/security/rubygem-aes_key_wrap/pkg-descr b/security/rubygem-aes_key_wrap/pkg-descr
new file mode 100644
index 000000000000..e3fb3bff8a1a
--- /dev/null
+++ b/security/rubygem-aes_key_wrap/pkg-descr
@@ -0,0 +1,4 @@
+AESKeyWrap is a Ruby implementation of AES Key Wrap (RFC 3394, a.k.a. NIST Key
+Wrap).
+
+WWW: https://github.com/tomdalling/aes_key_wrap