summaryrefslogtreecommitdiff
path: root/databases/p5-DBIx-Abstract
diff options
context:
space:
mode:
authorwiz <wiz>2005-11-24 18:46:41 +0000
committerwiz <wiz>2005-11-24 18:46:41 +0000
commit68a72bb744370a8d51e0277f4e78e023b0f127aa (patch)
tree352c25d4f0b491cc09f63c1926e9afebe4be70b4 /databases/p5-DBIx-Abstract
parent11e858a4cb67ea5f0157e468953a3ff618a24163 (diff)
downloadpkgsrc-68a72bb744370a8d51e0277f4e78e023b0f127aa.tar.gz
Initial import of p5-DBIx-Abstract:
This module provides methods for retrieving and storing data in SQL databases. It provides methods for all of the more important SQL commands (like SELECT, INSERT, REPLACE, UPDATE, DELETE). It endeavors to produce an interface that will be intuitive to those already familiar with SQL. Notable features include: * data_source generation for some DBD drivers. * Can check to make sure the connection is not stale and reconnect if it is. * Controls statement handles for you. * Can delay writes. * Generates complex where clauses from hashes and arrays. * Shortcuts (convenience functions) for some common cases. (Like select_all_to_hashref.)
Diffstat (limited to 'databases/p5-DBIx-Abstract')
-rw-r--r--databases/p5-DBIx-Abstract/DESCR17
-rw-r--r--databases/p5-DBIx-Abstract/Makefile16
-rw-r--r--databases/p5-DBIx-Abstract/PLIST1
-rw-r--r--databases/p5-DBIx-Abstract/distinfo5
4 files changed, 39 insertions, 0 deletions
diff --git a/databases/p5-DBIx-Abstract/DESCR b/databases/p5-DBIx-Abstract/DESCR
new file mode 100644
index 00000000000..e6ed13be556
--- /dev/null
+++ b/databases/p5-DBIx-Abstract/DESCR
@@ -0,0 +1,17 @@
+This module provides methods for retrieving and storing data in
+SQL databases. It provides methods for all of the more important
+SQL commands (like SELECT, INSERT, REPLACE, UPDATE, DELETE).
+
+It endeavors to produce an interface that will be intuitive to
+those already familiar with SQL.
+
+Notable features include:
+
+ * data_source generation for some DBD drivers.
+ * Can check to make sure the connection is not stale and reconnect
+ if it is.
+ * Controls statement handles for you.
+ * Can delay writes.
+ * Generates complex where clauses from hashes and arrays.
+ * Shortcuts (convenience functions) for some common cases. (Like
+ select_all_to_hashref.)
diff --git a/databases/p5-DBIx-Abstract/Makefile b/databases/p5-DBIx-Abstract/Makefile
new file mode 100644
index 00000000000..161bf81b8c1
--- /dev/null
+++ b/databases/p5-DBIx-Abstract/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/11/24 18:46:41 wiz Exp $
+#
+
+DISTNAME= DBIx-Abstract-1.006
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= databases perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBIx/}
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/DBIx-Abstract/
+COMMENT= SQL Database access functions
+
+PERL5_PACKLIST= auto/DBIx/Abstract/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/databases/p5-DBIx-Abstract/PLIST b/databases/p5-DBIx-Abstract/PLIST
new file mode 100644
index 00000000000..9a719ddea7c
--- /dev/null
+++ b/databases/p5-DBIx-Abstract/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/11/24 18:46:41 wiz Exp $
diff --git a/databases/p5-DBIx-Abstract/distinfo b/databases/p5-DBIx-Abstract/distinfo
new file mode 100644
index 00000000000..a3af3e52c00
--- /dev/null
+++ b/databases/p5-DBIx-Abstract/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/11/24 18:46:41 wiz Exp $
+
+SHA1 (DBIx-Abstract-1.006.tar.gz) = 50cc3eb5158c924214cebcba0291b49a8ddaa402
+RMD160 (DBIx-Abstract-1.006.tar.gz) = b1010fa25ed9c6946e80c370200d9c78cb55c9b5
+Size (DBIx-Abstract-1.006.tar.gz) = 20351 bytes