Date: Sun, 9 Aug 2015 20:17:48 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r393824 - in head/security: . rubygem-encryptor Message-ID: <201508092017.t79KHm0Y015844@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Sun Aug 9 20:17:48 2015 New Revision: 393824 URL: https://svnweb.freebsd.org/changeset/ports/393824 Log: security/rubygem-encryptor: create port A simple wrapper for the standard ruby OpenSSL library to encrypt and decrypt strings WWW: https://github.com/attr-encrypted/encryptor PR: 201808 Submitted by: Torsten Zühlsdorff <ports@toco-domains.de> Added: head/security/rubygem-encryptor/ head/security/rubygem-encryptor/Makefile (contents, props changed) head/security/rubygem-encryptor/distinfo (contents, props changed) head/security/rubygem-encryptor/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Sun Aug 9 20:10:35 2015 (r393823) +++ head/security/Makefile Sun Aug 9 20:17:48 2015 (r393824) @@ -915,6 +915,7 @@ SUBDIR += rubygem-bcrypt SUBDIR += rubygem-bcrypt-ruby SUBDIR += rubygem-doorkeeper + SUBDIR += rubygem-encryptor SUBDIR += rubygem-ezcrypto SUBDIR += rubygem-gpgr SUBDIR += rubygem-gssapi Added: head/security/rubygem-encryptor/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-encryptor/Makefile Sun Aug 9 20:17:48 2015 (r393824) @@ -0,0 +1,18 @@ +# Created by: Torsten Zühlsdorff <ports@toco-domains.de> +# $FreeBSD$ + +PORTNAME= encryptor +PORTVERSION= 1.3.0 +CATEGORIES= security rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Wrapper for the standard ruby OpenSSL library + +LICENSE= MIT + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST=yes + +.include <bsd.port.mk> Added: head/security/rubygem-encryptor/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-encryptor/distinfo Sun Aug 9 20:17:48 2015 (r393824) @@ -0,0 +1,2 @@ +SHA256 (rubygem/encryptor-1.3.0.gem) = 3e6ce2ce8efdaeb0713f03ed278b4653f67c3bf6a14bc9618507060454c39813 +SIZE (rubygem/encryptor-1.3.0.gem) = 8704 Added: head/security/rubygem-encryptor/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-encryptor/pkg-descr Sun Aug 9 20:17:48 2015 (r393824) @@ -0,0 +1,4 @@ +A simple wrapper for the standard ruby OpenSSL library to encrypt +and decrypt strings + +WWW: https://github.com/attr-encrypted/encryptor
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508092017.t79KHm0Y015844>