From owner-svn-ports-all@freebsd.org Tue May 30 01:50:02 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3E535D89825; Tue, 30 May 2017 01:50:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1A2497034F; Tue, 30 May 2017 01:50:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4U1o1rk018971; Tue, 30 May 2017 01:50:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4U1o1SC018966; Tue, 30 May 2017 01:50:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705300150.v4U1o1SC018966@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 30 May 2017 01:50:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442049 - in head/security: . rubygem-pundit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 01:50:02 -0000 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 +# $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 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