Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/pinentry-gnome3 security/pinentry-gnome3: imp...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2e1530f57b0f
branches: trunk
changeset: 437755:2e1530f57b0f
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Aug 30 23:53:23 2020 +0000
description:
security/pinentry-gnome3: import pinentry-gnome3-1.1.0
This is a collection of simple PIN or passphrase entry dialogs which
utilize the Assuan protocol as described by the aegypten project.
It provides programs for several graphical toolkits, such as FLTK,
GTK+ and QT, as well as for the console, using curses.
This package contains the GNOME 3 frontend.
diffstat:
security/pinentry-gnome3/DESCR | 6 ++++++
security/pinentry-gnome3/Makefile | 21 +++++++++++++++++++++
security/pinentry-gnome3/PLIST | 2 ++
3 files changed, 29 insertions(+), 0 deletions(-)
diffs (41 lines):
diff -r 69e426fde788 -r 2e1530f57b0f security/pinentry-gnome3/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/pinentry-gnome3/DESCR Sun Aug 30 23:53:23 2020 +0000
@@ -0,0 +1,6 @@
+This is a collection of simple PIN or passphrase entry dialogs which
+utilize the Assuan protocol as described by the aegypten project.
+It provides programs for several graphical toolkits, such as FLTK,
+GTK+ and QT, as well as for the console, using curses.
+
+This package contains the GNOME 3 frontend.
diff -r 69e426fde788 -r 2e1530f57b0f security/pinentry-gnome3/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/pinentry-gnome3/Makefile Sun Aug 30 23:53:23 2020 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2020/08/30 23:53:23 wiz Exp $
+
+PKGNAME= ${DISTNAME:S/pinentry-/pinentry-gnome3-/}
+COMMENT= Applications for entering PINs or Passphrases, GNOME 3 enabled
+
+.include "../../security/pinentry/Makefile.common"
+
+USE_TOOLS+= pkg-config
+CONFIGURE_ARGS+= --disable-pinentry-gtk2
+CONFIGURE_ARGS+= --disable-pinentry-qt
+CONFIGURE_ARGS+= --disable-pinentry-curses
+CONFIGURE_ARGS+= --disable-pinentry-emacs
+#CONFIGURE_ARGS+= --disable-fallback-curses
+CONFIGURE_ARGS+= --enable-pinentry-gnome3
+CONFIGURE_ARGS+= --disable-pinentry-fltk
+CONFIGURE_ARGS+= --disable-libsecret
+
+INSTALL_DIRS= gnome3
+
+.include "../../security/gcr/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 69e426fde788 -r 2e1530f57b0f security/pinentry-gnome3/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/pinentry-gnome3/PLIST Sun Aug 30 23:53:23 2020 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2020/08/30 23:53:23 wiz Exp $
+bin/pinentry-gnome3
Home |
Main Index |
Thread Index |
Old Index