The FreeBSD Ports Archive
FreeBSD databases : dbh4>
Disk Based Hashtables
A DBH is a convenient way to associate keys composed by characters to data
records. Any kind of digital information can go into the data record, such
as text, graphic information, database structures, you name it. The idea
behind using a DBH is to get rid of what is known as an index file in the
database world. In the DBH world, the index is built into the file format.
http://dbh.sourceforge.net/
|
dbh history
v. 1.20
date: 2006/11/05 05:54:17; author: alepulver; state: Exp; lines: +2 -0
- Add CONFLICTS with databases/dbh10.
v. 1.19
date: 2006/10/31 05:37:31; author: ijliao; state: Exp; lines: +3 -4
* upgrade dbh to 4.5.0
* keep old dbh 1.0 as dbh10
* reassign XFCE dependent to dbh10
Approved by: oliver (maintainer of XFCE4)
v. 1.18
date: 2006/08/14 22:55:03; author: clsung; state: Exp; lines: +1 -1
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include comms/ converters/ databases/ devel/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin
v. 1.17
date: 2006/02/23 10:35:01; author: ade; state: Exp; lines: +2 -1
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.16
date: 2005/11/15 06:48:17; author: ade; state: Exp; lines: +1 -1
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.15
date: 2005/03/15 17:02:57; author: ahze; state: Exp; lines: +1 -1
- Update to 1.0.24
PR: ports/78873
Submitted by: Ports Fury
v. 1.14
date: 2004/11/14 09:27:25; author: krion; state: Exp; lines: +2 -4
Update to version 1.0.20
PR: ports/73900
Submitted by: Ports Fury
v. 1.13
date: 2004/04/06 07:50:31; author: ijliao; state: Exp; lines: +3 -3
upgrade to 1.0.18
v. 1.12
date: 2004/03/14 06:16:07; author: ade; state: Exp; lines: +1 -1
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
v. 1.11
date: 2003/10/28 21:34:30; author: krion; state: Exp; lines: +1 -1
- Update to version 1.0.17
PR: 58622
Submitted by: Ports Fury
v. 1.10
date: 2003/08/27 07:00:51; author: demon; state: Exp; lines: +1 -3
Update to version 1.0.15.
v. 1.9
date: 2003/07/30 18:48:40; author: krion; state: Exp; lines: +3 -10
* Do not install useless .la file
* Utilize USE_GNOME
PR: 55053
Submitted by: Ports Fury
Approved by: fjoe (mentor) (implicit)
v. 1.8
date: 2003/03/28 09:46:52; author: kevlo; state: Exp; lines: +10 -2
Update to 1.0.14
PR: 50208
Submitted by: Marcus vA
v. 1.7
date: 2003/02/20 17:00:10; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.6
date: 2003/02/16 00:33:47; author: arved; state: Exp; lines: +1 -2
Fix Fetch.
PR: 47998
Submitted by: Sergey A. Osokin
v. 1.5
date: 2002/11/10 16:45:22; author: lioux; state: Exp; lines: +0 -2
o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
v. 1.4
date: 2002/11/08 22:01:31; author: naddy; state: Exp; lines: +2 -0
Do not install useless .la file.
PR: 44484
Submitted by: Ports Fury
v. 1.3
date: 2002/11/06 22:44:14; author: adamw; state: Exp; lines: +2 -0
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.2
date: 2002/08/15 05:24:55; author: ijliao; state: Exp; lines: +1 -1
upgrade to 1.0.11
v. 1.1
date: 2002/08/09 16:22:37; author: ijliao; state: Exp;
add dbh 1.0
Disk Based Hashtables
=============================================================================
|
| |

|