notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
libzdb Thread-safe connection pool library
3.2.3 databases on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 3.2.3Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2006-06-03 03:04:53
Last Update: 2023-10-05 01:55:34
Commit Hash: 67df19c
License: GPLv3
WWW:
https://www.tildeslash.com/libzdb/
Description:
Libzdb is a small, easy to use Open Source Database Connection Pool Library with the following features: - Thread safe Database Connection Pool - Connect to multiple database systems - Zero runtime configuration, connect using a URL scheme - Supports MySQL, PostgreSQL, SQLite and Oracle
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (21 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/libzdb-3.2.3/catalog.mk
  3. /usr/local/share/licenses/libzdb-3.2.3/LICENSE
  4. /usr/local/share/licenses/libzdb-3.2.3/GPLv3
  5. include/zdb/Connection.h
  6. include/zdb/ConnectionPool.h
  7. include/zdb/Exception.h
  8. include/zdb/PreparedStatement.h
  9. include/zdb/ResultSet.h
  10. include/zdb/SQLException.h
  11. include/zdb/URL.h
  12. include/zdb/zdb.h
  13. include/zdb/zdbpp.h
  14. lib/libzdb.a
  15. lib/libzdb.so
  16. lib/libzdb.so.13
  17. lib/libzdb.so.13.1.0
  18. libdata/pkgconfig/zdb.pc
  19. @owner
  20. @group
  21. @mode
Collapse this list.
Dependency lines:
  • libzdb>0:databases/libzdb
To install the port:
cd /usr/ports/databases/libzdb/ && make install clean
To add the package, run one of these commands:
  • pkg install databases/libzdb
  • pkg install libzdb
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: libzdb
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1669057529 SHA256 (libzdb-3.2.3.tar.gz) = a1957826fab7725484fc5b74780a6a7d0d8b7f5e2e54d26e106b399e0a86beb0 SIZE (libzdb-3.2.3.tar.gz) = 771263

Packages (timestamps in pop-ups are UTC):
libzdb
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest3.2.33.2.3----3.2.2-
FreeBSD:13:quarterly3.2.33.2.3----3.2.33.2.3
FreeBSD:14:latest3.2.33.2.3-----3.2.3
FreeBSD:14:quarterly3.2.33.2.3----3.2.33.2.3
FreeBSD:15:latest3.2.33.2.3n/a-n/a-3.2.33.2.3
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.3 : devel/gmake
Library dependencies:
  1. libmysqlclient.so.21 : databases/mysql80-client
  2. libpq.so.5 : databases/postgresql15-client
  3. libsqlite3.so : databases/sqlite3
This port is required by:
for Libraries
  1. mail/dbmail
  2. net-mgmt/seafile-server

Deleted ports which required this port:

Expand this list of 4 deleted ports
  1. mail/dbmail23*
  2. net-mgmt/ccnet*
  3. net-mgmt/ccnet-server*
  4. net-mgmt/seafile*
  5. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
===> The following configuration options are available for libzdb-3.2.3: SSL=on: SSL protocol support ====> Options available for the multi DB: you have to choose at least one of them MYSQL=on: MySQL database support PGSQL=on: PostgreSQL database support SQLITE=on: SQLite database support ===> Use 'make config' to modify these settings
Options name:
databases_libzdb
USES:
compiler:c11 gmake libtool localbase pathfix mysql pgsql sqlite ssl
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://www.tildeslash.com/libzdb/dist/
Collapse this list.

Number of commits found: 69

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.2.3
05 Oct 2023 01:55:34
commit hash: 67df19c42779340d3278f2a50de727ae565e269ecommit hash: 67df19c42779340d3278f2a50de727ae565e269ecommit hash: 67df19c42779340d3278f2a50de727ae565e269ecommit hash: 67df19c42779340d3278f2a50de727ae565e269e files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/libzdb: Use tab instead of space
3.2.3
30 Dec 2022 09:04:05
commit hash: db4e0fdff0cf67b55affaf048f79ee6f00af3985commit hash: db4e0fdff0cf67b55affaf048f79ee6f00af3985commit hash: db4e0fdff0cf67b55affaf048f79ee6f00af3985commit hash: db4e0fdff0cf67b55affaf048f79ee6f00af3985 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/libzdb: Update to 3.2.3

Changes:	https://www.tildeslash.com/libzdb/#release_notes
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
3.2.2
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.2.2
07 Sep 2022 10:26:41
commit hash: b86221feeafaacbff38b27dd5999866460e3a67bcommit hash: b86221feeafaacbff38b27dd5999866460e3a67bcommit hash: b86221feeafaacbff38b27dd5999866460e3a67bcommit hash: b86221feeafaacbff38b27dd5999866460e3a67b files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
cleanup: remove trailing whitepaces
3.2.2
20 Jul 2022 14:21:07
commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
databases: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Choe, Cheng-Dae" whitekid
  *  "Mahdi Mokhtari <mokhi64@gmail.com>"
  *  "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
  *  <hvo.pm@xs4all.nl>
  *  <jsmith@resonatingmedia.com>
  *  <ports@c0decafe.net>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alan Snelson <Alan@Wave2.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.2.2
16 Jun 2021 09:00:06
commit hash: 6095787e26235f1602e8187dfc7a2debdee9c445commit hash: 6095787e26235f1602e8187dfc7a2debdee9c445commit hash: 6095787e26235f1602e8187dfc7a2debdee9c445commit hash: 6095787e26235f1602e8187dfc7a2debdee9c445 files touched by this commit
Piotr Kubaj (pkubaj) search for other commits by this committer
databases/libzdb: also fails on powerpc
3.2.2
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
3.2.2
02 Apr 2020 12:00:49
Revision:530282Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 3.2.2

Changes:	https://www.tildeslash.com/libzdb/#release_notes
3.2.1
31 Mar 2020 15:01:10
Revision:529978Original commit files touched by this commit
sunpoet search for other commits by this committer
Add comment to avoid future breakage

PR:		237200
3.2.1
31 Mar 2020 13:58:01
Revision:529975Original commit files touched by this commit
pkubaj search for other commits by this committer
databases/libzdb: fix build on GCC architectures

r529335 partially reverted r499489, which caused another breakage on GCC
architectures by passing -L/usr/lib while using GCC from ports and making it
link to base libstdc++:
/usr/local/bin/ld: zdbpp.cpp:(.text.startup+0x1f0): undefined reference to
`std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>
>::_M_append(char const*, unsigned long)'

Apply changes to Makefile from r499489 to fix it.

PR:		237200
3.2.1
29 Mar 2020 08:06:55
Revision:529777Original commit files touched by this commit
sunpoet search for other commits by this committer
Remove unnecessary patch (followup of r529335)
3.2.1
28 Mar 2020 12:45:03
Revision:529335Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 3.2.1

Changes:	https://www.tildeslash.com/libzdb/#release_notes
3.2_1
26 Jul 2019 20:46:57
Revision:507372Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
3.2
09 Jul 2019 09:10:56
Revision:506270Original commit files touched by this commit
antoine search for other commits by this committer
Mark BROKEN on i386

../zdb/zdbpp.h:330:14: error: class member cannot be redeclared
        void bind(int parameterIndex, time_t x) {
             ^
../zdb/zdbpp.h:318:14: note: previous definition is here
        void bind(int parameterIndex, int x) {
             ^

Reported by:	pkg-fallout
MFH:		2019Q3
3.2
20 Apr 2019 23:08:34
Revision:499489Original commit files touched by this commit
sunpoet search for other commits by this committer
Fix build on powerpc

PR:		237200
Submitted by:	pkubaj
3.2
07 Apr 2019 20:05:35
Revision:498309Original commit files touched by this commit
sunpoet search for other commits by this committer
Add LICENSE_FILE
3.2
06 Apr 2019 14:42:44
Revision:498101Original commit files touched by this commit
sunpoet search for other commits by this committer
Update databases/libzdb to 3.2

- Update MASTER_SITES
- Update pkg-descr
- Update WWW
- Bump PORTREVISION of dependent ports for shlib change
- Take maintainership

Changes:	https://www.tildeslash.com/libzdb/#release_notes
3.1_2
12 Dec 2018 01:35:36
Revision:487272Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
3.1_1
08 Aug 2016 17:40:33
Revision:419869Original commit files touched by this commit
pi search for other commits by this committer
databases/libzdb: Change USE_MYSQL -> USES=mysql and USE_OPENSSL -> USES=ssl
3.1_1
09 Jun 2016 13:18:26
Revision:416599Original commit files touched by this commit
arved search for other commits by this committer
Regroup options to ensure that at least one database is selected
3.1_1
19 May 2016 10:21:25
Revision:415498Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix trailing whitespace in pkg-descrs, categories [a-f]*

Approved by:	portmgr blanket
3.1_1
29 Feb 2016 00:30:41
Revision:409792Original commit files touched by this commit
rakuco search for other commits by this committer
Fix the port's configure script to properly detect SQLite3.

This has been broken since r397227 ("Upgrade to 3.1"): the port's build system
passes -ldl when trying to detect SQLite3. Since this will always fail on
FreeBSD, SQLite3 support will always be disabled as well.

PR:		203424
MFH:		2016Q1
3.1
18 Sep 2015 06:27:42
Revision:397227Original commit files touched by this commit
vanilla search for other commits by this committer
Upgrade to 3.1.
3.0_1
22 Nov 2014 20:40:09
Revision:373100Original commit files touched by this commit Sanity Test Failure
crees search for other commits by this committer
Finally retire USE_PGSQL
3.0_1
20 Oct 2014 10:41:13
Revision:371255Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
3.0_1
05 Jul 2014 12:19:33
Revision:360738Original commit files touched by this commit
tijl search for other commits by this committer
Bump more ports that depend on libsqlite3.so:
- ports that set USE_SQLITE with the *_USE option helper
- ports that depend on libsqlite3 indirectly as reported by pkg rquery

Approved by:	portmgr (implicit)
3.0
19 May 2014 07:47:39
Revision:354505Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 3.0
- Stage support
- Options helper

PR:		187760
Submitted by:	Ports Fury
2.11.3_2
23 Apr 2014 13:25:17
Revision:351936Original commit files touched by this commit
tijl search for other commits by this committer
When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la.  So everything that subsequently links with libA will also
link to these extra libraries.  This causes too much overlinking.

This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging.  However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.

So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.11.3_1
21 Apr 2014 23:49:18
Revision:351735Original commit files touched by this commit
bapt search for other commits by this committer
Support stage
2.11.3
13 Mar 2014 23:09:53
Revision:348140Original commit files touched by this commit
cs search for other commits by this committer
Back to pool
2.11.3
15 Jan 2014 23:38:23
Revision:339863Original commit files touched by this commit
bapt search for other commits by this committer
Reduce bsd.port.mk inclusions by using options helpers
replace USE_GMAKE -> USES=gmake
2.11.3
20 Sep 2013 16:13:49
Revision:327717Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases)
2.11.3
14 Aug 2013 22:35:54
Revision:324744Original commit files touched by this commit Sanity Test Failure
ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
2.11.3
19 Jul 2013 20:57:59
Revision:323328Original commit files touched by this commit
cs search for other commits by this committer
Update to 2.11.3
2.11.1
26 Mar 2013 21:22:45
Revision:315332Original commit files touched by this commit
cs search for other commits by this committer
- Update to 2.11.1
- Bump PORTREVISION

PR:		ports/175821
Submitted by:	Douglas Carmichael <dcarmich@dcarmichael.net>
Approved by:	maintainer
2.10.5
19 Mar 2013 13:04:31
Revision:314640Original commit files touched by this commit
eadler search for other commits by this committer
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.

If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.

PR:		ports/177081
Reviewed by:	bapt
Approved by:	portmgr (miwi)
2.10.5
17 Jul 2012 20:00:36
Original commit files touched by this commit
cs search for other commits by this committer
- Update to 2.10.5
- Bump PORTREVISION
2.10.3
05 Jun 2012 21:32:54
Original commit files touched by this commit
cs search for other commits by this committer
- Update to 2.10.3
- Convert to OptionsNG
2.10
10 Jan 2012 14:28:08
Original commit files touched by this commit
cs search for other commits by this committer
Update to 2.10

Approved by:    glarkin@ (mentor)
2.9
11 Oct 2011 19:56:49
Original commit files touched by this commit
cs search for other commits by this committer
Update to 2.9

Approved by:    glarkin@ (mentor)
2.8.1
23 Sep 2011 22:26:39
Original commit files touched by this commit
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
2.8.1
15 Sep 2011 12:33:27
Original commit files touched by this commit
cs search for other commits by this committer
Change maintainer address to my FreeBSD address

Approved by:    wen@ (mentor)
2.8.1
21 Mar 2011 20:42:44
Original commit files touched by this commit
glarkin search for other commits by this committer
- Updated to 2.8.1
  Changes: Fixes a transaction related memory leak in the Oracle driver
- Fixed configure option name in Makefile for PostgreSQL support

PR:             ports/155021
Submitted by:   C-S <c-s@c-s.li>
2.8_1
19 Mar 2011 13:15:34
Original commit files touched by this commit
ale search for other commits by this committer
Bump PORTREVISION for ports linking to default libmysqlclient.
2.8
18 Feb 2011 01:31:41
Original commit files touched by this commit
glarkin search for other commits by this committer
- Updated to 2.8
  Changes: http://www.tildeslash.com/libzdb/dist/CHANGES.txt

PR:             ports/154797
Submitted by:   C-S <c-s@c-s.li> (maintainer)
2.7
04 Dec 2010 07:34:27
Original commit files touched by this commit
ade search for other commits by this committer
Sync to new bsd.autotools.mk
2.7
03 Nov 2010 07:24:26
Original commit files touched by this commit
wen search for other commits by this committer
- Update to 2.7
- Pass maintainership to submitter
- Add LICENSE

PR:             ports/151526
Submitted by:   C-S <c-s@c-s.li>
2.6
02 Aug 2009 19:36:34
Original commit files touched by this commit
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
2.6
09 Jul 2009 09:05:47
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 2.6

PR:             136472
Submitted by:   Ports Fury
2.5
09 May 2009 09:18:56
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 2.5

PR:             134279
Submitted by:   Ports Fury
2.4
14 Mar 2009 14:10:20
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 2.4

PR:             132468
Submitted by:   Ports Fury
2.3
15 Jan 2009 22:44:47
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 2.3

PR:             130432
Submitted by:   Ports Fury
2.2.3
02 Aug 2008 22:34:52
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 2.2.3

PR:             126168
Submitted by:   Ports Fury
2.2.2
15 Jun 2008 02:10:54
Original commit files touched by this commit
lwhsu search for other commits by this committer
- Update to version 2.2.2

PR:             ports/124582
Submitted by:   KATO Tsuguru <tkato432 AT yahoo.com>
2.2.1_1
06 Jun 2008 13:17:10
Original commit files touched by this commit
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)
2.2.1
22 May 2008 00:49:09
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 2.2.1

PR:             123867
Submitted by:   Ports Fury
2.2
27 Apr 2008 16:30:18
Original commit files touched by this commit
lwhsu search for other commits by this committer
- Update to version 2.2

PR:             ports/123081
Submitted by:   KATO Tsuguru <tkato432 AT yahoo.com>
2.1
16 Feb 2008 21:32:39
Original commit files touched by this commit
tabthorpe search for other commits by this committer
- Update to 2.1

PR:             ports/120641
Submitted by:   valerio.daelli gmail.com (maintainer)
2.0
04 Mar 2007 09:13:02
Original commit files touched by this commit
vanilla search for other commits by this committer
Fix pkg-plist.

Submitted by:   kris via mail.
2.0
26 Feb 2007 06:35:24
Original commit files touched by this commit
vanilla search for other commits by this committer
Upgrade to 2.0.
1.1.3
11 Feb 2007 02:09:40
Original commit files touched by this commit
vanilla search for other commits by this committer
Upgrade to 1.1.3, and drop MAINTAINER.
1.1
05 Nov 2006 11:02:17
Original commit files touched by this commit
vanilla search for other commits by this committer
Upgrade to 1.1.
1.0.4_1
13 Sep 2006 01:08:43
Original commit files touched by this commit
vanilla search for other commits by this committer
1: USE_LDCONFIG.
2: bump version for pkg-plist.
1.0.4
12 Sep 2006 16:01:07
Original commit files touched by this commit
vanilla search for other commits by this committer
Fix pkg-plist.

Submitted by:   kris@
1.0.4
05 Sep 2006 13:21:14
Original commit files touched by this commit
vanilla search for other commits by this committer
Upgrade to 1.0.4.
1.0.3
09 Jun 2006 02:44:50
Original commit files touched by this commit
vanilla search for other commits by this committer
Fix build on 4.x.

Submitted by:   kris@ via email.
1.0.3
03 Jun 2006 13:57:08
Original commit files touched by this commit
vanilla search for other commits by this committer
Fix pkg-plist.

Submitted by:   kris@ via email
1.0.3
03 Jun 2006 03:02:17
Original commit files touched by this commit
vanilla search for other commits by this committer
Add libzdb, it's a thread-safe connection pool library.

Number of commits found: 69