Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@NetBSD.org>
From: Min Sik Kim <minskim@netbsd.org>
List: pkgsrc-changes
Date: 04/11/2004 16:55:02
Module Name: pkgsrc
Committed By: minskim
Date: Sun Apr 11 16:55:02 UTC 2004
Modified Files:
pkgsrc/databases/tcl-gdbm: Makefile distinfo
pkgsrc/databases/tcl-gdbm/patches: patch-aa patch-ab
pkgsrc/doc: CHANGES
Log Message:
Update tcl-gdbm to 0.10. Patch to make this package work with tcl-8.4
was provided by Bernhard 'burnhard' Riedl on hanirc's #netbsd.
Changes since 0.8:
- converted fully to Tcl_Obj's
- able to handle keys and data with embedded NUL's
- deal with Tcl's internal UTF string encoding
- put in own namespace tclgdbm::gdbm
- remerge of changes from tcl+gdbm-0.4
- remerge of changes from tcl+gdbm-0.4 (insert/store
accept multiple args for data)
- updated man pages
- add test driver tclshgdbm
- add gdbm.test which uses standard tcltest package
- repackage Dave's changes into rpm
To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 pkgsrc/databases/tcl-gdbm/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/databases/tcl-gdbm/distinfo
cvs rdiff -r1.4 -r1.5 pkgsrc/databases/tcl-gdbm/patches/patch-aa \
pkgsrc/databases/tcl-gdbm/patches/patch-ab
cvs rdiff -r1.5537 -r1.5538 pkgsrc/doc/CHANGES
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.