Port details |
- qdbm-plus C++ API for QDBM
- 1.8.78_5 databases =2 1.8.78_5Version of this port present on the latest quarterly branch.
- Maintainer: hrs@FreeBSD.org
- Port Added: 2006-09-25 20:14:21
- Last Update: 2023-08-05 20:00:20
- Commit Hash: 6ba836b
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: LGPL21
- WWW:
- https://dbmx.net/qdbm/
- Description:
- C++ API for QDBM
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- qdbm-plus>0:databases/qdbm-plus
- To install the port:
- cd /usr/ports/databases/qdbm-plus/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/qdbm-plus
- pkg install qdbm-plus
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: qdbm-plus
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (qdbm-1.8.78.tar.gz) = b466fe730d751e4bfc5900d1f37b0fb955f2826ac456e70012785e012cdcb73e
SIZE (qdbm-1.8.78.tar.gz) = 1015429
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Library dependencies:
-
- liblzo2.so : archivers/lzo2
- libqdbm.so : databases/qdbm
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- databases_qdbm-plus
- USES:
- iconv shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.8.78_5 05 Aug 2023 20:00:20 |
Muhammad Moinur Rahman (bofh) |
databases/qdbm-plus: Fix build with llvm16
- Pet portclippy
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
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) |
1.8.78_5 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
1.8.78_5 20 Jul 2022 14:21:07 |
Tobias C. Berner (tcberner) |
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 ) |
1.8.78_5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.8.78_5 24 Jul 2020 19:08:14 |
sunpoet |
Update MASTER_SITES and WWW
Approved by: portmgr (blanket) |
1.8.78_5 29 Oct 2018 22:15:12 |
sunpoet |
Update MASTER_SITES and WWW
Approved by: portmgr (blanket) |
1.8.78_5 15 Oct 2017 14:05:04 |
madpilot |
Retire WITHOUT_DEBUG flag.
The flag has partial support across the tree, and the same effect
can be obtained by using ".undef WITH_DEBUG".
Reviewed by: mat, rene
Approved by: portmgr (rene)
Differential Revision: https://reviews.freebsd.org/D12548 |
1.8.78_5 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.8.78_5 08 Sep 2015 14:35:07 |
amdmi3 |
- Fix shebangs
Approved by: portmgr blanket
MFH: 2015Q3 (blanket) |
1.8.78_4 18 Jul 2015 18:15:17 |
hrs |
- Take maintainership.
- Fix CFLAGS and LDFLAGS.
- Fix a possible library path confusion.
- Style clean-ups. |
1.8.78_2 15 Apr 2015 08:20:28 |
tijl |
converters/libiconv:
- Remove const qualifier from iconv(3) to match POSIX:
http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html
- Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is
defined because the base system iconv supports these extensions too.
Add/remove patches to/from ports to call iconv with non-const arguments.
This breaks some ports on FreeBSD 10 because base system iconv.h still has
the const qualifier. Fix this by letting USES=iconv add a build dependency
on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG
defined) instead of the base system iconv.h.
This exposed some ports that link with libiconv when it is available instead
of using libc iconv. In these cases one of the following changes has been (Only the first 15 lines of the commit message are shown above ) |
1.8.78_1 28 Jan 2015 20:52:09 |
amdmi3 |
- Fix build with clang
Fixes this error:
./xadbm.h:75:19: error: out-of-line declaration of a member must be a definition
[-Wout-of-line-declaration]
Operators are still declared in xqdbm.h included from xadbm.h |
1.8.78_1 20 Oct 2014 10:41:13 |
bapt |
Cleanup plist |
1.8.78 02 Feb 2014 11:00:29 |
miwi |
- Stage support |
1.8.78 20 Sep 2013 16:13:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
1.8.78 05 Aug 2011 11:45:09 |
ehaupt |
Update broken/outdated WWW entries. Remove those where no alternate source was
found. |
1.8.78 24 Jul 2011 21:35:17 |
swills |
- Update to 1.8.78 |
1.8.77 21 Dec 2007 12:43:02 |
ahze |
Update to 1.8.77 |
1.8.76_1 25 Oct 2007 00:37:57 |
ahze |
dirrmtry %%DATADIR%%
Reported by: linimon |
1.8.76 23 Oct 2007 12:58:32 |
ahze |
Update to 1.8.76 |
1.8.75_2 14 Jul 2007 01:54:44 |
ahze |
Define PATCHDIR=${.CURDIR}/files so we don't pull in the master-port patches
(which don't apply)
Reported by: pav |
1.8.75_2 08 Mar 2007 16:35:28 |
ahze |
- Update plist for qdbm update
- Bump PORTREVISION |
1.8.73_1 02 Nov 2006 22:54:37 |
ahze |
- Update plist for qdbm update
Reported by: pointyhat via kris |
1.8.71 25 Sep 2006 20:13:35 |
ahze |
Add qdbm-plus (slave port to qdbm)
C++ API for QDBM
WWW: http://qdbm.sourceforge.net/xspex.html |