summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorhe <he@pkgsrc.org>2004-12-20 23:30:31 +0000
committerhe <he@pkgsrc.org>2004-12-20 23:30:31 +0000
commitca96d7440bc178b7c8152e3974387a0bef705ba1 (patch)
treefb5a5195557a4bb586d4bdcf843d80b01806953c /databases
parent2794b8d4e32420ec4ce03c0ba31e46c5186d85af (diff)
downloadpkgsrc-ca96d7440bc178b7c8152e3974387a0bef705ba1.tar.gz
Import p5-Class-DBI-AbstractSearch version 0.05.
Description: Class::DBI provides a convenient abstraction layer to a database. It not only provides a simple database to object mapping layer, but can be used to implement several higher order database functions (triggers, referential integrity, cascading delete etc.), at the application level, rather than at the database. This is particularly useful when using a database which doesn't support these (such as MySQL), or when you would like your code to be portable across multiple databases which might implement these things in different ways. In short, Class::DBI aims to make it simple to introduce 'best practice' when dealing with data stored in a relational database.
Diffstat (limited to 'databases')
-rw-r--r--databases/p5-Class-DBI-AbstractSearch/DESCR14
-rw-r--r--databases/p5-Class-DBI-AbstractSearch/Makefile21
-rw-r--r--databases/p5-Class-DBI-AbstractSearch/PLIST1
-rw-r--r--databases/p5-Class-DBI-AbstractSearch/distinfo4
4 files changed, 40 insertions, 0 deletions
diff --git a/databases/p5-Class-DBI-AbstractSearch/DESCR b/databases/p5-Class-DBI-AbstractSearch/DESCR
new file mode 100644
index 00000000000..93d82e3875e
--- /dev/null
+++ b/databases/p5-Class-DBI-AbstractSearch/DESCR
@@ -0,0 +1,14 @@
+Class::DBI provides a convenient abstraction layer to a database.
+
+It not only provides a simple database to object mapping layer, but can
+be used to implement several higher order database functions (triggers,
+referential integrity, cascading delete etc.), at the application level,
+rather than at the database.
+
+This is particularly useful when using a database which doesn't support
+these (such as MySQL), or when you would like your code to be portable
+across multiple databases which might implement these things in
+different ways.
+
+In short, Class::DBI aims to make it simple to introduce 'best practice'
+when dealing with data stored in a relational database.
diff --git a/databases/p5-Class-DBI-AbstractSearch/Makefile b/databases/p5-Class-DBI-AbstractSearch/Makefile
new file mode 100644
index 00000000000..d755d891d9a
--- /dev/null
+++ b/databases/p5-Class-DBI-AbstractSearch/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/12/20 23:30:31 he Exp $
+#
+
+DISTNAME= Class-DBI-AbstractSearch-0.05
+PKGNAME= p5-${DISTNAME}
+#SVR4_PKGNAME= p5cdi
+CATEGORIES= perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/Class-DBI-AbstractSearch/
+COMMENT= Abstract Class::DBI's SQL with SQL::Abstract
+
+DEPENDS+= p5-Class-DBI>=0.9:../../databases/p5-Class-DBI
+DEPENDS+= p5-SQL-Abstract>=1.1:../../databases/p5-SQL-Abstract
+
+USE_BUILDLINK3= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Class/DBI/AbstractSearch/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/databases/p5-Class-DBI-AbstractSearch/PLIST b/databases/p5-Class-DBI-AbstractSearch/PLIST
new file mode 100644
index 00000000000..dac12294644
--- /dev/null
+++ b/databases/p5-Class-DBI-AbstractSearch/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/12/20 23:30:31 he Exp $
diff --git a/databases/p5-Class-DBI-AbstractSearch/distinfo b/databases/p5-Class-DBI-AbstractSearch/distinfo
new file mode 100644
index 00000000000..a45bf89b3e0
--- /dev/null
+++ b/databases/p5-Class-DBI-AbstractSearch/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/12/20 23:30:31 he Exp $
+
+SHA1 (Class-DBI-AbstractSearch-0.05.tar.gz) = 6988a6a79e22ab68853736cebd0128cd24fd8fe5
+Size (Class-DBI-AbstractSearch-0.05.tar.gz) = 2794 bytes