The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD databases : libiodbc

An ODBC 3.x driver manager, for universal data source access

 iODBC (intrinsic Open Database Connectivity) is an ODBC driver manager that
is compatible with the ODBC 2.x and 3.x specifications.  It performs the
standard tasks of a driver manager, i.e. driver loading, parameter and
function sequence checking, driver function invocation, etc.

Applications linked with the iODBC driver manager will be able - through ODBC
function calls - to access simultaneously different types of data sources
within one process through suitable ODBC drivers. 
		
iODBC is freely redistributable under either the GNU Library General Public
Licence (LGPL) or the BSD licence.

Authors: 
 

http://www.iodbc.org/



libiodbc history


v. 1.29
date: 2007/10/23 23:07:09;  author: miwi;  state: Exp;  lines: +4 -5
- Update to 3.52.6

PR:		117333
Submitted by:	KATO Tsuguru 

v. 1.28 date: 2007/01/17 17:18:11; author: itetcu; state: Exp; lines: +1 -2 - Update to version 3.52.5 PR: ports/107994 Submitted by: KATO Tsuguru
v. 1.27 date: 2006/12/11 18:23:27; author: fjoe; state: Exp; lines: +1 -1 Bump PORTREVISION.
v. 1.26 date: 2006/12/11 18:18:17; author: fjoe; state: Exp; lines: +1 -1 Sync with unixODBC port: build without GUI by default.
v. 1.25 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.24 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.23 date: 2006/03/07 08:26:01; author: ade; state: Exp; lines: +1 -0 Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path. Discussed with: kris Approved by: portmgr (implicit)
v. 1.22 date: 2006/01/31 21:28:38; author: barner; state: Exp; lines: +2 -2 - Update to version 3.52.4 [1] - Use less greedy CONFLICTS Submitted by: Ports fury PR: ports/92612
v. 1.21 date: 2005/11/14 21:39:04; author: mnag; state: Exp; lines: +8 -6 Update to 3.52.3 Add SHA256 PR: 89013 Submitted by: KATO Tsuguru
v. 1.20 date: 2005/09/15 23:09:22; author: pav; state: Exp; lines: +1 -1 - Add WITHOUT_X11 as a synonym to WITHOUT_GUI PR: ports/86183 Requested by: Vivek Khera
v. 1.19 date: 2005/02/25 13:25:27; author: krion; state: Exp; lines: +1 -2 Update to version 3.52.2 PR: ports/77963 Submitted by: Ports Fury
v. 1.18 date: 2004/11/16 10:13:38; author: krion; state: Exp; lines: +2 -1 Fix package build. Submitted by: Ports Fury
v. 1.17 date: 2004/11/14 09:25:35; author: krion; state: Exp; lines: +28 -11 Update to version 3.52.1 PR: ports/73901 Submitted by: Ports Fury
v. 1.16 date: 2004/07/13 15:20:55; author: vs; state: Exp; lines: +3 -1 Add SourceForge to MASTER_SITES.
v. 1.15 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.14 date: 2004/06/26 22:12:11; author: pav; state: Exp; lines: +1 -2 - Update to 3.51.2 PR: ports/68309 Submitted by: Idar Tollefsen
v. 1.13 date: 2004/06/26 21:54:58; author: pav; state: Exp; lines: +1 -1 - Reset bouncing maintainer address: This is a collection of reports about email delivery process concerning a message you originated: error: nosuchuser: ebakke@trolltech.com
v. 1.12 date: 2004/04/10 14:02:52; author: pav; state: Exp; lines: +1 -1 - Fix detect of wchar_t on FreeBSD. Using _BSD_CT_RUNE_T_ is not sufficient for some version of FreeBSD, rather test on __FreeBSD__. This problem prevent other programs to include iodbc's header files on -STABLE systems. PR: ports/64743 Submitted by: eik Approved by: maintainer timeout (2 weeks)
v. 1.11 date: 2004/03/22 19:11:39; author: linimon; state: Exp; lines: +4 -5 Update to 3.51.1: catch up with the newest development branch, but not yet the newest release from that branch. From the PR: "I am aware that this patch does not update to the very latest version of the libiodbc library, but I will submit another update when I am back online after my move (along with a maintainer-email update)." Changes over time include: added new SQLDrivers implementation; added ODBC Tracing facility; code restructuring; fixes for installations in many more environments; bugfixes. See ChangeLog for complete details. PR: ports/62877 Submitted by: Erik H. Bakke (maintainer)
v. 1.10 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.9 date: 2004/02/08 13:29:31; author: krion; state: Exp; lines: +2 -0 - Add CONFLICTS between libiodbc and unixODBC PR: ports/62528 Submitted by: Ports Fury
v. 1.8 date: 2004/02/04 05:19:03; author: marcus; state: Exp; lines: +1 -1 Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 2)
v. 1.7 date: 2003/04/18 21:19:01; author: marcus; state: Exp; lines: +0 -1 Remove USE_GNOMENG.
v. 1.6 date: 2003/02/21 11:14:59; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.5 date: 2002/10/10 07:20:24; author: ijliao; state: Exp; lines: +12 -3 - Enable --with-pthreads option. - Add WITH_GUI support(not default). PR: 36129 Submitted by: Hidekazu Kuroki Approved by: maintainer timeout
v. 1.4 date: 2002/08/30 13:16:55; author: lioux; state: Exp; lines: +2 -1 Deploy USE_GNOMENG infrastructure PR: 42192 Submitted by: Edwin Groothuis
v. 1.3 date: 2001/12/02 09:46:11; author: ijliao; state: Exp; lines: +2 -2 update maintainer email PR: 32402 Submitted by: maintainer
v. 1.2 date: 2001/10/03 12:54:13; author: wjv; state: Exp; lines: +22 -3 - Update to version 3.0.5 - Add dependency on GTK (new in this version) via USE_GTK knob - Install sample configuration files - Install odbctest binary - Tweak installation directory of configuration files, and name of odbctest binary so as not to conflict with the port databases/unixODBC - Install some basic documentation in $DOCSDIR - Expand and clarify pkg-descr; reword pkg-comment to be more correct Approved by: No response in ~25h from maintainer. (Apologies for the short wait; I have a port waiting in the wings which depends on this one.)
v. 1.1 date: 2000/05/29 08:23:01; author: will; state: Exp; Add libiodbc, a library which allows access to ODBC databases. PR: 17587 Submitted by: Erik H. Bakke =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm