diff options
author | recht <recht@pkgsrc.org> | 2004-04-11 16:12:40 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-04-11 16:12:40 +0000 |
commit | 356a0df14fa706a6f21d895a738596368a4adcef (patch) | |
tree | b69d1e7202286608cd762cb7bb72c2ba7ad105ce /databases | |
parent | b16fc6b50205a3515753ffb402d7531c276fab0c (diff) | |
download | pkgsrc-356a0df14fa706a6f21d895a738596368a4adcef.tar.gz |
Update to 0.99
Patch provided by Dieter Roelants in PR pkg/25132
0.99 - Bundled changes from 0.98* and released production version
Removed duplicate code in cache expiry routines
Experimental SearchBuilder::Union collection object.
Released at the YAPC::Taipei::22004 Release Party
0.98_04 - New mysql/oracle "Join" code that allows more complex bundling of
joins from Linda and Robert
0.98_03 - New test infrastructure from Andy Lester
0.98_02 - Better handling of != clauses on Postgres
0.97_02 - Support for "Group By" clauses.
Support for delayed load of certain columns from Autrijus Tang.
0.97_01 - Oracle doesn't support binary-safe clobs in a reasonable manner.
0.96 - Releasing 0.96_01 as usable
0.96_01 - Fix a couple of spurious warnings in Record::Cachable
Records loaded from multiple-record searches were never cached
correctly
0.95_03 - Allow case-insensitive loading by columns in SearchBuilder::Record
- Record::LoadByCols now lets you specify operator and values
0.95_01
- Removed historical escaping for non-ascii searche queries
0.94- - Fix for multiple handles in one app from Autrijus Tang
0.93
- Added ODBC database driver from Autrijus Tang
- Added the ability to sort on functions of columns from Autrijus Tang
- Improved case-insensitve searching behavior for PostgreSQL
- Added support for multiple handles in one app from Autrijus Tang (#4167)
- Added initial Informix database driver from Oliver Tappe
0.92 Sept 4, 2003
- Fixed a bug that caused certain types of pre-canned table aliases to fail to work on join
0.90 Aug 8, 2003
- Disable Class::ReturnValue's stack trace feature as it interacted poorly with a stack containing lots of data
0.89_02 July 19, 2003
- Patch from Grant DeGraw to allow ordering by multiple columns.
0.89_01 July 18 2003
- Patch from Brook for:
- better oracle support
- remove "SELECT DISTINCT" when it's not necessary
0.88 June 23 2003
- More correct generation of "Distinct" keyword on counts for queries with left joins
0.87 June 16 2003
- Changed DBIx::SB::Record::Cachable to expire cached object when a "deeper" method call changes their values
0.86 June 7 2003
- Doing conditional connections was failing on postgres, because the handle was defined, but not connected
0.85 June 7 2003
- Stan's destroy fix was actually badly breaking RT
- It's now an optional parameter.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBIx-SearchBuilder/Makefile | 14 | ||||
-rw-r--r-- | databases/p5-DBIx-SearchBuilder/distinfo | 6 |
2 files changed, 12 insertions, 8 deletions
diff --git a/databases/p5-DBIx-SearchBuilder/Makefile b/databases/p5-DBIx-SearchBuilder/Makefile index eb80d127d87..28fe8fb2143 100644 --- a/databases/p5-DBIx-SearchBuilder/Makefile +++ b/databases/p5-DBIx-SearchBuilder/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2003/07/21 16:39:09 martti Exp $ +# $NetBSD: Makefile,v 1.16 2004/04/11 16:12:40 recht Exp $ # -DISTNAME= DBIx-SearchBuilder-0.84 +DISTNAME= DBIx-SearchBuilder-0.99 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5dxs CATEGORIES= databases perl5 @@ -10,10 +10,14 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBIx/} MAINTAINER= tech-pkg@NetBSD.org COMMENT= Extension for easy SQL SELECT Statement generation -USE_BUILDLINK2= YES -PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/DBIx/SearchBuilder/.packlist - DEPENDS+= p5-Class-ReturnValue>=0.40:../../devel/p5-Class-ReturnValue +DEPENDS+= p5-DBI>=1.41:../../databases/p5-DBI + +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= YES +USE_LANGUAGES= # empty +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/DBIx/SearchBuilder/.packlist .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/databases/p5-DBIx-SearchBuilder/distinfo b/databases/p5-DBIx-SearchBuilder/distinfo index 7dbbdda90f4..4e8ca6bdcd3 100644 --- a/databases/p5-DBIx-SearchBuilder/distinfo +++ b/databases/p5-DBIx-SearchBuilder/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.10 2003/06/06 12:00:06 mjl Exp $ +$NetBSD: distinfo,v 1.11 2004/04/11 16:12:40 recht Exp $ -SHA1 (DBIx-SearchBuilder-0.84.tar.gz) = f3867580df7743a5ae8eac1f8cc4b05b52106248 -Size (DBIx-SearchBuilder-0.84.tar.gz) = 27696 bytes +SHA1 (DBIx-SearchBuilder-0.99.tar.gz) = 59d84963972809ce63d85823f961f33a89edcd3a +Size (DBIx-SearchBuilder-0.99.tar.gz) = 41015 bytes |