[Midnightbsd-cvs] mports: databases/p5-SQL-Abstract: Added SQL::Abstract

ctriv at midnightbsd.org ctriv at midnightbsd.org
Sat Sep 1 12:36:12 EDT 2007


Log Message:
-----------
Added SQL::Abstract

Added Files:
-----------
    mports/databases/p5-SQL-Abstract:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)
        pkg-plist (r1.1)

-------------- next part --------------
--- /dev/null
+++ databases/p5-SQL-Abstract/pkg-descr
@@ -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/dist/SQL-Abstract/
--- /dev/null
+++ databases/p5-SQL-Abstract/pkg-plist
@@ -0,0 +1,5 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/SQL/Abstract/.packlist
+%%SITE_PERL%%/SQL/Abstract.pm
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SQL/Abstract
+ at dirrmtry %%SITE_PERL%%/SQL
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SQL
--- /dev/null
+++ databases/p5-SQL-Abstract/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for:	SQL-Abstract
+# Date created:	   18 Feb 2003
+# Whom:		   Dominic Mitchell <dom at happygiraffe.net>
+#
+# $FreeBSD: ports/databases/p5-SQL-Abstract/Makefile,v 1.9 2007/01/05 17:55:38 lbr Exp $
+# $MidnightBSD: mports/databases/p5-SQL-Abstract/Makefile,v 1.1 2007/09/01 16:36:12 ctriv Exp $
+#
+
+PORTNAME=	SQL-Abstract
+PORTVERSION=	1.22
+CATEGORIES=	databases perl5
+MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR=	SQL
+PKGNAMEPREFIX=	p5-
+EXTRACT_SUFX=   .tgz
+
+MAINTAINER=	lbr at FreeBSD.org
+COMMENT=	Perl extension to generate SQL from Perl data structures
+LICENSE=	perl
+
+PERL_CONFIGURE=	yes
+
+MAN3=		SQL::Abstract.3
+
+.include <bsd.port.mk>
+
--- /dev/null
+++ databases/p5-SQL-Abstract/distinfo
@@ -0,0 +1,3 @@
+MD5 (SQL-Abstract-1.22.tgz) = e3c689c8189535df70c65fa522c2f468
+SHA256 (SQL-Abstract-1.22.tgz) = 871ad5704bf87659888f618d75dc65834c4c4f4eeed1f148888dfb9f7d2ace41
+SIZE (SQL-Abstract-1.22.tgz) = 25159


More information about the Midnightbsd-cvs mailing list