svn commit: r393824 - in head/security: . rubygem-encryptor

Steve Wills swills at FreeBSD.org
Sun Aug 9 20:17:50 UTC 2015


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 at 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 at toco-domains.de>
+# $FreeBSD$
+
+PORTNAME=	encryptor
+PORTVERSION=	1.3.0
+CATEGORIES=	security rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby at 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


More information about the svn-ports-head mailing list