copy. from Björn Ketelaars who tested lightly with rdiff-backup. (I checked
that duplicity still starts and confirmed it's able to load librsync/libb2
from python ok).
Deluge is a lightweight, Free Software, cross-platform BitTorrent client.
Deluge contains the common features to BitTorrent clients such as Protocol
Encryption, DHT, Local Peer Discovery (LSD), Peer Exchange (PEX), UPnP,
NAT-PMP, Proxy support, Web seeds, global and per-torrent speed limits.
Deluge has been designed to run as both a normal standalone desktop
application and as a client-server. In Thinclient mode a Deluge daemon
handles all the BitTorrent activity and is able to run on headless machines
with the user-interfaces connecting remotely from any other platform.
ok bcallah@
libtorrent(-rasterbar) is a C++ library that aims to be a good
alternative to all the other bittorrent implementations around.
The main goals of libtorrent are to be cpu efficient, memory efficient
and very easy to use.
Note that this is NOT the same library as the libtorrent package!
Based on a port by dcoppa@
Tweaks + ok bcallah@
various fixes and extra support, a particularly notable change:
"Switch off compression by default
Gzip compression has a number of bugs which need to be ironed out before
we can support it by default. Some of these stem from a misunderstanding
of the HTTP spec, but a lot of them are also due to many web servers not
being compliant with RFC 7231.
With this commit, I am marking GZip compression support as experimental
in GNU Wget pending further investigation and the addition of tests."
github homepage for now. reported by Boni Satani on ports@ (though not
switching to the commercial homepage suggested).
XXX this port needs removing or updating to the golang-based v2. any takers?
some tweaks by me.
- retire local sample SQL schemas in files/; up-to-date ones from
upstream are installed in the doc dir.
- remove "from upstream" section of files/pdns.conf; instead use
this file as a header only, catted together with upstream's up-to-date
version. add uid setting in sample config.
Also sync pkg/README with reality, add daemon_timeout=120 to the rc.d
script (since Snort can take a while to start with the current rules),
and update/regenerate patches.