| Port details |
- libktorrent Torrent library from KTorrent project
- 26.04.3 net-p2p
=0 26.04.2Version of this port present on the latest quarterly branch. - Maintainer: kde@FreeBSD.org
 - Port Added: 2010-09-01 21:20:31
- Last Update: 2026-07-02 12:16:28
- Commit Hash: bbb9a6d
- Also Listed In: kde kde-applications
- License: LGPL20
- WWW:
- https://ktorrent.org/
- Description:
- KTorrent has been split into the application ktorrent and the library
libktorrent. Libktorrent contains all the torrent downloading code,
and ktorrent contains all application code and plugins. The goal
is to make libktorrent an independent library (though still closely
related to ktorrent), which can be used by other applications.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- libktorrent>0:net-p2p/libktorrent
- To install the port:
- cd /usr/ports/net-p2p/libktorrent/ && make install clean
- To add the package, run one of these commands:
- pkg install net-p2p/libktorrent
- pkg install libktorrent
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libktorrent
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1782826891
SHA256 (KDE/release-service/26.04.3/libktorrent-26.04.3.tar.xz) = d059d3f82a4fca9292cd97d1138e30c22b5875d0a9a593a4211d2f02552e8361
SIZE (KDE/release-service/26.04.3/libktorrent-26.04.3.tar.xz) = 603424
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- concept_check.hpp : devel/boost-libs
- cmake : devel/cmake-core
- ninja : devel/ninja
- gettext-runtime>=0.26 : devel/gettext-runtime
- gettext-tools>=0.26 : devel/gettext-tools
- meinproc6 : devel/kf6-kdoctools
- ECMConfig.cmake : devel/kf6-extra-cmake-modules
- x11.pc : x11/libX11
- Runtime dependencies:
-
- x11.pc : x11/libX11
- Library dependencies:
-
- libgcrypt.so : security/libgcrypt
- libgmp.so : math/gmp
- libqca-qt6.so : devel/qca@qt6
- libintl.so : devel/gettext-runtime
- libKF6Archive.so : archivers/kf6-karchive
- libKF6Completion.so : x11-toolkits/kf6-kcompletion
- libKF6ConfigCore.so : devel/kf6-kconfig
- libKF6CoreAddons.so : devel/kf6-kcoreaddons
- libKF6Crash.so : devel/kf6-kcrash
- libKF6I18n.so : devel/kf6-ki18n
- libKF6JobWidgets.so : x11-toolkits/kf6-kjobwidgets
- libKF6KIOCore.so : devel/kf6-kio
- libKF6Service.so : devel/kf6-kservice
- libKF6Solid.so : devel/kf6-solid
- libKF6WidgetsAddons.so : x11-toolkits/kf6-kwidgetsaddons
- libKF6WindowSystem.so : x11/kf6-kwindowsystem
- libQt6Core.so : devel/qt6-base
- This port is required by:
- for Libraries
-
- net/kget
- net-p2p/ktorrent
Configuration Options:
- ===> The following configuration options are available for libktorrent-26.04.3:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- net-p2p_libktorrent
- USES:
- cmake compiler:c++11-lang gettext kde:6 qt:6 tar:xz xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
1.3.1_8 23 May 2016 18:36:52
  |
amdmi3  |
Convert tab after WWW: in pkg-descrs to single space as per PHB
Approved by: portmgr blanket |
1.3.1_8 01 Apr 2016 14:16:20
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.3.1_8 15 Mar 2016 12:35:56
  |
rakuco  |
Change header installation location for kdelibs4-based ports.
Install x11/kdelibs4's headers into include/kde4 instead of include (which
consequently causes several other ports to have their installation paths
changed too).
The idea behind this is to reduce path conflicts between KDE4 ports and the
upcoming KDE Frameworks 5 ports that will be installed into include/KF5. If
we continue installing the KDE4 headers into include/, we can end up in a
situation like this:
c++ [...] -I/usr/local/include -I/usr/local/include/KF5 file.cpp
If the KDE4 and KF5 versions of a port have the same headers, the KDE4 port
will unintentionally be picked up first and the build will fail.(Only the first 15 lines of the commit message are shown above ) |
1.3.1_7 19 Feb 2015 18:19:30
  |
makc  |
- Remove deprecated USE_KDE4=kdehier
- while here, remove any reference to KDE in deskutils/charmtimetracker (Qt-only
app)
and supposedly fix build of graphics/gnash with KDE4 option |
1.3.1_7 02 Jan 2015 18:46:34
  |
pi  |
security/libgcrypt: 1.6.1 -> 1.6.2, bump depends
Changes:
- src/sexp.c (do_vsexp_sscan): Return error for invalid args.
- cipher/md.c (_gcry_md_info): Fix a segv in case of calling
with wrong parameters.
- cipher/primegen.c (_gcry_generate_elg_prime): Change to return an
error code, possible NULL deref in call to prime generator.
- cipher/dsa.c (generate): Take care of new return code.
- cipher/elgamal.c (generate): Change to return an error code. Take
care of _gcry_generate_elg_prime return code.
- ecc: Support the non-standard 0x40 compression flag for EdDSA.
- mpi: Extend the internal mpi_get_buffer.
- mpi: Fix regression for powerpc-apple-darwin detection.
- Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in (Only the first 15 lines of the commit message are shown above ) |
1.3.1_6 12 Nov 2014 21:31:28
  |
antoine  |
Cleanup plist |
1.3.1_6 10 Sep 2014 20:50:37
  |
gerald  |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
1.3.1_5 15 Aug 2014 20:37:33
  |
mandree  |
Upgrade OpenEXR and ilmbase to 2.2.0.
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) |
1.3.1_4 30 Jul 2014 03:57:24
  |
pi  |
security/libgcrypt: 1.5.3_3 -> 1.6.1
- Update to 1.6.1
- Remove some unneeded patches
- Fix pkg-plist
- report configure bug upstream
https://bugs.g10code.com/gnupg/issue1668
- report API breakage downstream and find that MacPorts had the same issue
https://rt.cpan.org/Ticket/Display.html?id=97201
- bump PORTREVISION for dependent ports (approx. 100 ports)
- Thanks to exp-run by antoine@ to find ports that break
- patch ports that would otherwise break
security/shishi with PR 192164 is already committed
[1] devel/ccrtp
[2] editors/abiword
[3] security/p5-Crypt-GCrypt
PR: 191256, 192162 [1], 192163 [2], 192166 [3]
Submitted by: Carlos Jacobo Puga Medina <cjpugmed@gmail.com>
Approved by: maintainer timeout, antoine (exp-run), portmgr (implicit) |
1.3.1_3 12 May 2014 10:53:42
  |
makc  |
Convert my ports to USES=tar |
1.3.1_3 18 Feb 2014 14:31:33
  |
makc  |
- Bump PORTREVISION after KDE4_PREFIX change |
1.3.1_2 23 Oct 2013 13:08:42
  |
makc  |
- Support staging
- Use new LIB_DEPENDS syntax
- Use options helpers
- Convert to USES
- Minor changes/fixes |
1.3.1_2 20 Sep 2013 22:28:26
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-p2p) |
1.3.1_2 14 Aug 2013 22:35:54
  |
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
1.3.1_2 03 May 2013 16:36:41
  |
ehaupt  |
Chase security/libgcrypt update |
1.3.1_1 24 Apr 2013 07:35:41
  |
ak  |
- Convert USE_GETTEXT to USES (part 1)
Approved by: portmgr (bapt) |
1.3.1_1 28 Mar 2013 12:06:41
  |
makc  |
- Change dependency type for Boost: required only at build stage
- Adjust USE_QT4 components
- Switch to out-of-source build
ktorrent only:
- Explicitly depend on math/gmp
- Fix potential build failure |
1.3.1 22 Mar 2013 20:06:15
  |
makc  |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
1.3.1 03 Feb 2013 20:23:55
  |
makc  |
Update ktorrent to 4.3.1, libktorrent to 1.3.1
Submitted by: Alonso Schaic via area51 commit |
1.3.0_2 31 Jan 2013 13:38:43
  |
bapt  |
Chase boost update |
1.3.0_1 08 Jan 2013 16:59:03
  |
rakuco  |
Add my upstream patch to fix problems establishing UDP connections.
KTorrent was unable to create any UDP connection (to Magnet or UDP
trackers, for example) at all without this.
Bump PORTREVISION.
Approved by: makc (maintainer) |
1.3.0 26 Sep 2012 17:24:02
  |
avilla  |
- Prune empty directory. |
1.3.0 18 Sep 2012 21:31:21
  |
makc  |
Update libktorrent to 1.3.0
Update ktorrent to 4.3.0 |
1.2.1.2 15 Sep 2012 20:21:58
  |
rakuco  |
{lib}ktorrent: Follow the trend of not specifying library shversions in the
dependencies.
Incidentally, this should also fix the ktorrent build, since
libktorrent has had a shlib bump. |
1.2.1.2 23 Jul 2012 00:16:24
 |
makc  |
Update libktorrent to 1.2.1
Update ktorrent to 4.2.1 |
1.2.0_1 06 Jun 2012 06:44:38
 |
miwi  |
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team) |
1.2.0_1 01 Jun 2012 05:26:28
 |
dinoex  |
- update png to 1.5.10 |
1.2.0 07 Mar 2012 15:25:42
 |
makc  |
Update libktorrent to 1.2.0
Update ktorrent to 4.2.0 |
1.1.3_1 16 Feb 2012 15:57:34
 |
ashish  |
- Bump PORTREVISION to chase the update of multimedia/libvpx |
1.1.3 07 Dec 2011 16:34:57
 |
makc  |
Update to 1.1.3
Feature safe: yes |
1.1.2_1 17 Oct 2011 00:05:40
 |
avilla  |
- Update dependencies after KDE ports upgrade.
- Avoid removing kdehier4 directories.
- Bump PORTREVISION. |
1.1.2 18 Aug 2011 17:25:31
 |
makc  |
Update to 1.1.2 |
1.1.1 14 Jun 2011 21:43:17
 |
makc  |
Update to 1.1.1 |
1.1.0 25 Mar 2011 10:20:59
 |
avilla  |
- Update libktorrent to 1.1.0.
- Update ktorrent to 4.1.0.
- Make dependencies on kdepimlibs and kdebase-workspace non-optional.
Approved by: makc (maintainer, implicit) |
1.0.5 31 Dec 2010 15:20:13
 |
makc  |
Update to 1.0.5 |
1.0.4 21 Oct 2010 20:31:02
 |
makc  |
Update to 1.0.4 |
1.0.3 01 Sep 2010 21:19:27
 |
makc  |
Add new port net-p2p/libktorrent:
KTorrent has been split into the application ktorrent and the library
libktorrent. Libktorrent contains all the torrent downloading code,
and ktorrent contains all application code and plugins. The goal
is to make libktorrent an independent library (though still closely
related to ktorrent), which can be used by other applications.
WWW: http://ktorrent.org/ |