aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/deluge-cli
Commit message (Collapse)AuthorAgeFilesLines
* net-p2p/deluge: split out CLI partRuslan Makhmatkhanov2016-10-268-0/+374
By popular demand split out deluge onto CLI part and GUI part to let users with headless servers or users who do not want to install all the GTK2 stuff install just deluge with minimal required dependencies. deluge-cli port was introduced, that let user to run in CLI mode and to control the queue via web-interface. This change requires all the users of net-p2p/deluge to deinstall it first and then install the required part: - net-p2p/deluge-cli if GTK2 GUI is not required - net-p2p/deluge to get the graphical client (net-p2p/deluge-cli will be installed as a dependency) Requested by: many Notes: svn path=/head/; revision=424719