Commit graph

39 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
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
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +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
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
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
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
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
Doug Barton
7ad47e78b4 Update to version 2.0.4, which contains the following bugfixes:
Fix PeerGuardian .p2b binary filter support
Fix possible crash when closing a search engine tab
Make sure service port does not change
Fix possible DHT port saving issue
Fix communication between qBittorrent and Web UI (Qt 4.6)
Use Wildcard matching instead of full regex in RSS feed downloader
Fix code for listening on a random port whenever it failed to listen on the one defined
Use global maximum transfer rates as maximum values in per-torrent speed limiting dialogs
Fix global download rate limiting from Web UI
Display a disconnected icon in status bar whenever qBittorrent failed to listen on the port defined
2009-12-31 23:28:33 +00:00
Doug Barton
fc8451ea2c Update to version 2.0.3, with the following BUGFIXES:
Minor cosmetic fix to program preferences
Fix "Temp path" button in program preferences
Handle paths with [~, ., ..] properly
Trackers are now displayed for torrents without metadata
Fix issue with speed limiting (unlimited was not handled properly)
Use the save path set in program preferences as a default in torrent addition dialog
2009-12-24 09:02:40 +00:00
Martin Wilke
bcd38ad09b - Update to 2.0.2
PR:		141819
Submitted by:	Ports Fury
2009-12-22 11:25:40 +00:00
Martin Wilke
a2cec1c23e - Update to 1.5.6
PR:		141296
Submitted by:	Ports Fury
2009-12-13 00:20:22 +00:00
Jose Alonso Cardenas Marquez
08e52f7ae6 - Bump PORTREVISION. The commoncpp port has been updated
- ccscript bump PORTREVISION is not neccesary because it has been  marked as
  BROKEN

Reported by:	pav
2009-11-13 22:15:47 +00:00
Martin Wilke
605d84f272 - Update to 1.4.1
PR:		139136
Submitted by:	"Pedro F. Giffuni" <giffunip@tutopia.com>
2009-09-30 14:05:04 +00:00
Dmitry Marakasov
d7c81e0aa2 - Update to 1.3.5
- While here, also make it respect LOCALBASE

PR:		139020
Submitted by:	"Pedro F. Giffuni" <giffunip@tutopia.com>
Feature safe:	yes
2009-09-24 11:39:42 +00:00
Martin Wilke
93da0d9c9c - Chase net-p2p/rblibtorrent-devel shlib bump 2009-09-04 18:25:24 +00:00
Dmitry Marakasov
7914161a41 - Switch SourceForge ports to the new File Release System: categories starting with N 2009-08-22 00:32:25 +00:00
Philip M. Gollucci
7b67dd135d - Update to 1.3.4 2009-07-22 20:57:43 +00:00
Martin Wilke
2a7d54c78a - Update to 1.3.3
PR:		134628
Submitted by:	Ports Fury
2009-05-23 14:23:59 +00:00
Martin Wilke
eaf1e8b44c - Update to version 1.3.2
PR:		132753
Submitted by:	Ports Fury
2009-03-23 21:43:30 +00:00
Alejandro Pulver
817a65bd3b - Drop maintainership of the following ports:
games/darkplaces
games/quake-dpmod
games/edge
games/deng
games/odamex
games/uhexen2
games/uhexen2-extras
games/vavoom
games/vavoom-extras
games/alienarena
games/alienarena-data
games/freedroidrpg
games/assaultcube
games/freeorion
x11-toolkits/gigi
devel/allegro
devel/allegrogl
devel/adime
devel/allegro-devel
net-p2p/qbittorrent
net-p2p/rblibtorrent-devel
emulators/wahcade
x11-wm/stumpwm
x11-wm/icewm
2009-02-27 21:24:38 +00:00
Martin Matuska
c5e1202db4 - Update ImageMagick to 6.4.9.2
- Libraries Magick++, MagickCore and MagickWand bumped to 2
- Update all ports using libraries above
2009-02-10 19:50:55 +00:00
Peter Pentchev
c189a6b2da Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working.
2009-01-23 15:43:14 +00:00
Rong-En Fan
741aa71483 Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)
2008-08-21 06:18:49 +00:00
Alejandro Pulver
9765b6dd2f - Append CONFIGURE_ARGS for ImageMagick.
PR:		ports/125577
Submitted by:	liangtai <ss2pxd1c@yahoo.co.jp>
2008-07-17 22:36:27 +00:00
Alejandro Pulver
c9506fb866 - Update to version 1.0.0. 2008-06-24 02:02:34 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
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)
2008-06-06 14:17:21 +00:00
Martin Wilke
0251314951 - Chase graphics/ImageMagick shlib version bump
Pointyhat to: mi@
2008-04-22 10:56:45 +00:00
Alejandro Pulver
31e7954e06 - Update to version 1.0.0rc11. 2008-01-04 09:22:45 +00:00
Jose Alonso Cardenas Marquez
bc6f774c3d - Chase devel/commoncpp update
Reported by:	erwin
Forgotten by:	me
2007-12-23 00:00:01 +00:00
Alejandro Pulver
4164d38532 - Update to version 1.0.0rc10. 2007-12-12 05:46:08 +00:00
Alejandro Pulver
a91a71cb10 - Update to version 1.0.0rc3. 2007-10-01 19:59:28 +00:00
Alejandro Pulver
6653896e1c - Change dependency from "net-p2p/rblibtorrent-devel" to
"net-p2p/rblibtorrent" (they are currently the same actually).
- Bump PORTREVISION.
2007-08-29 01:00:16 +00:00
Alejandro Pulver
b07c774f28 - Update to version 0.9.3. 2007-06-05 05:53:05 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Alejandro Pulver
fdf1c7185e qBittorrent can now be considered as a good alternative to other bittorrent
clients. It provides a lot of features such as:

* A polished Graphical User Interface written with Qt4.2 toolkit.
* Multiple simultaneous downloads / uploads.
* An integrated search engine.
* DHT (trackerless) support.
* uTorrent Peer eXchange support (PeX).
* Directory scanning with automated download of torrents inside.
* Good internationalization (20+ languages supported).
* Selective download of files in a torrent.
* Media File previewing while downloading.
* Torrent trackers edition and prioritizing.
* Seeders / Leechers displayed in download list.
* Torrent download in correct order.
* System tray integration.
* Tracker authentication support.
* Unicode support.
* Torrent downloading directly from their url.
* Connection though a proxy.
* IP Filtering similar to the one in eMule.

WWW: http://www.qbittorrent.org/
2007-04-18 00:35:50 +00:00