aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/ktorrent
Commit message (Collapse)AuthorAgeFilesLines
* - Remove deprecated USE_KDE4=kdehiermakc2015-02-201-1/+1
| | | | | - while here, remove any reference to KDE in deskutils/charmtimetracker (Qt-only app) and supposedly fix build of graphics/gnash with KDE4 option
* Allow building with libc++ r224926antoine2015-01-121-0/+11
| | | | Submitted by: dim@
* Cleanup plistantoine2014-11-131-24/+0
|
* Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-111-1/+1
| | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
* Upgrade OpenEXR and ilmbase to 2.2.0.mandree2014-08-161-1/+1
| | | | | | | | | | | | | | | | | | | GCC 4.2 in FreeBSD 8.X/9.X base is now too old to compile OpenEXR, so GCC-based systems will upgrade to the default ports compiler (GCC 4.7 currently.) Add two patches to OpenEXR to permit building it in a live system with the older OpenEXR version installed. Bug report filed to upstream Github at https://github.com/openexr/openexr/issues/130 Couple OpenEXR more tightly to ilmbase and require its exact .so version. Add UPDATING note, and bump PORTREVISION of all dependent ports. Proto-STAGE hugin-devel, and mark it IGNORE because hugin is newer. Approved by: portmgr (implicit for bumping PORTREVISION on unstaged ports)
* Convert my ports to USES=tarmakc2014-05-121-2/+1
|
* - Bump PORTREVISION after KDE4_PREFIX changemakc2014-02-181-1/+1
|
* Update to libmpc version 1.0.1 which brings the following fixes:gerald2013-10-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Switched to automake 1.11.6, see CVE-2012-3386. - #14669: Fixed extraction of CC from gmp.h. - Fixed case of intermediate zero real or imaginary part in mpc_fma, found by hydra with GMP_CHECK_RANDOMIZE=1346362345. This is on top of the following changes from version 1.0 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no invariant sections) for the documentation. - 100% of all lines are covered by tests - Renamed functions . mpc_mul_2exp to mpc_mul_2ui . mpc_div_2exp to mpc_div_2ui - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery)
* - Support stagingmakc2013-10-231-4/+3
| | | | | | | - Use new LIB_DEPENDS syntax - Use options helpers - Convert to USES - Minor changes/fixes
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | net-p2p)
* - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0
| | | | Approved by: portmgr (bdrewery)
* - Convert USE_GETTEXT to USES (part 1)ak2013-04-241-2/+1
| | | | Approved by: portmgr (bapt)
* - Change dependency type for Boost: required only at build stagemakc2013-03-281-2/+10
| | | | | | | | | - Adjust USE_QT4 components - Switch to out-of-source build ktorrent only: - Explicitly depend on math/gmp - Fix potential build failure
* - convert USE_CMAKE to USESmakc2013-03-231-1/+1
| | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi)
* Update ktorrent to 4.3.1, libktorrent to 1.3.1makc2013-02-043-34/+4
| | | | Submitted by: Alonso Schaic via area51 commit
* Restore ktorren-4.2 behaviour - don't check for mounted fs. The checkmakc2012-09-242-0/+30
| | | | | was added to support removable storages, but it causes problem with btrfs and zfs: https://bugs.kde.org/306825
* Update libktorrent to 1.3.0makc2012-09-193-11/+6
| | | | Update ktorrent to 4.3.0
* ktorrent: Try enabling MAKE_JOBS_SAFE againrakuco2012-09-161-1/+1
|
* {lib}ktorrent: Follow the trend of not specifying library shversions in the ↵rakuco2012-09-161-2/+2
| | | | | | | dependencies. Incidentally, this should also fix the ktorrent build, since libktorrent has had a shlib bump.
* Update libktorrent to 1.2.1makc2012-07-232-6/+5
| | | | Update ktorrent to 4.2.1
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4miwi2012-06-061-2/+1
| | | | Review by: bapt, David Naylor (kde team)
* - update png to 1.5.10dinoex2012-06-011-0/+1
|
* Update libktorrent to 1.2.0makc2012-03-073-9/+11
| | | | Update ktorrent to 4.2.0
* - Bump PORTREVISION to chase the update of multimedia/libvpxashish2012-02-161-0/+1
|
* Update to 4.1.3makc2011-12-083-9/+10
| | | | | | Replace check for ktorrent-2 with CONFLICTS_BUILD Feature safe: yes
* - Update dependencies after KDE ports upgrade.avilla2011-10-172-2/+1
| | | | | - Avoid removing kdehier4 directories. - Bump PORTREVISION.
* Update to 4.1.2makc2011-08-193-4/+7
|
* Update to 4.1.1makc2011-06-153-4/+4
|
* - Update libktorrent to 1.1.0.avilla2011-03-253-64/+41
| | | | | | | - Update ktorrent to 4.1.0. - Make dependencies on kdepimlibs and kdebase-workspace non-optional. Approved by: makc (maintainer, implicit)
* Chase after net/openldap24-server update.delphij2011-02-251-0/+1
| | | | Reminded by: miwi
* Update to 4.0.5makc2010-12-313-5/+4
|
* - Chase security/libksba shlib version bumpglarkin2010-12-161-0/+1
| | | | | Requested by: kwm Pointyhat to: glarkin
* IGNORE when ktorrent2 for KDE3 is detected.makc2010-11-141-0/+4
| | | | | PR: ports/152197 Reported by: Belansky Stanislav <stanislav at icmail.ru>
* Rearrange include paths to fix build in real environmentmakc2010-11-042-1/+13
| | | | | | | Remove md5 sum PR: ports/151638 Reported by: Pascal Stumpf <Pascal.Stumpf at cubes.de>
* Update to 4.0.4makc2010-10-223-417/+36
|
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-1/+1
|
* - Make pointyhat tinderbox happy by removing extra @dirrmry for common localefluffy2010-05-142-11/+1
| | | | | | | | and apps directories, which now handled by updated kdehier4. - Bump PORTREVISIONs to force rebuild. Noticed by: pointyhat via pav With hat on: kde
* Switch to use newer GMP version.ale2010-04-191-2/+2
| | | | | | PR: ports/144487 Submitted by: ale Approved by: portmgr (-exp run by erwin)
* - update to 1.4.1dinoex2010-03-281-0/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* Update to 3.3.4makc2010-02-093-6/+5
|
* - update to jpeg-8dinoex2010-02-051-0/+1
|
* Update to 3.3.3makc2010-02-023-6/+9
| | | | Submitted by: fluffy@
* Update to 3.3.2makc2010-01-052-5/+4
|
* - Chase taglib updatefluffy2009-12-031-1/+2
| | | | | Approved by: miwi (mentor) Exp-run by: miwi
* Update to 3.3.1makc2009-11-293-12/+45
| | | | | PR: based on ports/140801 Submitted by: Shane Bell <decept0 at gmail.com>
* Update to 3.2.5 (bugfix release)makc2009-10-253-5/+5
|
* Update to 3.2.4makc2009-10-083-8/+8
|
* Package was rerolled to fix crash.makc2009-08-132-3/+5
|
* Update to 3.2.3makc2009-08-113-8/+9
|
* - bump all port that indirectly depends on libjpeg and have not yet been ↵dinoex2009-07-311-1/+1
| | | | | | bumped or updated Requested by: edwin
* Update to 3.2.2-1makc2009-06-072-3/+7
|
* Update to 3.2.2makc2009-06-033-10/+18
|
* Chase libgmp and bump PORTREVISION.ale2009-05-131-2/+2
|
* bump PORTREVISION after cmake updatemakc2009-03-251-0/+1
|
* Update to 3.2makc2009-02-223-77/+130
| | | | add options for RSS plugin (requires kdepimlibs) and Plasma applet (requires workspace)
* Package has been updated to include several fixes, seemakc2009-01-303-3/+34
| | | | | | | http://ktorrent.org/?q=node/27 for details. Noticed by: pav via irc Approved by: miwi (implicit)
* Update to 3.1.6makc2009-01-253-7/+9
| | | | | | PR: ports/130973 Submitted by: Shane Bell <decept0 at gmail.com> Approved by: miwi (implicit)
* Update ktorrent to 3.1.5 for KDE4.makc2008-12-063-413/+513
| | | | | | ktorrent-2.2.8 for KDE3 lives now in net-p2p/ktorrent2. Approved by: miwi (mentor)
* Update ktorrent to 2.2.8 - the last release for KDE3.makc2008-11-213-5/+6
| | | | | | PR: ports/128579 Submitted by: makc Approved by: markus (maintainer timeout), miwi (mentor)
* Update to version 2.2.7markus2008-07-303-6/+5
| | | | | PR: ports/126035 Submitted by: lioux
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+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)
* Update to version 2.2.6markus2008-04-203-5/+5
|
* Update to version 2.2.5markus2008-01-313-5/+6
|
* Update to version 2.2.4markus2008-01-255-51/+15
| | | | | PR: ports/118964 Submitted by: Yarodin <yarodin@gmail.com>
* - Add patch to fix broken preexisting file check, which can result in filesmarkus2007-10-312-0/+35
| | | | | | | | | | being deleted when the user deselects them and they already exist (KDE BUG 150563). - Bump PORTREVISION PR: ports/117654 Submitted by: Shane Bell <decept0@gmail.com> Approved by: portmgr (erwin)
* Update backup mastersitemarkus2007-10-231-1/+1
|
* - Update to version 2.2.2 and update mastersite [1]markus2007-10-234-16/+24
| | | | | | | | | | | - Add major lib version to gmp dependency [2] - Fix usage of statvfs(2) which caused way off calculations of remaining disk space PR: ports/114394 [2] Submitted by: Kjell Tore Ullavik <ktullavik@gmail.com> [2] Josh Paetzel <josh@tcbug.org> [1] Andreas Hermann Braml <a.strich.b@web.de> [1]
* - Welcome X.org 7.2 \o/.flz2007-05-202-24/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Update to version 2.1.4markus2007-04-253-5/+5
|
* - Update to 2.1.3markus2007-04-043-11/+7
| | | | | | | - Remove upstream applied relocation of $(all_includes) in Makefile.in's - Add additional mirror as ktorrent.org seems to be flaky from time to time [1] Notified by: pointyhat via kris [1]
* Fix build if libtorrent is presentmarkus2007-03-141-0/+5
| | | | | PR: ports/110286 Submitted by: Maxim Samsonov <xors@mne.ru>
* Update to version 2.1.2 which fixes two security vulnerabilitiesmarkus2007-03-123-5/+41
|
* - Update to version 2.1markus2007-02-083-15/+50
| | | | | | - Remove RELENG_4 BROKEN message - Deactivate Zeroconf support as it depends on avahi which conflicts with mDNSResponder which in turn is required by kdelibs3
* Update to version 2.0.3markus2006-10-312-4/+4
| | | | Submitted by: Boyd Faulkner <faulkner@coeli.org>
* Update to version 2.0.2markus2006-08-313-4/+7
|
* - Update to version 2.0.1markus2006-08-222-7/+11
| | | | | | - Mark BROKEN on 4.x [1] Submitted by: pointyhat via kris [1]
* - Update to version 2.0markus2006-08-099-76/+317
| | | | - Add several new features to pkg-descr
* - Register CONFLICTS with ktorrent-develmarkus2006-08-012-1/+3
| | | | - Adjust WWW in order to point to the new projectsite
* Remove USE_REINPLACE from all categories starting with Nedwin2006-05-121-1/+0
|
* Conversion to a single libtool environment.ade2006-02-232-2/+9
| | | | Approved by: portmgr (kris)
* - Fix UPnP detectionmarkus2006-02-042-0/+11
| | | | - Bump PORTREVISION
* Update to version 1.2markus2006-02-024-6/+17
|
* Populate newly create net-p2p category with these ports:pav2006-01-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ftp/jigdo net/amule1 net/amule2 net/apollon net/azureus net/bnbt net/btpeer net/btqueue net/cdonkey net/ctorrent net/dcd net/dclib net/dctc net/dctc-gui net/dctc-gui-qt net/edonkey-gui-gtk net/edonkey-gui-gtk-urlslave net/fcptools net/fidelio net/freenet net/frost net/giftcurs net/giftoxic net/giftui net/gift net/gift-fasttrack net/gift-gnutella net/gift-openft net/gkrellm-gift net/gnewtellium net/gnome-btdownload net/gnunet net/gtkhx net/gtk-gnutella net/gtorrentviewer net/hagelslag net/hx net/i2p net/javadc net/kmldonkey net/ktorrent net/libbt net/liberator net/libfreenet net/libpdtp net/libtorrent net/limewire net/linux-agsatellite net/linux-edonkey-core net/linux-edonkey-server net/linux-jigdo net/linux-overnet-core net/minder net/mldonkey net/mldonkey-core net/mldonkey-core-devel net/mldonkey-devel net/mldonkey-gui net/mldonkey-gui-devel net/mldonkey-perlreactor net/mldonkey-sancho net/mldonkey-serverspy net/mldonkey-urlslave net/mutella net/mute-net net/mute-net-gui net/mute-net-text net/napshare net/nicotine net/opendchub net/peercast net/phex net/pyslsk net/py-bittornado net/py-bittornado-core net/py-bittorrent net/py-bittorrent-core net/py-bittorrent-core-devel net/py-bittorrent-devel net/py-fngrab net/py-kenosis net/py-kenosis-bittorrent net/py-py2play net/p5-pdonkey net/qtella net/qtorrent net/rtorrent net/squall net/torrentflux net/torrentsniff net/trackerbt net/transmission net/valknut net/verlihub net/verlihub-plugins net/xmule net/xnap misc/ed2k misc/edonkey-tool-hash misc/linux-edonkey-tool-recovermet Repocopies by: marcus
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-15/+15
| | | | | Approved by: krion@ PR: ports/88711 (related)
* Update to version 1.2rc2markus2006-01-184-21/+4
|
* Fix build if libtorrent is presentmarkus2006-01-101-0/+11
| | | | Reported by: Marcin Jessa <lists@yazzy.org>
* - Update to version 1.2rc1 for stability reasonsmarkus2006-01-088-59/+77
| | | | | | - Add SHA256 Requested by: Beech Rintoul
* Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-051-0/+1
|
* Update to version 1.1markus2005-10-116-39/+74
|
* Add ktorrent 1.0, a BitTorrent client for KDE.markus2005-07-135-0/+140
Its main features are: o Download torrent files o Upload speed capping, seeing that most people can't upload infinite amounts of data o Internet searching using The Bittorrent website's search engine o UDP Trackers WWW: http://ktorrent.pwsp.net/