Commit graph

2128 commits

Author SHA1 Message Date
Doug Barton
f43e33bcd6 Make net/GeoIP into a proper library depependency for both ports.
Tune up the comment for qbittorrent, but no PORTREVISION bump since GeoIP
was already a dependency.

Bump PORTREVISION for libtorrent, and add some more configure args both
to cement the GeoIP option and also to assert the defaults on other options.
The wacky post-configure kludge stays for now until I can have more time to
unravel the current asio-related auto* tangle that makes it necessary.
2010-02-12 08:16:53 +00:00
Doug Barton
8337f5d86b Deprecate these two ports. libtorrent-rasterbar version 0.13 is very old,
and no longer considered the most up to date version. sharktorrent is the
only port left that depends on it, and the version in ports is very old.

With alepulver's permission assume maintainership of sharktorrent for the
purpsoe of shepherding the deprecation. If anyone wants to update it to
a more modern version that depends on libtorrent-rasterbar version 0.14.8
or newer, feel free.
2010-02-12 07:54:13 +00:00
Mario Sergio Fujikawa Ferreira
8c71c303e1 Update to 0.7.10 2010-02-12 02:55:06 +00:00
Doug Barton
7274cc1ced Turns out the right place to fix the problem of subbing for
@BOOST_SYSTEM_LIB@ is in the libtorrent pkg-config file.

While I'm here, mark libtorrent MAKE_JOBS_SAFE.

Submitted by:	Christophe Dumez (qbittorrent author)
2010-02-11 22:44:25 +00:00
Doug Barton
d3659f4c1c Update to version 2.1.5, which has the following bug fixes:
Fix actions on selected torrents (non-selected torrents could be affected)
Only one program preferences dialog is allowed at a time
Link against boost and ssl to fix issues with gold linker
Fix memory leak in RSS
Improved HTTP gzip compression detection in downloader
Fix possible race condition in search engine

From version 2.1.4:
Fix file prioritizing in a torrent
Make sure seeding torrents display a progress of 100%
Usage display was improved and localized (--help)
Fix possible crash when deleting a torrent
Fix possible crash when changing torrents label

For the port, mark MAKE_JOBS_SAFE, do a better job with the libnotify
default, and add a small patch to fix the newly added boost system lib
dependency. The latter must be post-configure because it patches a file
created by the configure script.
2010-02-11 22:13:52 +00:00
Robert Noland
50575ce3e7 Update to 4.3.1.4 2010-02-11 16:02:05 +00:00
Max Brazhnikov
055de6d568 Update to 3.3.4 2010-02-08 22:00:57 +00:00
Robert Noland
b46fc8504f Update to 4.3.1.2. 2010-02-07 14:02:33 +00:00
Max Khon
14fb0a97f5 Fix huge memory leak (16M per every hashed file).
Approved by:	MAINTAINER
2010-02-06 21:28:12 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Jeremy Messenger
f2400385c9 Update to 1.83. 2010-02-03 23:09:52 +00:00
Tong LIU
d5af4ea921 - Update to 0.8.1
- Change maintainer from ports@ to yashin.dm@gmail.com

PR:	ports/143480
Submitted by:	Dmitry Yashin <yashin.dm@gmail.com>
2010-02-03 13:50:50 +00:00
Tong LIU
e85b82d2c2 - Add missing patch
Reported by:	QAT@
2010-02-02 09:32:08 +00:00
Tong LIU
75dbf689f3 - Update to to 0.3.0
PR:	ports/143428
Submitted by:	Dmitry Yashin <yashin.dm@gmail.com> (maintainer)
2010-02-02 09:27:09 +00:00
Max Brazhnikov
b20c09453a Update to 3.3.3
Submitted by:	fluffy@
2010-02-01 21:31:58 +00:00
Doug Barton
ef9edd707b Upgrade to version 2.1.3 which has the following bugfixes:
* Make sure bandwidth limiting dialogs are centered on screen
* Added support for HTTP redirection
* Fix crash when double-clicking on a torrent that has no metadata to
	open its save path
* Fix Scan directory preferences in Web UI
* Clear torrent error state when resuming it
2010-02-01 19:45:30 +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
Dima Panov
afb550e3cf The KDE FreeBSD team is proud to announce the release of SIP-4.10 and
PyQt-4.7 for FreeBSD. The official update notes can be found at
http://www.riverbankcomputing.com

We'd like to say thanks to all helpers, testers and submitters.
2010-01-30 14:27:27 +00:00
Dennis Herrmann
756caec7e2 - Forget to add a / :( 2010-01-27 12:03:14 +00:00
Dennis Herrmann
3776c4baf3 - Fix plist
- Bump PORTREVISION

Reported by:	QAT
2010-01-27 12:00:19 +00:00
Dennis Herrmann
d3ee561792 - Use $SUB_FILES to update pkg-message
PR:		ports/143193
Submitted by:	Sevan Janiyan <venture37@geeklan.co.uk>
Approved by:	Henrik Friedrichsen <hrkfdn@gmail.com> (maintainer)
2010-01-27 11:47:13 +00:00
Jun Kuriyama
22b0d4983b - Remove unneeded dependencies which is in perl-5.8.9 dist
(part 8).

Approved by:	portmgr (itetcu)
2010-01-26 15:01:09 +00:00
Mark Linimon
7b0764f024 Reset peter.thoenen@yahoo.com at his request; he is moving and will
not have access to a machine for a while.  We hope to see him back
this summer.

Hat:		portmgr
2010-01-25 22:49:45 +00:00
Doug Barton
6e18602879 Update to version 2.1.2 which has the following new/improved features:
Added back file prioritizing in a torrent
Improved transfer speed display in peers list

And the following bug fixes:
Fix issue causing torrents not to be displayed in the list
Make sure invalid torrent are removed from the transfer list
Fix overwrite check when renaming a folder in a torrent
Force a recheck after renaming files to avoid overwriting
Improve "Open destination folder" behavior
Fix race condition in RSS that could cause a crash on startup
Improved user friendlyness of size units
Optimized transfer list repainting
2010-01-24 22:36:33 +00:00
Doug Barton
ca27462913 Update to version 2.1.1, which has the following new features:
Torrents can be labeled/categorized
Labeled torrent can be downloaded corresponding subfolders
Disk cache size can be set from preferences
Peer Exchange (PeX) can be disabled from preferences
Torrent files/folders can be renamed (torrent addition dialog or files
	properties)
uTorrent compatible tracker list support (use torrentz.com url as a default)
Better proxy support and preferences remodeling
qBittorrent can identify itself as uTorrent, Vuze or KTorrent (Any stable
	version)
Torrents can be renamed in transfer list
Display torrent addition dialog for magnet links too
Files contained in a torrent are opened on double click (files panel)
Added support for magnet links in search engine
Added vertor.com and torrentdownloads.net search plugins
Search engine can now use a SOCKS5 proxy
HTTP proxy support for peer communication
Updated translations (Hungarian, Chinese, Russian)
Added legal notice on startup that the user must accept

And the following bug fixes:
Search engine loads new proxy settings without program restart
Use XDG folders (.cache, .local) instead of .qbittorrent
Protect Web UI authentication against brute forcing
Use HTTP digest mode for Web UI authentication (instead of Basic)
Properly display torrents with one file in subfolder(s)
Display Web UI favicon
File priority can be set for finished torrents that have filtered files
Fix compilation with Qt4.4
Save torrent metadata so that it does not have to be re-downloaded on
	restart (Magnet links)
Fix folder renaming in a torrent (would rename children under certain
	conditions)
Nox version no longer requires libQtXml
Configure file now checks for pkg-config executable which is required
Torrents added from magnet links were not remembered on restart
"Add in pause" setting can be ignored from torrent addition dialog
Fix renaming of files with unicode characters in their name
Fix typo in legal notice (startup)
Can listen on ports < 1024 (must be root)
Paused torrents can now be rechecked
Fix "open torrent destination" feature when path contains spaces
2010-01-23 21:36:48 +00:00
Pav Lucistnik
0bbaf8da2c - Try to fix amd64/6
Submitted by:	maintainer
2010-01-23 19:16:36 +00:00
Florent Thoumie
da2072549e Update net-p2p/rtorrent-devel to 0.8.6. 2010-01-23 00:25:39 +00:00
Florent Thoumie
8f39965ca0 Update net-p2p/rtorrent to 0.8.6.
PR:		ports/142888 [1], ports/143032 [2]
Submitted by:	soulcatcher <soulcatcher13@gmail.com> [1]
		Maxim Samsonov <xors@mne.ru> [2]
2010-01-23 00:25:21 +00:00
Florent Thoumie
2a771ce44a Update net-p2p/libtorrent-devel to 0.12.6. 2010-01-23 00:24:47 +00:00
Florent Thoumie
cdc9151a45 Update net-p2p/libtorrent to 0.12.6.
PR:		ports/142887 [1], ports/143031 [2]
Submitted by:	soulcatcher <soulcatcher13@gmail.com> [1]
		Maxim Samsonov <xors@mne.ru> [2]
2010-01-23 00:24:26 +00:00
Florent Thoumie
81e933357a Remove OBE USE_GCC variable.
PR:		ports/141650
Submitted by:	Andrius Morkunas <hinokind@gmail.com>
2010-01-22 23:49:53 +00:00
Martin Wilke
271683c3a2 - Drop empty file 2010-01-22 20:19:08 +00:00
Martin Wilke
4e1eaa3339 - Update to 1.2.0
PR:		142983
Submitted by:	Ports Fury
2010-01-21 21:14:34 +00:00
Pav Lucistnik
8856c55db6 - Update to 0.9.8e-r2
PR:		ports/140704
Submitted by:	Mikle Davidkin <skylord@vt.net.ru> (maintainer)
2010-01-20 21:58:38 +00:00
Pav Lucistnik
a0fbb415da - Mark BROKEN on 6.x
Reported by:	pointyhat
2010-01-20 17:33:21 +00:00
Mario Sergio Fujikawa Ferreira
f97a65984e Update to 0.7.9 2010-01-18 09:08:54 +00:00
Doug Barton
14212552dc Update to version 2.0.7, which contains the following bugfixes:
Fix 'Add in pause' setting in torrent addition dialog
Update RSS feed as soon as feed downloader is enabled
RSS Feed downloader ignores articles above maximum number of articles
Fix possible bug when deleting a RSS folder
Remove persistant data when a RSS feed is deleted
RSS filters are now alphabetically sorted
Fix crash when renaming currently displayed RSS filter
Remove overwriting confirmation when exporting RSS filters since Qt takes care of it
2010-01-14 22:38:47 +00:00
Doug Barton
72b592db95 Update to 0.14.8, which contains the following:
* ignore unkown metadata messages
* fixed typo that would sometimes prevent queued torrents to be checked
* fixed bug in auto-manager where active_downloads and active_seeds would
  sometimes be used incorrectly
* force_recheck() no longer crashes on torrents with no metadata
* fixed broadcast socket regression from 0.14.7
* fixed hang in NATPMP when shut down while waiting for a response
* fixed some more error handling in bdecode

PR:		ports/142574
Submitted by:	dikshie <dikshie@sfc.wide.ad.jp>
2010-01-14 22:37:17 +00:00
Wen Heping
7e380e9308 - Update to 2.0.2
- Add files/patch-MyTcpSocket.cpp
2010-01-13 02:04:12 +00:00
Wen Heping
b8f46efc66 - Update to 0.1.3 2010-01-13 01:57:02 +00:00
Mario Sergio Fujikawa Ferreira
1534deb135 Fix port installation 2010-01-11 01:45:54 +00:00
Doug Barton
13ab99bdbe Revert the "fix" for clobbering *FLAGS to restore building 2010-01-08 03:49:58 +00:00
Doug Barton
c371e8f890 Take over maintainership with the previous maintainer's permisison
Per portlint: Don't clobber *FLAGS in CONFIGURE_ENV

Update WWW
2010-01-08 01:30:32 +00:00
Doug Barton
22067d3705 Update to version 2.0.6 which contains the following bug fixes:
Fix detection of invalid torrent files
Stop catching signals once one has been caught to avoid possible infinite loop
Force data recheck whenever a torrent is moved
Detect existing torrent data even if incomplete torrents are saved to a different folder
Improve torrent deletion confirmation dialog so that the text that not get truncated
2010-01-08 01:21:29 +00:00
Max Brazhnikov
5ec946e7b1 Update to 3.3.2 2010-01-05 13:21:21 +00:00
Martin Wilke
1e342c6976 - Update to 0.8.1
PR:		142315
Submitted by:	Ports Fury
2010-01-04 23:14:16 +00:00
Doug Barton
68c8932952 Bump PORTREVISION relative to the recent boost-libs update. Old binaries
linked to this lib with new boost-libs will work. Compiling a new binary
(such as net-p2p/qbittorrent) linked to this lib linked to old boost-libs
will fail.

Adopt the orphan.
2010-01-02 19:33:48 +00:00
Doug Barton
d91f6119e9 Update to version 2.0.5, which contains the following bugfix:
Fix crash with downloaded/availability bars when the torrent has too many pieces

Take over maintainership of the port, add ipv6 to CATEGORIES, and
enable libnotify support by default.
2010-01-02 19:23:00 +00:00
Doug Barton
f05421f629 Update the description to highlight version 2.x features with
text from the web page.
2010-01-02 19:19:42 +00:00
Mario Sergio Fujikawa Ferreira
65b851ab45 Update to 0.7.8 2010-01-02 08:40:38 +00:00