---
name: trickle
version: 1.07_2
origin: net/trickle
comment: Lightweight, portable bandwidth shaper
arch: freebsd:9:x86:64
www: http://monkey.org/~marius/trickle/
maintainer: gahr@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 92498
desc: |
  Trickle is a portable lightweight userspace bandwidth shaper.
  It can run in collaborative mode (together with trickled) or in
  stand alone mode.

  WWW: http://monkey.org/~marius/trickle/
deps:
  libevent: {origin: devel/libevent, version: 1.4.14b_2}
categories: [net]
files:
  /usr/local/bin/trickle: 4d2c3bb3b32872c3ce633999be0f8c949dfba2e6cd7bead6595409749b34779e
  /usr/local/bin/tricklectl: 28b47631bfe251967f2bbcfa730072f183155b12944c6854087639eb80f5f461
  /usr/local/bin/trickled: f33484139dc3d7633b8a1927012130e82e0f5ccdf947f9003d9c05b6cb6ffb85
  /usr/local/etc/trickled.conf.default: 4b4a7e3ecf44fd8ad69b266335195d6480c1258b77313e55f20480365e2d2d0f
  /usr/local/lib/trickle/trickle-overload.so: 5b802dbc6d26cb4f4df2d3e618ba40fd62e1bee0e1856f79beca9ec444211fc1
  /usr/local/man/man1/trickle.1.gz: 5eb37441b57ff810553bcd5c13b2774fedffe86e829b9de14db2bd6c30a32f0a
  /usr/local/man/man5/trickled.conf.5.gz: 5ecd16ffe0087bad0829e70949961535877e84b9d43701baef0ae1cbf1f62222
  /usr/local/man/man8/trickled.8.gz: a6034a72960787e69276c2a8fc77c50c4a9f7747febfd47f3c81dbdd5711aadf
  /usr/local/share/doc/trickle/README: 0e18bca1a5ad7966e4d69aa9a59cdac8e1c72e7ea0d29a42e95ccdeb7d73940a
directories:
  /usr/local/share/doc/trickle/: n
  /usr/local/lib/trickle/: n
scripts:
  post-install: |
    [ -f /usr/local/etc/trickled.conf ] || cp /usr/local/etc/trickled.conf.default /usr/local/etc/trickled.conf
    /sbin/ldconfig -m /usr/local/lib
  pre-deinstall: |
    if cmp -s /usr/local/etc/trickled.conf /usr/local/etc/trickled.conf.default; then rm -f /usr/local/etc/trickled.conf; fi
    /sbin/ldconfig -R
