svn commit: r428307 - in head/security: . p5-Dancer2-Plugin-Auth-Extensible-Provider-Database

Kurt Jaeger pi at FreeBSD.org
Sat Dec 10 16:55:25 UTC 2016


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 <hvo.pm at xs4all.nl>

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 <hvo.pm at xs4all.nl>
+# $FreeBSD$
+
+PORTNAME=	Dancer2-Plugin-Auth-Extensible-Provider-Database
+PORTVERSION=	0.600
+CATEGORIES=	security perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	hvo.pm at 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 <bsd.port.mk>

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


More information about the svn-ports-head mailing list