aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/deluge-cli
Commit message (Collapse)AuthorAgeFilesLines
* net-p2p/deluge-cli: bump PORTREVISIONRuslan Makhmatkhanov2021-06-161-1/+1
| | | | It was forgotten in previous commit.
* net-p2p/deluge-cli: fix runtime of deluge-webRuslan Makhmatkhanov2021-06-161-0/+14
| | | | | | | Add upstream patch to fix runtime of deluge-web with python3.8 PR: 256484 Reported by: jordy@jvwdev.nl
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-062-4/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* net-p2p/deluge-cli: add upstream patchRuslan Makhmatkhanov2020-11-162-1/+14
| | | | | | | | | | | | Add patch for: https://dev.deluge-torrent.org/ticket/3337 It fixes list of listen hosts:ports parsing. Reported by: Daniel O'Connor <darius@dons.net.au> (by email) Notes: svn path=/head/; revision=555454
* net-p2p/deluge-cli: bump PORTREVISION to attract package cluster attentionRuslan Makhmatkhanov2020-04-241-0/+1
| | | | Notes: svn path=/head/; revision=532739
* net-p2p/deluge-cli: revert pillow dependency stringRuslan Makhmatkhanov2020-04-231-1/+1
| | | | | | | | Bring back PY_PILLOW shortcut, that was accidentialy reverted in last update. Notes: svn path=/head/; revision=532645
* net-p2p/deluge-cli: remove forgotten patchRuslan Makhmatkhanov2020-04-231-20/+0
| | | | | | | Reported by: tj <tj@mrsk.me> Notes: svn path=/head/; revision=532643
* net-p2p/deluge: update to 2.0.3Ruslan Makhmatkhanov2020-04-227-81/+90
| | | | | | | | | | | | | | | | | | | | 2.0 release notes: https://deluge.readthedocs.io/en/latest/releases/2.0.html 2.0.3 changelog: https://deluge.readthedocs.io/en/latest/changelog.html This update includes migrating to python3/gtk3 stack and some extra stability fixes from upstream repository, not yet released. The port still need rc-scripts to be adjusted to run in headless mode out of the box, but user may just toggle "Auto-connect to selected daemon" and "Auto-start localhost daemon" or click "Start daemon" button in connection manager window to make things happen. This (rc-scripts update) would be done later when time permits. PR: 241202 Reported by: many Notes: svn path=/head/; revision=532483
* Convert the tree to use PY_PILLOWAntoine Brodin2020-03-241-1/+1
| | | | | | | | With hat: portmgr Originally submitted by: kai Notes: svn path=/head/; revision=529063
* Remove net-p2p/py-libtorrent-rasterbar11 because ↵Yuri Victorovich2020-03-081-1/+1
| | | | | | | net-p2p/py-libtorrent-rasterbar is now fixed Notes: svn path=/head/; revision=528051
* graphics/py-pillow: Update to 7.0.0Kai Knoblich2020-02-241-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Repo-Copy the Pillow 6.2.2 release to graphics/py-pillow6 to retain backwards compatibility for Python 2 consumers as the Pillow 7.0.0 release dropped the support for Python 2. * Apply conditional statements to use either Pillow 7.x or Pillow 6.x for consumers that can be built for Python 2 or newer. * Exceptions are ports that can be built only for either Python 2 or Python 3. For the first case, consumers are just assigned to the repo-copied graphics/py-pillow6. * Also remove Pillow from BUILD_DEPENDS of math/py-PyWavelets as it is not listed in setup.py as a build dependency [1] and relax the version requirements of Pillow for www/py-wagtail. Release Notes: * https://pillow.readthedocs.io/en/latest/releasenotes/index.html Backward Incompatible Changes (7.0.0): * https://pillow.readthedocs.io/en/latest/releasenotes/7.0.0.html#backwards-incompatible-changes Detailed Changelog: * https://github.com/python-pillow/Pillow/blob/7.0.0/CHANGES.rst PR: 243665 Submitted by: sunpoet (patch for 7.0.0 and repo-copied version) Reviewed by: koobs [1], sunpoet Approved by: koobs (maintainer) Differential Revision: https://reviews.freebsd.org/D23713 Notes: svn path=/head/; revision=526962
* Clean up USESAntoine Brodin2020-02-191-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=526520
* Create forks of ports net-p2p/libtorrent-rasterbar and ↵Yuri Victorovich2020-02-011-2/+2
| | | | | | | | | | | net-p2p/py-libtorrent-rasterbar to unbreak net-p2p/deluge-cli net-p2p/deluge-cli is broken with the latest version of libtorrent-rasterbar. MFH: 2020Q1 Notes: svn path=/head/; revision=524758
* net-p2p/deluge-cli: fix deluged rc-scriptRuslan Makhmatkhanov2019-04-232-2/+6
| | | | | | | | | PR: 237389 Submitted by: Delan Azabani <delan@azabani.com> MFH: 2019Q2 Notes: svn path=/head/; revision=499737
* net-p2p/deluge-cli: correct deluge_web rc-scriptRuslan Makhmatkhanov2019-03-052-7/+11
| | | | | | | | | | | | | | From the PR: The rc.d script for deluge_web outright disrespects a user's home directory and instead tries to execute against hardcoded /home/${deluge_web_user} paths. This is invalid and dangerous behavior. When running as a user, the user's home directory must be respected. The attached patch fixes this behavior as a break-fix. PR: 234902 Submitted by: Phillip R. Jaenke <prj@rootwyrm.com> Notes: svn path=/head/; revision=494743
* Fix index (net-p2p/py-libtorrent-rasterbar users updated); Fix MOVED formatYuri Victorovich2018-10-061-2/+2
| | | | Notes: svn path=/head/; revision=481402
* net-p2p/libtorrent-rasterbar and net-p2p/libtorrent-rasterbar-python: Update ↵Yuri Victorovich2018-10-061-1/+1
| | | | | | | | | | | | | | | | | | | | 1.1.9 -> 1.1.10 Port changes for net-p2p/libtorrent-rasterbar: * Change to cmake * Add LICENSE_FILE * Add USES=compiler:c++14-lang * Remove the TEST option, add the cmake-based do-test target, but it is broken upstream Port changes for net-p2p/libtorrent-rasterbar-python: * Complete redesign, made it an individual port instead of a slave Bump 5 dependencies. Reported by: TJ <tj@mrsk.me> Notes: svn path=/head/; revision=481391
* net-p2p/deluge-cli: add dependency upon pillowRuslan Makhmatkhanov2018-09-021-2/+3
| | | | | | | | | | | This fixes icon resizing issue in web UI. Details: https://dev.deluge-torrent.org/ticket/1361 PR: 230855 Submitted by: pmlax@protonmail.com Notes: svn path=/head/; revision=478779
* - Update WWWDmitry Marakasov2018-08-231-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=477864
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-201-6/+6
| | | | | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight Notes: svn path=/head/; revision=472884
* Add PY_FLAVOR to Python module dependencies.Mathieu Arnold2018-05-221-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=470610
* net-p2p/deluge-cli: fix runtimeRuslan Makhmatkhanov2018-03-132-1/+21
| | | | | | | | | | | | Add upstream patch to fix bug with opening preferences window. This patch closing https://dev.deluge-torrent.org/ticket/3039 PR: 226443 Submitted by: Rainbow <rainbow@sanitylinux.org> MFH: 2018Q1 Notes: svn path=/head/; revision=464430
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* Regular USE_GITHUB cleanup.Mathieu Arnold2017-10-122-5/+5
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=451921
* - Add explicit dependency on security/py-service_identityCarlos J. Puga Medina2017-09-143-11/+15
| | | | | | | | | | | | | | | | - Switch to USE_GITHUB and the GH_* foo - Update WWW in pkg-descr - Bump PORTREVISION While I'm here, pet portlint, CATEGORIES appears out-of-order and USE_* comes before USES. PR: 221940 Submitted by: xmj Approved by: rm (maintainer timeout, 2 weeks) Notes: svn path=/head/; revision=449856
* Update RUN_DEPENDS: use newer twistedSunpoet Po-Chuan Hsieh2017-08-201-2/+4
| | | | | | | | | | | - Bump PORTREVISION for dependency change PR: 221656 Submitted by: sunpoet (myself) Approved by: rm (maintainer) Notes: svn path=/head/; revision=448418
* net-p2p/deluge: update to 1.3.15Ruslan Makhmatkhanov2017-05-132-4/+4
| | | | | | | | changelog: http://dev.deluge-torrent.org/wiki/ChangeLog#Deluge1.3.1512May2017 Notes: svn path=/head/; revision=440748
* net-p2p/deluge: update to 1.3.14Ruslan Makhmatkhanov2017-03-082-4/+4
| | | | | | | | | This is a routine bug-fix release. Changelog: http://dev.deluge-torrent.org/wiki/ChangeLog#Deluge1.3.146March2017 Notes: svn path=/head/; revision=435656
* net-p2p/deluge-cli: fix runtimeRuslan Makhmatkhanov2017-03-081-14/+0
| | | | | | | | | | | Drop local patch, that breaks runtime with libtorrent-rasterbar-python >= 1.1.2. In libtorrent 1.1.2 high_performance_seed() method returns dict, not object, so this breaks things. If I understand correctly, in newer version this dict supposed to be applied with apply_settings() method, that is missing in python binding. Not bumping PORTREVISION, because of subsequent update is comming. Notes: svn path=/head/; revision=435655
* 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