Date: Tue, 30 May 2017 01:50:00 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442049 - in head/security: . rubygem-pundit Message-ID: <201705300150.v4U1o1SC018966@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= pundit +PORTVERSION= 1.1.0 +CATEGORIES= security rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705300150.v4U1o1SC018966>