pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

p5-Dancer-Plugin-Database-Core: add new package, version 0.20



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Wed Sep 20 10:53:48 2017 +0200
Changeset:	cfe9ffc0989fe11cb2f8288179aa0508ebfdd9ce

Modified Files:
	Makefile
Added Files:
	p5-Dancer-Plugin-Database-Core/DESCR
	p5-Dancer-Plugin-Database-Core/Makefile
	p5-Dancer-Plugin-Database-Core/distinfo

Log Message:
p5-Dancer-Plugin-Database-Core: add new package, version 0.20

Required for update of p5-Dancer-Plugin-Database

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=cfe9ffc0989fe11cb2f8288179aa0508ebfdd9ce

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                                |  1 +
 p5-Dancer-Plugin-Database-Core/DESCR    |  4 ++++
 p5-Dancer-Plugin-Database-Core/Makefile | 20 ++++++++++++++++++++
 p5-Dancer-Plugin-Database-Core/distinfo |  6 ++++++
 4 files changed, 31 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index be4a8f977a..913154f4a5 100644
--- a/Makefile
+++ b/Makefile
@@ -2384,6 +2384,7 @@ SUBDIR+=	p5-Crypt-Serpent
 SUBDIR+=	p5-DBIx-Easy
 SUBDIR+=	p5-DBIx-Simple
 SUBDIR+=	p5-Dancer-Plugin-Database
+SUBDIR+=	p5-Dancer-Plugin-Database-Core
 SUBDIR+=	p5-Data-DPath
 SUBDIR+=	p5-Data-DPath-Validator
 SUBDIR+=	p5-Data-Properties
diff --git a/p5-Dancer-Plugin-Database-Core/DESCR b/p5-Dancer-Plugin-Database-Core/DESCR
new file mode 100644
index 0000000000..6cb2b0b1a0
--- /dev/null
+++ b/p5-Dancer-Plugin-Database-Core/DESCR
@@ -0,0 +1,4 @@
+Shared core for D1 and D2 Database plugins
+
+This module should not be used directly. It is a shared library for
+Dancer::Plugin::Database and Dancer2::Plugin::Database modules.
diff --git a/p5-Dancer-Plugin-Database-Core/Makefile b/p5-Dancer-Plugin-Database-Core/Makefile
new file mode 100644
index 0000000000..e640de3b5c
--- /dev/null
+++ b/p5-Dancer-Plugin-Database-Core/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.2 2012/10/04 10:45:25 asau Exp $
+
+DISTNAME=	Dancer-Plugin-Database-Core-0.20
+PKGNAME=	p5-${DISTNAME}
+CATEGORIES=	databases perl5
+MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=../../authors/id/B/BI/BIGPRESH/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/bigpresh/Dancer-Plugin-Database
+COMMENT=	Shared core for D1 and D2 Database plugins
+LICENSE=	artistic-2.0
+
+DEPENDS+=	p5-DBI>=0:../../databases/p5-DBI
+DEPENDS+=	p5-Dancer>=1.175:../../www/p5-Dancer
+
+PERL5_PACKLIST=	auto/Dancer/Plugin/Database/Core/.packlist
+USE_LANGUAGES=	# none
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/p5-Dancer-Plugin-Database-Core/distinfo b/p5-Dancer-Plugin-Database-Core/distinfo
new file mode 100644
index 0000000000..8f3abe8f9c
--- /dev/null
+++ b/p5-Dancer-Plugin-Database-Core/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2011/07/06 02:46:55 ficovh Exp $
+
+SHA1 (Dancer-Plugin-Database-Core-0.20.tar.gz) = 41e9d917a09e16b09b41b64ac9d408e0884601ae
+RMD160 (Dancer-Plugin-Database-Core-0.20.tar.gz) = dcaf047f8e8317c60936030963b93af9df6b0c0e
+SHA512 (Dancer-Plugin-Database-Core-0.20.tar.gz) = 647334b7b457b214d229100848f5434e885dc73b669d256d7fc49ee1ca82be8670064e57cf8df8c6127389e6191fd63b50cd387bd97847a6cc55d313e7ecf15f
+Size (Dancer-Plugin-Database-Core-0.20.tar.gz) = 17288 bytes


Home | Main Index | Thread Index | Old Index