[75439] trunk/dports/net/tinyproxy/Portfile
Revision: 75439 http://trac.macports.org/changeset/75439 Author: ryandesign@macports.org Date: 2011-01-24 22:06:28 -0800 (Mon, 24 Jan 2011) Log Message: ----------- tinyproxy: whitespace Modified Paths: -------------- trunk/dports/net/tinyproxy/Portfile Modified: trunk/dports/net/tinyproxy/Portfile =================================================================== --- trunk/dports/net/tinyproxy/Portfile 2011-01-25 06:02:03 UTC (rev 75438) +++ trunk/dports/net/tinyproxy/Portfile 2011-01-25 06:06:28 UTC (rev 75439) @@ -1,22 +1,23 @@ # $Id$ -PortSystem 1.0 +PortSystem 1.0 -name tinyproxy +name tinyproxy version 1.8.2 set branch [join [lrange [split ${version} .] 0 1] .] -categories www net -platforms darwin -maintainers nomaintainer +categories www net +platforms darwin +maintainers nomaintainer license GPL-2 -description fast, lightweight HTTP proxy -long_description tinyproxy is a lightweight HTTP proxy. Designed from \ - the ground up to be fast and yet small, it is an ideal \ - solution for sites where a full-featured HTTP proxy is \ - required, but the system resources required to run a \ - more demanding HTTP proxy are unavailable. +description fast, lightweight HTTP proxy +long_description tinyproxy is a lightweight HTTP proxy. Designed from \ + the ground up to be fast and yet small, it is an ideal \ + solution for sites where a full-featured HTTP proxy is \ + required, but the system resources required to run a \ + more demanding HTTP proxy are unavailable. + homepage https://banu.com/tinyproxy/ master_sites https://banu.com/pub/${name}/${branch} @@ -30,7 +31,7 @@ configure.ldflags-append -undefined error configure.args --disable-regexcheck -post-destroot { +post-destroot { xinstall -d -o nobody -g nobody ${destroot}${prefix}/var/run/tinyproxy move ${destroot}${prefix}/etc/tinyproxy.conf ${destroot}${prefix}/etc/tinyproxy.conf.default
participants (1)
-
ryandesign@macports.org