The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD databases : db

Manipulate db(3)'s btree(3) and hash(3) databases - NetBSD port

 db allows manipulation of btree(3) and hash(3) (db(3)) databases. 

http://cvsweb.netbsd.org/bsdweb.cgi/src/usr.bin/db/



db history


v. 1.32
date: 2007/06/25 04:21:58;  author: edwin;  state: Exp;  lines: +2 -1
Go back to 1.14 which seems to work better that 1.15:

    $ db hash name.hash.db josk
    db: Error reading key `josk': Invalid argument
    $ db hash name.hash.db joska
    db: Error reading key `joska': Invalid argument
    $ db btree name.btree.db josk
    db: Unknown key `josk'
    $ db btree name.btree.db joska
    db: Unknown key `joska'

It seems to happen due to the new design of db_get() in db.c, which
I will try to decypher later on.

v. 1.31 date: 2007/06/21 01:22:07; author: edwin; state: Exp; lines: +16 -2 update to version 1.15
v. 1.30 date: 2004/02/06 13:10:59; author: trevor; state: Exp; lines: +1 -0 Use PLIST_FILES (bento-tested, marcus-reviewed).
v. 1.29 date: 2004/01/02 23:45:47; author: edwin; state: Exp; lines: +1 -0 Remove options for -X, which is not possible on FreeBSD system. Submitted by: edwin@mavetju.org
v. 1.28 date: 2004/01/02 21:53:41; author: edwin; state: Exp; lines: +11 -32 FreeBSD port of the NetBSD db(1) command. manipulate db(3)'s btree(3) and hash(3) databases Submitted by: edwin@mavetju.org
v. 1.27 date: 2002/08/22 19:34:29; author: ade; state: dead; lines: +1 -1 BerkeleyDB cleanup - stage 3 Version 2 of Berkeley DB has been repo-copied to databases/db2, for naming consistency with the other ports. Fix dependencies accordingly.
v. 1.26 date: 2002/08/22 01:12:18; author: ade; state: Exp; lines: +1 -1 Take over maintainership of this one, too. Previous maintainer bounces. josh@ican.net SMTP error from remote mailer after RCPT TO:: host smtp.primus.ca [216.254.136.21]: 550 Unknown local part josh in
v. 1.25 date: 2002/08/14 08:50:33; author: alane; state: Exp; lines: +1 -0 Bumped portv. for previous commit (sorry, it's late, I forgot), since it affects what is installed, although the pkg-plist doesn't change.
v. 1.24 date: 2002/08/14 08:48:43; author: alane; state: Exp; lines: +3 -2 Fix failure to build package due to apparent source tarball change. No idea how long it's been broken. Maintainer email address bounces. Committing w/o timeout because of package failure and upcoming 4.7 release. PR: 41656
v. 1.23 date: 2002/05/14 02:46:00; author: pat; state: Exp; lines: +2 -2 Download site directory structure changed PR: 37979 Submitted by: Alan Eldridge Approved by: maintainer mail bounce
v. 1.22 date: 2001/06/22 20:03:35; author: olgeni; state: Exp; lines: +1 -2 Remove MANUAL_PACKAGE_BUILD, the port packages just fine.
v. 1.21 date: 2000/06/16 21:50:32; author: asami; state: Exp; lines: +2 -2 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
v. 1.20 date: 2000/06/16 10:37:16; author: sobomax; state: Exp; lines: +3 -2 Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with ldconfig in PLIST need personal consideration.
v. 1.19 date: 2000/04/08 22:48:20; author: mharo; state: Exp; lines: +6 -6 update with the new PORTNAME/PORTVERSION variables
v. 1.18 date: 1999/11/23 02:43:47; author: billf; state: Exp; lines: +3 -3 Upgrade to 2.7.7 / fix distfile-Fennerage
v. 1.17 date: 1999/08/27 21:13:43; author: mharo; state: Exp; lines: +10 -10 echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
v. 1.16 date: 1999/08/25 05:21:07; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.15 date: 1999/07/10 14:05:27; author: markm; state: Exp; lines: +4 -4 Upgrade to latest version. OK'ed by: maintainer
v. 1.14 date: 1999/04/14 00:02:40; author: scrappy; state: Exp; lines: +1 -2 Move WWW_SITE to pkg/DESCR:WWW from Makefile
v. 1.13 date: 1999/04/08 19:05:42; author: billf; state: Exp; lines: +2 -2 Proper URLs that reference directories end in '/'
v. 1.12 date: 1999/03/29 02:40:20; author: ache; state: Exp; lines: +2 -1 oops, restore MANUAL_PACKAGE_BUILD
v. 1.11 date: 1999/03/29 00:08:28; author: ache; state: Exp; lines: +4 -0 install examples too
v. 1.10 date: 1999/03/28 17:33:50; author: ache; state: Exp; lines: +5 -25 upgrade to 2.7.3, old distfile is not available in anycase install in the way that not interfere with libc db
v. 1.9 date: 1999/03/11 20:33:49; author: scrappy; state: Exp; lines: +2 -1 Commit all Y2K/WWW_SITE changes to Makefiles...
v. 1.8 date: 1999/01/13 02:47:29; author: scrappy; state: Exp; lines: +3 -1 More Y2K Statement Links...
v. 1.7 date: 1998/01/26 18:43:20; author: jfitz; state: Exp; lines: +14 -5 Upgrade to v2.3.16 Submitted-by: Josh Tiefenbach
v. 1.6 date: 1997/11/22 00:51:36; author: asami; state: Exp; lines: +2 -3 Oops, what was I thinking. Put MANUAL_PACKAGE_BUILD to the right place.
v. 1.5 date: 1997/11/22 00:47:18; author: asami; state: Exp; lines: +3 -1 Define MANUAL_PACKAGE_BUILD -- it is incompatible with the one in the system.
v. 1.4 date: 1997/11/11 16:58:47; author: jfitz; state: Exp; lines: +4 -4 Upgradet to v2.3.12 Submitted by: "Josh Tiefenbach"
v. 1.3 date: 1997/10/03 14:13:23; author: jfitz; state: Exp; lines: +22 -6 Upgrade to v2.3.11 Submitted by: Josh Tiefenbach
v. 1.2 date: 1997/09/05 20:22:04; author: jfitz; state: Exp; lines: +4 -4 Upgrade to v2.2.6 Submitted by: Josh Tiefenbach
v. 1.1 date: 1997/06/13 17:54:36; author: jfitz; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1997/06/13 17:54:36; author: jfitz; state: Exp; lines: +0 -0 Import of Berkely DB 2.0 Submitted by: Josh Tiefenbach =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm