Port details |
- kdbxviewer Ncurses UI and command-line tool for KeePass2 Database files
- 0.1.12 security =2 0.1.12Version of this port present on the latest quarterly branch.
- Maintainer: fuz@FreeBSD.org
- Port Added: 2019-12-10 14:29:58
- Last Update: 2023-02-08 23:24:25
- Commit Hash: 24bd5a3
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv2
- WWW:
- https://github.com/pepa65/kdbxviewer
- Description:
- Command-line tool written in C for KeePass2 Database files (kdbx).
It works completely read-only at the moment.
Features:
- ncurses GUI to browse and view password database
- Dump raw, decrypted XML content with obscured passwords
- Display tree structure with de-obscured (=readable) passwords
- Get tab-separated (TSV/CSV) password list
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- kdbxviewer>0:security/kdbxviewer
- To install the port:
- cd /usr/ports/security/kdbxviewer/ && make install clean
- To add the package, run one of these commands:
- pkg install security/kdbxviewer
- pkg install kdbxviewer
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: kdbxviewer
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1673961137
SHA256 (pepa65-kdbxviewer-v0.1.12_GH0.tar.gz) = 145b7fa9abb80d3bf96f149bd43095c6f555476b296a62ff7974b1eb65f3fc7c
SIZE (pepa65-kdbxviewer-v0.1.12_GH0.tar.gz) = 140276
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:
-
- libexpat.so : textproc/expat2
- libgcrypt.so : security/libgcrypt
- libstfl.so : devel/stfl
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- security_kdbxviewer
- USES:
- ncurses
- 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.1.12 08 Feb 2023 23:24:25 |
Robert Clausecker (fuz) |
*/*: Update fuz@fuz.su to fuz@FreeBSD.org
www/writefreely had a stray duplicate MAINTAINER block
from an earlier botched commit. I did intentionally not
touch the entry in UPDATING.
Reviewed by: eduardo, flo
Differential Revision: https://reviews.freebsd.org/D38435 |
0.1.12 17 Jan 2023 16:57:43 |
Mikael Urankar (mikael) Author: Robert Clausecker |
security/kdbxviewer: update to 0.1.12
Changelog: https://github.com/pepa65/kdbxviewer/releases/tag/v0.1.12
PR: 269007 |
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.1.11 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.1.11 06 Sep 2022 22:42:46 |
Nuno Teixeira (eduardo) Author: Robert Clausecker |
security/kdbxviewer: Update to 0.1.11
- patch two instances of undefined behaviour
- patch a potential buffer overflow
Changelog: https://github.com/pepa65/kdbxviewer/releases/tag/v0.1.11
PR: 266258
MFH: 2022Q3 |
0.1.10 20 Jul 2022 14:22:56 |
Tobias C. Berner (tcberner) |
security: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Samorukov <samm@freebsd.org>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Leidinger <netchild@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.1.10 03 Nov 2021 15:23:32 |
Juraj Lutter (otis) |
security/kdbxviewer: Update to 0.1.10
- Update to 0.1.10 where FreeBSD patches from 0.1.9 were incorporated |
0.1.9 03 Nov 2021 13:50:38 |
Juraj Lutter (otis) Author: Robert Clausecker |
security/kdbxviewer: update to 0.1.9 and unbreak with -fno-common
Summary:
- Unbreak this port by adding an extern keyword in the right place.
- Fix ANSI color setting on abort()
- Upstream has moved to a new github account
(https://github.com/luelista/kdbxviewer) but appears to have abandoned the
project. Move upstream to a fork which appears to have continued development
on the project. Upstream does not tag releases but periodically changes the
README to indicate a new release.
- Remove dead WWW and replace it with upstream repository.
- Set MAINTAINER to reporter
Differential Revision: https://reviews.freebsd.org/D32822 |
0.1 22 May 2021 02:13:01 |
Ben Woods (woodsb02) |
*/*: Fix ENOTIME: return my ports to the pool
Reset maintainership of my ports to ports@FreeBSD.org so others can
step in to help where I haven't been able to find the time. |
0.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.1 18 Feb 2021 05:55:31 |
linimon |
Mark BROKEN in 13/14 (via latest llvm update). |
0.1 10 Dec 2019 14:29:53 |
woodsb02 |
security/kdbx-viewer: Rename to security/kdbxviewer, unbreak fetch
Reported by: antoine |