Commits
Ryan Schmidt authored 977d87a49c7
1 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 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup github 1.0 |
5 5 | |
6 6 | github.setup tinyproxy tinyproxy 1.8.4 |
7 + | revision 1 |
7 8 | categories net www |
8 9 | platforms darwin |
9 10 | maintainers nomaintainer |
10 11 | license GPL-2+ |
11 12 | |
12 13 | description fast, lightweight HTTP proxy |
13 14 | |
14 15 | long_description tinyproxy is a lightweight HTTP proxy. Designed from \ |
15 16 | the ground up to be fast and yet small, it is an ideal \ |
16 17 | solution for sites where a full-featured HTTP proxy is \ |
46 47 | docs/filter-howto.txt \ |
47 48 | docs/http-error-codes.txt \ |
48 49 | docs/http-rfcs.txt \ |
49 50 | README \ |
50 51 | TODO \ |
51 52 | ${docdir} |
52 53 | } |
53 54 | |
54 55 | startupitem.create yes |
55 56 | startupitem.netchange yes |
56 - | startupitem.executable ${prefix}/sbin/tinyproxy -c ${prefix}/tinyproxy.conf -d |
57 + | startupitem.executable ${prefix}/sbin/tinyproxy -c ${prefix}/etc/tinyproxy.conf -d |
57 58 | |
58 59 | variant reverse description {Enable reverse proxying} { |
59 60 | configure.args-append --enable-reverse |
60 61 | } |
61 62 | |
62 63 | variant transparent description {Enable transparent proxying} { |
63 64 | configure.args-append --enable-transparent |
64 65 | } |