Port details |
- extra-cmake-modules Extra modules and scripts for CMake
- 5.27.0 devel
=0 5.27.0Version of this port present on the latest quarterly branch.
- Maintainer: kde@FreeBSD.org
- 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
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- 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. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- sphinx-build : textproc/py-sphinx
- sphinx-build : textproc/py-sphinx
- sphinx-build : textproc/py-sphinx
- cmake : devel/cmake
- moc : devel/qt5-buildtools
- libQt5Help.so : devel/qt5-help
- lrelease : devel/qt5-linguisttools
- qmake : devel/qmake5
- Runtime dependencies:
-
- 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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.27.0 14 Nov 2016 16:12:57 |
tcberner |
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 ) |
5.27.0 13 Oct 2016 19:14:10 |
tcberner |
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 |
pi |
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 |
pi |
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 |
rakuco |
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 |
pi |
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 |
amdmi3 |
- Update to 5.24.0
PR: 211104
Submitted by: yuri@rawbw.com (maintainer) |
5.23.0 03 Jul 2016 16:20:29 |
pawel |
Update to version 5.23.0
PR: 210678
Submitted by: maintainer |
5.22.0 23 May 2016 20:35:01 |
amdmi3 |
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 |
pi |
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 |