aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/deluge
Commit message (Collapse)AuthorAgeFilesLines
* New USES=twisted, to replace the old USE_TWISTED knob.mva2013-12-081-2/+1
| | | | | | | | | | | | | | twisted can be configured with the arguments run or build to replace the previous USE_TWISTED_RUN and USE_TWISTED_BUILD knobs. The twisted components can be added as comma-separated arguments. If you previously wrote USE_TWISTED= yes USE_TWISTED= conch names USE_TWISTED_RUN= yes you now would write USES= twisted USES= twisted:conch,names USES= twisted:run
* - Fix net-p2p/libtorrent-rasterbar dependency due to recent commitnemysis2013-11-061-1/+1
| | | | | | - Change net-p2p/Makefile Approved by: bdrewery>
* Update to libmpc version 1.0.1 which brings the following fixes:gerald2013-10-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Switched to automake 1.11.6, see CVE-2012-3386. - #14669: Fixed extraction of CC from gmp.h. - Fixed case of intermediate zero real or imaginary part in mpc_fma, found by hydra with GMP_CHECK_RANDOMIZE=1346362345. This is on top of the following changes from version 1.0 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no invariant sections) for the documentation. - 100% of all lines are covered by tests - Renamed functions . mpc_mul_2exp to mpc_mul_2ui . mpc_div_2exp to mpc_div_2ui - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery)
* - Remove manual creation and removal of share/applications, as it's now in ↵amdmi32013-10-222-12/+1
| | | | | | the mtree (categories starting with [np]) Approved by: portmgr (bdrewery)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | net-p2p)
* - convert desktopfileutils to USESrm2013-07-181-2/+2
| | | | Submitted by: miwi (by mail)
* - Convert USE_GETTEXT to USES (part 3)ak2013-04-251-1/+1
| | | | Approved by: portmgr (bapt)
* - update to 1.3.6rm2013-02-266-495/+10
| | | | | | | | | - remove patches, applied upstream changelog: http://dev.deluge-torrent.org/wiki/ChangeLog Tested by: T.J. <xtainted@gmail.com>
* - switch the dependency to libtorrent-rasterbar 1.6.x, because with importing ofrm2013-02-025-7/+108
| | | | | | | | | | | | | | | new version of boost-libs, libtorrent-raster 1.5.x is now broken. In fact I'm using it already for some time, and everything is fine except for downloading via proxy, there is details [1] - backport upstream patch that is fixing libtorrent 0.16-specific issues with unicoded filenames [2] - convert to optionsng - tab -> space change in pkg-descr - bump PORTREVISION - add UPDATING entry [1] https://dev.deluge-torrent.org/ticket/2149 [2] http://goo.gl/i5hXc
* Remove the created by me and update those header at the same time. I nevermezz2013-01-011-5/+0
| | | | | care about those header, so you even can claim that those were created by you instead of me.
* Fix typos and make small modifications in COMMENT (according to Porter'scs2012-08-031-1/+1
| | | | | | Handbook) Approved by: portmgr@ (implicit)
* - update png to 1.5.10dinoex2012-06-011-0/+1
|
* - update to 1.3.5rm2012-04-123-4/+4
| | | | | changelog: http://dev.deluge-torrent.org/wiki/ChangeLog
* - update to 1.3.4rm2012-03-118-109/+263
| | | | | | | | | | | | - strict python versions - drop WITH_PSYCO option (python < 2.6 is EOL) - drop optional simplejson dependency (for python < 2.6) - silence REINPLACE_CMD calls changes: http://dev.deluge-torrent.org/wiki/ChangeLog Feature safe: yes
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-141-1/+1
| | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other.
* Change email for my ports to FreeBSD one.rm2011-11-111-1/+1
| | | | | Approved by: novel (mentor) Feature safe: yes
* Fix build when WITHOUT_PYGTK=truepawel2011-10-202-7/+9
| | | | | | PR: ports/160898 Reported by: Doug Penner <darwinsurvivor@gmail.com> Fix by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer)
* - update to 1.3.3kwm2011-08-234-48/+50
| | | | | | | | | | | | | | | | | | | | | - Assign maintainer to submitter - install license with license framework, not manually - eliminate explicit setuptools dependency because build/run dependency on it already implied when USE_DISTUTILS=easy_install is set - remove boost-python-libs dependency - it is needed only for bundled libtorrent-rasterbar-python, while we install libtorrent-rasterbar-python from ports tree - depend on simplejson only if python < 2.6 (it is included into >=2.6) - use PYTHON_VER instead of homebrew PYDOTVER (yeah, i know they are not the same, but PYTHON_VER is sufficient in this case) - www/py-twistedWeb dependency is needed only at runtime, so use USE_TWISTED_RUN instead - unset WITH_PSYCO if python version > 2.6 (psyco doesn't works with 2.6+) - fix some whitespace PR: ports/159175 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Approved by: jsa@ (old maintainer)
* Unbreak port and update to 1.3.2.jsa2011-07-114-88/+133
| | | | | | Take maintainership. Approved by: kwm (mentor), pav (portmgr)
* - Mark BROKEN: bad dependency objectpav2011-01-061-0/+2
| | | | Reported by: pointyhat
* - Switch from .tar.bz2 (size 2344492) to .tar.lzma (size 1869318)lioux2010-12-242-3/+4
| | | | | distfile. - No PORTREVISION bump since there was no functional change.
* Update to 1.3.1lioux2010-11-023-5/+4
|
* - Fix PLIST: do not remove files we did not install whenlioux2010-09-302-5/+14
| | | | | | | (PREFIX != LOCALBASE). - Bump PORTREVISION. Submitted by: pointyhat
* - Update to 1.3.0lioux2010-09-214-2294/+1697
| | | | | - Add DESKTOP_ENTRIES - Take over maintainership
* Update to 1.3.0_rc2lioux2010-08-224-39/+26
|
* Bump PORTREVISION for rev 1.2 of the rc.d filedougb2010-07-021-0/+1
| | | | | | ... because you can never have too many 1's in a PKGNAME Feature safe: yes
* Commit the proper version of the rc.d script, not the POC version:dougb2010-07-021-7/+34
| | | | | | | | * Allow configuration of _confdir and _logfile * Put the pid file in /var/run/$name with proper permissions * Clean up pid file and directory on exit, remove log if empty Feature safe: yes
* Update to version 1.3.0_rc1, which has numerous improvements and fixesdougb2010-07-0116-1168/+1793
| | | | | | | Major work on the update done by: lioux Tweaks, bugs, and rc.d script by: me Feature safe: yes
* Replace the deprecated USE_GCC=4.3+ by USE_GCC=4.4+.gerald2010-06-121-1/+1
|
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-1/+1
|
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* Add PSYCO option to enable devel/py-psyco optimization supportlioux2010-02-172-0/+30
| | | | Feature safe: yes
* - update to jpeg-8dinoex2010-02-051-1/+1
|
* - Revert back to previous version (to many problems)miwi2010-02-0111-653/+998
| | | | | | - Bump PORTEPOCH Requested by: many
* - Update to 1.2.0miwi2010-01-2211-997/+653
| | | | | PR: 142983 Submitted by: Ports Fury
* - Bump to force rebuild after boost upgradepav2009-12-301-1/+1
| | | | Requested by: Michal Varga <varga.michal@gmail.com>
* - bump all port that indirectly depends on libjpeg and have not yet been ↵dinoex2009-07-311-0/+1
| | | | | | bumped or updated Requested by: edwin
* - Update boost to 1.39pav2009-07-281-1/+1
| | | | | | | - Split boost port to separate components, with boost-all metaport PR: ports/137054 Submitted by: Alexander Churanov <churanov.port.maintainer@gmail.com> (maintainer)
* - Update to 1.1.9miwi2009-06-262-4/+4
| | | | | PR: 136050 Submitted by: Ports Fury
* - Update to 1.1.8miwi2009-05-2912-595/+540
| | | | | PR: 135036 Submitted by: Ports Fury
* - Add USE_GCC=4.3+ to fix building with boost 1.37lwhsu2009-04-071-0/+1
| | | | | PR: ports/132900 Submitted by: amdmi3
* - Revert the last change - known to break the build with boost 1.34. Is be ↵amdmi32009-03-261-1/+0
| | | | committed again along with boost update.
* - Fix build with upcoming boost 1.37.1amdmi32009-03-241-0/+1
| | | | | PR: 132900 Submitted by: myself
* Release these ports into wild. I don't have time for these ports anymore. I ammezz2009-03-191-1/+1
| | | | keeping maintain two ports that don't require a lot of time to take care of.
* Update to 1.1.5.mezz2009-03-194-29/+30
|
* Update to 1.1.4.mezz2009-03-123-12/+11
|
* Add a missing dependency (py-gobject) when WITHOUT_PYGTK is defined. Bump themezz2009-03-081-1/+3
| | | | | | | PORTREVISION. PR: ports/132320 Reported by: Oleg Gawriloff <barzog@telecom.by>
* Update to 1.1.3. Thanks to my friend for let me use his FreeBSD box.mezz2009-02-224-18/+16
|
* Update to 1.1.1.mezz2009-01-283-10/+16
| | | | Submitted by: Victor Popov <v.a.popov@gmail.com>
* net-p2p/deluge: Update to 1.1.0.mezz2009-01-198-930/+1860
| | | | | | | net-p2p/deluge05: Repocopied from net-p2p/deluge and update to 0.5.9.4. This is for anyone that do not want to move to 1.1.0. Repocopy: marcus
* - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵pav2008-07-251-2/+0
| | | | MAKE_ENV
* The tarball has been re-rolled. They have backed out the plugins related fix:mezz2008-06-262-3/+4
| | | | | | | | | | http://dev.deluge-torrent.org/changeset/3273 But, they didn't backout in SVN. Only in tarball. I am still awaiting for one of developer's answer to my question as I don't know what reason why SVN and tarball are different. Bump the PORTREVISION. Reported by: many
* Update to 0.5.9.3.mezz2008-06-242-4/+4
|
* Update to 0.5.9.2.mezz2008-06-212-5/+4
|
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1
| | | | | | | | | | 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)
* Update to 0.5.9.1.mezz2008-05-204-13/+15
|
* Update to 0.5.9.0.mezz2008-05-034-13/+17
|
* Update to 0.5.8.9.mezz2008-04-163-4/+7
|
* Update to 0.5.8.7.mezz2008-03-274-14/+5
|
* Update to 0.5.8.5.mezz2008-03-015-10/+21
|
* Update to 0.5.8.4.mezz2008-02-153-4/+7
|
* Fix the fetch, they moved their distfiles to http://ftp.osuosl.org host.mezz2008-02-081-1/+1
| | | | Reported by: Aryeh Friedman <aryeh.friedman@gmail.com>
* Update to 0.5.8.3.mezz2008-01-313-10/+14
| | | | Security: Fix remote exploit which could crash Deluge.
* Update to 0.5.8.2, be sure to read in UPDATING before you run it.mezz2008-01-273-10/+4
|
* Remove link with librt, FreeBSD doesn't need it. Our clock_gettime() is inmezz2008-01-262-1/+2
| | | | | | | 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>
* Update to 0.5.8.1.mezz2008-01-206-35/+23
|
* The Deluge developers have removed Internal anonymizing browser feature, somezz2008-01-113-25/+18
| | | | | | | | 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
* - 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.