17 | | homepage http://tinyproxy.sourceforge.net |
18 | | master_sites sourceforge freebsd |
19 | | checksums md5 bd14d029b12621bcfd7ee71b2f4893da |
20 | | patchfiles patch-tinyproxy.conf.diff |
| 17 | homepage https://banu.com/tinyproxy/ |
| 18 | set branch [join [lrange [split ${version} .] 0 1] .] |
| 19 | master_sites https://banu.com/pub/${name}/${branch} |
| 20 | #git.url git://banu.com/tinyproxy.git |
| 21 | checksums md5 7066f8192ba1307f79b363f60968e552 \ |
| 22 | sha1 9ac7977b0f385ef0a48d40a7aac9396e4cd8820f \ |
| 23 | rmd160 f468b6ce1bc38127a84c58bfacdd3e90e777388d |
| 24 | livecheck.type regex |
| 25 | livecheck.url ${master_sites} |
| 26 | livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)" |
| 27 | patchfiles patch-configure.diff |
| 28 | configure.ldflags-append "-undefined error" |
| 29 | configure.args --disable-regexcheck |
| 30 | depends_build-append port:asciidoc |
| 31 | startupitem.create yes |
| 32 | startupitem.netchange yes |
| 33 | startupitem.executable ${prefix}/sbin/tinyproxy -c ${prefix}/tinyproxy.conf -d |
29 | | file mkdir ${destroot}${prefix}/share/doc/${name} |
30 | | file copy ${worksrcpath}/AUTHORS ${worksrcpath}/COPYING \ |
31 | | ${worksrcpath}/doc/filter-howto.txt ${worksrcpath}/INSTALL \ |
32 | | ${worksrcpath}/NEWS ${worksrcpath}/README ${worksrcpath}/TODO \ |
33 | | ${worksrcpath}/doc/RFC_INFO ${worksrcpath}/ChangeLog \ |
34 | | ${destroot}${prefix}/share/doc/${name} |
| 38 | xinstall -d -o nobody -g nobody ${destroot}${prefix}/var/run/tinyproxy |
| 39 | set docdir ${destroot}${prefix}/share/doc/${name} |
| 40 | xinstall -d ${docdir} |
| 41 | xinstall -m 644 -W ${worksrcpath} \ |
| 42 | AUTHORS \ |
| 43 | COPYING \ |
| 44 | docs/filter-howto.txt \ |
| 45 | INSTALL \ |
| 46 | README \ |
| 47 | TODO \ |
| 48 | docs/http-error-codes.txt \ |
| 49 | docs/http-rfcs.txt \ |
| 50 | ChangeLog \ |
| 51 | ${docdir} |