./databases/qdbm, Quick Database Manager - library of routines for managing a db

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


Branch: CURRENT, Version: 1.8.78, Package name: qdbm-1.8.78, Maintainer: pkgsrc-users

QDBM is an embeded database library compatible with GDBM and NDBM. It
features hash database and B+ tree database and is developed referring
to GDBM for the purpose of the following three points: higher
processing speed, smaller size of a database file, and simpler API.

This package includes APIs for C.
APIs for C++, Java, Perl, Ruby and CGI scripts are provided as separate
package.


Required to run:
[archivers/lzo]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 991.63 KB

Version history: (Expand)


CVS history: (Expand)


   2023-07-20 08:53:06 by SAITOH Masanobu | Files touched by this commit (1)
Log message:
databases/qdbm: Update MASTER_SITES and HOMEPAGE.
   2021-10-26 12:10:08 by Nia Alarie | Files touched by this commit (417)
Log message:
databases: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

The following distfiles could not be fetched (some may be only fetched
conditionally):

./databases/cstore/distinfo D6.data.ros.gz
./databases/cstore/distinfo cstore0.2.tar.gz
./databases/cstore/distinfo data4.tar.gz
   2021-10-07 15:35:53 by Nia Alarie | Files touched by this commit (417)
Log message:
databases: Remove SHA1 distfile hashes
   2020-05-31 18:38:01 by Roland Illig | Files touched by this commit (1)
Log message:
databases/qdbm: fix default value for GNU_CONFIGURE_PTHREAD

It had previously been yes, therefore this is the default value.
   2020-05-31 17:18:30 by Roland Illig | Files touched by this commit (2)
Log message:
databases/java-qdbm: remove unknown configure option
   2020-01-26 18:32:28 by Roland Illig | Files touched by this commit (981)
Log message:
all: migrate homepages from http to https

pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
   2019-11-02 16:38:12 by Roland Illig | Files touched by this commit (115)
Log message:
databases: align variable assignments

pkglint -Wall -F --only aligned -r

No manual corrections.
   2018-01-07 14:04:44 by Roland Illig | Files touched by this commit (583)
Log message:
Fix indentation in buildlink3.mk files.

The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was
reviewed manually.

There are some .include lines that still are indented with zero spaces
although the surrounding .if is indented. This is existing practice.