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
This commit is contained in:
parent
fe4467c6cd
commit
79c3bca24a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=463144
4 changed files with 26 additions and 0 deletions
|
@ -1060,6 +1060,7 @@
|
|||
SUBDIR += rkhunter
|
||||
SUBDIR += rndpassw
|
||||
SUBDIR += ruby-camellia
|
||||
SUBDIR += rubygem-aes_key_wrap
|
||||
SUBDIR += rubygem-airbrussh
|
||||
SUBDIR += rubygem-attr_encrypted
|
||||
SUBDIR += rubygem-attr_encrypted30
|
||||
|
|
18
security/rubygem-aes_key_wrap/Makefile
Normal file
18
security/rubygem-aes_key_wrap/Makefile
Normal file
|
@ -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>
|
3
security/rubygem-aes_key_wrap/distinfo
Normal file
3
security/rubygem-aes_key_wrap/distinfo
Normal file
|
@ -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
|
4
security/rubygem-aes_key_wrap/pkg-descr
Normal file
4
security/rubygem-aes_key_wrap/pkg-descr
Normal file
|
@ -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
|
Loading…
Reference in a new issue