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
cdb Fast lookup database library & utilities
0.75 databases on this many watch lists=16 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 0.75Version of this port present on the latest quarterly branch.
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: unknown
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
People watching this port, also watch:: unzip, python, gnupg, libiconv
License: not specified in port
WWW:
https://cr.yp.to/cdb.html
Description:
cdb is a fast, reliable, lightweight package for creating and reading constant databases. Its database structure provides several features: * Fast lookups: A successful lookup in a large database normally takes just two disk accesses. An unsuccessful lookup takes only one. * Low overhead: A database uses 2048 bytes, plus 24 bytes per record, plus the space for keys and data. * No random limits: cdb can handle any database up to 4 gigabytes. There are no other restrictions; records don't even have to fit into memory. Databases are stored in a machine-independent format. * Fast atomic database replacement: cdbmake can rewrite an entire database two orders of magnitude faster than other hashing packages. * Fast database dumps: cdbdump prints the contents of a database in cdbmake-compatible format. cdb is designed to be used in mission-critical applications like e-mail. Database replacement is safe against system crashes. Readers don't have to pause during a rewrite. Note for developers: packages that need to read cdb files should incorporate the necessary portions of the cdb library rather than relying on an external cdb library. (See WWW)
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (10 items)
Collapse this list.
  1. bin/cdbdump
  2. bin/cdbget
  3. bin/cdbmake
  4. bin/cdbmake-12
  5. bin/cdbmake-sv
  6. bin/cdbstats
  7. bin/cdbtest
  8. @owner
  9. @group
  10. @mode
Collapse this list.
Dependency lines:
  • cdb>0:databases/cdb
To install the port:
cd /usr/ports/databases/cdb/ && make install clean
To add the package, run one of these commands:
  • pkg install databases/cdb
  • pkg install cdb
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: cdb
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (cdb-0.75.tar.gz) = 1919577799a50c080a8a05a1cbfa5fa7e7abc823d8d7df2eeb181e624b7952c5 SIZE (cdb-0.75.tar.gz) = 54162

Packages (timestamps in pop-ups are UTC):
cdb
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.750.750.750.750.75-0.75-
FreeBSD:13:quarterly0.750.750.750.750.750.750.750.75
FreeBSD:14:latest0.750.750.750.750.750.75-0.75
FreeBSD:14:quarterly0.750.75-0.750.750.750.750.75
FreeBSD:15:latest0.750.75n/a0.75n/a0.750.750.75
FreeBSD:15:quarterly--n/a-n/a---
This port has no dependencies.
This port is required by:
for Build
  1. databases/p5-CDB_File-Generator
for Fetch

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. databases/ruby-cdb*
  2. Collapse this list of deleted ports.
for Patch

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. japanese/multiskkserv*
  2. Collapse this list of deleted ports.
for Run
  1. databases/p5-CDB_File-Generator

Configuration Options:
No options to configure
Options name:
databases_cdb
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://cr.yp.to/cdb/
Collapse this list.

Number of commits found: 23

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
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)
0.75
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)
0.75
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)
0.75
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.
0.75
18 Feb 2021 21:06:56
Revision:565988Original commit files touched by this commit
yuri search for other commits by this committer
Maintainer reset for jlaffaye

Reason: Many bug reports (including bug#253256) related to jlaffaye's ports
timed out in the period from April 2020 to now.

PR:		253256
Approved by:	jlaffaye (maintainer's timeout 14 days)
0.75
06 Apr 2020 17:04:43
Revision:530892Original commit files touched by this commit
adamw search for other commits by this committer
Partially revert r530801

The maintainer reset rule was not applied correctly. jlaffaye's ports
are reassigned back to him, with the exception of lang/go where both
quantity and length of timeouts made the reset appropriate and
necessary.

With hat:	portmgr
0.75
05 Apr 2020 18:33:39
Revision:530801Original commit files touched by this commit
yuri search for other commits by this committer
Reset maintainer for ports maintaned by jlaffaye@.

As per policy, based on timeouts on
* www/py-scgi: bug#244982
* textproc/discount: bug#244981
* devel/py-python-gflags: bug#244965
* lang/go: bug#244783, https://reviews.freebsd.org/D24122
* news/py-yenc: bug#239309
* irc/libircclient: bug#221567
0.75
27 Dec 2013 11:12:03
Revision:337709Original commit files touched by this commit
bapt search for other commits by this committer
Use CFLAGS_amd64
While here support stage
0.75
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)
0.75
08 Jun 2011 16:52:32
Original commit files touched by this commit
jlaffaye search for other commits by this committer
Update my e-mail to my FreeBSD one.
While I am here, use GOOGLE_CODE instead of ${MASTER_SITE_GOOGLE_CODE}

Approved by:    bapt (mentor)
0.75
08 Jan 2011 17:37:22
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Pass maintainership to submitter
- Remove obsolete MD5 checksum

PR:             ports/153796
Submitted by:   Julien Laffaye <kimelto@gmail.com>
0.75
21 Feb 2006 07:55:35
Original commit files touched by this commit
seanc search for other commits by this committer
Unbork for non-slave builds.
0.75
21 Feb 2006 07:29:43
Original commit files touched by this commit
seanc search for other commits by this committer
Update ruby-cdb to 0.5a and kill off patch now incorporated in upstream
repo.  Also fix on amd64 by compiling subport, cdb, with -fPIC.  Given
this is required for other amd64 ports that could potentially link against
cdb, fix this in databases/cdb instead of just ruby-cdb.
0.75
24 Nov 2005 01:23:57
Original commit files touched by this commit
pav search for other commits by this committer
- Add SHA256
0.75
10 Apr 2004 17:11:02
Original commit files touched by this commit
trevor search for other commits by this committer
Cram into 80 columns by 24 rows.
0.75
09 Mar 2004 00:22:28
Original commit files touched by this commit
trevor search for other commits by this committer
Unbreak by backing out my previous commit, which caused a "size
unknown" error.
0.75
29 Jan 2004 07:24:56
Original commit files touched by this commit
trevor search for other commits by this committer
SIZEify.
0.75
20 Feb 2003 17:00:26
Original commit files touched by this commit
knu search for other commits by this committer
De-pkg-comment.
0.75
03 Feb 2003 14:38:18
Original commit files touched by this commit
edwin search for other commits by this committer
Remove old install-statement

Submitted by:   Peter van Dijk <peter@dataloss.nl>
0.75
03 Feb 2003 14:16:50
Original commit files touched by this commit
edwin search for other commits by this committer
databases/cdb port forgets uint32.h

        Remove include/ and lib/ files from the package.
        Add note to pkg-descr about this behaviour.

PR:             ports/35364
Submitted by:   Peter van Dijk <peter@dataloss.nl>
29 Jan 2002 09:45:01
commit hash: fp1.24095@dev.null.freshports.orgcommit hash: fp1.24095@dev.null.freshports.orgcommit hash: fp1.24095@dev.null.freshports.orgcommit hash: fp1.24095@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;   the ECHO
macro is set to "echo" by default, but it is set to "true" if   make(1) is
invoked with the -s option while ECHO_CMD is always set to   the echo command.  
 
26 Nov 2000 15:10:07
commit hash: fp1.6729@dev.null.freshports.orgcommit hash: fp1.6729@dev.null.freshports.orgcommit hash: fp1.6729@dev.null.freshports.orgcommit hash: fp1.6729@dev.null.freshports.org files touched by this commit
kevlo search for other commits by this committer
Support install macros.    
08 Oct 2000 01:08:27
commit hash: fp1.4720@dev.null.freshports.orgcommit hash: fp1.4720@dev.null.freshports.orgcommit hash: fp1.4720@dev.null.freshports.orgcommit hash: fp1.4720@dev.null.freshports.org files touched by this commit
asami search for other commits by this committer
Convert category databases to new layout.  

Number of commits found: 23