mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
4d313e4841
- 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.
11 lines
343 B
Plaintext
11 lines
343 B
Plaintext
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%%
|