freebsd-ports/net/trickle/pkg-plist
Jeremy Messenger 4d313e4841 - Take the maintainship.
- Enable the recv() and send(), I am not sure why it was disabled on FreeBSD
  only but allow other OSs. It works great as I have tested it with a few
  of applications on FreeBSD 6.0 for a week. If anyone know why, please let
  me know. No respone from the author.
- Add install the trickled.conf(.default) with examples. Took from Debian with
  a bit tweak.
- Bump the PORTREVISION.
2006-05-11 17:09:01 +00:00

10 lines
343 B
Text

bin/trickle
bin/tricklectl
bin/trickled
@unexec if cmp -s %D/etc/trickled.conf %D/etc/trickled.conf.default; then rm -f %D/etc/trickled.conf; fi
etc/trickled.conf.default
@exec [ -f %B/trickled.conf ] || cp %B/%f %B/trickled.conf
lib/trickle/trickle-overload.so
%%PORTDOCS%%%%DOCSDIR%%/README
@dirrm lib/trickle
%%PORTDOCS%%@dirrm %%DOCSDIR%%