---
name: tinyproxy
version: 1.8.3,1
origin: www/tinyproxy
comment: A small, efficient HTTP proxy server
arch: freebsd:9:x86:64
www: https://banu.com/tinyproxy/
maintainer: marquis@roble.com
prefix: /usr/local
licenselogic: single
licenses: [GPLv2]
flatsize: 109852
desc: "tinyproxy is a GPLed, lightweight HTTP proxy. Designed from the ground up to
  be \nfast and yet small, it is an ideal solution for sites where a full-featured
  \nHTTP proxy is required, but the system resources required to run a more \ndemanding
  HTTP proxy are unavailable. tinyproxy is fully compatible with all\nexisting web
  browsers, and has a number of useful features including\nanonymous mode.\n\nNote
  that tinyproxy requires configuration to run in anonymizing\nmode. See tinyproxy.conf.sample
  for detail.\n\nWWW: https://banu.com/tinyproxy/\n"
categories: [www]
options: {REVERSE: off, TRANSPARENT: off, XHEADER: off}
files:
  /usr/local/etc/rc.d/tinyproxy: 86ed2a0d3c45e5198f12560e7626869fe9c2ca17f6d612f2a2899e69bd065ff2
  /usr/local/etc/tinyproxy.conf.sample: 88be1b5fd34c74b549d635ad4a457c70d0728bfc489534b3be06feb709c24995
  /usr/local/man/man5/tinyproxy.conf.5.gz: e230900310efd5e2937b6b65bbd7215985fdfba3c349f14374f691fc10bb6ee9
  /usr/local/man/man8/tinyproxy.8.gz: 489915a7d6b12eb02e3c98d10c67fefe05a4330859c66d7bbd8aa03da3f600e5
  /usr/local/sbin/tinyproxy: 039b6f2d09db9d3dfd648dc588cac792f02818e2e2bf843339f0c565de9fac9a
  /usr/local/share/licenses/tinyproxy-1.8.3,1/GPLv2: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6
  /usr/local/share/licenses/tinyproxy-1.8.3,1/LICENSE: 7e1394d03c5f275a402fe721ff1d1349449ea8602b52af954c76463afcdb6ef7
  /usr/local/share/licenses/tinyproxy-1.8.3,1/catalog.mk: 253d17dee25ef4591cd69e9be0091f01f975e06a04d4e8c5ca950aedca28255d
  /usr/local/share/tinyproxy/debug.html: 77607514a68ab1a2c208abf217d72f1fb7e6bba9f3ae004734a1a49eeb7af05e
  /usr/local/share/tinyproxy/default.html: 1189d36032b8e7c783b1e0efec365bcfe1eb3881b6645164e9a2eca9962dc449
  /usr/local/share/tinyproxy/stats.html: 3919ca6915cdd793bc6cd9f5ebbf9471e056e7b186c65a5c6c3b714552024a9f
directories:
  /usr/local/share/tinyproxy/: n
  /usr/local/share/licenses/tinyproxy-1.8.3,1/: n
  /usr/local/share/licenses/: y
scripts:
  post-install: |
    if [ ! -f /usr/local/etc/tinyproxy.conf ] ; then cp -p /usr/local/etc/tinyproxy.conf.sample /usr/local/etc/tinyproxy.conf; fi
    cd /usr/local
    cd /usr/local
  pre-deinstall: |
    if cmp -s /usr/local/etc/tinyproxy.conf.sample /usr/local/etc/tinyproxy.conf; then rm -f /usr/local/etc/tinyproxy.conf; fi
    cd /usr/local
    cd /usr/local
  post-deinstall: |
    cd /usr/local
    cd /usr/local
