pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Data-ObjectDriver



Module Name:    pkgsrc
Committed By:   mef
Date:           Mon Jan 30 14:12:59 UTC 2017

Added Files:
        pkgsrc/devel/p5-Data-ObjectDriver: DESCR Makefile distinfo

Log Message:
Import p5-Data-ObjectDriver-0.14 as devel/p5-Data-ObjectDriver.

Data::ObjectDriver providing a simple and generic abstraction
to databases (DBI and otherwise), along with support for
partitioning and caching.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-Data-ObjectDriver/DESCR \
    pkgsrc/devel/p5-Data-ObjectDriver/Makefile \
    pkgsrc/devel/p5-Data-ObjectDriver/distinfo

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

Added files:

Index: pkgsrc/devel/p5-Data-ObjectDriver/DESCR
diff -u /dev/null pkgsrc/devel/p5-Data-ObjectDriver/DESCR:1.1
--- /dev/null   Mon Jan 30 14:12:59 2017
+++ pkgsrc/devel/p5-Data-ObjectDriver/DESCR     Mon Jan 30 14:12:59 2017
@@ -0,0 +1,3 @@
+Data::ObjectDriver providing a simple and generic abstraction
+to databases (DBI and otherwise), along with support for
+partitioning and caching.
Index: pkgsrc/devel/p5-Data-ObjectDriver/Makefile
diff -u /dev/null pkgsrc/devel/p5-Data-ObjectDriver/Makefile:1.1
--- /dev/null   Mon Jan 30 14:12:59 2017
+++ pkgsrc/devel/p5-Data-ObjectDriver/Makefile  Mon Jan 30 14:12:59 2017
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1 2017/01/30 14:12:59 mef Exp $
+
+DISTNAME=      Data-ObjectDriver-0.14
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    databases perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Data/}
+
+MAINTAINER=    hiramatu%boreas.dti.ne.jp@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Data-ObjectDriver/
+COMMENT=       Simple and generic abstraction to databases
+LICENSE=       artistic-2.0
+
+DEPENDS+=      p5-Class-Accessor>=0.34:../../devel/p5-Class-Accessor
+DEPENDS+=      p5-Class-Data-Inheritable>=0.08:../../devel/p5-Class-Data-Inheritable
+DEPENDS+=      p5-Class-Trigger>=0.14:../../devel/p5-Class-Trigger
+DEPENDS+=      p5-Text-SimpleTable>=2.0:../../textproc/p5-Text-SimpleTable
+
+USE_LANGUAGES=         # empty
+PERL5_PACKLIST=                auto/Data/ObjectDriver/.packlist
+PERL5_MODULE_TYPE=     Module::Build::Tiny
+
+BUILDLINK_API_DEPENDS.p5-DBI+= p5-DBI>=1.605
+
+.include "../../databases/p5-DBI/buildlink3.mk"
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/p5-Data-ObjectDriver/distinfo
diff -u /dev/null pkgsrc/devel/p5-Data-ObjectDriver/distinfo:1.1
--- /dev/null   Mon Jan 30 14:12:59 2017
+++ pkgsrc/devel/p5-Data-ObjectDriver/distinfo  Mon Jan 30 14:12:59 2017
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/01/30 14:12:59 mef Exp $
+
+SHA1 (Data-ObjectDriver-0.14.tar.gz) = 8c48066a7dfba293c98a5308fdb06cafa8f797e4
+RMD160 (Data-ObjectDriver-0.14.tar.gz) = 3ff3c99b612e91b525b516acb6512a11c36bd82c
+SHA512 (Data-ObjectDriver-0.14.tar.gz) = 34a19e4f678fd0ebd0fa24f9f873ebf0bdac657dfb5bd480298abfa2859b53eb9cb00571a97bc0b969393530b992d112eda649fb545b49153b58c7322618683f
+Size (Data-ObjectDriver-0.14.tar.gz) = 84311 bytes



Home | Main Index | Thread Index | Old Index