Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -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.

View File

@@ -0,0 +1,29 @@
# $NetBSD: Makefile,v 1.27 2013/05/31 12:39:54 wiz Exp $
DISTNAME= SQL-Abstract-1.73
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
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
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Class-Accessor-Grouped>=0.10005:../../devel/p5-Class-Accessor-Grouped
DEPENDS+= p5-Getopt-Long-Descriptive>=0.091:../../devel/p5-Getopt-Long-Descriptive
DEPENDS+= p5-Hash-Merge>=0.12:../../devel/p5-Hash-Merge
DEPENDS+= {perl>=5.7.3,p5-Scalar-List-Utils-[0-9]*}:../../devel/p5-Scalar-List-Utils
BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.92}:../../devel/p5-Test-Simple
BUILD_DEPENDS+= p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn
PERL5_PACKLIST= auto/SQL/Abstract/.packlist
PERL5_MODULE_TYPE= Module::Install::Bundled
REPLACE_PERL= script/format-sql
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.17 2012/09/10 13:26:44 sno Exp $
SHA1 (SQL-Abstract-1.73.tar.gz) = 85ffcdedcee0b99070dea0e5d4058241e34a8c86
RMD160 (SQL-Abstract-1.73.tar.gz) = 2026f03e2c9dcd7c7862f086c33a42fcfa825c58
Size (SQL-Abstract-1.73.tar.gz) = 93037 bytes