Bug 291900 - [NEW PORT] security/keepass-diff: diff tool for keepass's kbdx files
Summary: [NEW PORT] security/keepass-diff: diff tool for keepass's kbdx files
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Li-Wen Hsu
URL: https://github.com/Narigo/keepass-dif...
Keywords:
Depends on:
Blocks:
 
Reported: 2025-12-23 17:55 UTC by Hiroo Ono
Modified: 2025-12-30 02:55 UTC (History)
1 user (show)

See Also:


Attachments
new port patch (13.65 KB, patch)
2025-12-23 17:55 UTC, Hiroo Ono
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hiroo Ono 2025-12-23 17:55:01 UTC
Created attachment 266483 [details]
new port patch

keepass-diff is a CLI-tool to diff two Keepass (.kdbx) files.

This port was once submitted bug 262703, but seems to be stuck. So I made a new port with recent version myself.
Comment 1 commit-hook freebsd_committer freebsd_triage 2025-12-30 02:55:00 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9e541676ef697d47638e99add07f54554f481c06

commit 9e541676ef697d47638e99add07f54554f481c06
Author:     Hiroo Ono <hiroo.ono+freebsd@gmail.com>
AuthorDate: 2025-12-30 02:52:05 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2025-12-30 02:52:05 +0000

    Add security/keepass-diff: CLI-tool to diff two Keepass (.kdbx) files

    PR:             291900

 security/Makefile                           |   1 +
 security/keepass-diff/Makefile (new)        |  26 ++++++
 security/keepass-diff/Makefile.crates (new) |  68 ++++++++++++++
 security/keepass-diff/distinfo (new)        | 139 ++++++++++++++++++++++++++++
 security/keepass-diff/pkg-descr (new)       |   2 +
 5 files changed, 236 insertions(+)