diff options
author | bad <bad> | 2005-01-20 20:35:24 +0000 |
---|---|---|
committer | bad <bad> | 2005-01-20 20:35:24 +0000 |
commit | c90ca3dc0c0c1cf80a6f48720556692d65f885dc (patch) | |
tree | 1895a289751c340f9ae76441782625d669c9462f /databases/jdb/PLIST | |
parent | 0e3a1e31cd41d29821ba53405566e8c354d275fb (diff) | |
download | pkgsrc-c90ca3dc0c0c1cf80a6f48720556692d65f885dc.tar.gz |
Upgrade jdb to version 1.13.
Changes since 1.12:
- NEW: jdb added to the freebsd ports tree
maintainer: larse@isi.edu
- BUG FIX: properly handle trailing spaces when data must be numeric
(ex. dbstats with -FS, see test dbstats_trailing_spaces)
Fix from Ning Xu .
- NEW: dbcolize error message improved (bug report from Terrence
Brannon), and list format documented in the README.
- NEW: cgi_to_db convergs CGI.pm-format storage to jdb list format
- BUG FIX: handle numeric synonyms for column names in dbcol properly
- ENHANCEMENT: "talking about columns" section added to README.
Lack of documentation pointed out by Lars Eggert.
- CHANGE: dbformmail now defaults to using Mail ("Berkeley Mail")
to send mail, rather than sendmail (sendmail is still an option,
but mail doesn't require running as root)
- NEW: on platforms that support it (i.e., with perl 5.8), jdb works
fine with unicode
- NEW: dbfilevalidate: check a db file for some common errors
Diffstat (limited to 'databases/jdb/PLIST')
-rw-r--r-- | databases/jdb/PLIST | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/jdb/PLIST b/databases/jdb/PLIST index 99915f81b64..1b3e03eb54e 100644 --- a/databases/jdb/PLIST +++ b/databases/jdb/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2003/12/15 20:18:33 bad Exp $ +@comment $NetBSD: PLIST,v 1.3 2005/01/20 20:35:24 bad Exp $ bin/crl_to_db bin/db2dcliff bin/db_to_html_table @@ -42,10 +42,11 @@ bin/kitrace_to_db bin/ns_to_db bin/tabdelim_to_db bin/tcpdump_to_db +share/jdb share/jdb/COPYING -share/jdb/README share/jdb/DbGetopt.pm share/jdb/DbTDistr.pm +share/jdb/README share/jdb/dblib.pl share/jdb/release @dirrm share/jdb |