Commits
Zero King authored 980602c49ed
1 1 | PortSystem 1.0 |
2 2 | |
3 3 | name dante |
4 - | version 1.4.1 |
4 + | version 1.4.2 |
5 5 | categories net |
6 6 | platforms darwin |
7 7 | license BSD |
8 8 | maintainers nomaintainer |
9 9 | |
10 10 | description A circuit-level firewall/proxy |
11 11 | |
12 12 | long_description Dante is a circuit-level firewall/proxy (socks \ |
13 13 | implemented) that can be used to provide convenient \ |
14 14 | and secure network connectivity to a wide range of \ |
17 17 | Dante can in most cases be made transparent to the \ |
18 18 | clients while offering detailed access control and \ |
19 19 | logging facilities to the server administrator. |
20 20 | |
21 21 | homepage http://www.inet.no/dante/ |
22 22 | master_sites ftp://ftp.inet.no/pub/socks/ \ |
23 23 | ftp://ftp.inet.no/pub/socks/old/ \ |
24 24 | http://sorcerer.mirrors.pair.com/mirror/ \ |
25 25 | http://dbg.download.sourcemage.org/mirror/ |
26 26 | |
27 - | checksums rmd160 b01a09375f45d226ffc564ca0d26e0285721fda3 \ |
28 - | sha256 b6d232bd6fefc87d14bf97e447e4fcdeef4b28b16b048d804b50b48f261c4f53 |
27 + | checksums rmd160 8d48b6efa0d551215943c31dc140a0dccac950b9 \ |
28 + | sha256 baa25750633a7f9f37467ee43afdf7a95c80274394eddd7dcd4e1542aa75caad |
29 29 | |
30 30 | configure.args --mandir=${prefix}/share/man \ |
31 31 | --without-gssapi \ |
32 32 | --with-socks-conf=${prefix}/etc/dante/socks.conf \ |
33 33 | --with-sockd-conf=${prefix}/etc/dante/sockd.conf \ |
34 34 | --with-pidfile=${prefix}/var/run/dante/dante.pid |
35 35 | |
36 36 | destroot.keepdirs ${destroot}${prefix}/var/run/dante/ |
37 37 | post-destroot { |
38 38 | xinstall -m 755 -d ${destroot}${prefix}/etc/dante/ |