Ticket #46319: Portfile

File Portfile, 1.2 KB (added by Schamschula (Marius Schamschula), 9 years ago)
Line 
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
4PortSystem          1.0
5
6name                dnscrypt-proxy
7version             1.4.2
8categories          net
9license             ISC
10maintainers         gmail.com:mschamschula openmaintainer
11description         A protocol for securing communications between a client and a DNS \
12                    resolver.
13long_description    ${description}
14homepage            http://dnscrypt.org/
15master_sites        http://download.dnscrypt.org/dnscrypt-proxy/
16
17platforms           darwin
18depends_lib         port:libsodium
19
20checksums           rmd160  4b73dc9e81b9776510b869fab8f331cdd3280649 \
21                    sha256  1d519068c30868bb60a151908f0e300a1754b234f7bc2ad1d749ad9d0d977076
22
23startupitem.create      yes
24startupitem.netchange   yes
25startupitem.executable  ${prefix}/sbin/dnscrypt-proxy --daemonize --resolver-name=opendns
26
27notes "
28You 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
32livecheck.type      regex
33livecheck.regex     ${name}-(\\d+\.\\d+.\\d)