summaryrefslogtreecommitdiff
path: root/databases/opendbx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.2.2Rong-En Fan2007-03-054-8/+22
| | | | | | | | | | | - Add optional Sybase backend support - Update pkg-descr PR: ports/109850 Submitted by: Ralf van der Enden <tremere at cainites.net> (maintainer) Notes: svn path=/head/; revision=186576
* - Update to version 1.2.1 (bumps library version from .1 to .2)Cheng-Lung Sung2007-02-204-17/+49
| | | | | | | | | | | | | - Since this new version supports MSSQL through the freetds library add that to the Makefile - Fix installation of opendbx.pc file - Fix building SQLite 2 and SQLite 3 backends when both were selected - Make Gettext support optional (instead of disabled by default) PR: ports/109276 Submitted by: maintainer (Ralf van der Enden) Notes: svn path=/head/; revision=185545
* - Update to 1.0.3Cheng-Lung Sung2007-01-123-14/+12
| | | | | | | | | | | - Clean up pkg-plist - Some minor Makefile edits PR: ports/107718 Submitted by: maintainer (Ralf van der Enden) Notes: svn path=/head/; revision=182172
* OpenDBX is an extremely lightweight but extensible C library forIon-Mihai Tetcu2006-07-094-0/+118
accessing databases with a single API. It provides a clean and simple interface across all supported databases that leads to an elegant code design automatically. Currently MySQL, PostgreSQL and SQLite are supported and backends for more native database APIs can be written easily. If you want your application to support different databases with little effort, this is definitively the right thing for you! License: LGPL WWW: http://www.linuxnetworks.de/opendbx/ PR: ports/95005 Submitted by: tremere at cainites.net Notes: svn path=/head/; revision=167269