[130875] trunk/dports/net

jann at macports.org jann at macports.org
Sat Jan 3 04:30:17 PST 2015


Revision: 130875
          https://trac.macports.org/changeset/130875
Author:   jann at macports.org
Date:     2015-01-03 04:30:17 -0800 (Sat, 03 Jan 2015)
Log Message:
-----------
New port dnscrypt-proxy. #46319

Added Paths:
-----------
    trunk/dports/net/dnscrypt-proxy/
    trunk/dports/net/dnscrypt-proxy/Portfile

Added: trunk/dports/net/dnscrypt-proxy/Portfile
===================================================================
--- trunk/dports/net/dnscrypt-proxy/Portfile	                        (rev 0)
+++ trunk/dports/net/dnscrypt-proxy/Portfile	2015-01-03 12:30:17 UTC (rev 130875)
@@ -0,0 +1,33 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+
+name                dnscrypt-proxy
+version             1.4.2
+categories          net
+license             ISC
+maintainers         gmail.com:mschamschula openmaintainer
+description         A protocol for securing communications between a client and a DNS \
+                    resolver.
+long_description    ${description}
+homepage            http://dnscrypt.org/
+master_sites        http://download.dnscrypt.org/dnscrypt-proxy/
+
+platforms           darwin
+depends_lib         port:libsodium
+
+checksums           rmd160  4b73dc9e81b9776510b869fab8f331cdd3280649 \
+                    sha256  1d519068c30868bb60a151908f0e300a1754b234f7bc2ad1d749ad9d0d977076
+
+startupitem.create      yes
+startupitem.netchange   yes
+startupitem.executable  ${prefix}/sbin/dnscrypt-proxy --daemonize --resolver-name=opendns
+
+notes "
+You need to update your DNS server settings to point to 127.0.0.1
+(in the Network Preference Pane -> Advanced... -> DNS tab)
+"
+
+livecheck.type      regex
+livecheck.regex     ${name}-(\\d+\.\\d+.\\d)


Property changes on: trunk/dports/net/dnscrypt-proxy/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/20150103/990cfadc/attachment-0001.html>


More information about the macports-changes mailing list