svn commit: r393825 - in head/security: . rubygem-attr_encrypted

Steve Wills swills at FreeBSD.org
Sun Aug 9 20:21:04 UTC 2015


Author: swills
Date: Sun Aug  9 20:21:02 2015
New Revision: 393825
URL: https://svnweb.freebsd.org/changeset/ports/393825

Log:
  secrutiy/rubygem-attr_encrypted: create port
  
  Ruby library which generates attr_accessors that encrypt
  and decrypt attributes transparently
  
  WWW: https://github.com/attr-encrypted/attr_encrypted
  
  PR:		201806
  Submitted by:	Torsten Zühlsdorff <ports at toco-domains.de>

Added:
  head/security/rubygem-attr_encrypted/
  head/security/rubygem-attr_encrypted/Makefile   (contents, props changed)
  head/security/rubygem-attr_encrypted/distinfo   (contents, props changed)
  head/security/rubygem-attr_encrypted/pkg-descr   (contents, props changed)
Modified:
  head/security/Makefile

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Sun Aug  9 20:17:48 2015	(r393824)
+++ head/security/Makefile	Sun Aug  9 20:21:02 2015	(r393825)
@@ -912,6 +912,7 @@
     SUBDIR += ruby-hmac
     SUBDIR += ruby-password
     SUBDIR += ruby-tcpwrap
+    SUBDIR += rubygem-attr_encrypted
     SUBDIR += rubygem-bcrypt
     SUBDIR += rubygem-bcrypt-ruby
     SUBDIR += rubygem-doorkeeper

Added: head/security/rubygem-attr_encrypted/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/rubygem-attr_encrypted/Makefile	Sun Aug  9 20:21:02 2015	(r393825)
@@ -0,0 +1,20 @@
+# Created by: Torsten Zühlsdorff <ports at toco-domains.de>
+# $FreeBSD$
+
+PORTNAME=	attr_encrypted
+PORTVERSION=	1.3.4
+CATEGORIES=	security rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby at FreeBSD.org
+COMMENT=	Generates attr_accessors that encrypt and decrypt attributes
+
+LICENSE=	MIT
+
+RUN_DEPENDS=	rubygem-encryptor>=1.3.0:${PORTSDIR}/security/rubygem-encryptor
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=yes
+
+.include <bsd.port.mk>

Added: head/security/rubygem-attr_encrypted/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/rubygem-attr_encrypted/distinfo	Sun Aug  9 20:21:02 2015	(r393825)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/attr_encrypted-1.3.4.gem) = 175d9e2a9193f251419818900be9627069c573141dec823175f38c8a0941a2c2
+SIZE (rubygem/attr_encrypted-1.3.4.gem) = 20992

Added: head/security/rubygem-attr_encrypted/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/rubygem-attr_encrypted/pkg-descr	Sun Aug  9 20:21:02 2015	(r393825)
@@ -0,0 +1,4 @@
+Ruby library which generates attr_accessors that encrypt
+and decrypt attributes transparently
+
+WWW: https://github.com/attr-encrypted/attr_encrypted


More information about the svn-ports-all mailing list