FreeBSD databases : libsdb4>
Simple database library
This is libsdb, the simple database library, which provides a way to support
multiple database management systems in an application with negligeable
overhead, in terms of code as well as system resources.
Supported databases:
- Lago
- Mysql
- Sqlite
- Mimer
- Postgresql
- Oracle
- Gdbm
http://siag.nu/libsdb/
|
libsdb history
v. 1.15
date: 2007/01/30 04:23:52; author: kris; state: Exp; lines: +0 -1
Retire NO_FILTER_SHLIBS now that it no longer serves a purpose
v. 1.14
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.13
date: 2005/11/14 21:18:05; author: mnag; state: Exp; lines: +5 -2
Update to 0.6.2
Add SHA256
PR: 89018
Submitted by: KATO Tsuguru
v. 1.12
date: 2005/09/12 23:51:09; author: jylefort; state: Exp; lines: +3 -7
Update to 0.6.1
PR: ports/86030
Submitted by: Marcus Alves Grando
v. 1.11
date: 2005/05/31 16:47:15; author: oliver; state: Exp; lines: +1 -1
change the libtool version to use from 1.3 to 1.5
v. 1.10
date: 2004/07/09 18:04:12; author: krion; state: Exp; lines: +1 -1
Update to version 0.5.5
PR: ports/68862
Submitted by: Ports Fury
v. 1.9
date: 2004/07/09 17:42:02; author: marcus; state: Exp; lines: +1 -1
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
v. 1.8
date: 2004/03/16 13:48:55; author: krion; state: Exp; lines: +7 -3
- Update to version 0.5.2
PR: ports/64331
Submitted by: Ports Fury
v. 1.7
date: 2003/02/20 17:00:15; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.6
date: 2002/11/10 16:45:23; author: lioux; state: Exp; lines: +0 -1
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.5
date: 2002/11/06 16:42:02; author: ijliao; state: Exp; lines: +3 -1
upgrade to 0.5.1
PR: 44962
Submitted by: Ports Fury
v. 1.4
date: 2002/07/16 16:44:40; author: mi; state: Exp; lines: +1 -1
Upgrade from 0.4.0 to 0.5.0
v. 1.3
date: 2002/06/13 15:31:49; author: tobez; state: Exp; lines: +4 -1
Update to 0.4.0.
PR: 39227
Submitted by: Oliver Braun
v. 1.2
date: 2002/02/10 10:37:37; author: ijliao; state: Exp; lines: +1 -1
upgrade to 0.2.2
v. 1.1
date: 2001/07/02 13:23:51; author: ijliao; state: Exp;
add libsdb
Simple database library
=============================================================================
|