summaryrefslogtreecommitdiffstats
path: root/freebsd/dependencies/pinentry-tqt
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/dependencies/pinentry-tqt')
-rw-r--r--freebsd/dependencies/pinentry-tqt/Makefile46
-rw-r--r--freebsd/dependencies/pinentry-tqt/distinfo3
-rw-r--r--freebsd/dependencies/pinentry-tqt/files/patch-secmem_secmem.c11
-rw-r--r--freebsd/dependencies/pinentry-tqt/pkg-descr4
4 files changed, 64 insertions, 0 deletions
diff --git a/freebsd/dependencies/pinentry-tqt/Makefile b/freebsd/dependencies/pinentry-tqt/Makefile
new file mode 100644
index 000000000..c02c102ab
--- /dev/null
+++ b/freebsd/dependencies/pinentry-tqt/Makefile
@@ -0,0 +1,46 @@
+# Created by: Michael Nottebrock <lofi@FreeBSD.org>
+# $FreeBSD: head/security/pinentry/Makefile 517058 2019-11-08 13:17:00Z tobik $
+#
+# TDE port map: dependencies/pinentry-tqt > security/pinentry-tqt
+
+PORTNAME= pinentry
+PORTVERSION= 1.2.1
+PORTREVISION?= 0
+CATEGORIES= security
+MASTER_SITES= GNUPG/pinentry
+
+MAINTAINER= jhale@FreeBSD.org
+COMMENT= TQt version of the GnuPG password dialog
+
+LICENSE= GPLv2+
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+USES= tar:bzip2
+
+PINENTRY_GUI= tqt
+
+PKGNAMESUFFIX= -${PINENTRY_GUI}
+LIB_DEPENDS= libassuan.so:security/libassuan \
+ libgpg-error.so:security/libgpg-error
+
+USES+= iconv localbase ncurses pkgconfig
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --disable-pinentry-emacs
+LDFLAGS+= -Wl,--as-needed
+
+
+LIB_DEPENDS= libtqt.so:x11-toolkits/libtqtinterface
+PLIST_FILES= bin/pinentry-tqt
+CONFIGURE_ARGS+=--enable-pinentry-tqt --disable-libsecret
+CONFIGURE_ARGS+=--disable-pinentry-qt --disable-pinentry-qt5
+CONFIGURE_ARGS+=--disable-pinentry-gnome3
+CONFIGURE_ARGS+=--disable-pinentry-gtk2
+CONFIGURE_ARGS+=--disable-pinentry-fltk
+CONFIGURE_ARGS+=--disable-pinentry-curses
+CONFIGURE_ARGS+=--disable-pinentry-tty
+
+post-install:
+ ${RM} ${STAGEDIR}${PREFIX}/bin/pinentry \
+ ${STAGEDIR}${PREFIX}/share/info/pinentry.info
+
+.include <bsd.port.mk>
diff --git a/freebsd/dependencies/pinentry-tqt/distinfo b/freebsd/dependencies/pinentry-tqt/distinfo
new file mode 100644
index 000000000..35c5bd158
--- /dev/null
+++ b/freebsd/dependencies/pinentry-tqt/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1665433941
+SHA256 (pinentry-1.2.1.tar.bz2) = 457a185e5a85238fb945a955dc6352ab962dc8b48720b62fc9fa48c7540a4067
+SIZE (pinentry-1.2.1.tar.bz2) = 547698
diff --git a/freebsd/dependencies/pinentry-tqt/files/patch-secmem_secmem.c b/freebsd/dependencies/pinentry-tqt/files/patch-secmem_secmem.c
new file mode 100644
index 000000000..a21d0ba22
--- /dev/null
+++ b/freebsd/dependencies/pinentry-tqt/files/patch-secmem_secmem.c
@@ -0,0 +1,11 @@
+--- secmem/secmem.c.orig 2016-04-14 14:39:51 UTC
++++ secmem/secmem.c
+@@ -88,7 +88,7 @@ log_fatal(char *template, ...)
+ # define MAP_ANONYMOUS MAP_ANON
+ #endif
+
+-#define DEFAULT_POOLSIZE 16384
++#define DEFAULT_POOLSIZE 16384*4
+
+ typedef struct memblock_struct MEMBLOCK;
+ struct memblock_struct {
diff --git a/freebsd/dependencies/pinentry-tqt/pkg-descr b/freebsd/dependencies/pinentry-tqt/pkg-descr
new file mode 100644
index 000000000..a78058117
--- /dev/null
+++ b/freebsd/dependencies/pinentry-tqt/pkg-descr
@@ -0,0 +1,4 @@
+This is a collection of simple PIN or passphrase entry dialogs which
+utilize the Assuan protocol as described by the aegypten project.
+
+WWW: http://www.gnupg.org/aegypten2