Date: Tue, 27 Feb 2018 15:04:47 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463144 - in head/security: . rubygem-aes_key_wrap Message-ID: <201802271504.w1RF4lLG027872@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Feb 27 15:04:47 2018 New Revision: 463144 URL: https://svnweb.freebsd.org/changeset/ports/463144 Log: 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 Added: head/security/rubygem-aes_key_wrap/ head/security/rubygem-aes_key_wrap/Makefile (contents, props changed) head/security/rubygem-aes_key_wrap/distinfo (contents, props changed) head/security/rubygem-aes_key_wrap/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Tue Feb 27 13:25:49 2018 (r463143) +++ head/security/Makefile Tue Feb 27 15:04:47 2018 (r463144) @@ -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 Added: head/security/rubygem-aes_key_wrap/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-aes_key_wrap/Makefile Tue Feb 27 15:04:47 2018 (r463144) @@ -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> Added: head/security/rubygem-aes_key_wrap/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-aes_key_wrap/distinfo Tue Feb 27 15:04:47 2018 (r463144) @@ -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 Added: head/security/rubygem-aes_key_wrap/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-aes_key_wrap/pkg-descr Tue Feb 27 15:04:47 2018 (r463144) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802271504.w1RF4lLG027872>