From owner-svn-ports-all@FreeBSD.ORG Fri Jun 6 15:41:31 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BD0461FA; Fri, 6 Jun 2014 15:41:31 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 A9C762039; Fri, 6 Jun 2014 15:41:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s56FfVW9001636; Fri, 6 Jun 2014 15:41:31 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s56FfUmR001631; Fri, 6 Jun 2014 15:41:30 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201406061541.s56FfUmR001631@svn.freebsd.org> From: Martin Wilke Date: Fri, 6 Jun 2014 15:41:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356813 - in head/security: . p5-Dancer-Plugin-Auth-Extensible-Provider-Usergroup 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.18 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: Fri, 06 Jun 2014 15:41:31 -0000 Author: miwi Date: Fri Jun 6 15:41:30 2014 New Revision: 356813 URL: http://svnweb.freebsd.org/changeset/ports/356813 QAT: https://qat.redports.org/buildarchive/r356813/ Log: authenticate as a member of a group Define that a user must be logged in and have the proper permissions to access a route WWW: https://metacpan.org/pod/Dancer::Plugin::Auth::Extensible::Provider::Usergroup PR: ports/190659 Submitted by: Henk van Oers Added: head/security/p5-Dancer-Plugin-Auth-Extensible-Provider-Usergroup/ head/security/p5-Dancer-Plugin-Auth-Extensible-Provider-Usergroup/Makefile (contents, props changed) head/security/p5-Dancer-Plugin-Auth-Extensible-Provider-Usergroup/distinfo (contents, props changed) head/security/p5-Dancer-Plugin-Auth-Extensible-Provider-Usergroup/pkg-descr (contents, props changed) head/security/p5-Dancer-Plugin-Auth-Extensible-Provider-Usergroup/pkg-plist (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Fri Jun 6 15:41:18 2014 (r356812) +++ head/security/Makefile Fri Jun 6 15:41:30 2014 (r356813) @@ -509,6 +509,7 @@ SUBDIR += p5-Crypt-xDBM_File SUBDIR += p5-CryptX SUBDIR += p5-Dancer-Plugin-Auth-Extensible + SUBDIR += p5-Dancer-Plugin-Auth-Extensible-Provider-Usergroup SUBDIR += p5-Dancer-Plugin-Passphrase SUBDIR += p5-Data-Entropy SUBDIR += p5-Data-Password Added: head/security/p5-Dancer-Plugin-Auth-Extensible-Provider-Usergroup/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Dancer-Plugin-Auth-Extensible-Provider-Usergroup/Makefile Fri Jun 6 15:41:30 2014 (r356813) @@ -0,0 +1,24 @@ +# Created by: Henk van Oers +# $FreeBSD$ + +PORTNAME= Dancer-Plugin-Auth-Extensible-Provider-Usergroup +PORTVERSION= 0.21 +CATEGORIES= security perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= hvo.pm@xs4all.nl +COMMENT= Extensible authentication framework for Dancer apps + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Dancer>=1.3118:${PORTSDIR}/www/p5-Dancer \ + p5-Dancer-Plugin-Auth-Extensible>=0:${PORTSDIR}/security/p5-Dancer-Plugin-Auth-Extensible \ + p5-Dancer-Plugin-Passphrase>=0:${PORTSDIR}/security/p5-Dancer-Plugin-Passphrase +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USES= perl5 +USE_PERL5= configure + +.include Added: head/security/p5-Dancer-Plugin-Auth-Extensible-Provider-Usergroup/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Dancer-Plugin-Auth-Extensible-Provider-Usergroup/distinfo Fri Jun 6 15:41:30 2014 (r356813) @@ -0,0 +1,2 @@ +SHA256 (Dancer-Plugin-Auth-Extensible-Provider-Usergroup-0.21.tar.gz) = 3917f4e0568d892e57a5941230ac261e66ae024bbc57f8e04bf1ceb1c46612a6 +SIZE (Dancer-Plugin-Auth-Extensible-Provider-Usergroup-0.21.tar.gz) = 10033 Added: head/security/p5-Dancer-Plugin-Auth-Extensible-Provider-Usergroup/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Dancer-Plugin-Auth-Extensible-Provider-Usergroup/pkg-descr Fri Jun 6 15:41:30 2014 (r356813) @@ -0,0 +1,6 @@ +authenticate as a member of a group + +Define that a user must be logged in and have the proper permissions to +access a route + +WWW: https://metacpan.org/pod/Dancer::Plugin::Auth::Extensible::Provider::Usergroup Added: head/security/p5-Dancer-Plugin-Auth-Extensible-Provider-Usergroup/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Dancer-Plugin-Auth-Extensible-Provider-Usergroup/pkg-plist Fri Jun 6 15:41:30 2014 (r356813) @@ -0,0 +1,5 @@ +%%PERL5_MAN3%%/Dancer::Plugin::Auth::Extensible::Provider::Usergroup.3.gz +%%SITE_PERL%%/Dancer/Plugin/Auth/Extensible/Provider/Usergroup.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer/Plugin/Auth/Extensible/Provider/Usergroup/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer/Plugin/Auth/Extensible/Provider/Usergroup +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer/Plugin/Auth/Extensible/Provider