Commit graph

5 commits

Author SHA1 Message Date
hauke
58f960e4c1 Update to btpd 0.16
Lose the only patch, since upstream fixed the "test ==" bashisms.
Use curl to fetch distfile from https site

From the CHANGES file:

btpd 0.16:
----------

Misc:
- Added "start all" (start -a) command.
- Allow adding multiple torrents at once.
- Custom list formatting options.
- Man pages for btpd, btcli, and btinfo.

Bug fixes:
- Handle .torrent files larger than 2MB.
- http parsing and addrinfo freeing fixes.
2011-07-22 11:30:42 +00:00
joerg
62d1ba2bac Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
obache
61eafaef34 Sort. 2008-03-06 02:57:10 +00:00
wiz
b30e272489 This uses event_once, which appeared in libevent-0.9,
so depend on at least that version. Some cleanups while here.
2006-02-22 22:09:44 +00:00
rillig
6ed73739cb Imported btpd from PR 21821.
btpd is a bittorrent client consisting of a daemon and client commands,
which can be used to read and/or manipulate the daemon state. The daemon
is capable of running several torrents simultaneously and only uses one
tcp port. It's fairly low on resource usage and should be perfect for a
torrent distribution site. Efficient downloads and ease of use makes this
client a good choice for the casual user as well.

Packaged by Richard Nyberg.
2006-02-14 00:49:23 +00:00