pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/p5-DBIx-Schema Initial import of p5-DBIx-Sch...
details: https://anonhg.NetBSD.org/pkgsrc/rev/eadbe1189874
branches: trunk
changeset: 503642:eadbe1189874
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Nov 24 18:43:18 2005 +0000
description:
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:
databases/p5-DBIx-Schema/DESCR | 9 +++++++++
databases/p5-DBIx-Schema/Makefile | 21 +++++++++++++++++++++
databases/p5-DBIx-Schema/PLIST | 1 +
databases/p5-DBIx-Schema/distinfo | 5 +++++
4 files changed, 36 insertions(+), 0 deletions(-)
diffs (52 lines):
diff -r 5497fb60513f -r eadbe1189874 databases/p5-DBIx-Schema/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/p5-DBIx-Schema/DESCR Thu Nov 24 18:43:18 2005 +0000
@@ -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 -r 5497fb60513f -r eadbe1189874 databases/p5-DBIx-Schema/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/p5-DBIx-Schema/Makefile Thu Nov 24 18:43:18 2005 +0000
@@ -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@localhost
+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 -r 5497fb60513f -r eadbe1189874 databases/p5-DBIx-Schema/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/p5-DBIx-Schema/PLIST Thu Nov 24 18:43:18 2005 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/11/24 18:43:18 wiz Exp $
diff -r 5497fb60513f -r eadbe1189874 databases/p5-DBIx-Schema/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/p5-DBIx-Schema/distinfo Thu Nov 24 18:43:18 2005 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index