From owner-svn-ports-all@FreeBSD.ORG Thu Nov 20 20:56:24 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BEA2FB7B; Thu, 20 Nov 2014 20:56:24 +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 AB1B4B40; Thu, 20 Nov 2014 20:56:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAKKuOBN044222; Thu, 20 Nov 2014 20:56:24 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAKKuNfl044198; Thu, 20 Nov 2014 20:56:23 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201411202056.sAKKuNfl044198@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Thu, 20 Nov 2014 20:56:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372958 - in head/databases: . p5-Dancer2-Plugin-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-all@freebsd.org X-Mailman-Version: 2.1.18-1 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: Thu, 20 Nov 2014 20:56:24 -0000 Author: pi Date: Thu Nov 20 20:56:22 2014 New Revision: 372958 URL: https://svnweb.freebsd.org/changeset/ports/372958 QAT: https://qat.redports.org/buildarchive/r372958/ Log: New port: databases/p5-Dancer2-Plugin-Database Dancer2::Plugin::Database provides an easy way to obtain a connected DBI database handle by simply calling the database keyword within your Dancer2 application. Returns a Dancer2::Plugin::Database::Handle object, which is a subclass of DBI's DBI::db connection handle object, so it does everything you'd expect to do with DBI, but also adds a few convenience methods. See the documentation for Dancer2::Plugin::Database::Handle for full details of those. WWW: http://search.cpan.org/dist/Dancer2-Plugin-Database/ PR: 194960 Submitted by: Henk van Oers Added: head/databases/p5-Dancer2-Plugin-Database/ head/databases/p5-Dancer2-Plugin-Database/Makefile (contents, props changed) head/databases/p5-Dancer2-Plugin-Database/distinfo (contents, props changed) head/databases/p5-Dancer2-Plugin-Database/pkg-descr (contents, props changed) head/databases/p5-Dancer2-Plugin-Database/pkg-plist (contents, props changed) Modified: head/databases/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Thu Nov 20 20:53:48 2014 (r372957) +++ head/databases/Makefile Thu Nov 20 20:56:22 2014 (r372958) @@ -397,6 +397,7 @@ SUBDIR += p5-Dancer-Plugin-Database-Core SUBDIR += p5-Dancer-Plugin-Redis SUBDIR += p5-Dancer-Session-Memcached + SUBDIR += p5-Dancer2-Plugin-Database SUBDIR += p5-Dancer2-Plugin-DBIC SUBDIR += p5-Data-Page SUBDIR += p5-Data-Pageset Added: head/databases/p5-Dancer2-Plugin-Database/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/p5-Dancer2-Plugin-Database/Makefile Thu Nov 20 20:56:22 2014 (r372958) @@ -0,0 +1,27 @@ +# Created by: Henk van Oers +# $FreeBSD$ + +PORTNAME= Dancer2-Plugin-Database +PORTVERSION= 2.12 +CATEGORIES= databases perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= Easy database connections for Dancer2 applications + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ + p5-Dancer2>=0.153002:${PORTSDIR}/www/p5-Dancer2 \ + p5-Dancer-Plugin-Database-Core>=0.07:${PORTSDIR}/databases/p5-Dancer-Plugin-Database-Core +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite \ + p5-Test-Pod>=1.22:${PORTSDIR}/devel/p5-Test-Pod \ + p5-Test-Pod-Coverage>=1.08:${PORTSDIR}/devel/p5-Test-Pod-Coverage + +USES= perl5 +USE_PERL5= configure + +.include Added: head/databases/p5-Dancer2-Plugin-Database/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/p5-Dancer2-Plugin-Database/distinfo Thu Nov 20 20:56:22 2014 (r372958) @@ -0,0 +1,2 @@ +SHA256 (Dancer2-Plugin-Database-2.12.tar.gz) = 21a94f5b41626e6d20a0431b5c848e1abbecb25a9353e3af0209eed453875518 +SIZE (Dancer2-Plugin-Database-2.12.tar.gz) = 16602 Added: head/databases/p5-Dancer2-Plugin-Database/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/p5-Dancer2-Plugin-Database/pkg-descr Thu Nov 20 20:56:22 2014 (r372958) @@ -0,0 +1,10 @@ +Dancer2::Plugin::Database provides an easy way to obtain a connected +DBI database handle by simply calling the database keyword +within your Dancer2 application. + +Returns a Dancer2::Plugin::Database::Handle object, which is a subclass of DBI's +DBI::db connection handle object, so it does everything you'd expect to do with +DBI, but also adds a few convenience methods. See the documentation for +Dancer2::Plugin::Database::Handle for full details of those. + +WWW: http://search.cpan.org/dist/Dancer2-Plugin-Database/ Added: head/databases/p5-Dancer2-Plugin-Database/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/p5-Dancer2-Plugin-Database/pkg-plist Thu Nov 20 20:56:22 2014 (r372958) @@ -0,0 +1,3 @@ +%%PERL5_MAN3%%/Dancer2::Plugin::Database.3.gz +%%SITE_PERL%%/Dancer2/Plugin/Database.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer2/Plugin/Database/.packlist