aboutsummaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2008-01-19 20:00:31 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2008-01-19 20:00:31 +0000
commit1a9e6a1e2c3311d6365d8c263a8132d6e13834c9 (patch)
treea3e2dc3738977cc1f6fb0d8ffbe4ce8def0beae2 /net-p2p
parent3ecbf0f6bcdb6e2c4100c4e3aa686496e00c2de0 (diff)
downloadports-1a9e6a1e2c3311d6365d8c263a8132d6e13834c9.tar.gz
ports-1a9e6a1e2c3311d6365d8c263a8132d6e13834c9.zip
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/deluge/Makefile3
-rw-r--r--net-p2p/deluge/distinfo6
-rw-r--r--net-p2p/deluge/files/patch-disable_browser17
-rw-r--r--net-p2p/deluge/files/patch-disable_check_update17
-rw-r--r--net-p2p/deluge/files/patch-setup.py10
-rw-r--r--net-p2p/deluge/pkg-plist5
-rw-r--r--net-p2p/deluge05/Makefile3
-rw-r--r--net-p2p/deluge05/distinfo6
-rw-r--r--net-p2p/deluge05/files/patch-disable_browser17
-rw-r--r--net-p2p/deluge05/files/patch-disable_check_update17
-rw-r--r--net-p2p/deluge05/files/patch-setup.py10
-rw-r--r--net-p2p/deluge05/pkg-plist5
12 files changed, 46 insertions, 70 deletions
diff --git a/net-p2p/deluge/Makefile b/net-p2p/deluge/Makefile
index fbd76805dd53..256d22c1da61 100644
--- a/net-p2p/deluge/Makefile
+++ b/net-p2p/deluge/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= deluge
-PORTVERSION= 0.5.8
-PORTREVISION= 1
+PORTVERSION= 0.5.8.1
CATEGORIES= net-p2p python
MASTER_SITES= http://download.deluge-torrent.org/tarball/${PORTVERSION}/
diff --git a/net-p2p/deluge/distinfo b/net-p2p/deluge/distinfo
index 6053a219464a..b5e6ff6921ef 100644
--- a/net-p2p/deluge/distinfo
+++ b/net-p2p/deluge/distinfo
@@ -1,3 +1,3 @@
-MD5 (deluge-0.5.8.tar.gz) = afcf4fcfa3b688cb8a5cc537eb22a32e
-SHA256 (deluge-0.5.8.tar.gz) = 5ee6bcdb94da4e14c74c4675ddee0fc04b271c9538781b0b4698bd66c39b638a
-SIZE (deluge-0.5.8.tar.gz) = 2082718
+MD5 (deluge-0.5.8.1.tar.gz) = 19c1ac3ba6910f52b5918b56526e74a0
+SHA256 (deluge-0.5.8.1.tar.gz) = d886bb0fc66a3a2a34174c533f72cd884fcccefbc212090b76c187176c50dc51
+SIZE (deluge-0.5.8.1.tar.gz) = 2122544
diff --git a/net-p2p/deluge/files/patch-disable_browser b/net-p2p/deluge/files/patch-disable_browser
deleted file mode 100644
index 763a932517dc..000000000000
--- a/net-p2p/deluge/files/patch-disable_browser
+++ /dev/null
@@ -1,17 +0,0 @@
---- src/interface.py.orig 2008-01-10 12:35:50.000000000 -0600
-+++ src/interface.py 2008-01-10 12:36:09.000000000 -0600
-@@ -244,13 +244,7 @@
- self.manager.pause_all()
-
- def launch_browser_clicked(self, arg=None):
-- try:
-- import browser
-- browser.Browser()
-- except:
-- dialogs.show_popup_warning(self.window, _("Unable to state browser. \
--Make sure you have python-gnome2-extras installed or try setting your LD_LIBRARY_PATH \
--and MOZILLA_FIVE_HOME environment variables to /usr/lib/firefox"))
-+ dialogs.show_popup_warning(self.window, _("This feature has been removed by the developers, so it does not work any longer. See http://forum.deluge-torrent.org/viewtopic.php?f=7&t=1069 for more info."))
-
- def resume_all_clicked(self, arg=None):
- self.manager.resume_all()
diff --git a/net-p2p/deluge/files/patch-disable_check_update b/net-p2p/deluge/files/patch-disable_check_update
index d3fc83e12614..c1179463063f 100644
--- a/net-p2p/deluge/files/patch-disable_check_update
+++ b/net-p2p/deluge/files/patch-disable_check_update
@@ -1,6 +1,6 @@
---- glade/preferences_dialog.glade.orig 2007-12-29 23:31:48.000000000 -0600
-+++ glade/preferences_dialog.glade 2007-12-29 23:32:18.000000000 -0600
-@@ -2755,7 +2755,7 @@
+--- glade/preferences_dialog.glade.orig 2008-01-19 12:40:55.000000000 -0600
++++ glade/preferences_dialog.glade 2008-01-19 12:41:35.000000000 -0600
+@@ -2673,7 +2673,7 @@
</child>
<child>
<widget class="GtkFrame" id="frame4">
@@ -9,17 +9,18 @@
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="label_xalign">0</property>
<property name="shadow_type">GTK_SHADOW_NONE</property>
---- src/interface.py.orig 2007-12-29 23:31:52.000000000 -0600
-+++ src/interface.py 2007-12-29 23:33:20.000000000 -0600
-@@ -1061,7 +1061,6 @@
+--- src/interface.py.orig 2008-01-19 12:41:04.000000000 -0600
++++ src/interface.py 2008-01-19 12:42:26.000000000 -0600
+@@ -1037,8 +1037,6 @@
# Load plugins after we showed main window (if not started in tray)
self.load_plugins()
self.load_tabs_order()
-- self.new_release_check()
+- if self.config.get("new_releases"):
+- self.new_release_check()
try:
gobject.threads_init()
-@@ -1071,34 +1070,6 @@
+@@ -1048,34 +1046,6 @@
except KeyboardInterrupt:
self.manager.quit()
diff --git a/net-p2p/deluge/files/patch-setup.py b/net-p2p/deluge/files/patch-setup.py
index 03432f1dadce..4ea7c07e3fea 100644
--- a/net-p2p/deluge/files/patch-setup.py
+++ b/net-p2p/deluge/files/patch-setup.py
@@ -1,5 +1,5 @@
---- setup.py.orig 2007-11-28 11:49:38.000000000 -0600
-+++ setup.py 2007-11-28 11:53:44.000000000 -0600
+--- setup.py.orig 2008-01-19 12:43:31.000000000 -0600
++++ setup.py 2008-01-19 12:45:24.000000000 -0600
@@ -103,13 +103,13 @@
"-DHAVE_INCLUDE_LIBTORRENT_ASIO_SSL_STREAM_HPP=1",
"-DHAVE_INCLUDE_LIBTORRENT_ASIO_IP_TCP_HPP=1",
@@ -20,12 +20,12 @@
boost_thread = "boost_thread-mt"
librariestype = [boost_filesystem, boost_date_time,
-- boost_thread, 'z', 'pthread', 'ssl']
-+ boost_thread, 'z', 'ssl']
+- boost_thread, 'z', 'pthread', 'ssl', 'rt', 'crypto']
++ boost_thread, 'z', 'ssl', 'rt', 'crypto']
removals = ['-g', '-Wstrict-prototypes']
-@@ -198,8 +198,10 @@
+@@ -202,8 +202,10 @@
sources.remove('libtorrent/src/file_win.cpp')
deluge_core = Extension('deluge_core',
include_dirs = includedirs,
diff --git a/net-p2p/deluge/pkg-plist b/net-p2p/deluge/pkg-plist
index 3200991d1804..d85642cd4c92 100644
--- a/net-p2p/deluge/pkg-plist
+++ b/net-p2p/deluge/pkg-plist
@@ -601,6 +601,8 @@ share/applications/deluge.desktop
%%DATADIR%%/plugins/NetworkHealth/plugin.py
%%DATADIR%%/plugins/Scheduler/__init__.py
%%DATADIR%%/plugins/Scheduler/plugin.py
+%%DATADIR%%/plugins/Search/__init__.py
+%%DATADIR%%/plugins/Search/searchdlg.glade
%%DATADIR%%/plugins/SpeedLimiter/__init__.py
%%DATADIR%%/plugins/TorrentCreator/__init__.py
%%DATADIR%%/plugins/TorrentCreator/torrentcreator.glade
@@ -789,6 +791,8 @@ share/pixmaps/deluge.png
@dirrmtry share/locale/ast
@dirrmtry share/icons/hicolor/256x256/apps
@dirrmtry share/icons/hicolor/256x256
+@dirrmtry share/icons/hicolor
+@dirrmtry share/icons
%%PORTDOCS%%@dirrm %%DOCSDIR%%
@dirrm %%DATADIR%%/plugins/WebUi/tests
@dirrm %%DATADIR%%/plugins/WebUi/templates/deluge
@@ -810,6 +814,7 @@ share/pixmaps/deluge.png
@dirrm %%DATADIR%%/plugins/TorrentFiles
@dirrm %%DATADIR%%/plugins/TorrentCreator
@dirrm %%DATADIR%%/plugins/SpeedLimiter
+@dirrm %%DATADIR%%/plugins/Search
@dirrm %%DATADIR%%/plugins/Scheduler
@dirrm %%DATADIR%%/plugins/NetworkHealth
@dirrm %%DATADIR%%/plugins/NetworkGraph
diff --git a/net-p2p/deluge05/Makefile b/net-p2p/deluge05/Makefile
index fbd76805dd53..256d22c1da61 100644
--- a/net-p2p/deluge05/Makefile
+++ b/net-p2p/deluge05/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= deluge
-PORTVERSION= 0.5.8
-PORTREVISION= 1
+PORTVERSION= 0.5.8.1
CATEGORIES= net-p2p python
MASTER_SITES= http://download.deluge-torrent.org/tarball/${PORTVERSION}/
diff --git a/net-p2p/deluge05/distinfo b/net-p2p/deluge05/distinfo
index 6053a219464a..b5e6ff6921ef 100644
--- a/net-p2p/deluge05/distinfo
+++ b/net-p2p/deluge05/distinfo
@@ -1,3 +1,3 @@
-MD5 (deluge-0.5.8.tar.gz) = afcf4fcfa3b688cb8a5cc537eb22a32e
-SHA256 (deluge-0.5.8.tar.gz) = 5ee6bcdb94da4e14c74c4675ddee0fc04b271c9538781b0b4698bd66c39b638a
-SIZE (deluge-0.5.8.tar.gz) = 2082718
+MD5 (deluge-0.5.8.1.tar.gz) = 19c1ac3ba6910f52b5918b56526e74a0
+SHA256 (deluge-0.5.8.1.tar.gz) = d886bb0fc66a3a2a34174c533f72cd884fcccefbc212090b76c187176c50dc51
+SIZE (deluge-0.5.8.1.tar.gz) = 2122544
diff --git a/net-p2p/deluge05/files/patch-disable_browser b/net-p2p/deluge05/files/patch-disable_browser
deleted file mode 100644
index 763a932517dc..000000000000
--- a/net-p2p/deluge05/files/patch-disable_browser
+++ /dev/null
@@ -1,17 +0,0 @@
---- src/interface.py.orig 2008-01-10 12:35:50.000000000 -0600
-+++ src/interface.py 2008-01-10 12:36:09.000000000 -0600
-@@ -244,13 +244,7 @@
- self.manager.pause_all()
-
- def launch_browser_clicked(self, arg=None):
-- try:
-- import browser
-- browser.Browser()
-- except:
-- dialogs.show_popup_warning(self.window, _("Unable to state browser. \
--Make sure you have python-gnome2-extras installed or try setting your LD_LIBRARY_PATH \
--and MOZILLA_FIVE_HOME environment variables to /usr/lib/firefox"))
-+ dialogs.show_popup_warning(self.window, _("This feature has been removed by the developers, so it does not work any longer. See http://forum.deluge-torrent.org/viewtopic.php?f=7&t=1069 for more info."))
-
- def resume_all_clicked(self, arg=None):
- self.manager.resume_all()
diff --git a/net-p2p/deluge05/files/patch-disable_check_update b/net-p2p/deluge05/files/patch-disable_check_update
index d3fc83e12614..c1179463063f 100644
--- a/net-p2p/deluge05/files/patch-disable_check_update
+++ b/net-p2p/deluge05/files/patch-disable_check_update
@@ -1,6 +1,6 @@
---- glade/preferences_dialog.glade.orig 2007-12-29 23:31:48.000000000 -0600
-+++ glade/preferences_dialog.glade 2007-12-29 23:32:18.000000000 -0600
-@@ -2755,7 +2755,7 @@
+--- glade/preferences_dialog.glade.orig 2008-01-19 12:40:55.000000000 -0600
++++ glade/preferences_dialog.glade 2008-01-19 12:41:35.000000000 -0600
+@@ -2673,7 +2673,7 @@
</child>
<child>
<widget class="GtkFrame" id="frame4">
@@ -9,17 +9,18 @@
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="label_xalign">0</property>
<property name="shadow_type">GTK_SHADOW_NONE</property>
---- src/interface.py.orig 2007-12-29 23:31:52.000000000 -0600
-+++ src/interface.py 2007-12-29 23:33:20.000000000 -0600
-@@ -1061,7 +1061,6 @@
+--- src/interface.py.orig 2008-01-19 12:41:04.000000000 -0600
++++ src/interface.py 2008-01-19 12:42:26.000000000 -0600
+@@ -1037,8 +1037,6 @@
# Load plugins after we showed main window (if not started in tray)
self.load_plugins()
self.load_tabs_order()
-- self.new_release_check()
+- if self.config.get("new_releases"):
+- self.new_release_check()
try:
gobject.threads_init()
-@@ -1071,34 +1070,6 @@
+@@ -1048,34 +1046,6 @@
except KeyboardInterrupt:
self.manager.quit()
diff --git a/net-p2p/deluge05/files/patch-setup.py b/net-p2p/deluge05/files/patch-setup.py
index 03432f1dadce..4ea7c07e3fea 100644
--- a/net-p2p/deluge05/files/patch-setup.py
+++ b/net-p2p/deluge05/files/patch-setup.py
@@ -1,5 +1,5 @@
---- setup.py.orig 2007-11-28 11:49:38.000000000 -0600
-+++ setup.py 2007-11-28 11:53:44.000000000 -0600
+--- setup.py.orig 2008-01-19 12:43:31.000000000 -0600
++++ setup.py 2008-01-19 12:45:24.000000000 -0600
@@ -103,13 +103,13 @@
"-DHAVE_INCLUDE_LIBTORRENT_ASIO_SSL_STREAM_HPP=1",
"-DHAVE_INCLUDE_LIBTORRENT_ASIO_IP_TCP_HPP=1",
@@ -20,12 +20,12 @@
boost_thread = "boost_thread-mt"
librariestype = [boost_filesystem, boost_date_time,
-- boost_thread, 'z', 'pthread', 'ssl']
-+ boost_thread, 'z', 'ssl']
+- boost_thread, 'z', 'pthread', 'ssl', 'rt', 'crypto']
++ boost_thread, 'z', 'ssl', 'rt', 'crypto']
removals = ['-g', '-Wstrict-prototypes']
-@@ -198,8 +198,10 @@
+@@ -202,8 +202,10 @@
sources.remove('libtorrent/src/file_win.cpp')
deluge_core = Extension('deluge_core',
include_dirs = includedirs,
diff --git a/net-p2p/deluge05/pkg-plist b/net-p2p/deluge05/pkg-plist
index 3200991d1804..d85642cd4c92 100644
--- a/net-p2p/deluge05/pkg-plist
+++ b/net-p2p/deluge05/pkg-plist
@@ -601,6 +601,8 @@ share/applications/deluge.desktop
%%DATADIR%%/plugins/NetworkHealth/plugin.py
%%DATADIR%%/plugins/Scheduler/__init__.py
%%DATADIR%%/plugins/Scheduler/plugin.py
+%%DATADIR%%/plugins/Search/__init__.py
+%%DATADIR%%/plugins/Search/searchdlg.glade
%%DATADIR%%/plugins/SpeedLimiter/__init__.py
%%DATADIR%%/plugins/TorrentCreator/__init__.py
%%DATADIR%%/plugins/TorrentCreator/torrentcreator.glade
@@ -789,6 +791,8 @@ share/pixmaps/deluge.png
@dirrmtry share/locale/ast
@dirrmtry share/icons/hicolor/256x256/apps
@dirrmtry share/icons/hicolor/256x256
+@dirrmtry share/icons/hicolor
+@dirrmtry share/icons
%%PORTDOCS%%@dirrm %%DOCSDIR%%
@dirrm %%DATADIR%%/plugins/WebUi/tests
@dirrm %%DATADIR%%/plugins/WebUi/templates/deluge
@@ -810,6 +814,7 @@ share/pixmaps/deluge.png
@dirrm %%DATADIR%%/plugins/TorrentFiles
@dirrm %%DATADIR%%/plugins/TorrentCreator
@dirrm %%DATADIR%%/plugins/SpeedLimiter
+@dirrm %%DATADIR%%/plugins/Search
@dirrm %%DATADIR%%/plugins/Scheduler
@dirrm %%DATADIR%%/plugins/NetworkHealth
@dirrm %%DATADIR%%/plugins/NetworkGraph