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$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name torsocks |
---|
7 | version 1.2 |
---|
8 | categories net security |
---|
9 | platforms darwin |
---|
10 | maintainers Sami Laine yopmail.com:sami.laine |
---|
11 | description A transparent socks proxy for use with tor |
---|
12 | long_description Torsocks is an application for Linux, BSD and \ |
---|
13 | Mac OSX that allows you to use network applications \ |
---|
14 | such as ssh and irssi with Tor. Torsocks allows you \ |
---|
15 | to use most socks-friendly applications in a safe \ |
---|
16 | way with Tor. It ensures that DNS requests are \ |
---|
17 | handled safely and explicitly rejects UDP traffic \ |
---|
18 | from the application you're using. |
---|
19 | homepage http://torsocks.googlecode.com/ |
---|
20 | master_sites https://torsocks.googlecode.com/files/ |
---|
21 | checksums rmd160 eb4b16833c5f7a09424d7acb9993c6dd04f8a8d0 \ |
---|
22 | sha256 bea57d3624d723724fd1e260f0e6b2a354c0da742c023aa994c7692270d111d4 |
---|
23 | |
---|
24 | |
---|