Commit graph

37 commits

Author SHA1 Message Date
Ruslan Makhmatkhanov
5f49dd918d - update to 1.3.4
- 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
2012-03-10 20:05:38 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
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.
2012-01-14 08:57:23 +00:00
Koop Mast
4763e183bb - 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)
2011-08-22 20:46:33 +00:00
Joseph S. Atkinson
142bbfa996 Unbreak port and update to 1.3.2.
Take maintainership.

Approved by:	kwm (mentor), pav (portmgr)
2011-07-11 14:36:19 +00:00
Mario Sergio Fujikawa Ferreira
bec8971fe3 - Update to 1.3.0
- Add DESKTOP_ENTRIES
- Take over maintainership
2010-09-21 01:45:03 +00:00
Mario Sergio Fujikawa Ferreira
567a4282c0 Update to 1.3.0_rc2 2010-08-21 20:04:36 +00:00
Doug Barton
412690965e Commit the proper version of the rc.d script, not the POC version:
* 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
2010-07-01 19:25:48 +00:00
Doug Barton
a23b262799 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
2010-07-01 08:34:35 +00:00
Mario Sergio Fujikawa Ferreira
8379c973c9 Add PSYCO option to enable devel/py-psyco optimization support
Feature safe:	yes
2010-02-17 02:33:20 +00:00
Martin Wilke
daded8dae3 - Revert back to previous version (to many problems)
- Bump PORTEPOCH

Requested by:	many
2010-02-01 13:04:03 +00:00
Martin Wilke
4e1eaa3339 - Update to 1.2.0
PR:		142983
Submitted by:	Ports Fury
2010-01-21 21:14:34 +00:00
Martin Wilke
d7515fb3b5 - Update to 1.1.8
PR:		135036
Submitted by:	Ports Fury
2009-05-28 23:49:42 +00:00
Jeremy Messenger
31475310eb Update to 1.1.5. 2009-03-18 19:44:08 +00:00
Jeremy Messenger
928bfdf711 Update to 1.1.3. Thanks to my friend for let me use his FreeBSD box. 2009-02-21 23:18:22 +00:00
Jeremy Messenger
fe36f152b7 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
2009-01-19 04:18:09 +00:00
Jeremy Messenger
43a4530c32 Update to 0.5.9.1. 2008-05-19 23:15:41 +00:00
Jeremy Messenger
f82868c181 Update to 0.5.9.0. 2008-05-02 23:27:21 +00:00
Jeremy Messenger
406a90e978 Update to 0.5.8.7. 2008-03-27 01:32:15 +00:00
Jeremy Messenger
89025a2eb8 Update to 0.5.8.5. 2008-02-29 19:25:34 +00:00
Jeremy Messenger
971d093f17 Update to 0.5.8.3.
Security:	Fix remote exploit which could crash Deluge.
2008-01-30 19:16:23 +00:00
Jeremy Messenger
904b16f6c0 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>
2008-01-25 19:46:40 +00:00
Jeremy Messenger
1a9e6a1e2c Update to 0.5.8.1. 2008-01-19 20:00:31 +00:00
Jeremy Messenger
837b1fd5de 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
2008-01-10 18:44:17 +00:00
Jeremy Messenger
310aa56a76 - 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
2007-12-30 06:20:47 +00:00
Jeremy Messenger
971796b320 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>
2007-12-23 22:09:09 +00:00
Jeremy Messenger
a74febde07 Update to 0.5.7.1. 2007-12-11 19:22:08 +00:00
Jeremy Messenger
acd22c0037 Update to 0.5.6.1. 2007-10-30 05:38:09 +00:00
Jeremy Messenger
f7f78e1e11 Update to 0.5.6. 2007-10-25 22:37:33 +00:00
Jeremy Messenger
0d50879922 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
2007-08-14 16:36:18 +00:00
Jeremy Messenger
6867c20780 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
2007-08-12 03:48:53 +00:00
Jeremy Messenger
6d5d53af62 Update to 0.5.4.1. 2007-08-11 07:05:23 +00:00
Jeremy Messenger
2dcae5284f 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.
2007-08-07 01:27:09 +00:00
Jeremy Messenger
46a859eb5a - 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.
2007-08-05 23:27:42 +00:00
Jeremy Messenger
daa9b89179 Update to 0.5.2. 2007-07-06 04:44:26 +00:00
Jeremy Messenger
570e69441e Update to 0.5.1 and took a patch from rblibtorrent/files/patch-socket_ops.hpp. 2007-06-12 07:11:07 +00:00
Jeremy Messenger
7a73c12247 Update to 0.4.99.1 as in Deluge 0.5 Release Candidate 1. 2007-03-07 19:28:28 +00:00
Jeremy Messenger
8c09acb3f5 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.
2007-03-03 21:05:21 +00:00