Revision: 89349 http://trac.macports.org/changeset/89349 Author: ryandesign@macports.org Date: 2012-01-26 01:23:41 -0800 (Thu, 26 Jan 2012) Log Message: ----------- tor, tor-devel: add modeline, adjust whitespace and formatting Modified Paths: -------------- trunk/dports/security/tor/Portfile trunk/dports/security/tor-devel/Portfile Modified: trunk/dports/security/tor/Portfile =================================================================== --- trunk/dports/security/tor/Portfile 2012-01-26 08:18:42 UTC (rev 89348) +++ trunk/dports/security/tor/Portfile 2012-01-26 09:23:41 UTC (rev 89349) @@ -1,40 +1,47 @@ +# -*- 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 # $Id$ -PortSystem 1.0 +PortSystem 1.0 -name tor -version 0.2.2.34 -revision 1 -categories security -license BSD -maintainers nomaintainer -description anonymizing overlay network for TCP -long_description \ - Tor provides a distributed network of servers \ - (onion routers). Users bounce their TCP streams \ - (web traffic, FTP, SSH, etc.) around the \ - routers. This makes it hard for recipients, \ - observers, and even the onion routers \ - themselves to track the source of the stream. -platforms darwin -homepage https://www.torproject.org/ -master_sites ${homepage}dist/ +name tor +version 0.2.2.34 +revision 1 +categories security +platforms darwin +maintainers nomaintainer +license BSD -checksums rmd160 3cbf6f00ab88010ed2f916526c4acef9a8514c37\ - sha256 a027a535b35e5f9ca7091e4c83a06b4be48f0f95d6906bdd467ccc0659e7e798 +description anonymizing overlay network for TCP -patchfiles patch-contrib__torify.in.diff +long_description Tor provides a distributed network of servers \ + (onion routers). Users bounce their TCP streams \ + (web traffic, FTP, SSH, etc.) around the \ + routers. This makes it hard for recipients, \ + observers, and even the onion routers \ + themselves to track the source of the stream. -depends_lib port:libevent port:openssl port:zlib -configure.args --mandir=${prefix}/share/man +homepage https://www.torproject.org/ +master_sites ${homepage}dist/ +checksums rmd160 3cbf6f00ab88010ed2f916526c4acef9a8514c37 \ + sha256 a027a535b35e5f9ca7091e4c83a06b4be48f0f95d6906bdd467ccc0659e7e798 + +patchfiles patch-contrib__torify.in.diff + +depends_lib port:libevent \ + port:openssl \ + port:zlib + +configure.args --mandir=${prefix}/share/man + +test.run yes +test.target check + post-destroot { - set tsocksconf ${destroot}${prefix}/etc/tor/tor-tsocks.conf + set tsocksconf ${destroot}${prefix}/etc/tor/tor-tsocks.conf move ${tsocksconf} ${tsocksconf}.sample } -test.run yes -test.target check -livecheck.type regex -livecheck.url ${master_sites}?C=M\;O=D -livecheck.regex [suffix tor-(\\d+\\.\\d+\\.\\d+\\.\\d+)] +livecheck.type regex +livecheck.url ${master_sites}?C=M\;O=D +livecheck.regex [suffix tor-(\\d+\\.\\d+\\.\\d+\\.\\d+)] Modified: trunk/dports/security/tor-devel/Portfile =================================================================== --- trunk/dports/security/tor-devel/Portfile 2012-01-26 08:18:42 UTC (rev 89348) +++ trunk/dports/security/tor-devel/Portfile 2012-01-26 09:23:41 UTC (rev 89349) @@ -1,43 +1,50 @@ +# -*- 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 # $Id$ -PortSystem 1.0 +PortSystem 1.0 -name tor-devel -version 0.2.3.6-alpha -categories security -maintainers nomaintainer -description anonymizing overlay network for TCP -long_description \ - Tor provides a distributed network of servers \ - (onion routers). Users bounce their TCP streams \ - (web traffic, FTP, SSH, etc.) around the \ - routers. This makes it hard for recipients, \ - observers, and even the onion routers \ - themselves to track the source of the stream. -homepage http://www.torproject.org/ -platforms darwin -master_sites ${homepage}dist/ -distname tor-${version} +name tor-devel +version 0.2.3.6-alpha +categories security +platforms darwin +maintainers nomaintainer -checksums md5 76fe94aff7f39a17391c6e870b6e7ced\ - sha1 b761fe79a90c58c445980d0d31a68e025d742b69\ - rmd160 0121f76d6c9d0b55ec39d7d182f4dc4a34af3517 +description anonymizing overlay network for TCP -patchfiles patch-contrib__torify.in.diff +long_description Tor provides a distributed network of servers \ + (onion routers). Users bounce their TCP streams \ + (web traffic, FTP, SSH, etc.) around the \ + routers. This makes it hard for recipients, \ + observers, and even the onion routers \ + themselves to track the source of the stream. -depends_lib port:libevent port:openssl port:zlib -configure.args --with-libevent-dir=${prefix} \ - --with-openssl-dir=${prefix} \ - --with-zlib-dir=${prefix} \ - --disable-asciidoc +homepage http://www.torproject.org/ +master_sites ${homepage}dist/ +distname tor-${version} +checksums md5 76fe94aff7f39a17391c6e870b6e7ced \ + sha1 b761fe79a90c58c445980d0d31a68e025d742b69 \ + rmd160 0121f76d6c9d0b55ec39d7d182f4dc4a34af3517 + +patchfiles patch-contrib__torify.in.diff + +depends_lib port:libevent \ + port:openssl \ + port:zlib + +configure.args --with-libevent-dir=${prefix} \ + --with-openssl-dir=${prefix} \ + --with-zlib-dir=${prefix} \ + --disable-asciidoc + +test.run yes +test.target check + post-destroot { - set tsocksconf ${destroot}${prefix}/etc/tor/tor-tsocks.conf + set tsocksconf ${destroot}${prefix}/etc/tor/tor-tsocks.conf move ${tsocksconf} ${tsocksconf}.sample } -test.run yes -test.target check -livecheck.type regex -livecheck.url ${master_sites}?C=M\;O=D -livecheck.regex [suffix tor-(\\d+\\.\\d+\\.\\d+\\.\\d+(-alpha|-beta|-rc)?)] +livecheck.type regex +livecheck.url ${master_sites}?C=M\;O=D +livecheck.regex [suffix tor-(\\d+\\.\\d+\\.\\d+\\.\\d+(-alpha|-beta|-rc)?)]
participants (1)
-
ryandesign@macports.org