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

View File

@@ -0,0 +1,14 @@
Class::DBI provides a convenient abstraction layer to a database.
It not only provides a simple database to object mapping layer, but can
be used to implement several higher order database functions (triggers,
referential integrity, cascading delete etc.), at the application level,
rather than at the database.
This is particularly useful when using a database which doesn't support
these (such as MySQL), or when you would like your code to be portable
across multiple databases which might implement these things in
different ways.
In short, Class::DBI aims to make it simple to introduce 'best practice'
when dealing with data stored in a relational database.

View File

@@ -0,0 +1,28 @@
# $NetBSD: Makefile,v 1.18 2013/05/31 12:39:48 wiz Exp $
#
DISTNAME= Class-DBI-v3.0.17
PKGNAME= p5-${DISTNAME:S:-v:-:}
PKGREVISION= 5
SVR4_PKGNAME= p5cdi
CATEGORIES= perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/T/TM/TMTM/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Class-DBI/
COMMENT= Perl5 module for Simple Database Abstraction
DEPENDS+= p5-Class-Accessor>=0.18:../../devel/p5-Class-Accessor
DEPENDS+= p5-Class-Data-Inheritable>=0.02:../../devel/p5-Class-Data-Inheritable
DEPENDS+= p5-Class-Trigger>=0.07:../../devel/p5-Class-Trigger
DEPENDS+= p5-Clone-[0-9]*:../../devel/p5-Clone
DEPENDS+= p5-File-Temp>=0.12:../../devel/p5-File-Temp
DEPENDS+= p5-Ima-DBI>=0.33:../../databases/p5-Ima-DBI
DEPENDS+= p5-Storable>=2.04:../../devel/p5-Storable
DEPENDS+= p5-UNIVERSAL-moniker>=0.06:../../devel/p5-UNIVERSAL-moniker
DEPENDS+= p5-version>=0:../../devel/p5-version
PERL5_PACKLIST= auto/Class/DBI/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.4 2008/06/20 14:53:35 he Exp $
SHA1 (Class-DBI-v3.0.17.tar.gz) = fc120ae8f77fec48ebd462149faf59556acb7e7b
RMD160 (Class-DBI-v3.0.17.tar.gz) = f62f8b37765a287d816180735e2b094a014d0946
Size (Class-DBI-v3.0.17.tar.gz) = 105416 bytes