Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/p5-SQL-Abstract-Classic databases/p5-SQL-Abs...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/00d4e1a507cc
branches:  trunk
changeset: 438228:00d4e1a507cc
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Sep 06 21:04:38 2020 +0000

description:
databases/p5-SQL-Abstract-Classic: import p5-SQL-Abstract-Classic-1.91

This module was inspired by the excellent DBIx::Abstract. However,
in using that module I found that what I really wanted to do was
generate SQL, but still retain complete control over my statement
handles and use the DBI interface. So, I set out to create an
abstract SQL generation module.

diffstat:

 databases/p5-SQL-Abstract-Classic/DESCR    |   5 +++++
 databases/p5-SQL-Abstract-Classic/Makefile |  24 ++++++++++++++++++++++++
 databases/p5-SQL-Abstract-Classic/distinfo |   6 ++++++
 3 files changed, 35 insertions(+), 0 deletions(-)

diffs (47 lines):

diff -r e7a72796e2f6 -r 00d4e1a507cc databases/p5-SQL-Abstract-Classic/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/p5-SQL-Abstract-Classic/DESCR   Sun Sep 06 21:04:38 2020 +0000
@@ -0,0 +1,5 @@
+This module was inspired by the excellent DBIx::Abstract. However,
+in using that module I found that what I really wanted to do was
+generate SQL, but still retain complete control over my statement
+handles and use the DBI interface. So, I set out to create an
+abstract SQL generation module.
diff -r e7a72796e2f6 -r 00d4e1a507cc databases/p5-SQL-Abstract-Classic/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/p5-SQL-Abstract-Classic/Makefile        Sun Sep 06 21:04:38 2020 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 2020/09/06 21:04:38 wiz Exp $
+
+DISTNAME=      SQL-Abstract-Classic-1.91
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    databases perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=SQL/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://metacpan.org/release/SQL-Abstract-Classic
+COMMENT=       Generate SQL from Perl data structures
+LICENSE=       ${PERL5_LICENSE}
+
+DEPENDS+=      p5-SQL-Abstract-[0-9]*:../../databases/p5-SQL-Abstract
+DEPENDS+=      p5-MRO-Compat-[0-9]*:../../devel/p5-MRO-Compat
+DEPENDS+=      p5-Moo-[0-9]*:../../devel/p5-Moo
+TEST_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
+TEST_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
+TEST_DEPENDS+= p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn
+
+PERL5_PACKLIST=                auto/SQL/Abstract/Classic/.packlist
+#PERL5_MODULE_TYPE=    Module::Install::Bundled
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r e7a72796e2f6 -r 00d4e1a507cc databases/p5-SQL-Abstract-Classic/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/p5-SQL-Abstract-Classic/distinfo        Sun Sep 06 21:04:38 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/09/06 21:04:38 wiz Exp $
+
+SHA1 (SQL-Abstract-Classic-1.91.tar.gz) = 166271047e2c032574ac2755ee8a56f674d7dcff
+RMD160 (SQL-Abstract-Classic-1.91.tar.gz) = 724cd521fe4ce0ffa40a99db959437e0671f1ba0
+SHA512 (SQL-Abstract-Classic-1.91.tar.gz) = a2389c04889ea09fc6512f955f8a383d1f51839f584a0be16aab33dec72b67214d0f22d55c666fa0ddeaa32e5c6fc91e1e50541d52e71beeb3b3d85af21a9643
+Size (SQL-Abstract-Classic-1.91.tar.gz) = 78466 bytes



Home | Main Index | Thread Index | Old Index