Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Dec 2013 02:54:13 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r338216 - in head/databases: . p5-Dancer-Plugin-Database-Core
Message-ID:  <201312310254.rBV2sDhv057631@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Dec 31 02:54:13 2013
New Revision: 338216
URL: http://svnweb.freebsd.org/changeset/ports/338216

Log:
  - Add p5-Dancer-Plugin-Database-Core 0.05
  
  Dancer::Plugin::Database::Core is a shared library for Dancer::Plugin::Database
  and Dancer2::Plugin::Database modules.
  
  WWW: http://search.cpan.org/dist/Dancer-Plugin-Database-Core/

Added:
  head/databases/p5-Dancer-Plugin-Database-Core/
  head/databases/p5-Dancer-Plugin-Database-Core/Makefile   (contents, props changed)
  head/databases/p5-Dancer-Plugin-Database-Core/distinfo   (contents, props changed)
  head/databases/p5-Dancer-Plugin-Database-Core/pkg-descr   (contents, props changed)
  head/databases/p5-Dancer-Plugin-Database-Core/pkg-plist   (contents, props changed)
Modified:
  head/databases/Makefile

Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile	Tue Dec 31 02:53:27 2013	(r338215)
+++ head/databases/Makefile	Tue Dec 31 02:54:13 2013	(r338216)
@@ -419,6 +419,7 @@
     SUBDIR += p5-DWH_File
     SUBDIR += p5-Dancer-Plugin-DBIC
     SUBDIR += p5-Dancer-Plugin-Database
+    SUBDIR += p5-Dancer-Plugin-Database-Core
     SUBDIR += p5-Dancer-Plugin-Redis
     SUBDIR += p5-Dancer-Session-Memcached
     SUBDIR += p5-Data-Page

Added: head/databases/p5-Dancer-Plugin-Database-Core/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/p5-Dancer-Plugin-Database-Core/Makefile	Tue Dec 31 02:54:13 2013	(r338216)
@@ -0,0 +1,23 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	Dancer-Plugin-Database-Core
+PORTVERSION=	0.05
+CATEGORIES=	databases perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Shared core for D1 and D2 Database plugins
+
+LICENSE=	ART20
+
+BUILD_DEPENDS=	p5-DBI>=0:${PORTSDIR}/databases/p5-DBI
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+TEST_DEPENDS=	p5-Test-Pod>=1.22:${PORTSDIR}/devel/p5-Test-Pod \
+		p5-Test-Pod-Coverage>=1.08:${PORTSDIR}/devel/p5-Test-Pod-Coverage
+
+USE_PERL5=	configure
+USES=		perl5
+
+.include <bsd.port.mk>

Added: head/databases/p5-Dancer-Plugin-Database-Core/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/p5-Dancer-Plugin-Database-Core/distinfo	Tue Dec 31 02:54:13 2013	(r338216)
@@ -0,0 +1,2 @@
+SHA256 (Dancer-Plugin-Database-Core-0.05.tar.gz) = b46d765a9296346ff34e6e2d93f4b31275c955b9c15c117f375bdb2255152996
+SIZE (Dancer-Plugin-Database-Core-0.05.tar.gz) = 13851

Added: head/databases/p5-Dancer-Plugin-Database-Core/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/p5-Dancer-Plugin-Database-Core/pkg-descr	Tue Dec 31 02:54:13 2013	(r338216)
@@ -0,0 +1,4 @@
+Dancer::Plugin::Database::Core is a shared library for Dancer::Plugin::Database
+and Dancer2::Plugin::Database modules.
+
+WWW: http://search.cpan.org/dist/Dancer-Plugin-Database-Core/

Added: head/databases/p5-Dancer-Plugin-Database-Core/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/p5-Dancer-Plugin-Database-Core/pkg-plist	Tue Dec 31 02:54:13 2013	(r338216)
@@ -0,0 +1,13 @@
+%%SITE_PERL%%/Dancer/Plugin/Database/Core.pm
+%%SITE_PERL%%/Dancer/Plugin/Database/Core/Handle.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer/Plugin/Database/Core/.packlist
+%%PERL5_MAN3%%/Dancer::Plugin::Database::Core.3.gz
+%%PERL5_MAN3%%/Dancer::Plugin::Database::Core::Handle.3.gz
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer/Plugin/Database/Core
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer/Plugin/Database
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer/Plugin
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer
+@dirrm %%SITE_PERL%%/Dancer/Plugin/Database/Core
+@dirrmtry %%SITE_PERL%%/Dancer/Plugin/Database
+@dirrmtry %%SITE_PERL%%/Dancer/Plugin
+@dirrmtry %%SITE_PERL%%/Dancer



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