summaryrefslogtreecommitdiff
path: root/databases/p5-DBIx-SearchBuilder
diff options
context:
space:
mode:
authorhe <he>2004-12-05 17:34:25 +0000
committerhe <he>2004-12-05 17:34:25 +0000
commit96b43fd5c459ff989eb9bb703bf4d3b9aefeb841 (patch)
treef0dd0beee4c46baa6d5a08b658176422be9170b0 /databases/p5-DBIx-SearchBuilder
parentbea207c95cdb63b7671a75adbc4ddd91c37db8ff (diff)
downloadpkgsrc-96b43fd5c459ff989eb9bb703bf4d3b9aefeb841.tar.gz
Update p5-DBIx-SearchBuilder from version 1.01 to 1.15.
Add HOMEPAGE pointing into search.cpan.org. Add DEPENDS on p5-Cache-Simple-TimedExpiry, as that appears to be required to have "make test" complete. Change log: 1.15 Sat Nov 27 13:09:56 EST 2004 - Fix a testsuite bug when DBD::SQLite isn't there 1.14 - Silenced warnings about uninitialized warnings when inserting null cols into the database. - Started adding lowercase method name aliases - Minor refactoring of 'id' method for a stupid, tiny perf improvement - Refactoring of DBIx::SearchBuilder::Record::Cachable for performance improvement - Added a FlushCache method to DBIx::SearchBuilder::Record::Cachable. - Started to flesh out a...test suite - SearchBuilder now truncates strings before inserting them into character types in the database as mysql generally does. Additionally, it truncates things at utf8 character boundaries...as mysql does not. - Fix for an undefined record cache warning on load from Autrijus Tang - Major documentation cleanups --Simon Cavalletto - A few tweaks to the ::Record class to eliminate the hard-coding of the name of the id column --Simon Cavalletto 1.12 - Better error handling for some query build failure cases - Corrected query builder for SQLite - More refactoring. 1.11 - When loading an object whose "id" has been altered, as in the case of RT's "Merge" functionality, the wrong object was returned by the caching layer. Special casing for the "id" method was removed. 1.10 - Identical to 1.10_05 1.10_05 - Reworked the _Accessible mechanism in DBIx::SearchBuilder::Record to remove a horribly crufty old caching mechanism that created a copy of the accessible hash for each and every object instantiated, sometimes quite slowly. 1.10_04 Mon Aug 30 17:33:18 EDT 2004 A query builder fix for an issue that bit RT2: Unsatisfied dependency chain in Joins Users_2 at /usr/local/share/perl/5.8.3/DBIx/SearchBuilder/Handle.pm line 965, line 69. Stack: [/usr/local/share/perl/5.8.3/DBIx/SearchBuilder/Handle.pm:965] [/usr/local/share/perl/5.8.3/DBIx/SearchBuilder.pm:326] [/usr/local/share/perl/5.8.3/DBIx/SearchBuilder.pm:119] [/usr/local/share/perl/5.8.3/DBIx/SearchBuilder.pm:410] 1.10_03 Mon Aug 30 14:31:10 EDT 2004 - Cache Sanity fixes from Autrijus Tang <autrijus@autrijus.org> 1.10_02 Thu Aug 26 13:31:13 EDT 2004 1.10_01 Thu Aug 26 00:08:31 EDT 2004 - Reimplemented DBIx::SearchBuilder:::Record::Cachable to use Cache::Simple::TimedExpiry. This should make it faster and more memory efficient. 1.02_03 Thu Jul 22 13:29:17 EDT 2004 - Additional bullet proofing for joins. Now we default to ALIAS1 being "main" (cubic@acronis.ru) 1.02_02 Tue Jul 20 13:06:06 EDT 2004 - Fixed a join bug that mostly manifests as a 'Dependency chain' error on RT2. 1.02_01 Wed Jul 7 12:28:08 EDT 2004 - magic _Object instantiation from cubic@acronis.ru - make SB::_Handle settable directly (cubic@acronis.ru) - document the above
Diffstat (limited to 'databases/p5-DBIx-SearchBuilder')
-rw-r--r--databases/p5-DBIx-SearchBuilder/Makefile7
-rw-r--r--databases/p5-DBIx-SearchBuilder/distinfo6
2 files changed, 7 insertions, 6 deletions
diff --git a/databases/p5-DBIx-SearchBuilder/Makefile b/databases/p5-DBIx-SearchBuilder/Makefile
index 92ed5250245..8350f68394b 100644
--- a/databases/p5-DBIx-SearchBuilder/Makefile
+++ b/databases/p5-DBIx-SearchBuilder/Makefile
@@ -1,19 +1,20 @@
-# $NetBSD: Makefile,v 1.18 2004/11/14 14:18:39 seb Exp $
+# $NetBSD: Makefile,v 1.19 2004/12/05 17:34:25 he Exp $
#
-DISTNAME= DBIx-SearchBuilder-1.01
-PKGREVISION= 1
+DISTNAME= DBIx-SearchBuilder-1.15
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5dxs
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBIx/}
MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/DBIx-SearchBuilder/
COMMENT= Extension for easy SQL SELECT Statement generation
DEPENDS+= p5-Class-ReturnValue>=0.40:../../devel/p5-Class-ReturnValue
DEPENDS+= p5-DBI>=1.41:../../databases/p5-DBI
DEPENDS+= p5-Want-[0-9]*:../../devel/p5-Want
+DEPENDS+= p5-Cache-Simple-TimedExpiry-[0-9]*:../../devel/p5-Cache-Simple-TimedExpiry
PKG_INSTALLATION_TYPES= overwrite pkgviews
diff --git a/databases/p5-DBIx-SearchBuilder/distinfo b/databases/p5-DBIx-SearchBuilder/distinfo
index 4e7ba617225..ae7b62d8809 100644
--- a/databases/p5-DBIx-SearchBuilder/distinfo
+++ b/databases/p5-DBIx-SearchBuilder/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.12 2004/08/02 09:57:02 cube Exp $
+$NetBSD: distinfo,v 1.13 2004/12/05 17:34:25 he Exp $
-SHA1 (DBIx-SearchBuilder-1.01.tar.gz) = b4b815e260d065764c8cc39de8c509230759a86c
-Size (DBIx-SearchBuilder-1.01.tar.gz) = 38274 bytes
+SHA1 (DBIx-SearchBuilder-1.15.tar.gz) = 4e08d2db9b070e3e41e05e6351e396724be99782
+Size (DBIx-SearchBuilder-1.15.tar.gz) = 41676 bytes