Port details |
- cmake-man Manual pages for CMake
- 3.31.0 devel =5 3.28.3Version of this port present on the latest quarterly branch.
- Maintainer: kde@FreeBSD.org
- Port Added: 2022-09-09 00:23:48
- Last Update: 2024-11-17 22:58:51
- Commit Hash: 4263e3a
- People watching this port, also watch:: p5-Error, jpeg-turbo, autoconf, indexinfo, perl5
- License: BSD3CLAUSE
- WWW:
- https://www.cmake.org/
- Description:
- CMake is used to control the software compilation process using
simple platform and compiler independent configuration files. CMake
generates native makefiles and workspaces that can be used in the
compiler environment of your choice. CMake is quite sophisticated:
it is possible to support complex environments requiring system
configuration, pre-processor generation, code generation, and
template instantiation.
This port contains CMake's manual pages
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- cmake-man>0:devel/cmake-man
- To install the port:
- cd /usr/ports/devel/cmake-man/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/cmake-man
- pkg install cmake-man
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: cmake-man
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1731429246
SHA256 (cmake-3.31.0.tar.gz) = 300b71db6d69dcc1ab7c5aae61cbc1aa2778a3e00cbd918bc720203e311468c3
SIZE (cmake-3.31.0.tar.gz) = 11699894
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- sphinx-build : textproc/py-sphinx@py311
- cmake : devel/cmake-core
- ninja : devel/ninja
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- devel/cmake
Configuration Options:
- No options to configure
- Options name:
- devel_cmake-man
- USES:
- cmake python:build
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
- There is no master site for this port.
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.31.0 17 Nov 2024 22:58:51 |
Jason E. Hale (jhale) |
devel/cmake*: Update to 3.31.0
devel/cmake-gui: Convert to out-of-source build
Announcement:
https://www.kitware.com/cmake-3-31-0-available-for-download/
Release notes:
https://cmake.org/cmake/help/latest/release/3.31.html
PR: 282725
Exp-run by: antoine |
3.28.3 10 Feb 2024 22:02:46 |
Jason E. Hale (jhale) |
devel/cmake*: Update to 3.28.3
Changes made since CMake 3.28.2:
- Tests: Add case covering PCH in a unity build
- Unity: Clarify source comments on unity build transformation
- cmGlobalGenerator: Add unity/pch sources after computing compile
features
- zlib 2022-10-12 (04f42cec)
- zlib: Fix 1.2.13 version and date notice
https://www.kitware.com/cmake-3-28-3-available-for-download/ |
3.28.2_1 03 Feb 2024 23:19:43 |
Jason E. Hale (jhale) |
devel/cmake*: Pet portclippy(1) and migrate to Qt6
Migrate towards Qt6:
- Switch the default flavor of devel/cmake-gui to qt6.
- Use qt6-tools instead of qt5-help in devel/cmake-doc to generate the Qt
help file.
Depend on the flavorized version of textproc/py-sphinx.
Pet portclippy(1) and portlint(1) and make Makefile order more consistent
within the devel/cmake* ports. Remove duplicate DISTINFO_FILE line from
devel/cmake-man. [1]
Make build of devel/cmake-core verbose [2] and respect WITH_CCACHE_BUILD
in bootstrapping phase. (Only the first 15 lines of the commit message are shown above ) |
3.28.2 01 Feb 2024 21:35:09 |
Jason E. Hale (jhale) |
devel/cmake*: Update to 3.28.2
Install manpages in share/man.
Changes made since CMake 3.28.1:
- Autogen: Forward dependencies when both Makefile and DEPFILE are used
- CUDA/Clang: Record architectures supported by Clang 16
- CUDA/Clang: Update architectures supported by CUDA 12
- CUDAToolkit: Correctly search all include paths from compiler
- ExternalProject: revert `BYPRODUCTS` for download outputs
- FindBoost: Add support for Boost 1.84
- FindFreetype: Revert use of upstream freetype cmake package
- FindMatlab: Accept long ver in matlab_get_release_name_from_version
- FindMatlab: Document all registry paths for version lookup
- FindMatlab: Document that version mappings do not apply to MCR (Only the first 15 lines of the commit message are shown above ) |
3.28.1 28 Dec 2023 23:03:34 |
Jason E. Hale (jhale) |
devel/cmake*: Update to 3.28.1
Announcements: https://www.kitware.com/cmake-3-28-0-available-for-download/
https://www.kitware.com/cmake-3-28-1-available-for-download/
Release notes: https://cmake.org/cmake/help/latest/release/3.28.html
PR: 275730
Exp-run by: antoine |
3.26.1 12 Apr 2023 22:27:28 |
Adriaan de Groot (adridg) |
devel/cmake: update to 3.26.1, latest upstream
See release notes at
https://cmake.org/cmake/help/v3.26/release/3.26.html
Some "while we're at it" changes:
- remove obsolete patch, reported by: diizzy (PR 270337)
- set LOCALSTATEDIR to /var (PR 267748)
Thanks antoine@ for the exp-run.
PR: 270491 270337 267748 |
3.24.3 08 Nov 2022 19:50:59 |
Dima Panov (fluffy) |
*/cmake*: hoist cmake version to cmake.mk (+)
Differential Revision: D31894 (revisited) |
3.24.3 08 Nov 2022 05:08:39 |
Tobias C. Berner (tcberner) |
devel/cmake: update to 3.24.3
Exp-run by: 267497
PR: xXXXX |
3.24.0 17 Sep 2022 10:56:01 |
Adriaan de Groot (adridg) |
devel/cmake*: bump to 3.24.0
Update the CMake ports to 3.24. A previous exp-run -- thanks
antoine@ -- showed up new failures. That is normal for a CMake
update. tcberner@ fixed most of them (in the linked PR) and
lang/zig just landed. The original patch for the update came
from tcberner@ as well, but I had to re-jig it after CMake
was reorganized into a metaport and -core package.
PR: 265652 |
3.23.3 08 Sep 2022 20:14:05 |
Daniel Engberg (diizzy) |
devel/cmake: Create a meta-port for CMake
Create a meta-port for CMake to make it easier for the end user and
better handling of build dependencies.
This pushes devel/cmake into /devel/cmake-core and splits manpages and
its dependencies to /devel/cmake-man
Approved by: kde (tcberner)
Differential Revision: https://reviews.freebsd.org/D34957 |