notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: graphics/libkface/Makefile
SVNWeb

Number of commits found: 24

Mon, 14 May 2018
[ 14:10 swills search for other commits by this committer ] Original commit   Revision:469891
graphics/libkface: mark broken with new opencv
[ 14:09 swills search for other commits by this committer ] Original commit   Revision:469889
graphics/libkface: fix LIB_DEPENDS
Wed, 9 May 2018
[ 01:10 swills search for other commits by this committer ] Original commit   Revision:469420 (Only the first 10 of 60 ports in this commit are shown above. View all ports for this commit)
graphics/opencv: Update to 3.4.1

PR:		210505
Submitted by:	rozhuk.im@gmail.com (partially, further work was done)
Exp-run by:	antoine
Sat, 10 Feb 2018
[ 10:29 tcberner search for other commits by this committer ] Original commit   Revision:461375 (Only the first 10 of 444 ports in this commit are shown above. View all ports for this commit)
Rename KDE4 meta ports

This is done for
 * consistency,
 * and to simplify the import of the newer KDE Plasma5 desktop and KDE
applications

Bumps the dependencies.

Reviewed by:	adridg
Differential Revision:	https://reviews.freebsd.org/D12979
Tue, 25 Apr 2017
[ 08:20 riggs search for other commits by this committer ] Original commit   Revision:439367 (Only the first 10 of 701 ports in this commit are shown above. View all ports for this commit)
Chase ffmpeg 3.3 update (ABI changes)

PR:		218658
Submitted by:	riggs
Fri, 14 Apr 2017
[ 05:30 jbeich search for other commits by this committer ] Original commit   Revision:438490 (Only the first 10 of 44 ports in this commit are shown above. View all ports for this commit)
graphics/opencv: back out r423216 and r423063 (replaying r423316)

Renaming didn't help to unblock 3.x progress as co-existence with 2.x
was no less complex than simply fixing consumers. This commit also
restores directory-level history accidentally lost via git-svn.

PR:		210505
Pointy hat to:	jbeich (should've discussed first)
Mon, 3 Oct 2016
[ 17:47 jbeich search for other commits by this committer ] Original commit   Revision:423216 (Only the first 10 of 59 ports in this commit are shown above. View all ports for this commit)
graphics/opencv: add suffix to make room for 3.x series

To avoid confusion, the main port is to track the latest release.
Whether to rename includes/libraries as well making it possible to
install 2.x and 3.x side-by-side remains to be investigated.

PR:		210505 (for tracking)
Inspired by:	PkgSrc
Wed, 24 Aug 2016
[ 08:20 tcberner search for other commits by this committer ] Original commit   Revision:420774 (Only the first 10 of 364 ports in this commit are shown above. View all ports for this commit)
Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks and
Plasma5 ports

At the moment KDE ports use bsd.kde4.mk to handle their dependencies. When
working on the ports for KDE Frameworks and Plasma5 it seemed to be more
reasonable to create a new kde.mk instead of adding an bsd.kde5.mk.

The kde.mk in this review is a stripped down version of the one we are using in
the KDE Test repositories plasma5 branch [1] to only contain the parts relevant
to the current KDE4 ports in the portstree [2].

Changes to the KDE Ports needed by this:

Replace USE_KDE4 by USE_KDE [3]
Add USES=kde:4 [4]
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 25 May 2016
[ 20:56 rene search for other commits by this committer ] Original commit   Revision:415864 (Only the first 10 of 328 ports in this commit are shown above. View all ports for this commit)
Remove expired misc/kdehier4 and update all of its consumers to not reference it
any
longer. This is a no-op because KDE4_PREFIX is equal to LOCALBASE

Fix up properties for misc/kde4-l10n/files/bsd.l10n.mk to make svn happy.

PR:		209014 (partial)
Submitted by:	myself
Approved by:	portmgr (bapt)
Differential Revision:	https://reviews.freebsd.org/D6542
Thu, 14 Apr 2016
[ 19:06 rakuco search for other commits by this committer ] Original commit   Revision:413310 (Only the first 10 of 38 ports in this commit are shown above. View all ports for this commit)
Update DigiKam and related ports to 4.14.0.

This is a huge leap, as we are moving from 4.2.0 (released in August 2014) to
4.14.0 (released in October 2015). Version 4.14.0 is the last KDE4-based
release, and 5.0.0 will be based on KDE Frameworks 5.

Noteworthy port changes:
- Most patches in graphics/digikam-kde4 are no longer necessary.
- graphics/kipi-plugin-googledrive and graphics/kipi-plugin-picasaweb have
  been merged into graphics/kipi-plugin-googleservices following what
  upstream did to those plugins.
- astro/libkgeomap and graphics/libkface are no longer included in the
  DigiKam tarball and are now completely independent ports whose tarballs
  are released as part of KDE Applications.
- net/libmediawiki is neither included in the DigiKam tarball nor released
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 1 Apr 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:412346 (Only the first 10 of 5103 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Tue, 15 Mar 2016
[ 12:35 rakuco search for other commits by this committer ] Original commit   Revision:411156 (Only the first 10 of 123 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Tue, 27 Jan 2015
[ 21:04 makc search for other commits by this committer ] Original commit   Revision:378020 (Only the first 10 of 66 ports in this commit are shown above. View all ports for this commit)
- Update digiKam and Kipi Plugins to 4.2.0
- New ports for exporting images to Dropbox and Google Drive:
	graphics/kipi-plugin-dropbox
	graphics/kipi-plugin-googledrive

Excerpt from area51 commit logs:
------------------------------------------------------------------------
r10303 | jhale | 2014-09-19 04:04:57 +0000 (Fri, 19 Sep 2014) | 13 lines

- Update digikam and friends to 4.2.0
- Drop "Enable" from Digikam options descriptions
- For kipi-plugins, only extract what we need to reduce extraction time
  and file I/O

------------------------------------------------------------------------
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 10 Sep 2014
[ 20:50 gerald search for other commits by this committer ] Original commit   Revision:367888 (Only the first 10 of 3171 ports in this commit are shown above. View all ports for this commit)
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)
Fri, 15 Aug 2014
[ 20:37 mandree search for other commits by this committer ] Original commit   Revision:365038 (Only the first 10 of 522 ports in this commit are shown above. View all ports for this commit)
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)
Tue, 18 Feb 2014
[ 14:31 makc search for other commits by this committer ] Original commit   Revision:344898 (Only the first 10 of 241 ports in this commit are shown above. View all ports for this commit)
- Bump PORTREVISION after KDE4_PREFIX change
Tue, 21 Jan 2014
[ 18:17 makc search for other commits by this committer ] Original commit   Revision:340628 (Only the first 10 of 76 ports in this commit are shown above. View all ports for this commit)
- Update to digiKam and Kipi Plugins ports to 3.5.0
- Add new kipi-plugin port for jalbumexport
- Remove useless LATEST_LINK
- Bring stage support
- Convert to options helpers, new style LIB_DEPENDS
- Add patch to fix linking with libpgf [1]

PR:		ports/184942 [1]
Reported by:	Mike Clarke <jmc-freebsd2 at milibyte.co.uk>
Wed, 4 Dec 2013
[ 02:51 jhale search for other commits by this committer ] Original commit   Revision:335601 (Only the first 10 of 60 ports in this commit are shown above. View all ports for this commit)
- Update graphics/*opencv* to 2.4.7
- Revert options helpers to if statements since the OFF condition is not
  applied when OPTIONS_EXCLUDE is used
- Move most of the OpenCV modules from the graphics/opencv-core port to
  graphics/opencv, leaving opencv-core as just the bare minimum required
  for building ffmpeg with OpenCV support
- Install examples for python and java bindings
- Add new slave port graphics/opencv-java: Java bindings for OpenCV
- Bump PORTREVISION and make dependency adjustments and fixes for
  dependent ports
- Add UPDATING entry
Fri, 20 Sep 2013
[ 18:35 bapt search for other commits by this committer ] Original commit   Revision:327733 (Only the first 10 of 1084 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
Sun, 1 Sep 2013
[ 22:46 bapt search for other commits by this committer ] Original commit   Revision:325926
Add an explicit dependency on pkgconf
Mon, 8 Apr 2013
[ 17:10 makc search for other commits by this committer ] Original commit   Revision:315762 (Only the first 10 of 154 ports in this commit are shown above. View all ports for this commit)
- Update to digiKam and Kipi Plugins ports to 3.1.0
- Split documentations and l10ns to separate ports
- Split kipi-plugins-kde4 port

Approved by:	portmgr (miwi)
Wed, 19 Sep 2012
[ 08:15 jhale search for other commits by this committer ] Original commit   Revision:304492 (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
- Update Digikam SC to 2.9.0
- Add patch to fix Digikam crashes with large photo collections

Approved by:	makc (mentor)
Mon, 30 Jul 2012
[ 20:20 makc search for other commits by this committer ] Original commit  (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
Update to 2.7.0

Submitted by:	Jason E. Hale <bsdkaffee at gmail.com> via area51 commit
Sat, 9 Jun 2012
[ 13:34 makc search for other commits by this committer ] Original commit 
Add new port graphics/libkface:

Libkface is a KDE C++ wrapper for libface which provides face recognition
and detection in pictures.

WWW: http://www.digikam.org

Submitted by:   Jason E. Hale <bsdkaffee at gmail.com> via area51 commit

Number of commits found: 24