Initial import of SQL-Abstract 1.15

This module generates SQL, while retaining complete control
over statement handles and uses the DBI interface. The
underlying idea is for this module to do what you mean,
based on the data structures you provide it. The big
advantage is that you don't have to modify your code every
time your data changes, as this module figures it out.

from Sam Smith <S at msmith.net>
This commit is contained in:
sturm 2004-05-20 10:44:45 +00:00
parent 33e46f03bf
commit 94c563cb62
4 changed files with 43 additions and 0 deletions

View File

@ -0,0 +1,23 @@
# $OpenBSD: Makefile,v 1.1.1.1 2004/05/20 10:44:45 sturm Exp $
COMMENT= "generate SQL from Perl data structures"
DISTNAME= SQL-Abstract-1.15
PKGNAME= p5-${DISTNAME}
CATEGORIES= databases perl5
MAINTAINER= Sam Smith <S@msmith.net>
# Same as Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SQL/}
CONFIGURE_STYLE=perl
PKG_ARCH= *
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (SQL-Abstract-1.15.tar.gz) = d8bd12b0b9caef4e8849908bb04641e7
RMD160 (SQL-Abstract-1.15.tar.gz) = d41a8ac497d9150b56db0e634ec882de77f06c5b
SHA1 (SQL-Abstract-1.15.tar.gz) = e4c107e5c1c4b284f0ab9789473f979689baff35

View File

@ -0,0 +1,7 @@
This module generates SQL, while retaining complete control
over statement handles and uses the DBI interface. The
underlying idea is for this module to do what you mean,
based on the data structures you provide it. The big
advantage is that you don't have to modify your code every
time your data changes, as this module figures it out.

View File

@ -0,0 +1,10 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/05/20 10:44:45 sturm Exp $
${P5SITE}/SQL/Abstract.pm
@comment ${P5ARCH}/auto/SQL/Abstract/.packlist
man/man3p/SQL::Abstract.3p
@dirrm man/man3p
@comment @dirrm ${P5ARCH}/auto/SQL/Abstract
@comment @dirrm ${P5ARCH}/auto/SQL
@comment @dirrm ${P5ARCH}/auto
@comment @dirrm ${P5ARCH}
@dirrm ${P5SITE}/SQL