pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/pinentry Applications for entering PINs or Pa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/243779cda037
branches:  trunk
changeset: 482263:243779cda037
user:      shannonjr <shannonjr%pkgsrc.org@localhost>
date:      Sat Oct 23 13:30:10 2004 +0000

description:
Applications for entering PINs or Passphrases. Used in conjunction with
gpg-agent that's part of gnupg-devel

diffstat:

 security/pinentry/DESCR         |   3 +++
 security/pinentry/Makefile      |  41 +++++++++++++++++++++++++++++++++++++++++
 security/pinentry/PLIST         |   3 +++
 security/pinentry/buildlink3.mk |  18 ++++++++++++++++++
 security/pinentry/distinfo      |   4 ++++
 5 files changed, 69 insertions(+), 0 deletions(-)

diffs (89 lines):

diff -r 03e326511d0f -r 243779cda037 security/pinentry/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/pinentry/DESCR   Sat Oct 23 13:30:10 2004 +0000
@@ -0,0 +1,3 @@
+A module that contains various interfaces
+(qt, gtk, curses, terminal) to enter a
+PIN/passphrase. 
diff -r 03e326511d0f -r 243779cda037 security/pinentry/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/pinentry/Makefile        Sat Oct 23 13:30:10 2004 +0000
@@ -0,0 +1,41 @@
+# $NetBSD: Makefile,v 1.1 2004/10/23 13:30:10 shannonjr Exp $
+#
+
+DISTNAME=              pinentry-0.7.1
+CATEGORIES=            security
+MASTER_SITES=          ftp://ftp.gnupg.org/gcrypt/pinentry/
+
+MAINTAINER=            shannonjr%NetBSD.org@localhost
+HOMEPAGE=              ftp://ftp.gnupg.org/gcrypt/pinentry/
+COMMENT=               Applications for entering PINs or Passphrases
+
+USE_BUILDLINK3=                yes
+USE_PKGLOCALEDIR=      yes
+GNU_CONFIGURE=         yes
+USE_GNU_TOOLS+=                make
+PLIST_SRC=             ${WRKDIR}/PLIST_DYNAMIC
+
+PKG_OPTIONS_VAR=        PKG_OPTIONS.pinentry
+PKG_SUPPORTED_OPTIONS=  qt gtk
+.include "../../mk/bsd.options.mk"
+
+post-install:
+       ${CP} -f ${PKGDIR}/PLIST ${PLIST_SRC}
+.if !empty(PKG_OPTIONS:Mqt)
+       ${ECHO} "bin/pinentry-qt" >>${PLIST_SRC}
+.endif
+.if !empty(PKG_OPTIONS:Mgtk)
+       ${ECHO} "bin/pinentry-gtk" >>${PLIST_SRC}
+.endif
+
+BUILDLINK_DEPENDS.libgpg-erro>= 1.0.0
+.include "../../security/libgpg-error/buildlink3.mk"
+.include "../../security/libksba/buildlink3.mk"
+.if !empty(PKG_OPTIONS:Mqt)
+.include "../../x11/qt3-libs/buildlink3.mk"
+.endif
+.if !empty(PKG_OPTIONS:Mgtk)
+.include "../../x11/gtk/buildlink3.mk"
+.endif
+.include "../../mk/pthread.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 03e326511d0f -r 243779cda037 security/pinentry/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/pinentry/PLIST   Sat Oct 23 13:30:10 2004 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2004/10/23 13:30:10 shannonjr Exp $
+bin/pinentry-curses
+info/pinentry.info
diff -r 03e326511d0f -r 243779cda037 security/pinentry/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/pinentry/buildlink3.mk   Sat Oct 23 13:30:10 2004 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: buildlink3.mk,v 1.1 2004/10/23 13:30:10 shannonjr Exp $
+
+BUILDLINK_DEPTH:=              ${BUILDLINK_DEPTH}+
+PINENTRY_BUILDLINK3_MK:=       ${PINENTRY_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+=    pinentry
+.endif
+
+BUILDLINK_PACKAGES:=   ${BUILDLINK_PACKAGES:Npinentry}
+BUILDLINK_PACKAGES+=   pinentry
+
+.if !empty(PINENTRY_BUILDLINK3_MK:M+)
+BUILDLINK_DEPENDS.pinentry+=   pinentry>=0.7.1
+BUILDLINK_PKGSRCDIR.pinentry?= ../../security/pinentry
+.endif # PINENTRY_BUILDLINK3_MK
+
+BUILDLINK_DEPTH:=     ${BUILDLINK_DEPTH:S/+$//}
diff -r 03e326511d0f -r 243779cda037 security/pinentry/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/pinentry/distinfo        Sat Oct 23 13:30:10 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1 2004/10/23 13:30:10 shannonjr Exp $
+
+SHA1 (pinentry-0.7.1.tar.gz) = fb1a17b603a0fa234cdf3a08d0efde3f33f5926c
+Size (pinentry-0.7.1.tar.gz) = 347047 bytes



Home | Main Index | Thread Index | Old Index