Port details |
- tinycdb Analogous to cdb, but faster
- 0.81 databases =12 0.81Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2002-10-17 16:24:09
- Last Update: 2024-02-21 15:06:18
- Commit Hash: 20af2f5
- People watching this port, also watch:: libiconv, pcre, wget, libxml2, unzip
- License: PD
- WWW:
- https://www.corpit.ru/mjt/tinycdb.html
- Description:
- It is analogous to cdb from D.J.Berstein, but written completely from scratch,
has some functionality removed and some new added compared to DJB's one, a bit
faster, and much easier to use (only one library needed at link time).
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- tinycdb>0:databases/tinycdb
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/databases/tinycdb/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/tinycdb
- pkg install tinycdb
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: tinycdb
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1708448886
SHA256 (tinycdb-0.81.tar.gz) = 469de2d445bf54880f652f4b6dc95c7cdf6f5502c35524a45b2122d70d47ebc2
SIZE (tinycdb-0.81.tar.gz) = 31901
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- This port is required by:
- for Build
-
- japanese/dbskkd-cdb
- japanese/skk-jawiki
- japanese/skk-jisyo-cdb
- for Libraries
-
- dns/dnsdist
- www/volta
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- databases_tinycdb
- USES:
- gmake
- 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 |
0.81 21 Feb 2024 15:06:18 |
Po-Chuan Hsieh (sunpoet) |
databases/tinycdb: Update to 0.81
- Update manpage location (003a571d1d6585196545295efc181514f171c4c4, r523104)
Changes:
- ship simple libcdb.pc (install it to pkgconfdir=$(libdir)/pkgconfig)
- to avoid further questions, change license from "Public domain" to MIT
license, add copyright and license text to all source files.
- change default compiler optimization level from -O to -O2, use gnu tar
--transform option to create dist archive, other small changes to Makefile |
0.80 22 Sep 2023 03:16:54 |
Po-Chuan Hsieh (sunpoet) |
databases/tinycdb: Update to 0.80
Changes:
- bugfix: cdb utility: check return value from close() too, when creating the
cdb file
- portability: cdb utility: ignore SIGXFSZ signal if defined, to be able to
clean up when exceeding file limit
- robustness: let cdb_make_start to lseek() to the zero position of file. This
ensures the file is seekable right at the start instead of at the very end,
too
- portability use SEE_SET macro instead of 0 for lseek()
- split out cdb_pack() into its own .c file |
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) |
0.78_2 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 ) |
0.78_2 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 ) |
0.78_2 29 Jun 2022 15:57:40 |
Stefan Eßer (se) |
Fix CONFLICTS_INSTALL in the databases category
Approved by: portmgr (implicit) |
0.78_2 11 May 2021 21:46:57 |
Po-Chuan Hsieh (sunpoet) |
databases/tinycdb: Simplify Makefile |
0.78_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.78_2 04 Mar 2017 13:48:26 |
sunpoet |
Add LICENSE |
0.78_2 13 Jan 2015 15:33:46 |
sunpoet |
- Strip binary executable and shared library
- Remove WRKSRC
- Use PLIST
- Bump PORTREVISION for package change
- Take maintainership |
0.78_1 10 Dec 2013 18:13:37 |
bapt |
USE_GMAKE -> USES=gmake |
0.78_1 08 Dec 2013 19:57:27 |
pawel |
- Build and install shared library [1]
- Convert to staging
PR: ports/184537 [1]
Submitted by: Ralf van der Enden <tremere@cainites.net> |
0.78 20 Sep 2013 16:13:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
0.78 28 Mar 2013 11:50:05 |
ohauer |
-update to version 0.78
bugfix release:
o fixed >2Gb file size prob on 32bit platform
o fixed handling of files >=4Gb
o fixed a few compiler warnings |
0.77 01 Feb 2012 15:53:08 |
tabthorpe |
- Reassign to the heap |
0.77 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
0.77 25 Apr 2009 03:38:44 |
mnag |
- Update to version 0.77
PR: 133864
Submitted by: olli hauer <ohauer___gmx.de> |
0.76 31 Oct 2006 14:51:16 |
mnag |
- Update to 0.76
- portlint(1) |
0.75 09 Nov 2005 02:32:50 |
mnag |
Add SHA256 |
0.75 03 Nov 2005 20:01:41 |
mnag |
Update to 0.75 |
0.74 16 Sep 2005 17:58:32 |
mnag |
Update my email
Approved by: pav (mentor) |
0.74 06 Sep 2005 10:20:55 |
novel |
Pass maintainership to submitter.
PR: 85777
Submitted by: Marcus Alves Grando <marcus@corp.grupos.com.br> |
0.74 19 May 2005 09:53:43 |
barner |
- Update to 0.74
Submitted by: Marcus Grando <marcus (a) corp.grupos.com.br>
PR: ports/81178 |
0.73_2 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
0.73_1 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
0.73_1 04 Apr 2003 21:02:50 |
nork |
Fix tinycdb dosen't work.
PR: ports/48857
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> |
0.73 27 Feb 2003 21:02:56 |
naddy |
* Update to 0.73.
PR: 48688
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
* Override make variables on command line instead of patching Makefile. |
0.72 20 Feb 2003 17:00:26 |
knu |
De-pkg-comment. |
0.72 17 Oct 2002 16:23:42 |
ijliao |
add tinycdb 0.72
Analogous to cdb, but faster |