mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
989772c9ac
had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues
16 lines
692 B
Plaintext
16 lines
692 B
Plaintext
Bitflu is a free BitTorrent client. The client was written in Perl and
|
|
is designed to run as a daemon (7x24h , like mlnet) on Linux, *BSD and
|
|
maybe even OSX.
|
|
* Multiple downloads
|
|
* Designed to run as a daemon/No GUI: You can connect to the client
|
|
using the telnet or HTTP interface
|
|
* Security: The client can chroot itself and drop privileges
|
|
* Bandwith shaping (currently only upload)
|
|
* Crash-Proof design: Crashes or a full filesystem will never corrupt
|
|
your downloads again :-)
|
|
* Non-Threading/(almost)Non-Forking design: All connections are handled
|
|
in non-blocking state using a dynamic select loop
|
|
|
|
Author: Adrian Ulrich <adrian@blinkenlights.ch>
|
|
WWW: http://bitflu.workaround.ch/
|