1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

Add p5-SQL-Abstract 1.10,

perl extension to generate SQL from Perl
data structures.

PR:		48411
Submitted by:	Dominic Mitchell <dom@happygiraffe.net>
This commit is contained in:
Erwin Lansing 2003-06-19 14:30:46 +00:00
parent 91a7be6e44
commit 1faa189502
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=83320
5 changed files with 41 additions and 0 deletions

View File

@ -114,6 +114,7 @@
SUBDIR += p5-Mysql
SUBDIR += p5-Pg
SUBDIR += p5-ResourcePool-Resource-DBI
SUBDIR += p5-SQL-Abstract
SUBDIR += p5-SQL-Statement
SUBDIR += p5-Search-Namazu
SUBDIR += p5-Tangram

View File

@ -0,0 +1,23 @@
# New ports collection makefile for: SQL-Abstract
# Date created: 18 Feb 2003
# Whom: Dominic Mitchell <dom@happygiraffe.net>
#
# $FreeBSD$
#
PORTNAME= SQL-Abstract
PORTVERSION= 1.10
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= SQL
PKGNAMEPREFIX= p5-
MAINTAINER= dom@happygiraffe.net
COMMENT= Perl extension to generate SQL from Perl data structures
PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= SQL::Abstract.3
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (SQL-Abstract-1.10.tar.gz) = 4f6ec9ae01de6811f4d3c15ffd4c0a11

View File

@ -0,0 +1,11 @@
This module was inspired by the excellent DBIx::Abstract. However, in
using the module I found that what I 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.
This module is based largely on DBIx::Abstract. However, there are
several important differences, especially when it comes to WHERE
clauses. I have modified the concepts used to make the SQL easier to
generate from Perl data structures and, IMO, more intuitive.
WWW: http://search.cpan.org/search?dist=SQL-Abstract

View File

@ -0,0 +1,5 @@
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SQL/Abstract/.packlist
lib/perl5/site_perl/%%PERL_VER%%/SQL/Abstract.pm
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SQL/Abstract
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/SQL 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SQL 2>/dev/null || true