svn commit: r442049 - in head/security: . rubygem-pundit

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue May 30 01:50:02 UTC 2017


Author: sunpoet
Date: Tue May 30 01:50:00 2017
New Revision: 442049
URL: https://svnweb.freebsd.org/changeset/ports/442049

Log:
  Add rubygem-pundit 1.1.0
  
  Pundit provides a set of helpers which guide you in leveraging regular Ruby
  classes and object oriented design patterns to build a simple, robust and
  scaleable authorization system.
  
  WWW: https://github.com/elabs/pundit

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

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Tue May 30 01:49:29 2017	(r442048)
+++ head/security/Makefile	Tue May 30 01:50:00 2017	(r442049)
@@ -1046,6 +1046,7 @@
     SUBDIR += rubygem-openssl-ccm
     SUBDIR += rubygem-openvas-omp
     SUBDIR += rubygem-origami
+    SUBDIR += rubygem-pundit
     SUBDIR += rubygem-pyu-ruby-sasl
     SUBDIR += rubygem-rack-oauth2
     SUBDIR += rubygem-razorback-scriptNugget

Added: head/security/rubygem-pundit/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/rubygem-pundit/Makefile	Tue May 30 01:50:00 2017	(r442049)
@@ -0,0 +1,21 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	pundit
+PORTVERSION=	1.1.0
+CATEGORIES=	security rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Object oriented authorization for Rails applications
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS=	rubygem-activesupport5>=3.0.0:devel/rubygem-activesupport5
+
+NO_ARCH=	yes
+USE_RUBY=	yes
+USES=		gem
+
+.include <bsd.port.mk>

Added: head/security/rubygem-pundit/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/rubygem-pundit/distinfo	Tue May 30 01:50:00 2017	(r442049)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1496083206
+SHA256 (rubygem/pundit-1.1.0.gem) = bd38e2df0b17e5cef5759edad979aaa361a46c0bdfc83a700df7e3febe99a781
+SIZE (rubygem/pundit-1.1.0.gem) = 22016

Added: head/security/rubygem-pundit/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/rubygem-pundit/pkg-descr	Tue May 30 01:50:00 2017	(r442049)
@@ -0,0 +1,5 @@
+Pundit provides a set of helpers which guide you in leveraging regular Ruby
+classes and object oriented design patterns to build a simple, robust and
+scaleable authorization system.
+
+WWW: https://github.com/elabs/pundit


More information about the svn-ports-all mailing list