summaryrefslogtreecommitdiff
path: root/databases/p5-DBIx-Schema
diff options
context:
space:
mode:
authorwiz <wiz>2005-11-24 18:43:18 +0000
committerwiz <wiz>2005-11-24 18:43:18 +0000
commitb73b7ccfeeeff41cd26b3f225b72c9cfe75c44f2 (patch)
treeb45e0e5572ad498cf267a08df9fc0d5159d651b0 /databases/p5-DBIx-Schema
parentb4d6d6246cec6c656309d52946397c87faa6f741 (diff)
downloadpkgsrc-b73b7ccfeeeff41cd26b3f225b72c9cfe75c44f2.tar.gz
Initial import of p5-DBIx-Schema:
This module helps abstract the process of working with complex schemas of relational SQL database tables. As with DBI, it lets you work with data a row at a time, but gives you the extra ability to, with a single method call, reach across and grab rows of related data from tables located elsewhere in your database, without having to construct an SQL join clause yourself. The 'distance' from the originating table to the related one can be arbitrarily long, so long as they are related in some way -- i.e., could both return data through a single (though perhaps quite lengthy) SQL query.
Diffstat (limited to 'databases/p5-DBIx-Schema')
-rw-r--r--databases/p5-DBIx-Schema/DESCR9
-rw-r--r--databases/p5-DBIx-Schema/Makefile21
-rw-r--r--databases/p5-DBIx-Schema/PLIST1
-rw-r--r--databases/p5-DBIx-Schema/distinfo5
4 files changed, 36 insertions, 0 deletions
diff --git a/databases/p5-DBIx-Schema/DESCR b/databases/p5-DBIx-Schema/DESCR
new file mode 100644
index 00000000000..d53f23c1d66
--- /dev/null
+++ b/databases/p5-DBIx-Schema/DESCR
@@ -0,0 +1,9 @@
+This module helps abstract the process of working with complex
+schemas of relational SQL database tables. As with DBI, it lets
+you work with data a row at a time, but gives you the extra ability
+to, with a single method call, reach across and grab rows of related
+data from tables located elsewhere in your database, without having
+to construct an SQL join clause yourself. The 'distance' from the
+originating table to the related one can be arbitrarily long, so
+long as they are related in some way -- i.e., could both return
+data through a single (though perhaps quite lengthy) SQL query.
diff --git a/databases/p5-DBIx-Schema/Makefile b/databases/p5-DBIx-Schema/Makefile
new file mode 100644
index 00000000000..cd96078b3be
--- /dev/null
+++ b/databases/p5-DBIx-Schema/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/11/24 18:43:18 wiz Exp $
+#
+
+DISTNAME= DBIx-Schema-0.07
+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-Schema/
+COMMENT= Simpler SQL Join interface
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+MAKE_PARAMS+= --noprompt
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/DBIx/Schema/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/databases/p5-DBIx-Schema/PLIST b/databases/p5-DBIx-Schema/PLIST
new file mode 100644
index 00000000000..b8add77c6a5
--- /dev/null
+++ b/databases/p5-DBIx-Schema/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/11/24 18:43:18 wiz Exp $
diff --git a/databases/p5-DBIx-Schema/distinfo b/databases/p5-DBIx-Schema/distinfo
new file mode 100644
index 00000000000..289f9f7c29d
--- /dev/null
+++ b/databases/p5-DBIx-Schema/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/11/24 18:43:18 wiz Exp $
+
+SHA1 (DBIx-Schema-0.07.tar.gz) = f249b64668e0299f83fb85231204f9bd1b27cc51
+RMD160 (DBIx-Schema-0.07.tar.gz) = d8b2b732ab1a1a9ee2b94b82cf064d4308fdbd2b
+Size (DBIx-Schema-0.07.tar.gz) = 24234 bytes