pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/p5-SQL-Abstract Import p5-SQL-Abstract versi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/94c43c26ef5d
branches:  trunk
changeset: 485986:94c43c26ef5d
user:      he <he%pkgsrc.org@localhost>
date:      Mon Dec 20 23:28:53 2004 +0000

description:
Import p5-SQL-Abstract version 1.17.

Description:

This module was inspired by the excellent the DBIx::Abstract manpage.
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/DESCR    |   5 +++++
 databases/p5-SQL-Abstract/Makefile |  18 ++++++++++++++++++
 databases/p5-SQL-Abstract/PLIST    |   1 +
 databases/p5-SQL-Abstract/distinfo |   4 ++++
 4 files changed, 28 insertions(+), 0 deletions(-)

diffs (44 lines):

diff -r 954e972e5730 -r 94c43c26ef5d databases/p5-SQL-Abstract/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/p5-SQL-Abstract/DESCR   Mon Dec 20 23:28:53 2004 +0000
@@ -0,0 +1,5 @@
+This module was inspired by the excellent the DBIx::Abstract manpage.
+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 954e972e5730 -r 94c43c26ef5d databases/p5-SQL-Abstract/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/p5-SQL-Abstract/Makefile        Mon Dec 20 23:28:53 2004 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/12/20 23:28:53 he Exp $
+#
+
+DISTNAME=      SQL-Abstract-1.17
+PKGNAME=       p5-${DISTNAME}
+SVR4_PKGNAME=  p5sqa
+CATEGORIES=    databases perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=SQL/}
+
+MAINTAINER=    he%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/SQL-Abstract/
+COMMENT=       Generate SQL from Perl data structures
+
+USE_BUILDLINK3=                YES
+PERL5_PACKLIST=                ${PERL5_SITEARCH}/auto/SQL/Abstract/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 954e972e5730 -r 94c43c26ef5d databases/p5-SQL-Abstract/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/p5-SQL-Abstract/PLIST   Mon Dec 20 23:28:53 2004 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/12/20 23:28:53 he Exp $
diff -r 954e972e5730 -r 94c43c26ef5d databases/p5-SQL-Abstract/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/p5-SQL-Abstract/distinfo        Mon Dec 20 23:28:53 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/12/20 23:28:53 he Exp $
+
+SHA1 (SQL-Abstract-1.17.tar.gz) = 288ac2793cba2c9b9d0795ed50d0943e9fd32796
+Size (SQL-Abstract-1.17.tar.gz) = 20000 bytes



Home | Main Index | Thread Index | Old Index