1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name dns2tcp |
---|
5 | version 0.4 |
---|
6 | revision 1 |
---|
7 | categories net |
---|
8 | maintainers ralf@coderpunks.org |
---|
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} |
---|
20 | checksums md5 221f557b069560e3a466cd94de7d8415 |
---|
21 | |
---|
22 | configure.args --mandir=${prefix}/share/man |
---|
23 | |
---|
24 | #destroot.destdir install_prefix=${destroot} |
---|