diff options
author | wiz <wiz@pkgsrc.org> | 2005-11-24 18:44:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-11-24 18:44:16 +0000 |
commit | 30235fcdc97a5642f8c43636c7411b11f8b7c74a (patch) | |
tree | ea7bfb178309d755879c73cd17cb0ae09f309a9b | |
parent | 5f92e395eebe99216a7869f0cc938229befc48ee (diff) | |
download | pkgsrc-30235fcdc97a5642f8c43636c7411b11f8b7c74a.tar.gz |
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.
-rw-r--r-- | databases/p5-DBIx-DBSchema/DESCR | 9 | ||||
-rw-r--r-- | databases/p5-DBIx-DBSchema/Makefile | 22 | ||||
-rw-r--r-- | databases/p5-DBIx-DBSchema/PLIST | 1 | ||||
-rw-r--r-- | databases/p5-DBIx-DBSchema/distinfo | 5 |
4 files changed, 37 insertions, 0 deletions
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 |