1 | # -*- 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 |
---|
2 | # $Id: Portfile $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name dnscrypt-proxy |
---|
7 | version 1.4.2 |
---|
8 | categories net |
---|
9 | license ISC |
---|
10 | maintainers gmail.com:mschamschula openmaintainer |
---|
11 | description A protocol for securing communications between a client and a DNS \ |
---|
12 | resolver. |
---|
13 | long_description ${description} |
---|
14 | homepage http://dnscrypt.org/ |
---|
15 | master_sites http://download.dnscrypt.org/dnscrypt-proxy/ |
---|
16 | |
---|
17 | platforms darwin |
---|
18 | depends_lib port:libsodium |
---|
19 | |
---|
20 | checksums rmd160 4b73dc9e81b9776510b869fab8f331cdd3280649 \ |
---|
21 | sha256 1d519068c30868bb60a151908f0e300a1754b234f7bc2ad1d749ad9d0d977076 |
---|
22 | |
---|
23 | startupitem.create yes |
---|
24 | startupitem.netchange yes |
---|
25 | startupitem.executable ${prefix}/sbin/dnscrypt-proxy --daemonize --resolver-name=opendns |
---|
26 | |
---|
27 | notes " |
---|
28 | You need to update your DNS server settings to point to 127.0.0.1 |
---|
29 | (in the Network Preference Pane -> Advanced... -> DNS tab) |
---|
30 | " |
---|
31 | |
---|
32 | livecheck.type regex |
---|
33 | livecheck.regex ${name}-(\\d+\.\\d+.\\d) |
---|