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: deskutils/kdepim4/pkg-plist

Number of commits found: 29

Monday, 15 Aug 2016
15:36 tcberner search for other commits by this committer
New port: devel/grantlee5 and Uses/grantlee.mk

The upcoming KDE Frameworks ports need grantlee5

*  Add devel/grantlee5 and move installed headers into a subdirectory
include/grantlee5
*  Move header files from devel/grantlee into a subdirectory
       include/grantlee4
   to make sure ports do not pick up the wrong headers
*  Add Uses/grantlee.mk to handle the PLIST_SUB and LIB_DEEPENDS needed
   by ports using grantlee (before we set the PLIST_SUB manual in very
   of the depending ports, which now should not be needed anymore).
*  The ports depending on devel/grantlee have been modified from
      LIB_DEPENDS=libgrantlee_gui.so:devel/grantlee
   to
      USES=grantlee:4
   as this does not affect the package no version bumped was made.

Reviewed by:    mat, rakuco
Approved by:    rakuco (mentor)
Differential Revision:  https://reviews.freebsd.org/D7434
Original commitRevision:420244 
Wednesday, 22 Jun 2016
18:57 pi search for other commits by this committer
x11/kde4: update to kdelibs version 4.14.10

This is based on the area51 testing repository of the KDE-FreeBSD
project, containing work by Raphael Kubo da Costa, Tobias Berner,
Ralf Nolden, Adriaan de Groot and probably many more from the KDE
team.

KDE4 releases have fallen into three tracks now that KDE4 is pretty
much end-of-life upstream. There's the libraries, the workspace
(Plasma4) and applications.

This patch introduces KDE4_KDELIBS_VERSION to track library releases,
which are still done infrequently. It bumps the workspace version.
It leaves applications alone. This has an effect on some applications
pkg-plists where library version numbers need to be changed. Other
than that it's supposed to be a minor upgrade, which opens the doors
for more reorganization and getting KDE Frameworks 5 in.

PR:		210255
Submitted by:	Adriaan de Groot <groot@kde.org> (kde), Tobias C.Berner
<tcberner@gmail.com> (kde)
Exp-run by:	antoine
Original commitRevision:417328 
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 
Friday, 15 May 2015
21:20 tijl search for other commits by this committer
- Modify deskutils/kdepim4 to install libkleo headers.  This basically
  reverts http://websvn.kde.org/?view=revision&revision=1070773 (Linux
  distros have done something similar)
- Let net-im/kopete-kde4 depend on libkleo from deskutils/kdepim4 to
  enable the cryptography plugin
- Remove dependencies from kopete-kde4 for protocols that are no longer
  supported (libjingle and MSN/WLM)

PR:		199546
Approved by:	maintainer timeout (3 weeks)
Original commitRevision:386485 
Sunday, 19 Oct 2014
15:57 makc search for other commits by this committer
KDE/FreeBSD team presents KDE SC 4.14.2 and KDE Workspace 4.11.13!

USE_KDE4=kdehier component has been deprecated, new components added:
 baloo			- Baloo core libraries
 baloo-widgets		- Baloo widgets library
 kfilemetadata		- KDE library for extracting file metadata

New ports:
  graphics/kqtquickcharts	- QtQuick plugin to render interactive charts
  misc/artikulate		- Pronunciation trainer for KDE
				(not usable currently, links to both
				GStreamer 1.x and 0.10.x via dependencies)
  sysutils/baloo[-widgets]	- KDE framework for searching and
				managing user metadata
  sysutils/kfilemetadata	- Library for extracting file metadata

l10n ports:
- Farsi (Persian) and Indonesian translations has been readded
- Vietnamese didn't pass threshold for inclusion into release

astro/kstars:
- switch dependency from math/eigen2 to math/eigen3
- add PYKDE option for updating supernovae data

deskutils/kdepim4:
- update dependencies: add libkgapi and baloo,
  remove now needless clucene, link-grammar, strigi
- add patch to fix build with gcc42
- update COMMENT and description for all KDE PIM ports

devel/ruby-krossruby:
- remove BROKEN, it builds with ruby 2.x now

editors/kate:
- add patch to disable memory-hungry build of the kate tests [1]

graphics/okular:
- add dependency on graphics/libkscreen

math/cantor:
- add optional dependency on lang/luajit for LuaJIT backend
- fix gfortran detection [2]

misc/kdehier4:
- adapt to new pkg world. Now the purpose of kdehier4 only
  to link some stuff between KDE4_PREFIX and LOCALBASE.

science/kalzium:
- switch dependency from math/eigen2 to math/eigen3
- add dependence on science/chemical-mime-data

x11-themes/kdeartwork4
- switch dependency from math/eigen2 to math/eigen3

among other changes:
- drop deprecated USE_KDE4=kdehier
- drop @dirrm from plist
- clean up pkg-descr
- convert to options helpers
- other portlint fixes

The area51 repository features commits by alonso, rakuco and myself.

PR:		187150 [1]
Reported by:	pe.freethread@live.com
Patch by:	Tobias Berner <tcberner@gmail.com>

PR:		180674 [2]
Reported by:	torsten.eichstaedt@web.de

PR:		194316
Exp-run:	antoine
Original commitRevision:371193 
Tuesday, 4 Mar 2014
19:15 makc search for other commits by this committer
KDE/FreeBSD team presents KDE SC 4.12.3 and KDE Workspace 4.11.7!

deskutils/kdepim4:
- Add depedency on coreutils, kleopatra needs md5sum and sha1sum programs [1]

misc/kdehier4:
- add tests directory (r343428 commit to Templates/BSD.local.dist)

security/kwallet:
- moved to security/kwalletmanager (renamed upstream)

x11/kdelibs:
- remove workaround, which is not needed after global fix in
  Mk/bsd.kde4.mk (r315373)

PR:		ports/187259 [1]
Submitted by:	Tobias Berner <tcberner@gmail.com>
Original commitRevision:347059 
Tuesday, 18 Feb 2014
14:23 makc search for other commits by this committer
KDE/FreeBSD team presents KDE SC 4.12.2 and KDE Workspace 4.11.6!

Among changes:
- Switch KDE4_PREFIX to ${LOCALBASE}
- Remove now needless misc/kde4-shared-mime-info port
- Add stage support
- Remove ancient CONFLICTS (KDE 4.9 and less) and LATEST_LINK
- Squeeze MASTER_SITES/MASTER_SITE_SUBDIR
- Convert LIB_DEPENDS to new style
- Use options helpers
- Drop support for FreeBSD 7.x
- Remove Qt/KDE 3 related workarounds
- Remove local patches and use upstream version scheme for libraries
- sysutils/kdeadmin4, net/kdenetwork4, devel/kdesdk4,
  and x11-clocks/kdetoys4 ports have been split.
- devel/kcachegrind is now a part of KDE SC [1]
- more logs in area51 repo...

New ports:
  devel/kde-dev-scripts:	KDE development scripts
  devel/kde-dev-utils:		KDE development utilities
  games/klickety:		Tetris themed solitaire
  games/picmi:			Single player logic-based puzzle game
  textproc/libkomparediff2:	Library to compare files and strings

The area51 repository features commits by Schaich Alonso, avilla, rakuco
and myself.

PR:		ports/186491
Exp-run:	by bdrewery
Approved by:	beat (former maintainer) [1]
Original commitRevision:344893 
Thursday, 4 Jul 2013
23:34 rakuco search for other commits by this committer
Update the KDE Software Compilation to 4.10.5.

Proudly brought to you by the KDE on FreeBSD team. We're sorry to ship two
KDE updates in just a few days, but the work on 4.10.5 was very light
compared to 4.10.4 so it was ready much faster.

The release announcement can be found in [1].
[1] http://www.kde.org/announcements/announce-4.10.5.php

The biggest news for us on FreeBSD is that the Ruby bindings should work
with Ruby 1.9 now.

I will probably add a note to UPDATING later about this, but as avilla@
pointed out, the clang support we mentioned that was improved in 4.10.4
requires a rebuild of the ports that depend on kdelibs4. Most of them are
covered by this update, but those which are not part of the Software
Compilation need to be rebuilt manually to make sure the previous issues
(proper symbol visibility being the most annoying of them) are solved.
Original commitRevision:322300 
Tuesday, 2 Jul 2013
19:04 rakuco search for other commits by this committer
Update to KDE SC 4.10.4, proudly presented by the KDE on FreeBSD team.

With commits from avilla@, makc@, rakuco@ and Schaich Alonso.

The upstream announcement can be found in [1].
[1] http://www.kde.org/announcements/announce-4.10.4.php

clang support should be more stable now, with clang being recognized by
kdelibs4 and being passed the correct flags to build other ports.
Additionally, all ports being committed have been verified to build with
-CURRENT's clang 3.3 on an amd64 tinderbox (special thanks go to swills@ for
providing it).

Work on the newly-released 4.10.5 will begin shortly.
Original commitRevision:322191 
Saturday, 18 May 2013
20:34 makc search for other commits by this committer
KDE/FreeBSD team presents KDE SC 4.10.3 ports!

- Remove patches and checks for unsupported FreeBSD versions.

The area51 repository features commits by avilla, rakuco and myself.
Original commitRevision:318452 
Wednesday, 27 Mar 2013
11:55 makc search for other commits by this committer
KDE/FreeBSD team presents KDE SC 4.10.1 ports!

- kdegames4 port has been split.
- kdeutils4-printer-applet and system-config-printer-kde have been
  replaced by print/kde4-print-manager.
- Recover misc/kde4-l10n-mr from attic.
- New USE_KDE4 components: kactivities, libkdegames, nepomuk-core,
  and nepomuk-widgets.
- Provide sharedmime component with magic: ports don't need to
  run update-mime-database themselves now.
- Switch some ports to out-of-source build.
- Update port comments.
- Adjust dependence on Qt4 components.
- x11/kde4 installs modern kdepim4 now.
- Remove redundant aspell and hspell from kdelibs4, both
  can be enabled in textproc/enchant if needed.
- Remove stale bits from bsd.kde4.mk

The area51 repository features commits by Schaich Alonso and myself.

Contributors:
- Tobias Berner
Original commitRevision:315373 
Sunday, 3 Feb 2013
20:10 makc search for other commits by this committer
KDE/FreeBSD team presents KDE SC 4.9.5 ports!

- kdebindings ports have been renamed to match upstream.
- kdemultimedia and kdenetwork have been split.
- New port games/pairs added.
- Trim Makefile header
- Convert to new option framework
- New USE_KDE4 components: libkcddb, libkcompactdisc
- Update:
	databases/akonadi to 1.9.0
	devel/grantlee to 0.3.0
	textproc/rasqal to 0.9.30
	textproc/redland-bindings to 1.0.16.1
	textproc/soprano to 2.9.0
	x11-toolkits/attica to 0.4.1

The area51 repository features commits by Schaich Alonso, avilla, dbn,
jhale, makc and rakuco.

Contributors:
- Oleg Sidorkin
- Tobias Berner
- Kurt Jaeger
Original commitRevision:311483 
Friday, 25 May 2012
02:15 makc search for other commits by this committer
KDE/FreeBSD team presents long awaited KDE SC 4.8.3!

kdeaccessibility4 and kdeutils4 are now meta ports. deskutils/kdepim4 updated
to match KDE SC version, old kdepim preserved in deskutils/kdepim44.

Follow UPDATING instruction!

New ports:
- accessibility/kaccessible
- accessibility/kmag
- accessibility/kmousetool
- accessibility/kmouth
- archivers/ark
- comms/kremotecontrol
- deskutils/kcharselect
- deskutils/kdepim44
- deskutils/kdepim44-runtime
- deskutils/superkaramba
- devel/kdebindings4-perl-perlkde
- devel/kdebindings4-perl-perlqt
- math/analitza
- math/kcalc
- misc/kde4-l10n-fa
- security/kgpg-kde4
- security/kwallet
- sysutils/kdf
- sysutils/kfloppy
- sysutils/sweeper
- vietnamese/kde4-l10n
- x11-clocks/ktimer
- x11/kactivities
- x11/libkonq

Removed ports:
- devel/kdebindings4-kross-interpreters
- devel/kdebindings4-python
- devel/kdebindings4-ruby
- devel/kdebindings4-smoke
Original commit
Friday, 25 Mar 2011
10:33 avilla search for other commits by this committer
The FreeBSD KDE Team is pleased to announce KDE SC 4.6.1 and KDE PIM
4.4.10. The official 4.6.1 release notes can be found at:
http://www.kde.org/announcements/announce-4.6.1.php

We'd like to say thanks to all helpers and submitters.

Tested by:      exp-run via miwi
Original commit
Saturday, 4 Dec 2010
19:55 makc search for other commits by this committer
Update KDE PIM ports to 4.4.8
Original commit
Sunday, 8 Aug 2010
07:35 makc search for other commits by this committer
Remove stale stuff
Original commit
Tuesday, 22 Jun 2010
07:50 fluffy search for other commits by this committer
- Make libassuan-1 support optional and mark port IGNORE with libassuan-1
    support requested (it conflicts with libassuan2)
- Unbreak package build without libassuan-1 installed

Noticed by:     pointyhat via pav
Feature safe:   yes
Original commit
Tuesday, 11 May 2010
14:21 fluffy search for other commits by this committer
- The FreeBSD KDE team is pleased to announce KDE SC 4.4.3 for FreeBSD

With hat on:    kde@
Original commit
Friday, 27 Nov 2009
01:44 miwi search for other commits by this committer
The KDE FreeBSD team is proud to announce the release of KDE 4.3.3
for FreeBSD.

For lists of bugfixes and improvements please see:
http://www.kde.org/announcements/changelogs/changelog4_3_1to4_3_2.php
http://www.kde.org/announcements/changelogs/changelog4_3_2to4_3_3.php

The KDE FreeBSD team would like to say thanks to all the helpers
and submitters.

Tested by:      pointyhat-exp-run (myself)
Original commit
Tuesday, 1 Sep 2009
22:19 tabthorpe search for other commits by this committer
The FreeBSD KDE is please to announce the release of KDE 4.3.1,
a bugfix, translation and maintenance update. Release note can be found
at http://kde.org/announcements/announce-4.3.1.php

We would like to thank all our contributors and testers. My personal
thanks to miwi and makc for coaching me through my first KDE commit.
Original commit
Tuesday, 4 Aug 2009
21:14 miwi search for other commits by this committer
The KDE FreeBSD team is proud to announce the release of KDE 4.3.0
for FreeBSD. The official KDE 4.3.0 (Codename: "Caizen") release
notes can be found at:
http://kde.org/announcements/4.3/index.php.

We'd like to say thanks to all helpers and submitters.

Tested by:      pointyhat-exp-run (pav/miwi)
Original commit
Wednesday, 3 Jun 2009
11:02 miwi search for other commits by this committer
The KDE FreeBSD team is pleased to announce KDE 4.2.4, the last bugfix
release in 4.2.x series. The official KDE 4.2.4 release changelog can
be found at:
http://www.kde.org/announcements/changelogs/changelog4_2_3to4_2_4.php.
Original commit
Thursday, 2 Apr 2009
09:23 miwi search for other commits by this committer
The KDE FreeBSD team is proud to announce the release of KDE 4.2.2
for FreeBSD. The official KDE 4.2.2 release changelog can be found at:
http://www.kde.org/announcements/changelogs/changelog4_2_1to4_2_2.php.

Also mark some ports MAKE_JOBS_SAFE.

New Ports:
        misc/kde4-l10n-sk - Slovak
Original commit
Monday, 9 Mar 2009
00:55 makc search for other commits by this committer
Update KDE to 4.2.1.

multimedia/phonon port has been split into phonon itself, phonon-xine
and phono-gstreamer backends. After updating phonon port you have
to install at least one backend. phonon-xine backend is recommended
for KDE.
Original commit
Sunday, 8 Feb 2009
20:23 miwi search for other commits by this committer
The KDE FreeBSD team is proud to announce the release of KDE 4.2.0
for FreeBSD. The official KDE 4.2.0 (Codename: "The Answer") release
notes can be found at:
http://kde.org/announcements/4.2/index.php.

New supported languages include Arabic, Icelandic, Basque,
Hebrew, Romanian, Tajik and several Indian languages (Bengali India,
Gujarati, Kannada, Maithili, Marathi) indicating a rise in popularity in
this part of Asia.

New ports for KDE 4.2.0:
arabic/kde4-l10n                Arabic
hebrew/kde4-l10n                Hebrew
misc/kde4-l10n-bn_IN            Bengali (India)
misc/kde4-l10n-eu               Basque
misc/kde4-l10n-gu               Gujarati
misc/kde4-l10n-is               Icelandic
misc/kde4-l10n-kn               Kannada
misc/kde4-l10n-mai              Maithili
misc/kde4-l10n-mr               Marathi
misc/kde4-l10n-ro               Romanian
misc/kde4-l10n-tg               Tajik
math/eigen2                     Lightweight library for vector and matrix math
graphics/kipi-plugins-kde4      KDE4 kipi graphics plugins
sysutils/policykit-kde          PolicyKit manager for KDE

Unfortunately FreeBSD 6.4 support is dropped.

We'd like to say thanks for feedback and help to:
        Matt Tosto, Kris Moore, stickibit, David Johnson, Markus Brueffer,
        David Naylor, Thomas Schlesinger, Warren Liddell, Thomas Abthorpe,
        Diego Depaoli, Mats Andreassen, portmgr for exp-run and repocopies.
Original commit
Tuesday, 13 Jan 2009
23:16 makc search for other commits by this committer
kde@freebsd team is pleased to announce KDE 4.1.4, the last bugfix release in
4.1.x series.
You have only two weeks to play with it -- KDE 4.2.0 is coming ;)
Great thanks for those who helped us with testing 4.1.2 and 4.1.3 during
long-long ports ice-age.

For lists of bugfixes and improvements please see:
http://www.kde.org/announcements/changelogs/changelog4_1_1to4_1_2.php
http://www.kde.org/announcements/changelogs/changelog4_1_2to4_1_3.php
http://www.kde.org/announcements/changelogs/changelog4_1_3to4_1_4.php

Approved by:    miwi (mentor)
Original commit
Wednesday, 3 Sep 2008
13:06 miwi search for other commits by this committer
The KDE FreeBSD team is proud to announce the release of KDE 4.1.1
for FreeBSD. The official KDE 4.1.1 release notes can be found at
http://www.kde.org/announcements/changelogs/changelog4_1to4_1_1.php.

KDE Community ships sirst translation and service release of the 4.1
dree desktop, containing numerous bugfixes, Performance Improvements
and Translation Updates.

Pretty much all applications have received the developers' attention,
resulting in a long list of bugfixes and improvements. The most significant
changes are:

    * Significant performance, interaction and rendering correctness
      improvements in KHTML and Konqueror, KDE's web browser
    * User interaction, rendering and stability fixes in Plasma,
      the KDE4 desktop shell
    * PDF backend fixes in the document viewer Okular
    * Fixes in Gwenview, the image viewer's thumbnailing, more
      robust retrieval and display of images with broken metadata
    * Stability and interaction fixes in KMail

New Ports:
- graphics/kcoloredit
        * KColorEdit is a palette files editor. It can be used
          for editing color palettes and for color choosing and
          naming.

- graphics/kgraphviewer
        * KGraphViewer is a GraphViz DOT graph viewer for KDE. The
          GraphViz programs are free-software layout engines for graphs.
          KGraphViewer displays the graphs in a modern, user-friendly GUI
          with all the power of a well integrated KDE application.

- graphics/kiconedit
        * KIconEdit is designed to help create icons for KDE using the standard
          icon palette.

- graphics/skanlite
        * Skanlite is a simple image scanning application that does nothing
          more than scan and save images. Skanlite can open a save dialog for
          every image scanned or save the images immediately in a specified
          directory with auto-generated names and format. The user can also
          choose to show the scanned image before saving.
Original commit
Saturday, 9 Aug 2008
16:52 miwi search for other commits by this committer
The KDE FreeBSD team is proud to announce the release of KDE 4.1.0
for FreeBSD. The official KDE 4.1.0 release notes can be found at
http://www.kde.org/announcements/4.1/.

Some note:

* Prefix
KDE4 will be install into a custom prefixes namely ${LOCALBASE}/kde4.
KDE4 and KDE3 can co-exist

* Sound
For sound to work, it is necessary to have dbus and hal enabled
in your system. Please see the respective documentation on how
to enable these.

For more Informations see the HEADS UP at ports@ and kde-freebsd@
or our wiki page http://wiki.freebsd.org/KDE4/Install.

Have fun!
Original commit
07:50 miwi search for other commits by this committer
- Force commit:
        Repocopy KDE3* -> KDE4

Repocopy by:    marcus
Original commit

Number of commits found: 29