notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: net-p2p/libktorrent/pkg-plist

Number of commits found: 19

Saturday, 10 Dec 2022
07:46 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Gear to 22.12

KDE Gear 22.12 is Here!

Thursday, 8 December 2022

KDE Gear ⚙️ is back with exciting new features, performance boosts, and
bugfixes for all your favorite KDE apps!

In this release: Kate extends a warm welcome, Dolphin offers you more
choices, and a lot of apps serve up hamburgers galore!

Announcement: https://kde.org/announcements/gear/22.12.0/
commit hash: 727562b1758b2ce9a7e7caa2581c0b90d35823b8 commit hash: 727562b1758b2ce9a7e7caa2581c0b90d35823b8 commit hash: 727562b1758b2ce9a7e7caa2581c0b90d35823b8 commit hash: 727562b1758b2ce9a7e7caa2581c0b90d35823b8 727562b
Thursday, 21 Apr 2022
11:26 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: Update KDE Gear to 22.04

Thursday, 21 April 2022

Welcome to KDE Gear ⚙️ 22.04!

Skip to What’s New

KDE Gear ⚙️ 22.04 brings you all the updates added to a long list of KDE
apps over the last four months. KDE programs allow you to work, create
and play without having to submit yourself to extortionate licenses and
intrusive advertising, or surrender your privacy to unscrupulous
corporations.

Below you will discover a selection of the changes added in the last
four months to software designed to make your life better. But remember,
there is much, much more: games, social media apps, utilities for
communicating, developing and creating stuff… All these things have been
worked on to give you more stability and boost your productivity.

If you want to see a full list of everything we have done, check out the
complete changelog.

WARNING: There’s a lot!

All the details can be found here:
	https://kde.org/announcements/gear/22.04.0/
commit hash: e250aeb4a1399664907d0df0605a3577ba671609 commit hash: e250aeb4a1399664907d0df0605a3577ba671609 commit hash: e250aeb4a1399664907d0df0605a3577ba671609 commit hash: e250aeb4a1399664907d0df0605a3577ba671609 e250aeb
Sunday, 13 Jun 2021
06:06 Tobias C. Berner (tcberner) search for other commits by this committer
*/*: Zpdate KDE Gear to 21.04.2

Thursday, 10 June 2021

Over 120 individual programs plus dozens of programmer libraries and
feature plugins are released simultaneously as part of KDE Gear.

The full changelog can be found here:
	https://kde.org/announcements/changelogs/gear/21.04.2/
commit hash: 896d87b6fb1a606385449fef9d7e44823cf08b8a commit hash: 896d87b6fb1a606385449fef9d7e44823cf08b8a commit hash: 896d87b6fb1a606385449fef9d7e44823cf08b8a commit hash: 896d87b6fb1a606385449fef9d7e44823cf08b8a 896d87b
Friday, 11 Dec 2020
19:18 tcberner search for other commits by this committer
Update KDE Applications to 20.12

- astro/libkgeomap has been removed as there are no consumers left
- deskutils/kdepim-apps-libs has been reintegrated into other ports

There are a handful of new ports available:
- astro/kosmindoormap: Library and QML component for rendering multi-level OSM
indoor maps
- deskutils/itinerary: KDE Itinerary is a digital travel assistant
- devel/kpublictransport: Access realtime public transport data
- graphics/kontrast: Color contrast checker
- textproc/markdownpart: KPart for rendering Markdown content
Original commitRevision:557757 
Sunday, 7 Jun 2020
06:56 tcberner search for other commits by this committer
net-p2p/ktorrent: update to 5.2.0

- update net-p2p/libktorrent to 2.2.0
- switched from webkit to webengine
Original commitRevision:538145 
Monday, 2 Sep 2019
11:29 adridg search for other commits by this committer
Update ktorrent to latest upstream release, 5.1.2

 - also chase attendant libktorrent
 - switch libktorrent to release tarballs instead of GitHub

From the release announcement, Fixes:
 * Fix HTTP seeding.
 * Fix memory corruption in ScanFolder plugin.
 * Fix a few issues found by clang-tidy.
 * Some build fixes (missing include headers) that get triggered
   on certain versions of Qt/KF5 frameworks.
Original commitRevision:510777 
Tuesday, 10 Apr 2018
18:17 tcberner search for other commits by this committer
New ports: net-p2p/ktorrent, net-p2p/libktorrent, net/syndication

This is the current version of KDE Applications <foo>.
Note that users of KDE SC4 should stick with <foo>-kde4.

This one is a bit ugly: move libktorrent and ktorrent-kde4 out of the way and
readd the new ones in one go, to not have to touch the same MOVED lines in a
short time span.

Also this adds a very stripped down version of the desktuils/kdepim metaport,
which will get more and more dependencies added shortly.
Original commitRevision:466980 
Tuesday, 15 Mar 2016
12:35 rakuco search for other commits by this committer
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.

Most of this huge patch is just PORTREVISION bumps, pkg-plist changes and a
few patches to FooConfig.cmake files to make them look into the kde4/
subdirectory in include/.

Changes which don't fit into the above are:
- deskutils/kdepimlibs4: Import an upstream patch to remove some double
  semicolons that cause base GCC to fail. They have always been present, but
  since the faulty header was referenced via -isystem /usr/local/include
  this never caused any problems.
- devel/subversion, devel/subversion18: Update patch-configure. The current
  kwallet changes there date back to 2011 (r272490), at a time when the
  build could fail when both KDE3 and KDE4 were installed. Replace those
  bits with a change I've submitted upstream to use the kde4-config program
  to determine where KDE4's headers and libraries are installed instead of
  assuming the headers are always in include/.

Once again, huge thanks to Tobias Berner <tcberner@gmail.com> for being the
first one to notice this problem when working on the KDE Frameworks 5 ports,
coming up with the solution and bugging me until I had time to work on this
and ask for the exp-run :-)

PR:		207906 (exp-run)
Original commitRevision:411156 
Wednesday, 12 Nov 2014
21:31 antoine search for other commits by this committer
Cleanup plist
Original commitRevision:372503 
Tuesday, 18 Sep 2012
21:31 makc search for other commits by this committer
Update libktorrent to 1.3.0
Update ktorrent to 4.3.0
Original commitRevision:304468 
Wednesday, 7 Mar 2012
15:25 makc search for other commits by this committer
Update libktorrent to 1.2.0
Update ktorrent to 4.2.0
Original commit
Wednesday, 7 Dec 2011
16:34 makc search for other commits by this committer
Update to 1.1.3

Feature safe:   yes
Original commit
Monday, 17 Oct 2011
00:05 avilla search for other commits by this committer
- Update dependencies after KDE ports upgrade.
- Avoid removing kdehier4 directories.
- Bump PORTREVISION.
Original commit
Thursday, 18 Aug 2011
17:25 makc search for other commits by this committer
Update to 1.1.2
Original commit
Tuesday, 14 Jun 2011
21:43 makc search for other commits by this committer
Update to 1.1.1
Original commit
Friday, 25 Mar 2011
10:20 avilla search for other commits by this committer
- 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)
Original commit
Friday, 31 Dec 2010
15:20 makc search for other commits by this committer
Update to 1.0.5
Original commit
Thursday, 21 Oct 2010
20:31 makc search for other commits by this committer
Update to 1.0.4
Original commit
Wednesday, 1 Sep 2010
21:19 makc search for other commits by this committer
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/
Original commit

Number of commits found: 19