2014-02-06 14:14:06 +01:00
|
|
|
# $NetBSD: Makefile,v 1.63 2014/02/06 13:14:06 abs Exp $
|
1999-06-10 14:46:35 +02:00
|
|
|
|
2014-02-06 14:14:06 +01:00
|
|
|
DISTNAME= DBI-1.631
|
Updating databases/p5-DBI from 1.611 to 1.612
pkgsrc changes:
- bumping required API version to 1.612 (Meta-DBD API has changed)
Upstream changes:
Changes in DBI 1.612 (svn r14254) 14th July 2010
NOTE: This is a minor release for the DBI core but a major release for
DBD::File and drivers that depend on it, like DBD::DBM and DBD::CSV.
This is also the first release where the bulk of the development work has
been done by other people. I'd like to thank (in no particular order)
Jens Rehsack, Martin J. Evans, and H.Merijn Brand for all their contributions.
Fixed DBD::File's {ChopBlank} handling (it stripped \s instead of space
only as documented in DBI) (H.Merijn Brand)
Fixed DBD::DBM breakage with SQL::Statement (Jens Rehsack, fixes RT#56561)
Fixed DBD::File file handle leak (Jens Rehsack)
Fixed problems in 50dbm.t when running tests with multiple
dbms (Martin J. Evans)
Fixed DBD::DBM bugs found during tests (Jens Rehsack)
Fixed DBD::File doesn't find files without extensions under some
circumstances (Jens Rehsack, H.Merijn Brand, fixes RT#59038)
Changed Makefile.PL to modernize with CONFLICTS, recommended dependencies
and resources (Jens Rehsack)
Changed DBI::ProfileDumper to rename any existing profile file by
appending .prev, instead of overwriting it.
Changed DBI::ProfileDumper::Apache to work in more configurations
including vhosts using PerlOptions +Parent.
Add driver_prefix method to DBI (Jens Rehsack)
Added more tests to 50dbm_simple.t to prove optimizations in
DBI::SQL::Nano and SQL::Statement (Jens Rehsack)
Updated tests to cover optional installed SQL::Statement (Jens Rehsack)
Synchronize API between SQL::Statement and DBI::SQL::Nano (Jens Rehsack)
Merged some optimizations from SQL::Statement into DBI::SQL::Nano
(Jens Rehsack)
Added basic test for DBD::File (H.Merijn Brand, Jens Rehsack)
Extract dealing with Perl SQL engines from DBD::File into
DBI::DBD::SqlEngine for better subclassing of 3rd party non-db DBDs
(Jens Rehsack)
Updated and clarified documentation for finish method (Tim Bunce).
Changes to DBD::File for better English and hopefully better
explanation (Martin J. Evans)
Update documentation of DBD::DBM to cover current implementation,
tried to explain some things better and changes most examples to
preferred style of Merijn and myself (Jens Rehsack)
Added developer documentation (including a roadmap of future plans)
for DBD::File
2010-07-17 10:07:17 +02:00
|
|
|
PKGNAME= p5-${DISTNAME}
|
1999-06-10 14:46:35 +02:00
|
|
|
CATEGORIES= databases perl5
|
2012-07-05 18:49:18 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBI/}
|
1999-06-10 14:46:35 +02:00
|
|
|
|
2008-07-24 11:28:47 +02:00
|
|
|
MAINTAINER= rhaen@NetBSD.org
|
2003-03-23 03:48:16 +01:00
|
|
|
HOMEPAGE= http://dbi.perl.org/
|
2003-07-21 18:35:12 +02:00
|
|
|
COMMENT= The database-independent Perl database access API
|
2009-06-14 23:03:32 +02:00
|
|
|
LICENSE= ${PERL5_LICENSE}
|
1999-06-10 14:46:35 +02:00
|
|
|
|
2008-05-29 00:09:20 +02:00
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
1999-06-10 14:46:35 +02:00
|
|
|
|
2011-08-06 16:47:28 +02:00
|
|
|
USE_LANGUAGES= c
|
|
|
|
PERL5_PACKLIST= auto/DBI/.packlist
|
|
|
|
REPLACE_PERL= dbixs_rev.pl
|
|
|
|
|
2002-10-14 00:02:55 +02:00
|
|
|
.include "../../lang/perl5/module.mk"
|
1999-06-10 14:46:35 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|