summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbad <bad>2003-12-15 20:23:51 +0000
committerbad <bad>2003-12-15 20:23:51 +0000
commit4fce64d9b7bd34ea9fadf4eca2296c1cfb1dca97 (patch)
treeacc1d01bd6d3b5caaf74bb167125ace9972c263c
parentbd8813bd411ec37035ff851b48a70b0fc22fca86 (diff)
downloadpkgsrc-4fce64d9b7bd34ea9fadf4eca2296c1cfb1dca97.tar.gz
Update databases/jdb to 1.12 plus patch for problem with spaces in dbstats
from Heidemann's web page. Changes since 1.7 apart from bugfixes: 1.12, 30-Oct-02 - NEW: dbcolmultiscale - NEW: dbcol has -r option for "relaxed error checking" - NEW: dbcolneaten has new -e option to strip end-of-line spaces - NEW: dbrow finally has a -v option to negate the test - NEW: db_to_html_table: simple conversion to html tables - NEW: dblib now has a function dblib_text2html() that will 1.11, 2-Nov-01 - NEW: dbcolneaten now supports "field specifiers" that allow some control over how wide columns should be - OPTIMIZATION: dbsort now tries hard to be filesystem cache-friendly 1.10, 10-Apr-01 - NEW: dbstats now includes a -S option to optimize work on pre-sorted data (inspired by code contributed by Haobo Yu) 1.9, 6-Nov-00 - NEW: dbfilesplit, split a single input file into multiple output files. 1.8, 28-Jun-00 - NEW: dbrowuniq now optionally checks for uniqueness only on certain fields - NEW: dbrowsplituniq makes one pass through a file and splits it into separate files based on the given fields - NEW: converter for "crl" format network traces - NEW: anywhere you use arbitrary code (like dbroweval), _last_foo now maps to the last row's value for field _foo. - OPTIMIZATION: comment processing slightly changed so that dbmultistats now is much faster on files with lots of comments.
-rw-r--r--doc/CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index a359b0f51c9..cb130b89e00 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.4135 2003/12/15 19:12:18 wiz Exp $
+$NetBSD: CHANGES,v 1.4136 2003/12/15 20:23:51 bad Exp $
Changes to the packages collection and infrastructure in 2003:
@@ -5183,3 +5183,4 @@ Changes to the packages collection and infrastructure in 2003:
Updated gnocatan to 0.8.0.0nb1 [wiz 2003-12-15]
Updated pwm to 1.0.20030617 [salo 2003-12-15]
Updated fix-mime-charset to 0.5.1 [wiz 2003-12-15]
+ Updated jdb to 1.21 [bad 2003-12-15]