diff options
Diffstat (limited to 'security/pinentry-gtk2')
-rw-r--r-- | security/pinentry-gtk2/DESCR | 4 | ||||
-rw-r--r-- | security/pinentry-gtk2/Makefile | 34 | ||||
-rw-r--r-- | security/pinentry-gtk2/PLIST | 2 | ||||
-rw-r--r-- | security/pinentry-gtk2/distinfo | 5 |
4 files changed, 45 insertions, 0 deletions
diff --git a/security/pinentry-gtk2/DESCR b/security/pinentry-gtk2/DESCR new file mode 100644 index 00000000000..eca2e9c1210 --- /dev/null +++ b/security/pinentry-gtk2/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-gtk2/Makefile b/security/pinentry-gtk2/Makefile new file mode 100644 index 00000000000..055fa682f1b --- /dev/null +++ b/security/pinentry-gtk2/Makefile @@ -0,0 +1,34 @@ +# $NetBSD: Makefile,v 1.1 2010/02/07 15:36:58 drochner Exp $ +# + +DISTNAME= pinentry-0.7.6 +PKGNAME= pinentry-gtk2-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-gtk2 +CONFIGURE_ARGS+= --disable-pinentry-curses +#CONFIGURE_ARGS+= --disable-fallback-curses +CONFIGURE_ARGS+= --disable-pinentry-gtk +CONFIGURE_ARGS+= --disable-pinentry-qt +CONFIGURE_ARGS+= --disable-pinentry-qt4 + +INFO_FILES= yes + +INSTALL_DIRS= gtk+-2 + +BUILDLINK_API_DEPENDS.libgpg-error+= libgpg-error>=1.0.0 +.include "../../x11/gtk2/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-gtk2/PLIST b/security/pinentry-gtk2/PLIST new file mode 100644 index 00000000000..0f1d4e0065e --- /dev/null +++ b/security/pinentry-gtk2/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2010/02/07 15:36:58 drochner Exp $ +bin/pinentry-gtk-2 diff --git a/security/pinentry-gtk2/distinfo b/security/pinentry-gtk2/distinfo new file mode 100644 index 00000000000..6b1c3b8928c --- /dev/null +++ b/security/pinentry-gtk2/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 |