aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/qbittorrent
Commit message (Collapse)AuthorAgeFilesLines
* Update to version 2.0.3, with the following BUGFIXES:Doug Barton2009-12-242-4/+4
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=246531
* - Update to 2.0.2Martin Wilke2009-12-224-18/+33
| | | | | | | | PR: 141819 Submitted by: Ports Fury Notes: svn path=/head/; revision=246438
* - Update to 1.5.6Martin Wilke2009-12-133-5/+15
| | | | | | | | PR: 141296 Submitted by: Ports Fury Notes: svn path=/head/; revision=245650
* - Bump PORTREVISION. The commoncpp port has been updatedJose Alonso Cardenas Marquez2009-11-131-1/+2
| | | | | | | | | | - ccscript bump PORTREVISION is not neccesary because it has been marked as BROKEN Reported by: pav Notes: svn path=/head/; revision=244217
* - Update to 1.4.1Martin Wilke2009-09-302-8/+5
| | | | | | | | PR: 139136 Submitted by: "Pedro F. Giffuni" <giffunip@tutopia.com> Notes: svn path=/head/; revision=242289
* - Update to 1.3.5Dmitry Marakasov2009-09-243-10/+11
| | | | | | | | | | | - While here, also make it respect LOCALBASE PR: 139020 Submitted by: "Pedro F. Giffuni" <giffunip@tutopia.com> Feature safe: yes Notes: svn path=/head/; revision=242009
* - Chase net-p2p/rblibtorrent-devel shlib bumpMartin Wilke2009-09-041-1/+2
| | | | Notes: svn path=/head/; revision=240875
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with N Notes: svn path=/head/; revision=240073
* - Update to 1.3.4Philip M. Gollucci2009-07-222-4/+4
| | | | Notes: svn path=/head/; revision=238219
* - Update to 1.3.3Martin Wilke2009-05-232-5/+5
| | | | | | | | PR: 134628 Submitted by: Ports Fury Notes: svn path=/head/; revision=234449
* - Update to version 1.3.2Martin Wilke2009-03-234-49/+40
| | | | | | | | PR: 132753 Submitted by: Ports Fury Notes: svn path=/head/; revision=230803
* - Drop maintainership of the following ports:Alejandro Pulver2009-02-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=229191
* - Update ImageMagick to 6.4.9.2Martin Matuska2009-02-101-2/+2
| | | | | | | | - Libraries Magick++, MagickCore and MagickWand bumped to 2 - Update all ports using libraries above Notes: svn path=/head/; revision=228018
* Bump the version of the curl shared library after the ftp/curl updatePeter Pentchev2009-01-231-1/+2
| | | | | | | | | 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. Notes: svn path=/head/; revision=226721
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=218938
* - Append CONFIGURE_ARGS for ImageMagick.Alejandro Pulver2008-07-171-0/+1
| | | | | | | | PR: ports/125577 Submitted by: liangtai <ss2pxd1c@yahoo.co.jp> Notes: svn path=/head/; revision=216983
* - Update to version 1.0.0.Alejandro Pulver2008-06-242-6/+6
| | | | Notes: svn path=/head/; revision=215657
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=214430
* - Chase graphics/ImageMagick shlib version bumpMartin Wilke2008-04-221-1/+2
| | | | | | | Pointyhat to: mi@ Notes: svn path=/head/; revision=211761
* - Update to version 1.0.0rc11.Alejandro Pulver2008-01-042-5/+4
| | | | Notes: svn path=/head/; revision=204970
* - Chase devel/commoncpp updateJose Alonso Cardenas Marquez2007-12-231-1/+2
| | | | | | | | Reported by: erwin Forgotten by: me Notes: svn path=/head/; revision=204375
* - Update to version 1.0.0rc10.Alejandro Pulver2007-12-125-16/+15
| | | | Notes: svn path=/head/; revision=203180
* - Update to version 1.0.0rc3.Alejandro Pulver2007-10-014-14/+28
| | | | Notes: svn path=/head/; revision=200559
* - Change dependency from "net-p2p/rblibtorrent-devel" toAlejandro Pulver2007-08-291-1/+2
| | | | | | | | "net-p2p/rblibtorrent" (they are currently the same actually). - Bump PORTREVISION. Notes: svn path=/head/; revision=198474
* - Update to version 0.9.3.Alejandro Pulver2007-06-052-5/+4
| | | | Notes: svn path=/head/; revision=192794
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* qBittorrent can now be considered as a good alternative to other bittorrentAlejandro Pulver2007-04-184-0/+104
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/ Notes: svn path=/head/; revision=190258