pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security Removing pinentry-gtk and pinentry-qt. Those ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aab738292f5e
branches:  trunk
changeset: 643213:aab738292f5e
user:      mef <mef%pkgsrc.org@localhost>
date:      Fri Dec 12 15:06:51 2014 +0000

description:
Removing pinentry-gtk and pinentry-qt. Those two have been dropped by
upstream. Thanks wiz@ for advice.
-------------------------
2014-10-26  Werner Koch  <wk%gnupg.org@localhost>
        Release 0.9.0.
         (.. ommitted ..)
        Remove support form QT3 and GTK+-1.
        * configure.ac: Remove old qt and gtk+-1 support.

diffstat:

 security/Makefile              |   4 +---
 security/pinentry-gtk/DESCR    |   4 ----
 security/pinentry-gtk/Makefile |  23 -----------------------
 security/pinentry-gtk/PLIST    |   2 --
 security/pinentry-qt/DESCR     |   4 ----
 security/pinentry-qt/Makefile  |  28 ----------------------------
 security/pinentry-qt/PLIST     |   2 --
 7 files changed, 1 insertions(+), 66 deletions(-)

diffs (106 lines):

diff -r aab640c346e5 -r aab738292f5e security/Makefile
--- a/security/Makefile Fri Dec 12 15:04:16 2014 +0000
+++ b/security/Makefile Fri Dec 12 15:06:51 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.532 2014/12/05 14:48:24 imil Exp $
+# $NetBSD: Makefile,v 1.533 2014/12/12 15:06:51 mef Exp $
 #
 
 COMMENT=       Security tools
@@ -320,9 +320,7 @@
 SUBDIR+=       php-ssh2
 SUBDIR+=       php-suhosin
 SUBDIR+=       pinentry
-SUBDIR+=       pinentry-gtk
 SUBDIR+=       pinentry-gtk2
-SUBDIR+=       pinentry-qt
 SUBDIR+=       pinentry-qt4
 SUBDIR+=       pinepgp
 SUBDIR+=       pkcs11-helper
diff -r aab640c346e5 -r aab738292f5e security/pinentry-gtk/DESCR
--- a/security/pinentry-gtk/DESCR       Fri Dec 12 15:04:16 2014 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,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 GTK+ and
-QT, as well as for the console, using curses.
diff -r aab640c346e5 -r aab738292f5e security/pinentry-gtk/Makefile
--- a/security/pinentry-gtk/Makefile    Fri Dec 12 15:04:16 2014 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-# $NetBSD: Makefile,v 1.13 2014/12/10 10:24:21 mef Exp $
-#
-
-PKGNAME=               ${DISTNAME:S/pinentry-/pinentry-gtk-/}
-COMMENT=               Applications for entering PINs or Passphrases, gtk enabled
-
-.include               "../../security/pinentry/Makefile.common"
-
-CONFIGURE_ARGS+=       --enable-pinentry-gtk
-CONFIGURE_ARGS+=       --disable-pinentry-curses
-#CONFIGURE_ARGS+=      --disable-fallback-curses
-CONFIGURE_ARGS+=       --disable-pinentry-gtk2
-CONFIGURE_ARGS+=       --disable-pinentry-qt
-CONFIGURE_ARGS+=       --disable-pinentry-qt4
-
-INSTALL_DIRS=          gtk
-
-BUILDLINK_API_DEPENDS.libgpg-error+=   libgpg-error>=1.0.0
-.include "../../x11/gtk/buildlink3.mk"
-#.include "../../security/libgpg-error/buildlink3.mk"
-#.include "../../security/libksba/buildlink3.mk"
-
-.include "../../mk/bsd.pkg.mk"
diff -r aab640c346e5 -r aab738292f5e security/pinentry-gtk/PLIST
--- a/security/pinentry-gtk/PLIST       Fri Dec 12 15:04:16 2014 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2010/02/07 15:36:58 drochner Exp $
-bin/pinentry-gtk
diff -r aab640c346e5 -r aab738292f5e security/pinentry-qt/DESCR
--- a/security/pinentry-qt/DESCR        Fri Dec 12 15:04:16 2014 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,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 GTK+ and
-QT, as well as for the console, using curses.
diff -r aab640c346e5 -r aab738292f5e security/pinentry-qt/Makefile
--- a/security/pinentry-qt/Makefile     Fri Dec 12 15:04:16 2014 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,28 +0,0 @@
-# $NetBSD: Makefile,v 1.22 2014/12/10 10:24:21 mef Exp $
-#
-
-PKGNAME=               ${DISTNAME:S/pinentry-/pinentry-qt-/}
-COMMENT=               Applications for entering PINs or Passphrases, qt3 enabled
-
-.include               "../../security/pinentry/Makefile.common"
-
-CONFIGURE_ARGS+=       --enable-pinentry-qt
-CONFIGURE_ARGS+=       --with-qt-dir=${QTDIR:Q}
-CONFIGURE_ARGS+=       --with-qt-includes=${BUILDLINK_PREFIX.qt3-libs}/qt3/include
-CONFIGURE_ARGS+=       --with-qt-libraries=${BUILDLINK_PREFIX.qt3-libs}/qt3/lib
-CONFIGURE_ARGS+=       --disable-pinentry-curses
-#CONFIGURE_ARGS+=      --disable-fallback-curses
-CONFIGURE_ARGS+=       --disable-pinentry-gtk
-CONFIGURE_ARGS+=       --disable-pinentry-gtk2
-CONFIGURE_ARGS+=       --disable-pinentry-qt4
-
-USE_LANGUAGES+=                c c++
-USE_TOOLS+=            gmake
-
-INSTALL_DIRS=          qt
-
-BUILDLINK_API_DEPENDS.libgpg-error+=   libgpg-error>=1.0.0
-.include "../../x11/qt3-libs/buildlink3.mk"
-#.include "../../security/libgpg-error/buildlink3.mk"
-#.include "../../security/libksba/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r aab640c346e5 -r aab738292f5e security/pinentry-qt/PLIST
--- a/security/pinentry-qt/PLIST        Fri Dec 12 15:04:16 2014 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2010/02/07 15:36:58 drochner Exp $
-bin/pinentry-qt



Home | Main Index | Thread Index | Old Index