From owner-svn-ports-head@freebsd.org Sat Dec 10 16:55:24 2016 Return-Path: Delivered-To: svn-ports-head@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 D904DC7137D; Sat, 10 Dec 2016 16:55:24 +0000 (UTC) (envelope-from pi@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 B2E231E47; Sat, 10 Dec 2016 16:55:24 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBAGtNGa049929; Sat, 10 Dec 2016 16:55:23 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBAGtNgv049924; Sat, 10 Dec 2016 16:55:23 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201612101655.uBAGtNgv049924@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 10 Dec 2016 16:55:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428307 - in head/security: . p5-Dancer2-Plugin-Auth-Extensible-Provider-Database X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Dec 2016 16:55:25 -0000 Author: pi Date: Sat Dec 10 16:55:23 2016 New Revision: 428307 URL: https://svnweb.freebsd.org/changeset/ports/428307 Log: New port: security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Database This class is an authentication provider designed to authenticate users against a database, using Dancer2::Plugin::Database to access a database. See Dancer2::Plugin::Auth::Extensible for details on how to use the authentication framework. WWW: http://search.cpan.org/dist/Dancer2-Plugin-Auth-Extensible-Provider-Database/ PR: 213451 Submitted by: Henk van Oers Added: head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Database/ head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Database/Makefile (contents, props changed) head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Database/distinfo (contents, props changed) head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Database/pkg-descr (contents, props changed) head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Database/pkg-plist (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Sat Dec 10 16:20:42 2016 (r428306) +++ head/security/Makefile Sat Dec 10 16:55:23 2016 (r428307) @@ -604,6 +604,7 @@ SUBDIR += p5-Dancer-Plugin-Passphrase SUBDIR += p5-Dancer2-Plugin-Auth-Extensible SUBDIR += p5-Dancer2-Plugin-Auth-Extensible-Provider-DBIC + SUBDIR += p5-Dancer2-Plugin-Auth-Extensible-Provider-Database SUBDIR += p5-Dancer2-Plugin-Auth-Extensible-Provider-IMAP SUBDIR += p5-Dancer2-Plugin-Auth-Extensible-Provider-Usergroup SUBDIR += p5-Dancer2-Plugin-Passphrase Added: head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Database/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Database/Makefile Sat Dec 10 16:55:23 2016 (r428307) @@ -0,0 +1,24 @@ +# Created by: Henk van Oers +# $FreeBSD$ + +PORTNAME= Dancer2-Plugin-Auth-Extensible-Provider-Database +PORTVERSION= 0.600 +CATEGORIES= security perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= hvo.pm@xs4all.nl +COMMENT= Extensible authentication for D2 apps using Dancer2-Plugin-Database + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Dancer2-Plugin-Auth-Extensible>=0.600:security/p5-Dancer2-Plugin-Auth-Extensible \ + p5-Dancer2-Plugin-Database>=0.600:databases/p5-Dancer2-Plugin-Database +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USES= perl5 +USE_PERL5= configure +NO_ARCH= yes + +.include Added: head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Database/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Database/distinfo Sat Dec 10 16:55:23 2016 (r428307) @@ -0,0 +1,3 @@ +TIMESTAMP = 1476370811 +SHA256 (Dancer2-Plugin-Auth-Extensible-Provider-Database-0.600.tar.gz) = 8a1d727fa05a7cbad1a2a3785be033b005aecaa59fd114d726215c26597172aa +SIZE (Dancer2-Plugin-Auth-Extensible-Provider-Database-0.600.tar.gz) = 9601 Added: head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Database/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Database/pkg-descr Sat Dec 10 16:55:23 2016 (r428307) @@ -0,0 +1,7 @@ +This class is an authentication provider designed to authenticate users +against a database, using Dancer2::Plugin::Database to access a database. + +See Dancer2::Plugin::Auth::Extensible for details on how to use +the authentication framework. + +WWW: http://search.cpan.org/dist/Dancer2-Plugin-Auth-Extensible-Provider-Database/ Added: head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Database/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Database/pkg-plist Sat Dec 10 16:55:23 2016 (r428307) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Dancer2/Plugin/Auth/Extensible/Provider/Database.pm +%%PERL5_MAN3%%/Dancer2::Plugin::Auth::Extensible::Provider::Database.3.gz