./databases/tdb, Small database system which uses files to store data

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.4.12nb1, Package name: tdb-1.4.12nb1, Maintainer: pkgsrc-users

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.


Required to run:
[lang/python310]

Required to build:
[textproc/docbook-xsl] [textproc/libxslt]

Master sites:

Filesize: 731.276 KB

Version history: (Expand)


CVS history: (Expand)


   2024-12-06 10:55:24 by Niclas Rosenvik | Files touched by this commit (16)
Log message:
revbump due to databases/tdb buildlink change
   2024-12-06 10:23:16 by Niclas Rosenvik | Files touched by this commit (1)
Log message:
databases/tdb: add missing library buildlinks
tdb uses pthreads, and it uses libintl from
devel/gettext-lib. It also links to libintl
in the configure step when trying to link
with pyembed. This means that the configure
step have failed on systems that don't have
libintl in base.
   2024-11-10 16:16:10 by Ryo ONODERA | Files touched by this commit (2)
Log message:
databases/tdb: USe standard fingerprint for memset_explicit

* fix build under the letest NetBSD-current.
   2024-08-07 12:40:06 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
tdb: updated to 1.4.12

1.4.12
Unknown changes
   2024-07-30 13:52:19 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
tdb: updated to 1.4.11

1.4.11
Unknown changes
   2024-01-31 18:57:59 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
tdb: updated to 1.4.10

1.4.10
Unknown changes
   2023-12-30 22:19:05 by Zafer Aydogan | Files touched by this commit (1)
Log message:
https
   2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247)
Log message:
*: recursive bump for Python 3.11 as new default