FreshPorts -- The Place For Ports notbug Sat, 26 May 2012 12:58 PM BST
Port details
tdb 1.2.9,1 databases on this many watch lists=18 search for ports that depend on this port
Trivial Database
Maintained by: timur@FreeBSD.org search for ports maintained by this maintainer
Port Added: 12 Oct 2002 13:02:33
License: GPLv3


TDB is a Trivial Database. In concept, it is very much like GDBM, and
BSD's DB except that it allows multiple simultaneous writers and uses
locking internally to keep writers from trampling on each other. TDB is
also extremely small.

WWW: http://tdb.samba.org/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: lang/python27, devel/pkg-config
Required To Run: lang/python27, devel/pkg-config

Required by:
for Build

for Libraries

for Run

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


Configuration Options
===> The following configuration options are available for tdb-1.2.9,1:
     PYTHON=on (default) "Python bindings"
===> Use 'make config' to modify these settings

Master Sites:
ftp://ftp.samba.org/pub/tdb/
ftp://ca.samba.org/pub/tdb/
ftp://de.samba.org/pub/tdb/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 21

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
03 May 2012 22:53:39
Original commit files touched by this commit  1.2.9,1
timur search for other commits by this committer
Fix damage cause by commits of eadler and miwi
01 Aug 2011 20:05:58
Original commit files touched by this commit  1.2.9,1
timur search for other commits by this committer
Update to version 1.2.9
04 Dec 2010 07:34:27
Original commit files touched by this commit  1.2.1_1,1
ade search for other commits by this committer
Sync to new bsd.autotools.mk
29 Oct 2010 12:49:53
Original commit files touched by this commit  1.2.1_1,1
timur search for other commits by this committer
Fix unnecessary conflict with samba subports, in particular - libsmbclient.
26 Oct 2010 13:51:43
Original commit files touched by this commit  1.2.1,1
timur search for other commits by this committer
Had to revert back to 1.2.1 version, as 1.2.2 breaks samba35.
26 Oct 2010 13:07:59
Original commit files touched by this commit  1.2.2
timur search for other commits by this committer
Bumped port version to the 1.2.2. Fixed installation of the manpages.
25 Oct 2010 22:07:47
Original commit files touched by this commit  1.2.1
timur search for other commits by this committer
Update port to the 1.2.1 version. It's needed for Samba 3.5 and Samba 4alpha13.
16 Oct 2010 11:52:47
Original commit files touched by this commit  1.2.0_1
ade search for other commits by this committer
Punt autoconf267->autoconf268
15 Sep 2010 18:35:24
Original commit files touched by this commit  1.2.0_1
ade search for other commits by this committer
Autotools update.   Read ports/UPDATING 20100915 for details.

Approved by:    portmgr (for Mk/bsd.port.mk part)
Tested by:      Multiple -exp runs
05 Feb 2010 00:50:46
Original commit files touched by this commit  1.2.0
timur search for other commits by this committer
Upgrade tdb to tne new version 1.2.0.
01 Aug 2009 23:36:54
Original commit files touched by this commit  1.1.5
timur search for other commits by this committer
Fix CONFLICTS
12 Jul 2009 21:43:55
Original commit files touched by this commit  1.1.5
timur search for other commits by this committer
Bump port version to the 1.1.5, using sources that come together with
net/samba4-devel.
14 Aug 2006 22:55:18
Original commit files touched by this commit  1.0.6_2
clsung search for other commits by this committer
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include comms/ converters/ databases/ devel/ maintained by ports@

PR:             ports/101916
Submitted by:   Gea-Suan Lin <gslin_AT_gslin dot org>
23 Feb 2006 10:40:45
Original commit files touched by this commit  1.0.6_2
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
24 Nov 2005 01:23:57
Original commit files touched by this commit  1.0.6_1
pav search for other commits by this committer
- Add SHA256
15 Nov 2005 06:52:12
Original commit files touched by this commit  1.0.6_1
ade search for other commits by this committer
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.
09 Jul 2004 17:43:11
Original commit files touched by this commit  1.0.6_1
marcus search for other commits by this committer
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
29 Jan 2004 07:24:56
Original commit files touched by this commit  1.0.6_1
trevor search for other commits by this committer
SIZEify.
17 Aug 2003 18:28:02
Original commit files touched by this commit  1.0.6_1
krion search for other commits by this committer
- Remove gdbm dependency
- Fix build on -current

PR:             55658
Submitted by:   Matthias Andree <matthias.andree@gmx.de>
20 Feb 2003 17:00:26
Original commit files touched by this commit  1.0.6
knu search for other commits by this committer
De-pkg-comment.
12 Oct 2002 13:02:16
Original commit files touched by this commit  1.0.6
ijliao search for other commits by this committer
add tdb 1.0.6
Trivial Database

Number of commits found: 21

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 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 23670
Broken 193
Deprecated 147
Ignore 735
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 41
Set to expire 188
Interactive 54
new 24 hours 14
new 48 hours31
new 7 days57
new fortnight181
new month253

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

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.155 seconds.