From owner-svn-ports-all@freebsd.org Sun Nov 13 10:31:28 2016 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 2A48CC3F0BF; Sun, 13 Nov 2016 10:31:28 +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 0188B1B30; Sun, 13 Nov 2016 10:31:27 +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 uADAVRuJ041312; Sun, 13 Nov 2016 10:31:27 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uADAVQmI041307; Sun, 13 Nov 2016 10:31:26 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201611131031.uADAVQmI041307@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 13 Nov 2016 10:31:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426026 - in head/security: . p5-Dancer2-Plugin-Auth-Extensible-Provider-IMAP 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: Sun, 13 Nov 2016 10:31:28 -0000 Author: pi Date: Sun Nov 13 10:31:26 2016 New Revision: 426026 URL: https://svnweb.freebsd.org/changeset/ports/426026 Log: New port: security/p5-Dancer2-Plugin-Auth-Extensible-Provider-IMAP IMAP authentication provider for Dancer2::Plugin::Auth::Extensible 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-IMAP/ PR: 214280 Submitted by: Henk van Oers Added: head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-IMAP/ head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-IMAP/Makefile (contents, props changed) head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-IMAP/distinfo (contents, props changed) head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-IMAP/pkg-descr (contents, props changed) head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-IMAP/pkg-plist (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Sun Nov 13 10:19:22 2016 (r426025) +++ head/security/Makefile Sun Nov 13 10:31:26 2016 (r426026) @@ -603,6 +603,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-IMAP SUBDIR += p5-Dancer2-Plugin-Auth-Extensible-Provider-Usergroup SUBDIR += p5-Dancer2-Plugin-Passphrase SUBDIR += p5-Data-Entropy Added: head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-IMAP/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-IMAP/Makefile Sun Nov 13 10:31:26 2016 (r426026) @@ -0,0 +1,24 @@ +# Created by: Henk van Oers +# $FreeBSD$ + +PORTNAME= Dancer2-Plugin-Auth-Extensible-Provider-IMAP +PORTVERSION= 0.003 +CATEGORIES= security perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= hvo.pm@xs4all.nl +COMMENT= Extensible authentication for D2 apps using Net::IMAP::Simple + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Dancer2-Plugin-Auth-Extensible>=0.620:security/p5-Dancer2-Plugin-Auth-Extensible \ + p5-Net-IMAP-Simple>=0:mail/p5-Net-IMAP-Simple +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USES= perl5 +USE_PERL5= configure +NO_ARCH= yes + +.include Added: head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-IMAP/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-IMAP/distinfo Sun Nov 13 10:31:26 2016 (r426026) @@ -0,0 +1,3 @@ +TIMESTAMP = 1478458686 +SHA256 (Dancer2-Plugin-Auth-Extensible-Provider-IMAP-0.003.tar.gz) = 685fc0168343e71a487f71834dbf4139c6edc6626cce59cd5766199cacb0d09d +SIZE (Dancer2-Plugin-Auth-Extensible-Provider-IMAP-0.003.tar.gz) = 6022 Added: head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-IMAP/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-IMAP/pkg-descr Sun Nov 13 10:31:26 2016 (r426026) @@ -0,0 +1,6 @@ +IMAP authentication provider for Dancer2::Plugin::Auth::Extensible + +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-IMAP/ Added: head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-IMAP/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-IMAP/pkg-plist Sun Nov 13 10:31:26 2016 (r426026) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Dancer2/Plugin/Auth/Extensible/Provider/IMAP.pm +%%PERL5_MAN3%%/Dancer2::Plugin::Auth::Extensible::Provider::IMAP.3.gz