summaryrefslogtreecommitdiff
path: root/databases/p5-SQL-Abstract
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2003-06-19 14:30:46 +0000
committerErwin Lansing <erwin@FreeBSD.org>2003-06-19 14:30:46 +0000
commit1faa189502dadd16539c89af2c32a675a9fdc1ff (patch)
tree668c419c07fb2b8551a54c77d7ff6d3a0222c1fc /databases/p5-SQL-Abstract
parentRemove check for obsolete "bs" termcap attribute which is disappearing (diff)
Add p5-SQL-Abstract 1.10,
perl extension to generate SQL from Perl data structures. PR: 48411 Submitted by: Dominic Mitchell <dom@happygiraffe.net>
Notes
Notes: svn path=/head/; revision=83320
Diffstat (limited to 'databases/p5-SQL-Abstract')
-rw-r--r--databases/p5-SQL-Abstract/Makefile23
-rw-r--r--databases/p5-SQL-Abstract/distinfo1
-rw-r--r--databases/p5-SQL-Abstract/pkg-descr11
-rw-r--r--databases/p5-SQL-Abstract/pkg-plist5
4 files changed, 40 insertions, 0 deletions
diff --git a/databases/p5-SQL-Abstract/Makefile b/databases/p5-SQL-Abstract/Makefile
new file mode 100644
index 000000000000..1c12384daf88
--- /dev/null
+++ b/databases/p5-SQL-Abstract/Makefile
@@ -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>
diff --git a/databases/p5-SQL-Abstract/distinfo b/databases/p5-SQL-Abstract/distinfo
new file mode 100644
index 000000000000..b20f6665d2d4
--- /dev/null
+++ b/databases/p5-SQL-Abstract/distinfo
@@ -0,0 +1 @@
+MD5 (SQL-Abstract-1.10.tar.gz) = 4f6ec9ae01de6811f4d3c15ffd4c0a11
diff --git a/databases/p5-SQL-Abstract/pkg-descr b/databases/p5-SQL-Abstract/pkg-descr
new file mode 100644
index 000000000000..00669c5e6823
--- /dev/null
+++ b/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/search?dist=SQL-Abstract
diff --git a/databases/p5-SQL-Abstract/pkg-plist b/databases/p5-SQL-Abstract/pkg-plist
new file mode 100644
index 000000000000..00e745551201
--- /dev/null
+++ b/databases/p5-SQL-Abstract/pkg-plist
@@ -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