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.

Port details
extra-cmake-modules Extra modules and scripts for CMake
5.27.0 devel Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 5.27.0Version of this port present on the latest quarterly branch.
Maintainer: kde@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2016-05-16 06:22:32
Last Update: 2016-11-14 16:12:57
SVN Revision: 426118
License: BSD3CLAUSE
WWW:
https://quickgit.kde.org/?p=extra-cmake-modules.git
Description:
The Extra CMake Modules package, or ECM, adds to the modules provided by CMake, including ones used by find_package() to find common software, ones that can be used directly in CMakeLists.txt files to perform common tasks and toolchain files that must be specified on the commandline by the user. WWW: https://quickgit.kde.org/?p=extra-cmake-modules.git
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • extra-cmake-modules>0:devel/extra-cmake-modules
No installation instructions:
This port has been deleted.
PKGNAME: extra-cmake-modules
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1476001119 SHA256 (KDE-extra-cmake-modules-v5.27.0_GH0.tar.gz) = 4f9c947a94f621ea90b0b56329951a4b97fd11d2ae901861a6cde1456f94a87a SIZE (KDE-extra-cmake-modules-v5.27.0_GH0.tar.gz) = 338067

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. sphinx-build : textproc/py-sphinx
  2. sphinx-build : textproc/py-sphinx
  3. sphinx-build : textproc/py-sphinx
  4. cmake : devel/cmake
  5. moc : devel/qt5-buildtools
  6. libQt5Help.so : devel/qt5-help
  7. lrelease : devel/qt5-linguisttools
  8. qmake : devel/qmake5
Runtime dependencies:
  1. libQt5Help.so : devel/qt5-help
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for extra-cmake-modules-5.27.0: DOCS=on: Build and/or install documentation HELP=on: Generate QtHelp documentation for installed modules MANPAGES=on: Build and/or install manual pages TEST=on: Build and/or run tests ===> Use 'make config' to modify these settings
Options name:
N/A
USES:
cmake qmake:_env
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/KDE/extra-cmake-modules/tar.gz/v5.27.0?dummy=/
Collapse this list.

Number of commits found: 10

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
5.27.0
14 Nov 2016 16:12:57
Revision:426118Original commit files touched by this commit
tcberner search for other commits by this committer
Importing KDE Frameworks into the ports tree (required for newer KDE Desktop and
Applications)

KDE Frameworks is a collection of libraries and software frameworks by KDE
that serve as technological foundation for KDE Plasma 5 and KDE Applications
distributed under the GNU Lesser General Public License (LGPL) [1].

The work is based on what we have in the KDE testing repo [2].

This is the next big step in updating the KDE Desktop and its Applications
to anything less dusty.

With this change, `USES=kde:5` is now a valid option. Ports that need to depend
on KDE Framework can now set:
	USES=kde:5
	USE_KDE=<framework1> <framework2> ... <frameworkX>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
5.27.0
13 Oct 2016 19:14:10
Revision:423930Original commit files touched by this commit
tcberner search for other commits by this committer
Take maintainership of devel/extra-cmake-modules

In preparation for the upcoming import of KDE Frameworks chomp up
devel/extra-cmake-modules.

Approved by:    Yuri (previous maintainer), rakuco (mentor)
5.27.0
10 Oct 2016 07:14:13
Revision:423641Original commit files touched by this commit
pi search for other commits by this committer
devel/extra-cmake-modules: 5.26.0 -> 5.27.0

PR:		213330
Changes:	https://quickgit.kde.org/?p=extra-cmake-modules.git&a=log
Submitted by:	Yuri Victorovich <yuri@rawbw.com> (maintainer)
5.26.0
12 Sep 2016 18:18:55
Revision:421946Original commit files touched by this commit
pi search for other commits by this committer
devel/extra-cmake-modules: 5.25.0 -> 5.26.0

PR:		212581
Changes:	https://quickgit.kde.org/?p=extra-cmake-modules.git
Submitted by:	Yuri Victorovich <yuri@rawbw.com> (maintainer)
5.25.0_1
06 Sep 2016 19:44:06
Revision:421463Original commit files touched by this commit
rakuco search for other commits by this committer
Avoid passing -std=c++0x when it is not supported

Extend the check in KDECompilerSettings.cmake to only pass -std=c++0x to the
compiler if it's recent enough, otherwise we risk passing that to base GCC and
breaking the build of any extra-cmake-modules-dependent port using
KDECompilerSettings.cmake on FreeBSD 9 (such as multimedia/qt5-phonon4).

PR:		212427
Submitted by:	rakuco
Approved by:	yuri@rawbw.com (maintainer)
5.25.0
31 Aug 2016 19:30:52
Revision:421185Original commit files touched by this commit
pi search for other commits by this committer
devel/extra-cmake-modules: 5.24.0 -> 5.25.0

- Add TEST port option to match BUILD_TESTING cmake option
  o CAVEAT: TEST=off is currently broken, see upstream bug# in Makefile
- DOCS requires qcollectiongenerator, added it via QT5=help
- TEST requires QT5=buildtools_build,linguisttools_build,qmake_build
- Patches FindQCollectionGenerator cmake test for the correct binary
  path under qt5/

PR:		211375
MFH:		2016Q3
Submitted by:	Yuri Victorovich <yuri@rawbw.com> (maintainer)
5.24.0
14 Jul 2016 12:34:51
Revision:418531Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Update to 5.24.0

PR:		211104
Submitted by:	yuri@rawbw.com (maintainer)
5.23.0
03 Jul 2016 16:20:29
Revision:417978Original commit files touched by this commit
pawel search for other commits by this committer
Update to version 5.23.0

PR:		210678
Submitted by:	maintainer
5.22.0
23 May 2016 20:35:01
Revision:415742Original commit files touched by this commit
amdmi3 search for other commits by this committer
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by
default anyway and don't need to be listed

Approved by:	portmgr blanket
5.22.0
16 May 2016 06:22:23
Revision:415309Original commit files touched by this commit
pi search for other commits by this committer
New port: devel/extra-cmake-modules

The Extra CMake Modules package, or ECM, adds to the modules provided
by CMake, including ones used by find_package() to find common
software, ones that can be used directly in CMakeLists.txt files
to perform common tasks and toolchain files that must be specified
on the commandline by the user.

WWW: https://quickgit.kde.org/?p=extra-cmake-modules.git

PR:		209513
Submitted by:	yuri@rawbw.com

Number of commits found: 10