[Midnightbsd-cvs] mports [18640] trunk/security: add tty version of pinentry

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Apr 12 00:33:32 EDT 2015


Revision: 18640
          http://svnweb.midnightbsd.org/mports/?rev=18640
Author:   laffer1
Date:     2015-04-12 00:33:31 -0400 (Sun, 12 Apr 2015)
Log Message:
-----------
add tty version of pinentry

Modified Paths:
--------------
    trunk/security/Makefile

Added Paths:
-----------
    trunk/security/pinentry-tty/
    trunk/security/pinentry-tty/Makefile

Modified: trunk/security/Makefile
===================================================================
--- trunk/security/Makefile	2015-04-12 04:32:27 UTC (rev 18639)
+++ trunk/security/Makefile	2015-04-12 04:33:31 UTC (rev 18640)
@@ -97,6 +97,7 @@
 SUBDIR += php5-mcrypt
 SUBDIR += php5-openssl
 SUBDIR += pinentry
+SUBDIR += pinentry-tty
 SUBDIR += py-paramiko
 SUBDIR += py-pycrypto
 SUBDIR += qca-ossl

Added: trunk/security/pinentry-tty/Makefile
===================================================================
--- trunk/security/pinentry-tty/Makefile	                        (rev 0)
+++ trunk/security/pinentry-tty/Makefile	2015-04-12 04:33:31 UTC (rev 18640)
@@ -0,0 +1,12 @@
+# $MidnightBSD$
+
+PORTNAME=	pinentry
+PORTREVISION=	0
+
+COMMENT=	Console version of the GnuPG password dialog
+
+PINENTRY_GUI=	tty
+
+MASTERDIR=	${.CURDIR}/../pinentry
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/security/pinentry-tty/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list