From owner-svn-ports-all@FreeBSD.ORG Tue Dec 31 02:54:14 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7CFF1869; Tue, 31 Dec 2013 02:54:14 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 68A7D17CC; Tue, 31 Dec 2013 02:54:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBV2sE2h057636; Tue, 31 Dec 2013 02:54:14 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBV2sDhv057631; Tue, 31 Dec 2013 02:54:13 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201312310254.rBV2sDhv057631@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 31 Dec 2013 02:54:13 +0000 (UTC) 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 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.17 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: Tue, 31 Dec 2013 02:54:14 -0000 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 +# $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 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