1 | # $Id: Portfile 50984 2009-05-14 21:08:43Z and.damore@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name dns2tcp |
---|
6 | version 0.5.2 |
---|
7 | categories net |
---|
8 | maintainers coderpunks.org:ralf |
---|
9 | description TCP over DNS tunnel |
---|
10 | long_description \ |
---|
11 | Dns2tcp is a tool for relaying TCP connections over DNS. There is no \ |
---|
12 | authentications nor encryption mecanisms : DNS encapsulation must be \ |
---|
13 | considered as an unsecure and anonymous transport layer. Ressources should \ |
---|
14 | be public external services like ssh, ssltunnel ... |
---|
15 | |
---|
16 | homepage http://www.hsc.fr/ressources/outils/dns2tcp/ |
---|
17 | platforms darwin |
---|
18 | |
---|
19 | master_sites ${homepage}downloads/ |
---|
20 | checksums md5 51c5dc69f5814c2936ce6832217d292d \ |
---|
21 | sha1 b1de53800bbfda6d8c6f92e2844906b1b8a54af2 \ |
---|
22 | rmd160 2838d73800013e7763195e92410a2da2a6336c24 |
---|
23 | |
---|
24 | configure.args --mandir=${prefix}/share/man |
---|