Date: Sun, 12 Apr 2026 21:55:13 +0000 From: =?utf-8?Q?Jes=C3=BAs?= Daniel Colmenares Oviedo <dtxdf@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 01b96630f93c - main - security/hiprompt-gtk: New port: GTK4-based prompter implementation for Himitsu Message-ID: <69dc14c1.1f697.8cf7f3@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by dtxdf: URL: https://cgit.FreeBSD.org/ports/commit/?id=01b96630f93c2b0556ff0e527b92ee72faa86115 commit 01b96630f93c2b0556ff0e527b92ee72faa86115 Author: Jesús Daniel Colmenares Oviedo <dtxdf@FreeBSD.org> AuthorDate: 2026-04-12 21:44:08 +0000 Commit: Jesús Daniel Colmenares Oviedo <dtxdf@FreeBSD.org> CommitDate: 2026-04-12 21:53:53 +0000 security/hiprompt-gtk: New port: GTK4-based prompter implementation for Himitsu hiprompt-gtk is a GTK4-based prompter implementation for Himitsu. WWW: https://himitsustore.org --- security/Makefile | 1 + security/hiprompt-gtk/Makefile | 34 ++++++++++++++++++++++++++++++ security/hiprompt-gtk/distinfo | 3 +++ security/hiprompt-gtk/files/patch-Makefile | 11 ++++++++++ security/hiprompt-gtk/pkg-descr | 1 + 5 files changed, 50 insertions(+) diff --git a/security/Makefile b/security/Makefile index da5409638ba1..e22b79d92566 100644 --- a/security/Makefile +++ b/security/Makefile @@ -227,6 +227,7 @@ SUBDIR += hidden-lake SUBDIR += highwayhash SUBDIR += himitsu + SUBDIR += hiprompt-gtk SUBDIR += hitch SUBDIR += hockeypuck SUBDIR += honeytrap diff --git a/security/hiprompt-gtk/Makefile b/security/hiprompt-gtk/Makefile new file mode 100644 index 000000000000..56e1cd3bd482 --- /dev/null +++ b/security/hiprompt-gtk/Makefile @@ -0,0 +1,34 @@ +PORTNAME= hiprompt-gtk +DISTVERSION= 0.10 +CATEGORIES= security +MASTER_SITES= https://git.sr.ht/~${SRHT_ACCOUNT}/${SRHT_PROJECT}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ + +MAINTAINER= dtxdf@FreeBSD.org +COMMENT= GTK4-based prompter implementation for Himitsu +WWW= https://himitsustore.org + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + +BUILD_DEPENDS= hare-adwaita>=0:devel/hare-adwaita \ + hare-gi>=0:devel/hare-gi \ + hare-gtk4-layer-shell>=0:devel/hare-gtk4-layer-shell \ + hare-lang>=0:devel/hare \ + himitsu>=0:security/himitsu +RUN_DEPENDS= hare-adwaita>=0:devel/hare-adwaita \ + hare-gi>=0:devel/hare-gi \ + hare-gtk4-layer-shell>=0:devel/hare-gtk4-layer-shell \ + himitsu>=0:security/himitsu + +USES= gettext-runtime gmake pkgconfig + +MAKE_ARGS= DESTDIR=${STAGEDIR} \ + PREFIX=${PREFIX} +ALL_TARGET= hiprompt-gtk + +PLIST_FILES= bin/hiprompt-gtk + +SRHT_ACCOUNT= sircmpwn +SRHT_PROJECT= ${PORTNAME} + +.include <bsd.port.mk> diff --git a/security/hiprompt-gtk/distinfo b/security/hiprompt-gtk/distinfo new file mode 100644 index 000000000000..15d60ac98cea --- /dev/null +++ b/security/hiprompt-gtk/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1776017818 +SHA256 (hiprompt-gtk-0.10.tar.gz) = 8a8b960d86f481769e25205d3b27d707c32e1dc78843a5fa4a2abe198f4ed27a +SIZE (hiprompt-gtk-0.10.tar.gz) = 21766 diff --git a/security/hiprompt-gtk/files/patch-Makefile b/security/hiprompt-gtk/files/patch-Makefile new file mode 100644 index 000000000000..f4c5204ca360 --- /dev/null +++ b/security/hiprompt-gtk/files/patch-Makefile @@ -0,0 +1,11 @@ +--- Makefile.orig 2026-04-12 19:01:18 UTC ++++ Makefile +@@ -1,7 +1,7 @@ PREFIX?=/usr/local + DESTDIR?=/ + PREFIX?=/usr/local + +-LIBS=$(shell pkg-config --libs-only-l gtk4 gmodule-export-2.0 libadwaita-1 gtk4-layer-shell-0) ++LIBS=$(shell pkg-config --libs-only-L --libs-only-l gtk4 gmodule-export-2.0 libadwaita-1 gtk4-layer-shell-0) + GIO=$(shell pkg-config --cflags gio-2.0) + GTK=$(shell pkg-config --cflags gtk4) + ADWAITA=$(shell pkg-config --cflags libadwaita-1) diff --git a/security/hiprompt-gtk/pkg-descr b/security/hiprompt-gtk/pkg-descr new file mode 100644 index 000000000000..6922a4b87f4c --- /dev/null +++ b/security/hiprompt-gtk/pkg-descr @@ -0,0 +1 @@ +hiprompt-gtk is a GTK4-based prompter implementation for Himitsu.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69dc14c1.1f697.8cf7f3>
