summaryrefslogtreecommitdiff
path: root/databases/p5-DBI
diff options
context:
space:
mode:
authorabs <abs>2006-02-15 23:09:58 +0000
committerabs <abs>2006-02-15 23:09:58 +0000
commit45d6ccd306881ba4d701f66281a9034e73f3770b (patch)
treeda127da9ebb12d458eed0771bfcf70bb21a88a7c /databases/p5-DBI
parent45b82b928162730939c04e0c3937852b16f57e12 (diff)
downloadpkgsrc-45d6ccd306881ba4d701f66281a9034e73f3770b.tar.gz
Updated databases/p5-DBI to 1.50
Changes in DBI 1.50 (svn rev 2307), 13 December 2005 Fixed Makefile.PL options for gcc bug introduced in 1.49. Fixed handle magic order to keep DBD::Oracle happy. Changed dbi_profile_merge() to be able to recurse and merge sub-trees of profile data. Added documentation for dbi_profile_merge(), including how to measure the time spent inside the DBI for an http request. Changes in DBI 1.49 (svn rev 2287), 29th November 2005 Fixed assorted attribute handling bugs in DBD::Proxy. Fixed croak() in DBD::NullP thanks to Sergey Skvortsov. Fixed handling of take_imp_data() and dbi_imp_data attribute. Fixed bugs in DBD::DBM thanks to Jeff Zucker. Fixed bug in DBI::ProfileDumper thanks to Sam Tregar. Fixed ping in DBD::Proxy thanks to George Campbell. Fixed dangling ref in $sth after parent $dbh destroyed with thanks to il@rol.ru for the bug report #13151 Fixed prerequisites to include Storable thanks to Michael Schwern. Fixed take_imp_data to be more practical. Change to require perl 5.6.1 (as advertised in 2003) not 5.6.0. Changed internals to be more strictly coded thanks to Andy Lester. Changed warning about multiple copies of Driver.xst found in @INC to ignore duplicated directories thanks to Ed Avis. Changed Driver.xst to enable drivers to define an dbd_st_prepare_sv function where the statement parameter is an SV. That enables compiled drivers to support SQL strings that are UTF-8. Changed "use DBI" to only set $DBI::connect_via if not already set. Changed docs to clarify pre-method clearing of err values. Added ability for DBI::ProfileData to edit profile path on loading. This enables aggregation of different SQL statements into the same profile node - very handy when not using placeholders or when working multiple separate tables for the same thing (ie logtable_2005_11_28) Added $sth->{ParamTypes} specification thanks to Dean Arnold. Added $h->{Callbacks} attribute to enable code hooks to be invoked when certain methods are called. For example: $dbh->{Callbacks}->{prepare} = sub { ... }; With thanks to David Wheeler for the kick start. Added $h->{ChildHandles} (using weakrefs) thanks to Sam Tregar I've recoded it in C so there's no significant performance impact. Added $h->{Type} docs (returns 'dr', 'db', or 'st') Adding trace message in DESTROY if InactiveDestroy enabled. Ported DBI::ProfileDumper::Apache to mod_perl2 RC5+ thanks to Philip M. Golluci
Diffstat (limited to 'databases/p5-DBI')
-rw-r--r--databases/p5-DBI/Makefile5
-rw-r--r--databases/p5-DBI/distinfo8
2 files changed, 6 insertions, 7 deletions
diff --git a/databases/p5-DBI/Makefile b/databases/p5-DBI/Makefile
index 0c7f3023658..50cb175cbee 100644
--- a/databases/p5-DBI/Makefile
+++ b/databases/p5-DBI/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.33 2005/08/06 06:19:06 jlam Exp $
+# $NetBSD: Makefile,v 1.34 2006/02/15 23:09:58 abs Exp $
-DISTNAME= DBI-1.48
+DISTNAME= DBI-1.50
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5dbi
-PKGREVISION= 1
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/}
diff --git a/databases/p5-DBI/distinfo b/databases/p5-DBI/distinfo
index 89707819de7..b574de6a974 100644
--- a/databases/p5-DBI/distinfo
+++ b/databases/p5-DBI/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2005/06/24 20:36:08 wiz Exp $
+$NetBSD: distinfo,v 1.18 2006/02/15 23:09:58 abs Exp $
-SHA1 (DBI-1.48.tar.gz) = 76e7b96c9c135919be696ac7dc18f126e9ec041f
-RMD160 (DBI-1.48.tar.gz) = 4cae21828fcdcaf1d9bcac9583191e2f6289c864
-Size (DBI-1.48.tar.gz) = 378698 bytes
+SHA1 (DBI-1.50.tar.gz) = 0b6528983de1376b00a3c205febdedd004d54576
+RMD160 (DBI-1.50.tar.gz) = b0980058f33d8ed85466308edb60cfadd5158324
+Size (DBI-1.50.tar.gz) = 386513 bytes