Skip site navigation (1)Skip section navigation (2)

CVS log for ports/net-p2p/deluge/files/patch-setup.py

[BACK] Up to [FreeBSD] / ports / net-p2p / deluge / files

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.22: download - view: text, markup, annotated - select for diffs
Mon Aug 22 20:46:33 2011 UTC (5 months, 2 weeks ago) by kwm
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +14 -9 lines
- update to 1.3.3
- 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)

Revision 1.21: download - view: text, markup, annotated - select for diffs
Mon Jul 11 14:36:19 2011 UTC (7 months ago) by jsa
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +18 -14 lines
Unbreak port and update to 1.3.2.
Take maintainership.

Approved by:	kwm (mentor), pav (portmgr)

Revision 1.20: download - view: text, markup, annotated - select for diffs
Tue Sep 21 01:45:03 2010 UTC (16 months, 3 weeks ago) by lioux
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0, RELEASE_6_EOL
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +16 -66 lines
- Update to 1.3.0
- Add DESKTOP_ENTRIES
- Take over maintainership

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sat Aug 21 20:04:36 2010 UTC (17 months, 3 weeks ago) by lioux
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +17 -32 lines
Update to 1.3.0_rc2

Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Jul 1 08:34:35 2010 UTC (19 months, 1 week ago) by dougb
Branches: MAIN
CVS tags: RELEASE_8_1_0
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +22 -20 lines
Update to version 1.3.0_rc1, which has numerous improvements and fixes

Major work on the update done by:	lioux
Tweaks, bugs, and rc.d script by:	me

Feature safe:	yes

Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Feb 1 13:04:03 2010 UTC (2 years ago) by miwi
Branches: MAIN
CVS tags: RELEASE_7_3_0
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +20 -22 lines
- Revert back to previous version (to many problems)
- Bump PORTEPOCH

Requested by:	many

Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Jan 21 21:14:34 2010 UTC (2 years ago) by miwi
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +22 -20 lines
- Update to 1.2.0

PR:		142983
Submitted by:	Ports Fury

Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Jan 19 04:18:08 2009 UTC (3 years ago) by mezz
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_2_0
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +96 -39 lines
net-p2p/deluge: Update to 1.1.0.

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

Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon May 19 23:15:41 2008 UTC (3 years, 8 months ago) by mezz
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0, RELEASE_5_EOL
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +10 -9 lines
Update to 0.5.9.1.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri May 2 23:27:21 2008 UTC (3 years, 9 months ago) by mezz
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +9 -8 lines
Update to 0.5.9.0.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Feb 29 19:25:34 2008 UTC (3 years, 11 months ago) by mezz
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +6 -6 lines
Update to 0.5.8.5.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Jan 25 19:46:40 2008 UTC (4 years ago) by mezz
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -1 lines
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>

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Jan 19 20:00:31 2008 UTC (4 years ago) by mezz
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +5 -5 lines
Update to 0.5.8.1.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Dec 11 19:22:08 2007 UTC (4 years, 2 months ago) by mezz
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +13 -18 lines
Update to 0.5.7.1.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Oct 25 22:37:33 2007 UTC (4 years, 3 months ago) by mezz
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +19 -19 lines
Update to 0.5.6.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Aug 14 16:36:18 2007 UTC (4 years, 5 months ago) by mezz
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +10 -11 lines
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

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Aug 12 03:48:53 2007 UTC (4 years, 6 months ago) by mezz
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +11 -10 lines
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

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Aug 5 23:27:42 2007 UTC (4 years, 6 months ago) by mezz
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +24 -26 lines
- 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.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Jul 6 04:43:53 2007 UTC (4 years, 7 months ago) by mezz
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +21 -12 lines
Update to 0.5.2.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Jun 12 07:11:07 2007 UTC (4 years, 8 months ago) by mezz
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +25 -17 lines
Update to 0.5.1 and took a patch from rblibtorrent/files/patch-socket_ops.hpp.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Mar 7 19:28:28 2007 UTC (4 years, 11 months ago) by mezz
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -4 lines
Update to 0.4.99.1 as in Deluge 0.5 Release Candidate 1.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Mar 3 21:05:21 2007 UTC (4 years, 11 months ago) by mezz
Branches: MAIN
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.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options