pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/p5-DBIx-DBSchema Initial import of p5-DBIx-D...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/262d51c036c9
branches:  trunk
changeset: 503643:262d51c036c9
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Nov 24 18:44:16 2005 +0000

description:
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.

diffstat:

 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(+), 0 deletions(-)

diffs (53 lines):

diff -r eadbe1189874 -r 262d51c036c9 databases/p5-DBIx-DBSchema/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/p5-DBIx-DBSchema/DESCR  Thu Nov 24 18:44:16 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 eadbe1189874 -r 262d51c036c9 databases/p5-DBIx-DBSchema/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/p5-DBIx-DBSchema/Makefile       Thu Nov 24 18:44:16 2005 +0000
@@ -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@localhost
+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 -r eadbe1189874 -r 262d51c036c9 databases/p5-DBIx-DBSchema/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/p5-DBIx-DBSchema/PLIST  Thu Nov 24 18:44:16 2005 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/11/24 18:44:16 wiz Exp $
diff -r eadbe1189874 -r 262d51c036c9 databases/p5-DBIx-DBSchema/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/p5-DBIx-DBSchema/distinfo       Thu Nov 24 18:44:16 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index