summaryrefslogtreecommitdiff
path: root/security/pinentry-qt
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2010-02-07 15:36:58 +0000
committerdrochner <drochner@pkgsrc.org>2010-02-07 15:36:58 +0000
commit3ef73591a9f92aaaaf96b1b3ca6a5981cb28476b (patch)
treecec37baff0bbabf37f5799e6c3826110b50ad527 /security/pinentry-qt
parent6d2b93c2f39dafabd7024ff27b2160357ee7639b (diff)
downloadpkgsrc-3ef73591a9f92aaaaf96b1b3ca6a5981cb28476b.tar.gz
put the pinentry variants which depend on a toolkit into seperate
pkgs rather than having their build controlled by options (no change in the default case)
Diffstat (limited to 'security/pinentry-qt')
-rw-r--r--security/pinentry-qt/DESCR4
-rw-r--r--security/pinentry-qt/Makefile39
-rw-r--r--security/pinentry-qt/PLIST2
-rw-r--r--security/pinentry-qt/distinfo5
4 files changed, 50 insertions, 0 deletions
diff --git a/security/pinentry-qt/DESCR b/security/pinentry-qt/DESCR
new file mode 100644
index 00000000000..eca2e9c1210
--- /dev/null
+++ b/security/pinentry-qt/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.
+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
new file mode 100644
index 00000000000..1326dbb0a4c
--- /dev/null
+++ b/security/pinentry-qt/Makefile
@@ -0,0 +1,39 @@
+# $NetBSD: Makefile,v 1.1 2010/02/07 15:36:58 drochner Exp $
+#
+
+DISTNAME= pinentry-0.7.6
+PKGNAME= pinentry-qt-0.7.6
+CATEGORIES= security
+MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/pinentry/
+
+MAINTAINER= shannonjr@NetBSD.org
+HOMEPAGE= ftp://ftp.gnupg.org/gcrypt/pinentry/
+COMMENT= Applications for entering PINs or Passphrases
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --with-libiconv-prefix=${BUILDLINK_PREFIX.iconv}
+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
+INFO_FILES= yes
+
+INSTALL_DIRS= qt
+
+BUILDLINK_API_DEPENDS.libgpg-error+= libgpg-error>=1.0.0
+.include "../../x11/qt3-libs/buildlink3.mk"
+.include "../../converters/libiconv/buildlink3.mk"
+#.include "../../security/libgpg-error/buildlink3.mk"
+#.include "../../security/libksba/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/security/pinentry-qt/PLIST b/security/pinentry-qt/PLIST
new file mode 100644
index 00000000000..2ee15b44c89
--- /dev/null
+++ b/security/pinentry-qt/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2010/02/07 15:36:58 drochner Exp $
+bin/pinentry-qt
diff --git a/security/pinentry-qt/distinfo b/security/pinentry-qt/distinfo
new file mode 100644
index 00000000000..6b1c3b8928c
--- /dev/null
+++ b/security/pinentry-qt/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2010/02/07 15:36:58 drochner Exp $
+
+SHA1 (pinentry-0.7.6.tar.gz) = 0c525ce81e5589bc9a4f2eb72705bed2b3e9a8b9
+RMD160 (pinentry-0.7.6.tar.gz) = 6e69eee88b5cbb919ced79971cd4794f5e659023
+Size (pinentry-0.7.6.tar.gz) = 475101 bytes