8ebe FreshPorts -- databases/opendbx
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
opendbx 1.4.5_2 databases on this many watch lists=1 search for ports that depend on this port
A C library for accessing databases with a single API
Maintained by: tremere@cainites.net search for ports maintained by this maintainer
Port Added: 09 Jul 2006 14:26:58
License: not specified in port


OpenDBX is an extremely lightweight but extensible C library for 
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, SQLite
(v2 & 3), MSSQL and Sybase 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/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/gmake
  2. devel/libtool
Required Libraries:
  1. devel/gettext
  2. databases/mysql55-client
There are no ports dependent upon this port

To install the port: cd /usr/ports/databases/opendbx/ && make install clean
To add the package: pkg_add -r opendbx


Configuration Options
===> The following configuration options are available for opendbx-1.4.5_2:
     NLS=on: Native Language Support
====> Options available for the multi DRIVER: you have to choose at least one of them
     MYSQL=on: MySQL database support
     PGSQL=off: PostgreSQL database support
     SQLITE2=off: SQLite 2 database
     MSSQL=off: Microsoft SQL Server support
     SYBASE=off: Sybase database
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://www.linuxnetworks.de/opendbx/download/

Number of commits found: 22

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
24 Apr 2013 18:10:32
Original commit files touched by this commit  1.4.5_2
ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 3)

Approved by:	portmgr (bapt)
21 Mar 2013 17:43:46
Refresh Original commit files touched by this commit
  Sanity Test Failure
bapt search for other commits by this committer
Convert to new options framework left unconverted ports in databases category
23 Sep 2011 22:26:39
Original commit files touched by this commit  1.4.5_2
amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
20 Mar 2011 12:54:45
Original commit files touched by this commit  1.4.5_2
miwi search for other commits by this committer
- Get Rid MD5 support
19 Mar 2011 13:15:34
Original commit files touched by this commit  1.4.5_2
ale search for other commits by this committer
Bump PORTREVISION for ports linking to default libmysqlclient.
29 Dec 2010 20:04:42
Original commit files touched by this commit  1.4.5_1
pgollucci search for other commits by this committer
- DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.

PR:             ports/153292
Submitted by:   myself (pgollucci)
Tested by:      -exp run by pav
Approved by:    portmgr (pav)
04 Dec 2010 07:34:27
Original commit files touched by this commit  1.4.5_1
ade search for other commits by this committer
Sync to new bsd.autotools.mk
31 May 2010 02:01:56
Original commit files touched by this commit  1.4.5_1
ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
07 May 2010 22:58:26
Original commit files touched by this commit  1.4.5
sylvio search for other commits by this committer
- Update to 1.4.5

PR:             ports/146292
Submitted by:   Ralf van der Enden <tremere@cainites.net> (maintainer)
05 Nov 2009 20:50:14
Original commit files touched by this commit  1.4.4
miwi search for other commits by this committer
- Update to 1.4.4

PR:             140310
Submitted by:   Ralf van der Enden <tremere@cainites.net> (maintainer)
11 Aug 2009 12:17:27
Original commit files touched by this commit  1.4.2
araujo search for other commits by this committer
- Update to 1.4.2.

PR:             ports/137578
Submitted by:   Sylvio Cesar <scjamorim@bsd.com.br>
Approved by:    Ralf van der Enden <tremere@cainites.net> (maintainer)
02 Aug 2009 19:36:34
Original commit files touched by this commit  1.2.6_1
mezz search for other commits by this committer
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
21 Aug 2008 06:18:49
Original commit files touched by this commit  1.2.6_1
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
06 Jun 2008 13:17:10
Original commit files touched by this commit  1.2.6_1
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
02 May 2008 19:17:12
Original commit files touched by this commit  1.2.6
miwi search for other commits by this committer
- Update to 1.2.6

PR:             123232
Submitted by:   Ralf van der Enden <tremere@cainites.net> (maintainer)
29 Apr 2008 13:05:36
Original commit files touched by this commit  1.2.5
miwi search for other commits by this committer
- Update to 1.2.5

PR:             122946
Submitted by:   Ralf van der Enden <tremere@cainites.net> (maintainer)
12 Feb 2008 23:13:34
Original commit files touched by this commit  1.2.4
miwi search for other commits by this committer
- Update to 1.2.4

PR:             120346
Submitted by:   Ralf van der Enden <tremere@cainites.net> (maintainer)
23 Apr 2007 08:07:31
Original commit files touched by this commit  1.2.2
miwi search for other commits by this committer
- Remove 4.X gruft

PR:             111938
Submitted by:   Marcelo Araujo <araujo@bsdmail.org>
Approved by:    maintainer
05 Mar 2007 12:17:15
Original commit files touched by this commit  1.2.2
rafan search for other commits by this committer
- Update to 1.2.2
- Add optional Sybase backend support
- Update pkg-descr

PR:             ports/109850
Submitted by:   Ralf van der Enden <tremere at cainites.net> (maintainer)
20 Feb 2007 04:01:26
Original commit files touched by this commit  1.2.1
clsung search for other commits by this committer
- Update to version 1.2.1 (bumps library version from .1 to .2)
- 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)
12 Jan 2007 10:02:18
Original commit files touched by this commit  1.0.3
clsung search for other commits by this committer
- Update to 1.0.3
- Clean up pkg-plist
- Some minor Makefile edits

PR:             ports/107718
Submitted by:   maintainer (Ralf van der Enden)
09 Jul 2006 14:26:40
Original commit files touched by this commit  1.0.0
itetcu search for other commits by this committer
OpenDBX is an extremely lightweight but extensible C library for
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

Number of commits found: 22

2865
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsMay 23
otrsMay 23
otrsMay 23
otrsMay 23
chromiumMay 22
chromiumMay 22
firefox*May 21
firefox-devel*May 21
firefox-esr*May 21
firefox10*May 21
firefox15*May 21
firefox3*May 21
firefox3-devel*May 21
firefox35*May 21
firefox36*May 21

8 vulnerabilities affecting 24 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24533
Broken 215
Deprecated 474
Ignore 630
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 25
Expired 132
Set to expire 511
Interactive 33
new 24 hours 3
new 48 hours8
new 7 days29
new fortnight63
new month214

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0