Date: Sun, 15 May 2016 07:08:37 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415213 - in head/security: . rubygem-openssl-ccm Message-ID: <201605150708.u4F78bK9026225@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun May 15 07:08:37 2016 New Revision: 415213 URL: https://svnweb.freebsd.org/changeset/ports/415213 Log: New port: security/rubygem-openssl-ccm rubygem-openssl-ccm is an implementation of RFC 3610 - Counter with CBC-MAC (CCM). WWW: https://github.com/smalllars/openssl-ccm Added: head/security/rubygem-openssl-ccm/ head/security/rubygem-openssl-ccm/Makefile (contents, props changed) head/security/rubygem-openssl-ccm/distinfo (contents, props changed) head/security/rubygem-openssl-ccm/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Sun May 15 07:04:12 2016 (r415212) +++ head/security/Makefile Sun May 15 07:08:37 2016 (r415213) @@ -991,6 +991,7 @@ SUBDIR += rubygem-omniauth-multipassword SUBDIR += rubygem-omniauth-saml SUBDIR += rubygem-omniauth-shibboleth + SUBDIR += rubygem-openssl-ccm SUBDIR += rubygem-origami SUBDIR += rubygem-pyu-ruby-sasl SUBDIR += rubygem-rack-oauth2 Added: head/security/rubygem-openssl-ccm/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-openssl-ccm/Makefile Sun May 15 07:08:37 2016 (r415213) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= openssl-ccm +PORTVERSION= 1.2.1 +CATEGORIES= security rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Implementation of RFC 3610 - Counter with CBC-MAC (CCM) + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +NO_ARCH= yes + +USE_RUBY= yes +USES= gem + +.include <bsd.port.mk> Added: head/security/rubygem-openssl-ccm/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-openssl-ccm/distinfo Sun May 15 07:08:37 2016 (r415213) @@ -0,0 +1,3 @@ +TIMESTAMP = 1463296014 +SHA256 (rubygem/openssl-ccm-1.2.1.gem) = 2cc989e04018e43fcda72c4c81d75f5b803ecc77b541cb811392c00f76a705a2 +SIZE (rubygem/openssl-ccm-1.2.1.gem) = 24576 Added: head/security/rubygem-openssl-ccm/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-openssl-ccm/pkg-descr Sun May 15 07:08:37 2016 (r415213) @@ -0,0 +1,4 @@ +rubygem-openssl-ccm is an implementation of RFC 3610 - Counter with CBC-MAC +(CCM). + +WWW: https://github.com/smalllars/openssl-ccm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605150708.u4F78bK9026225>