FreeBSD databases : libdbi4>
Database Independent Abstraction Layer for C
libdbi implements a database-independent abstraction layer in C, similar
to the DBI/DBD layer in Perl. Writing one generic set of code, programmers
can leverage the power of multiple databases and multiple simultaneous
database connections by using this framework.
http://libdbi.sourceforge.net/
|
libdbi history
v. 1.19
date: 2007/04/23 08:05:17; author: clsung; state: Exp; lines: +3 -4
- Update to 0.8.2
- I'll maintain it.
v. 1.18
date: 2007/02/01 02:41:22; author: kris; state: Exp; lines: +1 -0
Use libtool port instead of included version to avoid objformat a.out botch
v. 1.17
date: 2006/12/13 16:14:13; author: linimon; state: Exp; lines: +1 -1
Reset seanc@FreeBSD.or due to maintainer-timeouts and no response to email.
Hat: portmgr
v. 1.16
date: 2006/05/04 21:39:58; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from all categories starting with D
v. 1.15
date: 2006/02/23 10:35:05; author: ade; state: Exp; lines: +2 -1
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.14
date: 2005/11/15 06:48:19; 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.13
date: 2005/10/16 19:08:25; author: mnag; state: Exp; lines: +5 -3
Update to 0.8.1
PR: 86821
Approved by: seanc (maintainer timeout, 14 days)
v. 1.12
date: 2005/09/16 19:46:01; author: mnag; state: Exp; lines: +12 -12
Update to 0.8.0
PR: ports/85662
Submitted by: Marcus Grando
Approved by: pav (mentor), seanc (maintainer timeout, 18 days)
v. 1.11
date: 2004/07/09 17:42:01; 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.10
date: 2004/06/25 19:50:39; author: seanc; state: Exp; lines: +1 -1
Update libdbi to 0.7.2.
PR: 61699
Submitted by: Phil Oleson
v. 1.9
date: 2004/03/14 06:16:08; 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.8
date: 2003/11/18 04:04:12; author: seanc; state: Exp; lines: +2 -21
Update to 0.7.1.
PR: ports/58706
Submitted by: ijliao
v. 1.7
date: 2003/03/07 05:58:25; author: ade; state: Exp; lines: +1 -0
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.6
date: 2003/01/18 22:38:32; author: seanc; state: Exp; lines: +4 -2
Add dependency on libpq.3 and POSTGRESQL_PORT tunable. Grab
maintainership of ports while I'm here.
v. 1.5
date: 2003/01/02 18:36:44; author: ijliao; state: Exp; lines: +1 -1
upgrade to 0.6.7
PR: 45924
Submitted by: Ports Fury
v. 1.4
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.3
date: 2002/11/06 16:38:19; author: ijliao; state: Exp; lines: +2 -1
upgrade to 0.6.6
PR: 44961
Submitted by: Ports Fury
v. 1.2
date: 2002/10/14 16:22:53; author: naddy; state: Exp; lines: +24 -14
Update to version 0.6.5.
PR: 43782
Submitted by: Ports Fury
v. 1.1
date: 2001/11/04 06:20:38; author: ijliao; state: Exp;
add libdbi
Database Independent Abstraction Layer for C
=============================================================================
|