[128210] trunk/dports/aqua

ionic at macports.org ionic at macports.org
Sun Nov 16 09:14:20 PST 2014


Revision: 128210
          https://trac.macports.org/changeset/128210
Author:   ionic at macports.org
Date:     2014-11-16 09:14:20 -0800 (Sun, 16 Nov 2014)
Log Message:
-----------
pinentry-mac: new port.

Added Paths:
-----------
    trunk/dports/aqua/pinentry-mac/
    trunk/dports/aqua/pinentry-mac/Portfile

Added: trunk/dports/aqua/pinentry-mac/Portfile
===================================================================
--- trunk/dports/aqua/pinentry-mac/Portfile	                        (rev 0)
+++ trunk/dports/aqua/pinentry-mac/Portfile	2014-11-16 17:14:20 UTC (rev 128210)
@@ -0,0 +1,58 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem              1.0
+PortGroup               github 1.0
+PortGroup               xcode 1.0
+
+github.setup            GPGTools pinentry-mac 0.8.1 v
+revision                0
+categories              aqua security
+license                 GPL-3+
+maintainers             ionic
+platforms               macosx
+
+description             Cocoa interface for the password entry software pinentry.
+long_description        ${description} \
+                        It is based on the upstream version of pinentry, adding a \
+                        custom interface based on Cocoa for OS X look and feel.
+homepage                https://github.com/GPGTools/pinentry-mac
+
+checksums               rmd160 3cbe052b88eb2ed1e0309c2716c8672958f6c82a \
+                        sha256 43da01553740354f221eab69d9ba0843fac6d3a0455494342ab60e14425c6bed
+
+depends_build
+depends_lib
+
+platform darwin {
+    if {${os.major} < 11} {
+        ui_error    "This software utilizes ARC, which is only available on 10.7 and later."
+        error       "Unsupported operating system."
+    } else {
+        notes       "
+                     In order to actually use ${name}, you will have to set
+                     it as your pinentry program in \$HOME/.gnupg/gpg-agent.conf.
+
+                     Add the following line to the mentioned file:
+                     pinentry-program ${applications_dir}/${name}.app/Contents/MacOS/${name}
+
+
+                     Be sure to comment previous pinentry-program lines, for example:
+
+                     pinentry-program SAMPLE
+
+                     becomes
+
+                     #pinentry-program SAMPLE
+
+
+                     Afterwards, run
+                     killall -HUP gpg-agent
+
+                     or simply log out and back in again.
+                    "
+    }
+}
+
+xcode.target            ${name}
+xcode.configuration     Release


Property changes on: trunk/dports/aqua/pinentry-mac/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141116/6ff67779/attachment.html>


More information about the macports-changes mailing list