---
name: micro_proxy
version: 20021030
origin: net/micro_proxy
comment: Really small HTTP/HTTPS proxy
arch: freebsd:9:x86:64
www: http://www.acme.com/software/micro_proxy/
maintainer: ehaupt@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 13846
desc: |
  Microproxy is a very small Unix-based HTTP/HTTPS proxy. It runs from inetd,
  which means its performance is poor. But for low-traffic sites, it's quite
  adequate.

  It implements all the basic features of an HTTP/HTTPS proxy, including IPv6
  forwarding, in only 320 lines of code.

  WWW: http://www.acme.com/software/micro_proxy/
categories: [net]
files:
  /usr/local/libexec/micro_proxy: 3ab33f45578e4d85f581269184784e0d197d64925856a19695200e91327b94ca
  /usr/local/man/man8/micro_proxy.8.gz: bc1ec75a9d009139310bec58aff370719895c53bc918bfc1c2be98eb094e23c5
scripts:
  deinstall: |
    #!/bin/sh
    #
    # $FreeBSD: net/micro_proxy/pkg-deinstall 300897 2012-07-14 14:29:18Z beat $
    #

    case $2 in
    POST-DEINSTALL)
    cat << "EOF"
    ===============================================================================
    Micro_proxy has been successfully deinstalled. If you ran it with inetd(8) make
    sure you remove all the manual configuration.
    ===============================================================================
    EOF
    ;;
    esac
message: "===============================================================================\n\nMicro_proxy
  has been successfully installed. If you want to run micro_proxy\nwith inetd add\n\n
  \ webproxy        8080/tcp\n\nto services(5), \n\n  webproxy  stream  tcp  nowait
  \ nobody  /usr/local/libexec/micro_proxy -R 10000  micro_proxy\n\nto inetd.conf(5),\n\n
  \ inetd_enable=\"YES\"\n\nto rc.conf(5) and restart inetd(8). See micro_proxy(8)
  for more information. \n\n===============================================================================\n"
