Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Nov 2014 20:56:23 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
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
Message-ID:  <201411202056.sAKKuNfl044198@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <hvo.pm@xs4all.nl>

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 <hvo.pm@xs4all.nl>
+# $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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411202056.sAKKuNfl044198>