Port details |
- deluge Bittorrent client using Python, GTK3, and libtorrent-rasterbar
- 2.1.1_2,2 net-p2p =18 2.1.1_1,2Version of this port present on the latest quarterly branch.
- Maintainer: rm@FreeBSD.org
- Port Added: 2007-03-03 21:05:31
- Last Update: 2024-11-22 22:31:54
- Commit Hash: 32a55d2
- People watching this port, also watch:: nginx, deluge-cli, sonarr, plexmediaserver, xfce
- Also Listed In: python
- License: NA
- WWW:
- https://deluge-torrent.org/
- Description:
- Deluge is a Bittorrent client written in Python and GTK+. Deluge is intended
to bring a native, full-featured client to Linux, BSD, and other *nix GTK
desktop environments such as Gnome and Xfce.
Deluge uses Rasterbar's version of libtorrent as the main ingredient in its
bittorrent protocol backend.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/net-p2p/deluge/ && make install clean
- To add the package, run one of these commands:
- pkg install net-p2p/deluge
- pkg install deluge
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: deluge
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-pygobject>=0 : devel/py-pygobject@py311
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-dbus>=0.83 : devel/py-dbus@py311
- py311-game>0 : devel/py-game@py311
- py311-pillow>=7.0.0 : graphics/py-pillow@py311
- xdg-utils>=1.0.2 : devel/xdg-utils
- deluge : net-p2p/deluge-cli
- py311-pygobject>=0 : devel/py-pygobject@py311
- python3.11 : lang/python311
- Library dependencies:
-
- libatk-1.0.so : accessibility/at-spi2-core
- libcairo.so : graphics/cairo
- libgdk_pixbuf-2.0.so : graphics/gdk-pixbuf2
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libgtk-3.so : x11-toolkits/gtk30
- librsvg-2.so : graphics/librsvg2-rust
- libharfbuzz.so : print/harfbuzz
- libpango-1.0.so : x11-toolkits/pango
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- net-p2p_deluge
- USES:
- gnome metaport python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
- There is no master site for this port.
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.5.9.3 24 Jun 2008 04:46:23 |
mezz |
Update to 0.5.9.3. |
0.5.9.2 21 Jun 2008 06:08:00 |
mezz |
Update to 0.5.9.2. |
0.5.9.1_1 06 Jun 2008 13:53:49 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
0.5.9.1 19 May 2008 23:15:41 |
mezz |
Update to 0.5.9.1. |
0.5.9.0 02 May 2008 23:27:21 |
mezz |
Update to 0.5.9.0. |
0.5.8.9 15 Apr 2008 17:10:23 |
mezz |
Update to 0.5.8.9. |
0.5.8.7 27 Mar 2008 01:32:15 |
mezz |
Update to 0.5.8.7. |
0.5.8.5 29 Feb 2008 19:25:35 |
mezz |
Update to 0.5.8.5. |
0.5.8.4 14 Feb 2008 23:22:19 |
mezz |
Update to 0.5.8.4. |
0.5.8.3 07 Feb 2008 17:27:22 |
mezz |
Fix the fetch, they moved their distfiles to http://ftp.osuosl.org host.
Reported by: Aryeh Friedman <aryeh.friedman@gmail.com> |
0.5.8.3 30 Jan 2008 19:16:23 |
mezz |
Update to 0.5.8.3.
Security: Fix remote exploit which could crash Deluge. |
0.5.8.2 26 Jan 2008 16:44:44 |
mezz |
Update to 0.5.8.2, be sure to read in UPDATING before you run it. |
0.5.8.1_1 25 Jan 2008 19:46:40 |
mezz |
Remove link with librt, FreeBSD doesn't need it. Our clock_gettime() is in
libc and Linux is in librt. This should fix the build on FreeBSD 6.x and below
as librt was added in FreeBSD 7.x. Bump the PORTREVISION to unlink it.
Reported by: Mike Harding <mvh@ix.netcom.com> |
0.5.8.1 19 Jan 2008 20:00:32 |
mezz |
Update to 0.5.8.1. |
0.5.8_1 10 Jan 2008 18:44:17 |
mezz |
The Deluge developers have removed Internal anonymizing browser feature, so
it does not work any longer. If user click on browser button and a message
box will pop up with explain why it is disable. Remove the py-gnome-extras
and WITHOUT_GECKO. Bump the PORTREVISION.
http://forum.deluge-torrent.org/viewtopic.php?f=7&t=1069 |
0.5.8 30 Dec 2007 06:20:47 |
mezz |
- Update to 0.5.8, see http://deluge-torrent.org/Changelog.php for details.
- Add a new knob, WITHOUT_GECKO, for anyone that who do not to use new internal
anonymizing browser feature. It addes py-gnome-extras dependency. You can
go to Preferences -> Other and uncheck the 'Internal Browser' to disable it.
- The files/patch-scripts_deluge will be remove when I can commit gecko ports,
which the fix is available in MC CVS for now. Also, I have patch available
in freefall: http://people.freebsd.org/~mezz/diff/gecko-ports.diff |
0.5.7.1_2 23 Dec 2007 22:09:09 |
mezz |
Disable check version update and set invisible option from perference. It's
useless for FreeBSD. Bump the PORTREVISION.
Reported by: Aryeh M. Friedman <aryeh.friedman@gmail.com> |
0.5.7.1_1 21 Dec 2007 04:17:14 |
mezz |
Add a missing dependency, librsvg2. Bump the PORTREVISION.
Reported by: exseven (user at http://forum.deluge-torrent.org/) |
0.5.7.1 11 Dec 2007 19:22:08 |
mezz |
Update to 0.5.7.1. |
0.5.6.2 01 Nov 2007 20:47:34 |
mezz |
-Update to 0.5.6.2 to fix missing hicolor icons and shutdown bug.
-Fix the plist.[1]
Approved by: portmgr (erwin) |
0.5.6.1_1 30 Oct 2007 19:29:29 |
mezz |
Add a missing dependency, devel/xdg-utils. It uses xdg-open by default to
open filemanager. Bump the PORTREVISION.
Approved by: portmgr (marcus) |
0.5.6.1 30 Oct 2007 05:38:09 |
mezz |
Update to 0.5.6.1. |
0.5.6 25 Oct 2007 22:37:33 |
mezz |
Update to 0.5.6. |
0.5.5_1 10 Sep 2007 15:14:42 |
mezz |
Add a missing dependency, the TorrentNotification plugin needs py-notify.
Bump the PORTREVISION. |
0.5.5 10 Sep 2007 15:02:47 |
mezz |
Update to 0.5.5. |
0.5.4.1_1 14 Aug 2007 17:51:28 |
mezz |
Force commit, the second reroll change was setup.py and src/dialogs.py. The
setup.py has been backed out from the first rerolled tarball. As for the
src/dialogs.py, I found change in SVN and the commit message said, 'Tweaks to
allocation and file manager prefs.' I think bump the PORTREVISION was right
thing to do.
Thanks to Romain Tartiere <romain@blogreen.org> for allow me to download his
the old tarball from his web space and compare it with the current tarball. |
0.5.4.1_1 14 Aug 2007 16:36:18 |
mezz |
The tarball has been rerolled again. Somehow I have lost the second tarball
to compare with the third tarball, so I have no idea what kind of change. I
have asked in the forum[1] and the developer has replied. He said that he does
not remember what kind of change in there, but he promise me that it's safe.
Since nobody knew, so I am going to bump the PORTREVISION in case.
The developer said that he will post in the news next time if he reroll the
tarball to give us the headup the reason of reroll. I think it's fair enough.
[1] http://forum.deluge-torrent.org/viewtopic.php?f=8&t=309
Reported by: krismail |
0.5.4.1 12 Aug 2007 03:48:53 |
mezz |
The tarball has been re-rolled by remove a lot of useless files that was
included by accident. Also, they tweaked a bit in setup.py that doesn't affect
anything in runtime as no function change.
-SIZE (deluge-0.5.4.1.tar.gz) = 15536378
+SIZE (deluge-0.5.4.1.tar.gz) = 1480071
Reported by: krismail |
0.5.4.1 11 Aug 2007 07:05:23 |
mezz |
Update to 0.5.4.1. |
0.5.4_1 07 Aug 2007 01:27:09 |
mezz |
No longer need to enable compact allocation by default. The
libtorrent/src/storage.cpp doesn't know about how to check filesystem on
FreeBSD yet, so instead always use sparse file without check on which
filesystems that have sparse file support. Both UFS and UFS2 have sparse file
support. Bump the PORTREVISION. |
0.5.4 05 Aug 2007 23:27:42 |
mezz |
- Update to 0.5.4.
- Add a patch to enable compact allocation by default. It doesn't work very
if it is disable, because of UFS2. |
0.5.2 27 Jul 2007 22:02:12 |
mezz |
Fix the fetch. I am not update it to 0.5.3 yet, because it's broke on
FreeBSD for some reason. Gotta to figure it out sometime. |
0.5.2 27 Jul 2007 21:49:54 |
kris |
BROKEN: Unfetchable |
0.5.2 07 Jul 2007 17:23:27 |
mezz |
Add dirrmtry on main directory, since there is a dirrmtry on sub directory.
Reported by: sat |
0.5.2 06 Jul 2007 04:44:26 |
mezz |
Update to 0.5.2. |
0.5.2 06 Jul 2007 04:43:53 |
mezz |
Update to 0.5.2. |
0.5.1.1_1 04 Jul 2007 15:10:58 |
barner |
- Bump boost shared library version to 4
- Bump PORTREVISION |
0.5.1.1 18 Jun 2007 15:47:08 |
mezz |
Respect the CC/CXX. |
0.5.1.1 12 Jun 2007 20:13:10 |
mezz |
Update to 0.5.1.1.
The website said, 'There was a licensing problem with the Deluge 0.5.1 tarball
that was released yesterday. This release add no features or bugfixes, but
contains a fixed license. This new release is version 0.5.1.1.' More info
about license fixes visit at http://dev.deluge-torrent.org/changeset/576 ... |
0.5.1 12 Jun 2007 07:11:07 |
mezz |
Update to 0.5.1 and took a patch from rblibtorrent/files/patch-socket_ops.hpp. |
0.5.0_2 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.5.0 26 Mar 2007 19:48:18 |
mezz |
Portlint:
-Add USE_GETTEXT. |
0.5.0 18 Mar 2007 19:54:32 |
mezz |
- Update to 0.5.0, a final release.
- Hopeful fix on amd64, sparc64 and ia64. Nobody has report it yet, but I took
a lot of reports in Ubuntu forums and took idea from Fedora's rpms. |
0.4.99.2 09 Mar 2007 06:01:34 |
mezz |
Update to 0.4.99.2 as in Deluge 0.5 Release Candidate 2. |
0.4.99.1 07 Mar 2007 19:28:29 |
mezz |
Update to 0.4.99.1 as in Deluge 0.5 Release Candidate 1. |
0.4.90.3 03 Mar 2007 21:05:21 |
mezz |
Deluge is a Bittorrent client written in Python and GTK+. Deluge is intended
to bring a native, full-featured client to Linux, BSD, and other *NIX GTK
desktop environments such as Gnome and XFCE.
Deluge uses Rasterbar's version of libtorrent as the main ingredient in its
bittorrent protocol backend.
WWW: http://deluge-torrent.org/
--
deluge-0.4.90.3 as in Deluge 0.5 Beta 3, I have added two patches from its SVN
to fix the memory leaks. |