pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/pinentry-gnome3



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Aug 30 23:53:23 UTC 2020

Added Files:
        pkgsrc/security/pinentry-gnome3: DESCR Makefile PLIST

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/security/pinentry-gnome3/DESCR \
    pkgsrc/security/pinentry-gnome3/Makefile \
    pkgsrc/security/pinentry-gnome3/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/security/pinentry-gnome3/DESCR
diff -u /dev/null pkgsrc/security/pinentry-gnome3/DESCR:1.1
--- /dev/null   Sun Aug 30 23:53:23 2020
+++ pkgsrc/security/pinentry-gnome3/DESCR       Sun Aug 30 23:53:23 2020
@@ -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.
Index: pkgsrc/security/pinentry-gnome3/Makefile
diff -u /dev/null pkgsrc/security/pinentry-gnome3/Makefile:1.1
--- /dev/null   Sun Aug 30 23:53:23 2020
+++ pkgsrc/security/pinentry-gnome3/Makefile    Sun Aug 30 23:53:23 2020
@@ -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"
Index: pkgsrc/security/pinentry-gnome3/PLIST
diff -u /dev/null pkgsrc/security/pinentry-gnome3/PLIST:1.1
--- /dev/null   Sun Aug 30 23:53:23 2020
+++ pkgsrc/security/pinentry-gnome3/PLIST       Sun Aug 30 23:53:23 2020
@@ -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