From 9f18b0cf35fda10a0e2f3d71755ec41018042874 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 24 Nov 2005 18:44:16 +0000 Subject: Initial import of p5-DBIx-DBSchema: 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. --- databases/p5-DBIx-DBSchema/DESCR | 9 +++++++++ databases/p5-DBIx-DBSchema/Makefile | 22 ++++++++++++++++++++++ databases/p5-DBIx-DBSchema/PLIST | 1 + databases/p5-DBIx-DBSchema/distinfo | 5 +++++ 4 files changed, 37 insertions(+) create mode 100644 databases/p5-DBIx-DBSchema/DESCR create mode 100644 databases/p5-DBIx-DBSchema/Makefile create mode 100644 databases/p5-DBIx-DBSchema/PLIST create mode 100644 databases/p5-DBIx-DBSchema/distinfo (limited to 'databases/p5-DBIx-DBSchema') diff --git a/databases/p5-DBIx-DBSchema/DESCR b/databases/p5-DBIx-DBSchema/DESCR new file mode 100644 index 00000000000..d53f23c1d66 --- /dev/null +++ b/databases/p5-DBIx-DBSchema/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-DBSchema/Makefile b/databases/p5-DBIx-DBSchema/Makefile new file mode 100644 index 00000000000..5a2d17d3df4 --- /dev/null +++ b/databases/p5-DBIx-DBSchema/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/11/24 18:44:16 wiz Exp $ +# + +DISTNAME= DBIx-DBSchema-0.27 +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-DBSchema/ +COMMENT= Database-independent schema objects + +DEPENDS+= p5-DBI-[0-9]*:../../databases/p5-DBI +DEPENDS+= p5-FreezeThaw-[0-9]*:../../devel/p5-FreezeThaw + +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/DBIx/DBSchema/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/databases/p5-DBIx-DBSchema/PLIST b/databases/p5-DBIx-DBSchema/PLIST new file mode 100644 index 00000000000..2d85b2893b0 --- /dev/null +++ b/databases/p5-DBIx-DBSchema/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/11/24 18:44:16 wiz Exp $ diff --git a/databases/p5-DBIx-DBSchema/distinfo b/databases/p5-DBIx-DBSchema/distinfo new file mode 100644 index 00000000000..e7e4f306b92 --- /dev/null +++ b/databases/p5-DBIx-DBSchema/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/11/24 18:44:16 wiz Exp $ + +SHA1 (DBIx-DBSchema-0.27.tar.gz) = 3f3d2838ba114c2861d0d550274d41dd46b3f483 +RMD160 (DBIx-DBSchema-0.27.tar.gz) = a296ef78e42e8e7ef202503ddbd13f48df08b353 +Size (DBIx-DBSchema-0.27.tar.gz) = 16385 bytes -- cgit v1.2.3