From 2794b8d4e32420ec4ce03c0ba31e46c5186d85af Mon Sep 17 00:00:00 2001 From: he Date: Mon, 20 Dec 2004 23:28:53 +0000 Subject: 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. --- 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(+) create mode 100644 databases/p5-SQL-Abstract/DESCR create mode 100644 databases/p5-SQL-Abstract/Makefile create mode 100644 databases/p5-SQL-Abstract/PLIST create mode 100644 databases/p5-SQL-Abstract/distinfo (limited to 'databases/p5-SQL-Abstract') diff --git a/databases/p5-SQL-Abstract/DESCR b/databases/p5-SQL-Abstract/DESCR new file mode 100644 index 00000000000..5d8fb84403f --- /dev/null +++ b/databases/p5-SQL-Abstract/DESCR @@ -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 --git a/databases/p5-SQL-Abstract/Makefile b/databases/p5-SQL-Abstract/Makefile new file mode 100644 index 00000000000..dcf8015f69d --- /dev/null +++ b/databases/p5-SQL-Abstract/Makefile @@ -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 +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 --git a/databases/p5-SQL-Abstract/PLIST b/databases/p5-SQL-Abstract/PLIST new file mode 100644 index 00000000000..9cdede340d0 --- /dev/null +++ b/databases/p5-SQL-Abstract/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/12/20 23:28:53 he Exp $ diff --git a/databases/p5-SQL-Abstract/distinfo b/databases/p5-SQL-Abstract/distinfo new file mode 100644 index 00000000000..6f3b88639d5 --- /dev/null +++ b/databases/p5-SQL-Abstract/distinfo @@ -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 -- cgit v1.2.3