Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions
+9
View File
@@ -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.
+22
View File
@@ -0,0 +1,22 @@
# $NetBSD: Makefile,v 1.9 2013/05/31 12:39:52 wiz Exp $
#
DISTNAME= DBIx-Schema-0.07
PKGNAME= p5-${DISTNAME}
PKGREVISION= 5
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBIx/}
MAINTAINER= pkgsrc-users@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"
+5
View File
@@ -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