---
name: ffproxy
version: 1.6
origin: www/ffproxy
comment: Filtering HTTP proxy server
arch: freebsd:9:x86:64
www: http://ffproxy.sourceforge.net
maintainer: ports@FreeBSD.org
prefix: /usr/local
licenselogic: single
licenses: [GPLv2]
flatsize: 81311
desc: |
  ffproxy is a filtering HTTP proxy server. It is able to filter
  by host, URL, and header. Custom header entries can be filtered
  and added. It can even drop its privileges and optionally
  chroot() to some directory. Logging to syslog() is supported,
  as is using another auxiliary proxy server. Contacting IPv6
  servers is supported and allows transparent IPv6 over IPv4
  browsing.

  WWW: http://ffproxy.sourceforge.net
categories: [www]
files:
  /usr/local/bin/ffproxy: 6204a291d6ac8d1b0e18624b2f7ea043dcc91f6e988fbb90ba94755f9685f72d
  /usr/local/etc/ffproxy.conf.sample: f329a646188b97cfbd6edc478728e23d72271351a85d144a088c493ac22e1be8
  /usr/local/man/man5/ffproxy.conf.5.gz: 9cc9ba2b0802051af29e39e77dbff7b0223f3f30ff098988d591d4712409c26d
  /usr/local/man/man7/ffproxy.quick.7.gz: e7bde071fe0f2ac05cdae16f55cd5fd1f9275a741cd88f0d85dd35902e88e71c
  /usr/local/man/man8/ffproxy.8.gz: 920177427c01ec5b2d7dee2c81c5b3c30d388d174b3d61468677ef3a60a49e68
  /usr/local/share/ffproxy/db/access.dyndns: 17e57fa8a0856987219639fba4fa613e933cb0b7f786ea595d69f3e1979f3283
  /usr/local/share/ffproxy/db/access.host: 730152d1a8a82f133555cc2fd417439023766a48b585fb127afd3c006b904c83
  /usr/local/share/ffproxy/db/access.ip: b0ee37fcbe5c0d3de8b2e160075fb7f197a7beddf7b4d702716934b3434a188e
  /usr/local/share/ffproxy/db/filter.header.add: 21944e57a45f888c4936039bdfff581dc3052627fd7559a6a061a1c132bfc70b
  /usr/local/share/ffproxy/db/filter.header.drop: 101e4835bb4cea0409a0e046c8a4bc4426e352b220a3dbb175922988ee778d2d
  /usr/local/share/ffproxy/db/filter.header.entry: f8b17d201a849c6637265020a20c21a5217756c265790ed021354929f2945f97
  /usr/local/share/ffproxy/db/filter.header.match: 82b9b09f814db6ace01b8da54856610dd3393ee2a628c1ccd52aa03d5c1feb6d
  /usr/local/share/ffproxy/db/filter.host.match: 21243d569dd254cff79306fba7e0f50cb7955c0083ead3b6effbf0ce690b1f05
  /usr/local/share/ffproxy/db/filter.rheader.drop: 91b13c3fc1fc3b6655f34cbba6b8c29ca986776d6e5931139957809599955cc2
  /usr/local/share/ffproxy/db/filter.rheader.entry: d70845c99e79b2a3c00aa6c227a4840eda78a46fe14b976bcba47e8e844c62fd
  /usr/local/share/ffproxy/db/filter.rheader.match: 27ce694a0023f4824885d2c00e19a2c7596e92d868de13065ac1b7e7c531c875
  /usr/local/share/ffproxy/db/filter.url.match: b45e13746d68281af1a54f572cefd730f29bc21bfe46cc0ad616342a3b54ce91
  /usr/local/share/ffproxy/html/connect: 7b0fc02c10e09c967b3391e380bd8a8c17802e99dd96fd4fa0a6d2864f4b486f
  /usr/local/share/ffproxy/html/filtered: 8340f9235a3c8750bd99e71a46022e9faec3a510d97690574ff99607e5bca535
  /usr/local/share/ffproxy/html/invalid: 5a163646338a4789618e2e260a583da2207372ac9476d758593fcf684a425a66
  /usr/local/share/ffproxy/html/post: bac1ad6a7e905d3ae241d0269e9b35ec717acdb06f91ff3c0008dee34530e513
  /usr/local/share/ffproxy/html/resolve: 26d18fa56bb33b54454807d51423700b915f67aca27acc54bcfcef5811230bba
  /usr/local/share/ffproxy/sample.config: f329a646188b97cfbd6edc478728e23d72271351a85d144a088c493ac22e1be8
  /usr/local/share/licenses/ffproxy-1.6/GPLv2: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643
  /usr/local/share/licenses/ffproxy-1.6/LICENSE: 7e1394d03c5f275a402fe721ff1d1349449ea8602b52af954c76463afcdb6ef7
  /usr/local/share/licenses/ffproxy-1.6/catalog.mk: bec5f84f5aa049c73912a1256780f216c5c24fa7a5d0a7a6d78eaec76fab07f2
directories:
  /usr/local/share/licenses/ffproxy-1.6/: n
  /usr/local/share/licenses/: y
  /usr/local/share/ffproxy/html/: n
  /usr/local/share/ffproxy/db/: n
  /usr/local/share/ffproxy/: n
scripts:
  post-install: |
    [ -f /usr/local/etc/ffproxy.conf ] || cp /usr/local/etc/ffproxy.conf.sample /usr/local/etc/ffproxy.conf
    cd /usr/local
  pre-deinstall: |
    if cmp -s /usr/local/etc/ffproxy.conf.sample /usr/local/etc/ffproxy.conf; then rm -f /usr/local/etc/ffproxy.conf; fi
    cd /usr/local
  post-deinstall: |
    cd /usr/local
