Initail import of p5-SQL-Statement version 0.1020.

p5-SQL-Statement is a perl5 module for SQL parsing and processing.
This commit is contained in:
kevlo 2001-05-20 13:06:07 +00:00
parent 97665ebd6c
commit 5c7be622d3
4 changed files with 40 additions and 0 deletions

View File

@ -0,0 +1,22 @@
# $OpenBSD: Makefile,v 1.1.1.1 2001/05/20 13:06:07 kevlo Exp $
COMMENT= "sql parsing and processing"
DISTNAME= SQL-Statement-0.1020
PKGNAME= p5-${DISTNAME}
CATEGORIES= databases perl5
NEED_VERSION= 1.409
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= SQL
CONFIGURE_STYLE= perl
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (SQL-Statement-0.1020.tar.gz) = fb9d9abd95fc2bd13207659ae0d547ab
RMD160 (SQL-Statement-0.1020.tar.gz) = 0737f117e2139aba0a4ebf1c3185c867b91c0884
SHA1 (SQL-Statement-0.1020.tar.gz) = 31e6a0d4cab852e4bd56a899e99ee890a0d03793

View File

@ -0,0 +1,5 @@
The SQL::Statement module implements a small, abstract SQL engine. By
parsing an SQL query you create an SQL::Statement instance. This instance
offers methods for retrieving syntax, for WHERE clause and statement
evaluation. The implementation is designed to work with the DBI driver
DBD::CSV, and should be easily extensible.

View File

@ -0,0 +1,10 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/05/20 13:06:07 kevlo Exp $
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/SQL/Eval.pm
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/SQL/Statement.pm
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/SQL/Statement/Hash.pm
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/SQL/Statement/Statement.bs
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/SQL/Statement/Statement.so
man/man3/SQL::Eval.3p
man/man3/SQL::Statement.3p
@dirrm libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/SQL/Statement
@dirrm libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/SQL/Statement