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:
parent
33e46f03bf
commit
94c563cb62
23
devel/p5-SQL-Abstract/Makefile
Normal file
23
devel/p5-SQL-Abstract/Makefile
Normal 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>
|
3
devel/p5-SQL-Abstract/distinfo
Normal file
3
devel/p5-SQL-Abstract/distinfo
Normal 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
|
7
devel/p5-SQL-Abstract/pkg/DESCR
Normal file
7
devel/p5-SQL-Abstract/pkg/DESCR
Normal 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.
|
||||
|
10
devel/p5-SQL-Abstract/pkg/PLIST
Normal file
10
devel/p5-SQL-Abstract/pkg/PLIST
Normal 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
|
Loading…
Reference in New Issue
Block a user