Date: Thu, 25 Dec 2014 13:49:12 +0000 (UTC) From: Wen Heping <wen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375555 - in head/security: . p5-Dancer2-Plugin-Auth-Extensible-Provider-Usergroup Message-ID: <201412251349.sBPDnCrV018076@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wen Date: Thu Dec 25 13:49:11 2014 New Revision: 375555 URL: https://svnweb.freebsd.org/changeset/ports/375555 QAT: https://qat.redports.org/buildarchive/r375555/ Log: Define that a user must be logged in and have the proper permissions to access a route WWW: https://metacpan.org/pod/Dancer2::Plugin::Auth::Extensible::Provider::Usergroup PR: 196191 Submitted by: hvo.pm@xs4all.nl Added: head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Usergroup/ head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Usergroup/Makefile (contents, props changed) head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Usergroup/distinfo (contents, props changed) head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Usergroup/pkg-descr (contents, props changed) head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Usergroup/pkg-plist (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Thu Dec 25 13:48:21 2014 (r375554) +++ head/security/Makefile Thu Dec 25 13:49:11 2014 (r375555) @@ -536,6 +536,7 @@ SUBDIR += p5-Dancer-Plugin-Auth-Extensible-Provider-Usergroup SUBDIR += p5-Dancer-Plugin-Passphrase SUBDIR += p5-Dancer2-Plugin-Auth-Extensible + SUBDIR += p5-Dancer2-Plugin-Auth-Extensible-Provider-Usergroup SUBDIR += p5-Dancer2-Plugin-Passphrase SUBDIR += p5-Data-Entropy SUBDIR += p5-Data-Password Added: head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Usergroup/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Usergroup/Makefile Thu Dec 25 13:49:11 2014 (r375555) @@ -0,0 +1,24 @@ +# Created by: Henk van Oers <hvo.pm@xs4all.nl> +# $FreeBSD$ + +PORTNAME= Dancer2-Plugin-Auth-Extensible-Provider-Usergroup +PORTVERSION= 0.22 +CATEGORIES= security perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= hvo.pm@xs4all.nl +COMMENT= Extensible authentication framework for Dancer2 apps + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Dancer2>=0.156001:${PORTSDIR}/www/p5-Dancer2 \ + p5-Dancer2-Plugin-Auth-Extensible>=0:${PORTSDIR}/security/p5-Dancer2-Plugin-Auth-Extensible \ + p5-Dancer2-Plugin-Passphrase>=0:${PORTSDIR}/security/p5-Dancer2-Plugin-Passphrase +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USES= perl5 +USE_PERL5= configure + +.include <bsd.port.mk> Added: head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Usergroup/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Usergroup/distinfo Thu Dec 25 13:49:11 2014 (r375555) @@ -0,0 +1,2 @@ +SHA256 (Dancer2-Plugin-Auth-Extensible-Provider-Usergroup-0.22.tar.gz) = c24087542deabac7a78e3bb58c934d45efd8bb66867400820a5234029e0d3d69 +SIZE (Dancer2-Plugin-Auth-Extensible-Provider-Usergroup-0.22.tar.gz) = 8661 Added: head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Usergroup/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Usergroup/pkg-descr Thu Dec 25 13:49:11 2014 (r375555) @@ -0,0 +1,4 @@ +Define that a user must be logged in and have the proper permissions to +access a route + +WWW: https://metacpan.org/pod/Dancer2::Plugin::Auth::Extensible::Provider::Usergroup Added: head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Usergroup/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Usergroup/pkg-plist Thu Dec 25 13:49:11 2014 (r375555) @@ -0,0 +1,2 @@ +%%PERL5_MAN3%%/Dancer2::Plugin::Auth::Extensible::Provider::Usergroup.3.gz +%%SITE_PERL%%/Dancer2/Plugin/Auth/Extensible/Provider/Usergroup.pm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412251349.sBPDnCrV018076>