diff options
author | mef <mef> | 2014-12-12 15:06:51 +0000 |
---|---|---|
committer | mef <mef> | 2014-12-12 15:06:51 +0000 |
commit | f9c8bbc9c2a140fe1023a64f9a38ded23cd66745 (patch) | |
tree | 4b11c86a82badbb18c9f1b93188d6fb621ac5cdb /security | |
parent | 9b865cadb850f8cc3e2bee01465596b718a305b2 (diff) | |
download | pkgsrc-f9c8bbc9c2a140fe1023a64f9a38ded23cd66745.tar.gz |
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>
Release 0.9.0.
(.. ommitted ..)
Remove support form QT3 and GTK+-1.
* configure.ac: Remove old qt and gtk+-1 support.
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 4 | ||||
-rw-r--r-- | security/pinentry-gtk/DESCR | 4 | ||||
-rw-r--r-- | security/pinentry-gtk/Makefile | 23 | ||||
-rw-r--r-- | security/pinentry-gtk/PLIST | 2 | ||||
-rw-r--r-- | security/pinentry-qt/DESCR | 4 | ||||
-rw-r--r-- | security/pinentry-qt/Makefile | 28 | ||||
-rw-r--r-- | security/pinentry-qt/PLIST | 2 |
7 files changed, 1 insertions, 66 deletions
diff --git a/security/Makefile b/security/Makefile index 597945ddbdd..22cfb86896d 100644 --- a/security/Makefile +++ b/security/Makefile @@ -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-ssdeep 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 --git a/security/pinentry-gtk/DESCR b/security/pinentry-gtk/DESCR deleted file mode 100644 index eca2e9c1210..00000000000 --- a/security/pinentry-gtk/DESCR +++ /dev/null @@ -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 --git a/security/pinentry-gtk/Makefile b/security/pinentry-gtk/Makefile deleted file mode 100644 index 6a29a9d2b98..00000000000 --- a/security/pinentry-gtk/Makefile +++ /dev/null @@ -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 --git a/security/pinentry-gtk/PLIST b/security/pinentry-gtk/PLIST deleted file mode 100644 index c7cf1ac3170..00000000000 --- a/security/pinentry-gtk/PLIST +++ /dev/null @@ -1,2 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1 2010/02/07 15:36:58 drochner Exp $ -bin/pinentry-gtk diff --git a/security/pinentry-qt/DESCR b/security/pinentry-qt/DESCR deleted file mode 100644 index eca2e9c1210..00000000000 --- a/security/pinentry-qt/DESCR +++ /dev/null @@ -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 --git a/security/pinentry-qt/Makefile b/security/pinentry-qt/Makefile deleted file mode 100644 index 7497119bb02..00000000000 --- a/security/pinentry-qt/Makefile +++ /dev/null @@ -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 --git a/security/pinentry-qt/PLIST b/security/pinentry-qt/PLIST deleted file mode 100644 index 2ee15b44c89..00000000000 --- a/security/pinentry-qt/PLIST +++ /dev/null @@ -1,2 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1 2010/02/07 15:36:58 drochner Exp $ -bin/pinentry-qt |