aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/deluge
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.5.8, see http://deluge-torrent.org/Changelog.php for details.mezz2007-12-305-57/+115
| | | | | | | | | - 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
* Disable check version update and set invisible option from perference. It'smezz2007-12-242-1/+34
| | | | | | useless for FreeBSD. Bump the PORTREVISION. Reported by: Aryeh M. Friedman <aryeh.friedman@gmail.com>
* Add a missing dependency, librsvg2. Bump the PORTREVISION.mezz2007-12-211-1/+2
| | | | Reported by: exseven (user at http://forum.deluge-torrent.org/)
* Update to 0.5.7.1.mezz2007-12-125-62/+54
|
* -Update to 0.5.6.2 to fix missing hicolor icons and shutdown bug.mezz2007-11-023-6/+22
| | | | | | -Fix the plist.[1] Approved by: portmgr (erwin)
* Add a missing dependency, devel/xdg-utils. It uses xdg-open by default tomezz2007-10-311-1/+3
| | | | | | open filemanager. Bump the PORTREVISION. Approved by: portmgr (marcus)
* Update to 0.5.6.1.mezz2007-10-304-8/+24
|
* Update to 0.5.6.mezz2007-10-266-76/+131
|
* Add a missing dependency, the TorrentNotification plugin needs py-notify.mezz2007-09-101-1/+3
| | | | Bump the PORTREVISION.
* Update to 0.5.5.mezz2007-09-103-6/+18
|
* The tarball has been rerolled again. Somehow I have lost the second tarballmezz2007-08-153-14/+14
| | | | | | | | | | | | | | 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
* The tarball has been re-rolled by remove a lot of useless files that wasmezz2007-08-122-13/+14
| | | | | | | | | | 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
* Update to 0.5.4.1.mezz2007-08-114-269/+525
|
* No longer need to enable compact allocation by default. Themezz2007-08-073-11/+24
| | | | | | | 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.
* - Update to 0.5.4.mezz2007-08-067-57/+350
| | | | | - Add a patch to enable compact allocation by default. It doesn't work very if it is disable, because of UFS2.
* Fix the fetch. I am not update it to 0.5.3 yet, because it's broke onmezz2007-07-281-3/+1
| | | | FreeBSD for some reason. Gotta to figure it out sometime.
* BROKEN: Unfetchablekris2007-07-281-0/+2
|
* Add dirrmtry on main directory, since there is a dirrmtry on sub directory.mezz2007-07-081-1/+1
| | | | Reported by: sat
* Update to 0.5.2.mezz2007-07-066-43/+68
|
* - Bump boost shared library version to 4barner2007-07-041-1/+2
| | | | - Bump PORTREVISION
* Respect the CC/CXX.mezz2007-06-181-0/+2
|
* Update to 0.5.1.1.mezz2007-06-132-4/+4
| | | | | | | 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 ...
* Update to 0.5.1 and took a patch from rblibtorrent/files/patch-socket_ops.hpp.mezz2007-06-126-41/+77
|
* - Welcome X.org 7.2 \o/.flz2007-05-202-27/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Portlint:mezz2007-03-271-0/+1
| | | | -Add USE_GETTEXT.
* - Update to 0.5.0, a final release.mezz2007-03-192-5/+11
| | | | | - 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.
* Update to 0.4.99.2 as in Deluge 0.5 Release Candidate 2.mezz2007-03-092-4/+4
|
* Update to 0.4.99.1 as in Deluge 0.5 Release Candidate 1.mezz2007-03-086-57/+92
|
* Deluge is a Bittorrent client written in Python and GTK+. Deluge is intendedmezz2007-03-047-0/+189
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.