Date: Fri, 23 Jan 2026 15:46:52 +0000 From: Dave Cottlehuber <dch@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Cc: Varinka <varinka@FreeBSD.am> Subject: git: a5496b3c364c - main - textproc/caps-log: NEW PORT Small TUI journaling tool Message-ID: <697397ec.27962.43886869@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by dch: URL: https://cgit.FreeBSD.org/ports/commit/?id=a5496b3c364c84646b05e24f0b3461f1d7ecf9d8 commit a5496b3c364c84646b05e24f0b3461f1d7ecf9d8 Author: Varinka <varinka@FreeBSD.am> AuthorDate: 2026-01-23 15:40:17 +0000 Commit: Dave Cottlehuber <dch@FreeBSD.org> CommitDate: 2026-01-23 15:45:43 +0000 textproc/caps-log: NEW PORT Small TUI journaling tool Sponsored by: SkunkWerks, GmbH --- textproc/Makefile | 1 + textproc/caps-log/Makefile | 24 ++++++++++++++++++++++++ textproc/caps-log/distinfo | 3 +++ textproc/caps-log/pkg-descr | 1 + textproc/caps-log/pkg-message | 16 ++++++++++++++++ 5 files changed, 45 insertions(+) diff --git a/textproc/Makefile b/textproc/Makefile index 8d3378afdb43..aa0076e919f3 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -89,6 +89,7 @@ SUBDIR += bsd-spell SUBDIR += c2html SUBDIR += ca-aspell + SUBDIR += caps-log SUBDIR += cast2gif SUBDIR += castxml SUBDIR += catdoc diff --git a/textproc/caps-log/Makefile b/textproc/caps-log/Makefile new file mode 100644 index 000000000000..9d7f4036ca9d --- /dev/null +++ b/textproc/caps-log/Makefile @@ -0,0 +1,24 @@ +PORTNAME= caps-log +DISTVERSION= 1.2.1.a.20251107 +CATEGORIES= textproc + +MAINTAINER= varinka@FreeBSD.am +COMMENT= Small TUI journaling tool +WWW= https://github.com/NikolaDucak/caps-log/ + +LICENSE= MIT + +LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ + libfmt.so:devel/libfmt \ + libftxui-screen.so:devel/ftxui \ + libgit2.so:devel/libgit2 + +USES= cmake +USE_GITHUB= yes +GH_ACCOUNT= NikolaDucak +GH_PROJECT= caps-log +GH_TAGNAME= 9b3c51ca2015c879c28dfeb8e5981b826988ff2c + +PLIST_FILES= bin/caps-log + +.include <bsd.port.mk> diff --git a/textproc/caps-log/distinfo b/textproc/caps-log/distinfo new file mode 100644 index 000000000000..7d39e4a28fb6 --- /dev/null +++ b/textproc/caps-log/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1769182938 +SHA256 (NikolaDucak-caps-log-1.2.1.a.20251107-9b3c51ca2015c879c28dfeb8e5981b826988ff2c_GH0.tar.gz) = b78c0f6ec824a6216a89e9c048402cfe6c447736005f8ea4e4d040015a99d3b0 +SIZE (NikolaDucak-caps-log-1.2.1.a.20251107-9b3c51ca2015c879c28dfeb8e5981b826988ff2c_GH0.tar.gz) = 1693972 diff --git a/textproc/caps-log/pkg-descr b/textproc/caps-log/pkg-descr new file mode 100644 index 000000000000..4542e6ffeef1 --- /dev/null +++ b/textproc/caps-log/pkg-descr @@ -0,0 +1 @@ +empty pkg-descr diff --git a/textproc/caps-log/pkg-message b/textproc/caps-log/pkg-message new file mode 100644 index 000000000000..df7ca4c37dcf --- /dev/null +++ b/textproc/caps-log/pkg-message @@ -0,0 +1,16 @@ +[ +{ type: install + message: <<EOM +Caps-log requires minimal setup before you can use it. + +$ mkdir ~/.caps-log/ +$ touch ~/.caps-log/config.ini +$ caps-log + +For further usage, see the excellent README.md at + +https://github.com/NikolaDucak/caps-log + +EOM +} +]home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?697397ec.27962.43886869>
