Port details |
- cglm Highly optimized graphics math (glm) for C
- 0.9.4 math
=2 0.9.4Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2020-06-17 04:39:57
- Last Update: 2024-04-03 08:23:37
- Commit Hash: 51ac9a9
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://github.com/recp/cglm
- Description:
- cglm is optimized 3D math library written in C99 (compatible with C89).
It is similar to original glm library except this is mainly for C
This library stores matrices as column-major order but in the future row-major
is considered to be supported as optional.
Currently only float type is supported for most operations.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/math/cglm/ && make install clean
- To add the package, run one of these commands:
- pkg install math/cglm
- pkg install cglm
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: cglm
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1712132215
SHA256 (recp-cglm-v0.9.4_GH0.tar.gz) = 101376d9f5db7139a54db35ccc439e40b679bc2efb756d3469d39ee38e69c41b
SIZE (recp-cglm-v0.9.4_GH0.tar.gz) = 690840
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:
-
- meson : devel/meson
- ninja : devel/ninja
- This port is required by:
- for Libraries
-
- games/taisei
Configuration Options:
- No options to configure
- Options name:
- math_cglm
- USES:
- compiler:c11 meson
- 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 |
0.9.4 03 Apr 2024 08:23:37
    |
Yuri Victorovich (yuri)  |
math/cglm: update 0.9.3 → 0.9.4
Reported by: portscout |
0.9.3 27 Mar 2024 07:32:07
    |
Yuri Victorovich (yuri)  |
math/cglm: update 0.9.2 → 0.9.3
Reported by: portscout |
0.9.2 01 Jan 2024 08:09:04
    |
Yuri Victorovich (yuri)  |
math/cglm: update 0.9.1 → 0.9.2
Reported by: portscout |
0.9.1 11 Aug 2023 08:11:17
    |
Yuri Victorovich (yuri)  |
math/cglm: Update 0.9.0 → 0.9.1
Reported by: portscout |
0.9.0 08 Jul 2023 03:59:44
    |
Yuri Victorovich (yuri)  |
math/cglm: Fix build by removing -Werror
Reported by: fallout |
0.9.0 03 Jun 2023 07:43:33
    |
Yuri Victorovich (yuri)  |
math/cglm: Update 0.8.9 → 0.9.0
Reported by: portscout |
0.8.9 05 Feb 2023 21:04:10
    |
Yuri Victorovich (yuri)  |
math/cglm: Update 0.8.8 → 0.8.9
Reported by: portscout |
0.8.8 28 Jan 2023 06:56:36
    |
Yuri Victorovich (yuri)  |
math/cglm: Update 0.8.7 → 0.8.8
Reported by: portscout |
0.8.7 28 Oct 2022 15:55:53
    |
Yuri Victorovich (yuri)  |
math/cglm: Update 0.8.5 -> 0.8.7
Reported by: portscout |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.8.5 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.8.5 20 Mar 2022 19:35:25
    |
Yuri Victorovich (yuri)  |
math/cglm: Update 0.8.4 -> 0.8.5 |
0.8.4_1 28 Aug 2021 08:57:30
    |
Jan Beich (jbeich)  |
math/cglm: fix inheritance of old MESON_ARGS
This port doesn't set MESON_ARGS, so the effect is cosmetic.
Mainly to avoid bugs in case pre-test is copied to other ports. |
0.8.4_1 27 Aug 2021 17:02:10
    |
Yuri Victorovich (yuri)  Author: Jan Beich |
math/cglm: convert to USES=meson from USES=cmake
It wrote a .pc file that was causing games/taisei to not find
cglm for some reason.
PR: 258065 |
0.8.4 18 Aug 2021 17:17:45
    |
Yuri Victorovich (yuri)  |
math/cglm: Update 0.8.3 -> 0.8.4
Reported by: portscout |
0.8.3 01 Jun 2021 06:47:40
    |
Yuri Victorovich (yuri)  |
math/cglm: Update 0.8.2 -> 0.8.3
Reported by: portscout |
0.8.2 30 Apr 2021 10:09:03
    |
Yuri Victorovich (yuri)  |
math/cglm: Update 0.8.1 -> 0.8.2 |
0.8.1 20 Apr 2021 20:47:41
    |
Yuri Victorovich (yuri)  |
math/cglm: Update 0.8.0 -> 0.8.1
Reported by: portscout |
0.8.0 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.8.0 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.8.0 03 Mar 2021 09:17:00
  |
yuri  |
math/cglm: Update 0.7.9 -> 0.8.0
Reported by: portscout |
0.7.9 20 Nov 2020 02:42:23
  |
yuri  |
math/cglm: Update 0.7.8 -> 0.7.9
Reported by: portscout |
0.7.8 10 Aug 2020 17:37:46
  |
yuri  |
math/cglm: Update 0.7.7 -> 0.7.8
Reported by: portscout |
0.7.7 03 Aug 2020 02:12:32
  |
yuri  |
math/cglm: Update 0.7.6 -> 0.7.7
Reported by: portscout |
0.7.6 17 Jun 2020 20:19:24
  |
linimon  |
Add compiler:c11 to USES to fix build on GCC-based systems:
CMake Error in CMakeLists.txt:
Target "cglm" requires the language dialect "C11" (with compiler
extensions), but CMake does not know the compile flags to use to enable it.
Approved by: portmgr (tier-2 blanket) |
0.7.6 17 Jun 2020 04:39:51
  |
yuri  |
New port: math/cglm: Highly optimized graphics math (glm) for C |