# -*- 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 PortSystem 1.0 PortGroup github 1.0 github.setup tinyproxy tinyproxy 1.11.1 revision 0 categories net www 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. homepage https://tinyproxy.github.io github.tarball_from releases use_xz yes checksums rmd160 11b345025a7191189b70b288e81bd364baff7657 \ sha256 d66388448215d0aeb90d0afdd58ed00386fb81abc23ebac9d80e194fceb40f7c \ size 182080 depends_build-append port:asciidoc \ port:libxml2 configure.args --disable-regexcheck \ --disable-silent-rules post-destroot { xinstall -d -o nobody -g nobody ${destroot}${prefix}/var/run/tinyproxy move ${destroot}${prefix}/etc/tinyproxy/tinyproxy.conf ${destroot}${prefix}/etc/tinyproxy/tinyproxy.conf.default set docdir ${destroot}${prefix}/share/doc/${name} xinstall -d ${docdir} xinstall -m 644 -W ${worksrcpath} \ AUTHORS \ ChangeLog \ COPYING \ docs/http-error-codes.txt \ docs/http-rfcs.txt \ README \ TODO \ ${docdir} } startupitem.create yes startupitem.netchange yes startupitem.executable ${prefix}/sbin/tinyproxy -c ${prefix}/etc/tinyproxy/tinyproxy.conf -d variant reverse description {Enable reverse proxying} { configure.args-append --enable-reverse } variant transparent description {Enable transparent proxying} { configure.args-append --enable-transparent }