diff options
author | minskim <minskim@pkgsrc.org> | 2004-04-11 16:55:02 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-04-11 16:55:02 +0000 |
commit | a7f27abfebaf8ec3869c32443bb07f5e97eca5ff (patch) | |
tree | 45438858912663c21f47e7d051a059015a0ac102 /databases/tcl-gdbm/Makefile | |
parent | 51772eb1617a076697634ef8855835bd24b8c5a1 (diff) | |
download | pkgsrc-a7f27abfebaf8ec3869c32443bb07f5e97eca5ff.tar.gz |
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
Diffstat (limited to 'databases/tcl-gdbm/Makefile')
-rw-r--r-- | databases/tcl-gdbm/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/databases/tcl-gdbm/Makefile b/databases/tcl-gdbm/Makefile index 82d4c67434f..828f6a9d1c4 100644 --- a/databases/tcl-gdbm/Makefile +++ b/databases/tcl-gdbm/Makefile @@ -1,16 +1,15 @@ -# $NetBSD: Makefile,v 1.13 2004/03/08 19:52:50 minskim Exp $ +# $NetBSD: Makefile,v 1.14 2004/04/11 16:55:02 minskim Exp $ # -DISTNAME= tclgdbm-0.8 -PKGNAME= tcl-gdbm-0.8 -PKGREVISION= 1 +DISTNAME= tclgdbm-0.10 +PKGNAME= tcl-gdbm-0.10 CATEGORIES= databases tcl MASTER_SITES= http://www.graphviz.org/pub/tclgdbm/ MAINTAINER= bouyer@NetBSD.org COMMENT= Tcl interface to gdbm - GNU database manager -DEPENDS+= tcl>=8.3.2:../../lang/tcl83 +DEPENDS+= tcl>=8.4:../../lang/tcl DEPENDS+= gdbm>=1.8.3:../../databases/gdbm GNU_CONFIGURE= # defined |