Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Aug 2017 15:12:13 +0000 (UTC)
From:      Torsten Zuehlsdorff <tz@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r447544 - in head/security: . rubygem-hashie-forbidden_attributes
Message-ID:  <201708081512.v78FCDGJ041414@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tz
Date: Tue Aug  8 15:12:13 2017
New Revision: 447544
URL: https://svnweb.freebsd.org/changeset/ports/447544

Log:
  New port: security/rubygem-hashie-forbidden_attributes
  
  Hashie compatibility layer for forbidden attributes protection.
  
  WWW: https://github.com/Maxim-Filimonov/hashie-forbidden_attributes
  
  Submitted by: Matthias Fechner <idefix@fechner.net>

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

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Tue Aug  8 13:44:20 2017	(r447543)
+++ head/security/Makefile	Tue Aug  8 15:12:13 2017	(r447544)
@@ -1036,6 +1036,7 @@
     SUBDIR += rubygem-googleauth
     SUBDIR += rubygem-gpgr
     SUBDIR += rubygem-gssapi
+    SUBDIR += rubygem-hashie-forbidden_attributes
     SUBDIR += rubygem-hkdf
     SUBDIR += rubygem-jugyo-twitter_oauth
     SUBDIR += rubygem-metasploit-aggregator

Added: head/security/rubygem-hashie-forbidden_attributes/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/rubygem-hashie-forbidden_attributes/Makefile	Tue Aug  8 15:12:13 2017	(r447544)
@@ -0,0 +1,24 @@
+# $FreeBSD$
+
+PORTNAME=	hashie-forbidden_attributes
+PORTVERSION=	0.1.1
+CATEGORIES=	security rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	tz@freebsd.org
+COMMENT=	Hashie compatibility layer for forbidden attributes protection
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
+
+BUILD_DEPENDS=	rubygem-grape>=0:devel/rubygem-grape \
+		rubygem-minitest>=0:devel/rubygem-minitest \
+		rubygem-rails4>=4.0:www/rubygem-rails4 \
+		rubygem-sqlite3>=0:databases/rubygem-sqlite3
+RUN_DEPENDS=	rubygem-hashie>=3.0:devel/rubygem-hashie
+
+NO_ARCH=	yes
+USES=		gem
+USE_RUBY=	yes
+
+.include <bsd.port.mk>

Added: head/security/rubygem-hashie-forbidden_attributes/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/rubygem-hashie-forbidden_attributes/distinfo	Tue Aug  8 15:12:13 2017	(r447544)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1499601671
+SHA256 (rubygem/hashie-forbidden_attributes-0.1.1.gem) = 3a6ed37f3a314e4fb1dd1e2df6eb7721bcadd023a30bc0b951b2b5285a790fb2
+SIZE (rubygem/hashie-forbidden_attributes-0.1.1.gem) = 14848

Added: head/security/rubygem-hashie-forbidden_attributes/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/rubygem-hashie-forbidden_attributes/pkg-descr	Tue Aug  8 15:12:13 2017	(r447544)
@@ -0,0 +1,3 @@
+Hashie compatibility layer for forbidden attributes protection.
+
+WWW: https://github.com/Maxim-Filimonov/hashie-forbidden_attributes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708081512.v78FCDGJ041414>