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
glm C++ mathematics library for software based on the OpenGL GLSL
1.0.1,1 math on this many watch lists=2 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 0.9.9.8,1Version of this port present on the latest quarterly branch.
Maintainer: amdmi3@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2012-08-03 15:13:41
Last Update: 2024-03-01 21:00:07
Commit Hash: b35bdcd
People watching this port, also watch:: font-bh-lucidatypewriter-100dpi, desktop-file-utils, font-misc-meltho, xclock, alsa-plugins
Also Listed In: graphics
License: MIT
WWW:
https://github.com/g-truc/glm
Description:
OpenGL Mathematics (GLM) is a header only C++ mathematics library for graphics software based on the OpenGL Shading Language (GLSL) specification. GLM provides classes and functions designed and implemented with the same naming conventions and functionalities than GLSL so that when a programmer knows GLSL, he knows GLM as well which makes it really easy to use. This project isn't limited to GLSL features. An extension system, based on the GLSL extension conventions, provides extended capabilities: matrix transformations, quaternions, half-based types, random numbers, procedural noise functions, etc... This library works perfectly with OpenGL but it also ensures interoperability with third party libraries and SDKs. It is a good candidate for software rendering (Raytracing / Rasterisation), image processing, physic simulations and any context that requires a simple and convenient mathematics library.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (436 items)
Collapse this list.
  1. /usr/local/share/licenses/glm-1.0.1,1/catalog.mk
  2. /usr/local/share/licenses/glm-1.0.1,1/LICENSE
  3. /usr/local/share/licenses/glm-1.0.1,1/MIT
  4. include/glm/common.hpp
  5. include/glm/detail/_features.hpp
  6. include/glm/detail/_fixes.hpp
  7. include/glm/detail/_noise.hpp
  8. include/glm/detail/_swizzle.hpp
  9. include/glm/detail/_swizzle_func.hpp
  10. include/glm/detail/_vectorize.hpp
  11. include/glm/detail/compute_common.hpp
  12. include/glm/detail/compute_vector_decl.hpp
  13. include/glm/detail/compute_vector_relational.hpp
  14. include/glm/detail/func_common.inl
  15. include/glm/detail/func_common_simd.inl
  16. include/glm/detail/func_exponential.inl
  17. include/glm/detail/func_exponential_simd.inl
  18. include/glm/detail/func_geometric.inl
  19. include/glm/detail/func_geometric_simd.inl
  20. include/glm/detail/func_integer.inl
  21. include/glm/detail/func_integer_simd.inl
  22. include/glm/detail/func_matrix.inl
  23. include/glm/detail/func_matrix_simd.inl
  24. include/glm/detail/func_packing.inl
  25. include/glm/detail/func_packing_simd.inl
  26. include/glm/detail/func_trigonometric.inl
  27. include/glm/detail/func_trigonometric_simd.inl
  28. include/glm/detail/func_vector_relational.inl
  29. include/glm/detail/func_vector_relational_simd.inl
  30. include/glm/detail/glm.cpp
  31. include/glm/detail/qualifier.hpp
  32. include/glm/detail/setup.hpp
  33. include/glm/detail/type_float.hpp
  34. include/glm/detail/type_half.hpp
  35. include/glm/detail/type_half.inl
  36. include/glm/detail/type_mat2x2.hpp
  37. include/glm/detail/type_mat2x2.inl
  38. include/glm/detail/type_mat2x3.hpp
  39. include/glm/detail/type_mat2x3.inl
  40. include/glm/detail/type_mat2x4.hpp
  41. include/glm/detail/type_mat2x4.inl
  42. include/glm/detail/type_mat3x2.hpp
  43. include/glm/detail/type_mat3x2.inl
  44. include/glm/detail/type_mat3x3.hpp
  45. include/glm/detail/type_mat3x3.inl
  46. include/glm/detail/type_mat3x4.hpp
  47. include/glm/detail/type_mat3x4.inl
  48. include/glm/detail/type_mat4x2.hpp
  49. include/glm/detail/type_mat4x2.inl
  50. include/glm/detail/type_mat4x3.hpp
  51. include/glm/detail/type_mat4x3.inl
  52. include/glm/detail/type_mat4x4.hpp
  53. include/glm/detail/type_mat4x4.inl
  54. include/glm/detail/type_mat4x4_simd.inl
  55. include/glm/detail/type_quat.hpp
  56. include/glm/detail/type_quat.inl
  57. include/glm/detail/type_quat_simd.inl
  58. include/glm/detail/type_vec1.hpp
  59. include/glm/detail/type_vec1.inl
  60. include/glm/detail/type_vec2.hpp
  61. include/glm/detail/type_vec2.inl
  62. include/glm/detail/type_vec3.hpp
  63. include/glm/detail/type_vec3.inl
  64. include/glm/detail/type_vec4.hpp
  65. include/glm/detail/type_vec4.inl
  66. include/glm/detail/type_vec4_simd.inl
  67. include/glm/exponential.hpp
  68. include/glm/ext.hpp
  69. include/glm/ext/_matrix_vectorize.hpp
  70. include/glm/ext/matrix_clip_space.hpp
  71. include/glm/ext/matrix_clip_space.inl
  72. include/glm/ext/matrix_common.hpp
  73. include/glm/ext/matrix_common.inl
  74. include/glm/ext/matrix_double2x2.hpp
  75. include/glm/ext/matrix_double2x2_precision.hpp
  76. include/glm/ext/matrix_double2x3.hpp
  77. include/glm/ext/matrix_double2x3_precision.hpp
  78. include/glm/ext/matrix_double2x4.hpp
  79. include/glm/ext/matrix_double2x4_precision.hpp
  80. include/glm/ext/matrix_double3x2.hpp
  81. include/glm/ext/matrix_double3x2_precision.hpp
  82. include/glm/ext/matrix_double3x3.hpp
  83. include/glm/ext/matrix_double3x3_precision.hpp
  84. include/glm/ext/matrix_double3x4.hpp
  85. include/glm/ext/matrix_double3x4_precision.hpp
  86. include/glm/ext/matrix_double4x2.hpp
  87. include/glm/ext/matrix_double4x2_precision.hpp
  88. include/glm/ext/matrix_double4x3.hpp
  89. include/glm/ext/matrix_double4x3_precision.hpp
  90. include/glm/ext/matrix_double4x4.hpp
  91. include/glm/ext/matrix_double4x4_precision.hpp
  92. include/glm/ext/matrix_float2x2.hpp
  93. include/glm/ext/matrix_float2x2_precision.hpp
  94. include/glm/ext/matrix_float2x3.hpp
  95. include/glm/ext/matrix_float2x3_precision.hpp
  96. include/glm/ext/matrix_float2x4.hpp
  97. include/glm/ext/matrix_float2x4_precision.hpp
  98. include/glm/ext/matrix_float3x2.hpp
  99. include/glm/ext/matrix_float3x2_precision.hpp
  100. include/glm/ext/matrix_float3x3.hpp
  101. include/glm/ext/matrix_float3x3_precision.hpp
  102. include/glm/ext/matrix_float3x4.hpp
  103. include/glm/ext/matrix_float3x4_precision.hpp
  104. include/glm/ext/matrix_float4x2.hpp
  105. include/glm/ext/matrix_float4x2_precision.hpp
  106. include/glm/ext/matrix_float4x3.hpp
  107. include/glm/ext/matrix_float4x3_precision.hpp
  108. include/glm/ext/matrix_float4x4.hpp
  109. include/glm/ext/matrix_float4x4_precision.hpp
  110. include/glm/ext/matrix_int2x2.hpp
  111. include/glm/ext/matrix_int2x2_sized.hpp
  112. include/glm/ext/matrix_int2x3.hpp
  113. include/glm/ext/matrix_int2x3_sized.hpp
  114. include/glm/ext/matrix_int2x4.hpp
  115. include/glm/ext/matrix_int2x4_sized.hpp
  116. include/glm/ext/matrix_int3x2.hpp
  117. include/glm/ext/matrix_int3x2_sized.hpp
  118. include/glm/ext/matrix_int3x3.hpp
  119. include/glm/ext/matrix_int3x3_sized.hpp
  120. include/glm/ext/matrix_int3x4.hpp
  121. include/glm/ext/matrix_int3x4_sized.hpp
  122. include/glm/ext/matrix_int4x2.hpp
  123. include/glm/ext/matrix_int4x2_sized.hpp
  124. include/glm/ext/matrix_int4x3.hpp
  125. include/glm/ext/matrix_int4x3_sized.hpp
  126. include/glm/ext/matrix_int4x4.hpp
  127. include/glm/ext/matrix_int4x4_sized.hpp
  128. include/glm/ext/matrix_integer.hpp
  129. include/glm/ext/matrix_integer.inl
  130. include/glm/ext/matrix_projection.hpp
  131. include/glm/ext/matrix_projection.inl
  132. include/glm/ext/matrix_relational.hpp
  133. include/glm/ext/matrix_relational.inl
  134. include/glm/ext/matrix_transform.hpp
  135. include/glm/ext/matrix_transform.inl
  136. include/glm/ext/matrix_uint2x2.hpp
  137. include/glm/ext/matrix_uint2x2_sized.hpp
  138. include/glm/ext/matrix_uint2x3.hpp
  139. include/glm/ext/matrix_uint2x3_sized.hpp
  140. include/glm/ext/matrix_uint2x4.hpp
  141. include/glm/ext/matrix_uint2x4_sized.hpp
  142. include/glm/ext/matrix_uint3x2.hpp
  143. include/glm/ext/matrix_uint3x2_sized.hpp
  144. include/glm/ext/matrix_uint3x3.hpp
  145. include/glm/ext/matrix_uint3x3_sized.hpp
  146. include/glm/ext/matrix_uint3x4.hpp
  147. include/glm/ext/matrix_uint3x4_sized.hpp
  148. include/glm/ext/matrix_uint4x2.hpp
  149. include/glm/ext/matrix_uint4x2_sized.hpp
  150. include/glm/ext/matrix_uint4x3.hpp
  151. include/glm/ext/matrix_uint4x3_sized.hpp
  152. include/glm/ext/matrix_uint4x4.hpp
  153. include/glm/ext/matrix_uint4x4_sized.hpp
  154. include/glm/ext/quaternion_common.hpp
  155. include/glm/ext/quaternion_common.inl
  156. include/glm/ext/quaternion_common_simd.inl
  157. include/glm/ext/quaternion_double.hpp
  158. include/glm/ext/quaternion_double_precision.hpp
  159. include/glm/ext/quaternion_exponential.hpp
  160. include/glm/ext/quaternion_exponential.inl
  161. include/glm/ext/quaternion_float.hpp
  162. include/glm/ext/quaternion_float_precision.hpp
  163. include/glm/ext/quaternion_geometric.hpp
  164. include/glm/ext/quaternion_geometric.inl
  165. include/glm/ext/quaternion_relational.hpp
  166. include/glm/ext/quaternion_relational.inl
  167. include/glm/ext/quaternion_transform.hpp
  168. include/glm/ext/quaternion_transform.inl
  169. include/glm/ext/quaternion_trigonometric.hpp
  170. include/glm/ext/quaternion_trigonometric.inl
  171. include/glm/ext/scalar_common.hpp
  172. include/glm/ext/scalar_common.inl
  173. include/glm/ext/scalar_constants.hpp
  174. include/glm/ext/scalar_constants.inl
  175. include/glm/ext/scalar_int_sized.hpp
  176. include/glm/ext/scalar_integer.hpp
  177. include/glm/ext/scalar_integer.inl
  178. include/glm/ext/scalar_packing.hpp
  179. include/glm/ext/scalar_packing.inl
  180. include/glm/ext/scalar_reciprocal.hpp
  181. include/glm/ext/scalar_reciprocal.inl
  182. include/glm/ext/scalar_relational.hpp
  183. include/glm/ext/scalar_relational.inl
  184. include/glm/ext/scalar_uint_sized.hpp
  185. include/glm/ext/scalar_ulp.hpp
  186. include/glm/ext/scalar_ulp.inl
  187. include/glm/ext/vector_bool1.hpp
  188. include/glm/ext/vector_bool1_precision.hpp
  189. include/glm/ext/vector_bool2.hpp
  190. include/glm/ext/vector_bool2_precision.hpp
  191. include/glm/ext/vector_bool3.hpp
  192. include/glm/ext/vector_bool3_precision.hpp
  193. include/glm/ext/vector_bool4.hpp
  194. include/glm/ext/vector_bool4_precision.hpp
  195. include/glm/ext/vector_common.hpp
  196. include/glm/ext/vector_common.inl
  197. include/glm/ext/vector_double1.hpp
  198. include/glm/ext/vector_double1_precision.hpp
  199. include/glm/ext/vector_double2.hpp
  200. include/glm/ext/vector_double2_precision.hpp
  201. include/glm/ext/vector_double3.hpp
  202. include/glm/ext/vector_double3_precision.hpp
  203. include/glm/ext/vector_double4.hpp
  204. include/glm/ext/vector_double4_precision.hpp
  205. include/glm/ext/vector_float1.hpp
  206. include/glm/ext/vector_float1_precision.hpp
  207. include/glm/ext/vector_float2.hpp
  208. include/glm/ext/vector_float2_precision.hpp
  209. include/glm/ext/vector_float3.hpp
  210. include/glm/ext/vector_float3_precision.hpp
  211. include/glm/ext/vector_float4.hpp
  212. include/glm/ext/vector_float4_precision.hpp
  213. include/glm/ext/vector_int1.hpp
  214. include/glm/ext/vector_int1_sized.hpp
  215. include/glm/ext/vector_int2.hpp
  216. include/glm/ext/vector_int2_sized.hpp
  217. include/glm/ext/vector_int3.hpp
  218. include/glm/ext/vector_int3_sized.hpp
  219. include/glm/ext/vector_int4.hpp
  220. include/glm/ext/vector_int4_sized.hpp
  221. include/glm/ext/vector_integer.hpp
  222. include/glm/ext/vector_integer.inl
  223. include/glm/ext/vector_packing.hpp
  224. include/glm/ext/vector_packing.inl
  225. include/glm/ext/vector_reciprocal.hpp
  226. include/glm/ext/vector_reciprocal.inl
  227. include/glm/ext/vector_relational.hpp
  228. include/glm/ext/vector_relational.inl
  229. include/glm/ext/vector_uint1.hpp
  230. include/glm/ext/vector_uint1_sized.hpp
  231. include/glm/ext/vector_uint2.hpp
  232. include/glm/ext/vector_uint2_sized.hpp
  233. include/glm/ext/vector_uint3.hpp
  234. include/glm/ext/vector_uint3_sized.hpp
  235. include/glm/ext/vector_uint4.hpp
  236. include/glm/ext/vector_uint4_sized.hpp
  237. include/glm/ext/vector_ulp.hpp
  238. include/glm/ext/vector_ulp.inl
  239. include/glm/fwd.hpp
  240. include/glm/geometric.hpp
  241. include/glm/glm.cppm
  242. include/glm/glm.hpp
  243. include/glm/gtc/bitfield.hpp
  244. include/glm/gtc/bitfield.inl
  245. include/glm/gtc/color_space.hpp
  246. include/glm/gtc/color_space.inl
  247. include/glm/gtc/constants.hpp
  248. include/glm/gtc/constants.inl
  249. include/glm/gtc/epsilon.hpp
  250. include/glm/gtc/epsilon.inl
  251. include/glm/gtc/integer.hpp
  252. include/glm/gtc/integer.inl
  253. include/glm/gtc/matrix_access.hpp
  254. include/glm/gtc/matrix_access.inl
  255. include/glm/gtc/matrix_integer.hpp
  256. include/glm/gtc/matrix_inverse.hpp
  257. include/glm/gtc/matrix_inverse.inl
  258. include/glm/gtc/matrix_transform.hpp
  259. include/glm/gtc/matrix_transform.inl
  260. include/glm/gtc/noise.hpp
  261. include/glm/gtc/noise.inl
  262. include/glm/gtc/packing.hpp
  263. include/glm/gtc/packing.inl
  264. include/glm/gtc/quaternion.hpp
  265. include/glm/gtc/quaternion.inl
  266. include/glm/gtc/quaternion_simd.inl
  267. include/glm/gtc/random.hpp
  268. include/glm/gtc/random.inl
  269. include/glm/gtc/reciprocal.hpp
  270. include/glm/gtc/round.hpp
  271. include/glm/gtc/round.inl
  272. include/glm/gtc/type_aligned.hpp
  273. include/glm/gtc/type_precision.hpp
  274. include/glm/gtc/type_precision.inl
  275. include/glm/gtc/type_ptr.hpp
  276. include/glm/gtc/type_ptr.inl
  277. include/glm/gtc/ulp.hpp
  278. include/glm/gtc/ulp.inl
  279. include/glm/gtc/vec1.hpp
  280. include/glm/gtx/associated_min_max.hpp
  281. include/glm/gtx/associated_min_max.inl
  282. include/glm/gtx/bit.hpp
  283. include/glm/gtx/bit.inl
  284. include/glm/gtx/closest_point.hpp
  285. include/glm/gtx/closest_point.inl
  286. include/glm/gtx/color_encoding.hpp
  287. include/glm/gtx/color_encoding.inl
  288. include/glm/gtx/color_space.hpp
  289. include/glm/gtx/color_space.inl
  290. include/glm/gtx/color_space_YCoCg.hpp
  291. include/glm/gtx/color_space_YCoCg.inl
  292. include/glm/gtx/common.hpp
  293. include/glm/gtx/common.inl
  294. include/glm/gtx/compatibility.hpp
  295. include/glm/gtx/compatibility.inl
  296. include/glm/gtx/component_wise.hpp
  297. include/glm/gtx/component_wise.inl
  298. include/glm/gtx/dual_quaternion.hpp
  299. include/glm/gtx/dual_quaternion.inl
  300. include/glm/gtx/easing.hpp
  301. include/glm/gtx/easing.inl
  302. include/glm/gtx/euler_angles.hpp
  303. include/glm/gtx/euler_angles.inl
  304. include/glm/gtx/extend.hpp
  305. include/glm/gtx/extend.inl
  306. include/glm/gtx/extended_min_max.hpp
  307. include/glm/gtx/extended_min_max.inl
  308. include/glm/gtx/exterior_product.hpp
  309. include/glm/gtx/exterior_product.inl
  310. include/glm/gtx/fast_exponential.hpp
  311. include/glm/gtx/fast_exponential.inl
  312. include/glm/gtx/fast_square_root.hpp
  313. include/glm/gtx/fast_square_root.inl
  314. include/glm/gtx/fast_trigonometry.hpp
  315. include/glm/gtx/fast_trigonometry.inl
  316. include/glm/gtx/float_notmalize.inl
  317. include/glm/gtx/functions.hpp
  318. include/glm/gtx/functions.inl
  319. include/glm/gtx/gradient_paint.hpp
  320. include/glm/gtx/gradient_paint.inl
  321. include/glm/gtx/handed_coordinate_space.hpp
  322. include/glm/gtx/handed_coordinate_space.inl
  323. include/glm/gtx/hash.hpp
  324. include/glm/gtx/hash.inl
  325. include/glm/gtx/integer.hpp
  326. include/glm/gtx/integer.inl
  327. include/glm/gtx/intersect.hpp
  328. include/glm/gtx/intersect.inl
  329. include/glm/gtx/io.hpp
  330. include/glm/gtx/io.inl
  331. include/glm/gtx/log_base.hpp
  332. include/glm/gtx/log_base.inl
  333. include/glm/gtx/matrix_cross_product.hpp
  334. include/glm/gtx/matrix_cross_product.inl
  335. include/glm/gtx/matrix_decompose.hpp
  336. include/glm/gtx/matrix_decompose.inl
  337. include/glm/gtx/matrix_factorisation.hpp
  338. include/glm/gtx/matrix_factorisation.inl
  339. include/glm/gtx/matrix_interpolation.hpp
  340. include/glm/gtx/matrix_interpolation.inl
  341. include/glm/gtx/matrix_major_storage.hpp
  342. include/glm/gtx/matrix_major_storage.inl
  343. include/glm/gtx/matrix_operation.hpp
  344. include/glm/gtx/matrix_operation.inl
  345. include/glm/gtx/matrix_query.hpp
  346. include/glm/gtx/matrix_query.inl
  347. include/glm/gtx/matrix_transform_2d.hpp
  348. include/glm/gtx/matrix_transform_2d.inl
  349. include/glm/gtx/mixed_product.hpp
  350. include/glm/gtx/mixed_product.inl
  351. include/glm/gtx/norm.hpp
  352. include/glm/gtx/norm.inl
  353. include/glm/gtx/normal.hpp
  354. include/glm/gtx/normal.inl
  355. include/glm/gtx/normalize_dot.hpp
  356. include/glm/gtx/normalize_dot.inl
  357. include/glm/gtx/number_precision.hpp
  358. include/glm/gtx/optimum_pow.hpp
  359. include/glm/gtx/optimum_pow.inl
  360. include/glm/gtx/orthonormalize.hpp
  361. include/glm/gtx/orthonormalize.inl
  362. include/glm/gtx/pca.hpp
  363. include/glm/gtx/pca.inl
  364. include/glm/gtx/perpendicular.hpp
  365. include/glm/gtx/perpendicular.inl
  366. include/glm/gtx/polar_coordinates.hpp
  367. include/glm/gtx/polar_coordinates.inl
  368. include/glm/gtx/projection.hpp
  369. include/glm/gtx/projection.inl
  370. include/glm/gtx/quaternion.hpp
  371. include/glm/gtx/quaternion.inl
  372. include/glm/gtx/range.hpp
  373. include/glm/gtx/raw_data.hpp
  374. include/glm/gtx/raw_data.inl
  375. include/glm/gtx/rotate_normalized_axis.hpp
  376. include/glm/gtx/rotate_normalized_axis.inl
  377. include/glm/gtx/rotate_vector.hpp
  378. include/glm/gtx/rotate_vector.inl
  379. include/glm/gtx/scalar_multiplication.hpp
  380. include/glm/gtx/scalar_relational.hpp
  381. include/glm/gtx/scalar_relational.inl
  382. include/glm/gtx/spline.hpp
  383. include/glm/gtx/spline.inl
  384. include/glm/gtx/std_based_type.hpp
  385. include/glm/gtx/std_based_type.inl
  386. include/glm/gtx/string_cast.hpp
  387. include/glm/gtx/string_cast.inl
  388. include/glm/gtx/texture.hpp
  389. include/glm/gtx/texture.inl
  390. include/glm/gtx/transform.hpp
  391. include/glm/gtx/transform.inl
  392. include/glm/gtx/transform2.hpp
  393. include/glm/gtx/transform2.inl
  394. include/glm/gtx/type_aligned.hpp
  395. include/glm/gtx/type_aligned.inl
  396. include/glm/gtx/type_trait.hpp
  397. include/glm/gtx/type_trait.inl
  398. include/glm/gtx/vec_swizzle.hpp
  399. include/glm/gtx/vector_angle.hpp
  400. include/glm/gtx/vector_angle.inl
  401. include/glm/gtx/vector_query.hpp
  402. include/glm/gtx/vector_query.inl
  403. include/glm/gtx/wrap.hpp
  404. include/glm/gtx/wrap.inl
  405. include/glm/integer.hpp
  406. include/glm/mat2x2.hpp
  407. include/glm/mat2x3.hpp
  408. include/glm/mat2x4.hpp
  409. include/glm/mat3x2.hpp
  410. include/glm/mat3x3.hpp
  411. include/glm/mat3x4.hpp
  412. include/glm/mat4x2.hpp
  413. include/glm/mat4x3.hpp
  414. include/glm/mat4x4.hpp
  415. include/glm/matrix.hpp
  416. include/glm/packing.hpp
  417. include/glm/simd/common.h
  418. include/glm/simd/exponential.h
  419. include/glm/simd/geometric.h
  420. include/glm/simd/integer.h
  421. include/glm/simd/matrix.h
  422. include/glm/simd/neon.h
  423. include/glm/simd/packing.h
  424. include/glm/simd/platform.h
  425. include/glm/simd/trigonometric.h
  426. include/glm/simd/vector_relational.h
  427. include/glm/trigonometric.hpp
  428. include/glm/vec2.hpp
  429. include/glm/vec3.hpp
  430. include/glm/vec4.hpp
  431. include/glm/vector_relational.hpp
  432. share/glm/glmConfig.cmake
  433. share/glm/glmConfigVersion.cmake
  434. @owner
  435. @group
  436. @mode
Collapse this list.
Dependency lines:
  • glm>0:math/glm
To install the port:
cd /usr/ports/math/glm/ && make install clean
To add the package, run one of these commands:
  • pkg install math/glm
  • pkg install glm
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: glm
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1709055434 SHA256 (g-truc-glm-1.0.1_GH0.tar.gz) = 9f3174561fd26904b23f0db5e560971cbf9b3cbda0b280f04d5c379d03bf234c SIZE (g-truc-glm-1.0.1_GH0.tar.gz) = 4567161

Packages (timestamps in pop-ups are UTC):
glm
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.0.1,11.0.1,10.9.8.5_4,11.0.1,11.0.1,1-0.9.8.5_4,1-
FreeBSD:13:quarterly0.9.9.8,10.9.9.8,10.9.9.8,10.9.9.8,10.9.9.8,10.9.9.8,10.9.9.8,10.9.9.8,1
FreeBSD:14:latest1.0.1,11.0.1,10.9.9.8,10.9.9.8,11.0.1,10.9.9.8,1-0.9.9.8,1
FreeBSD:14:quarterly0.9.9.8,10.9.9.8,1-0.9.9.8,10.9.9.8,10.9.9.8,10.9.9.8,10.9.9.8,1
FreeBSD:15:latest1.0.1,11.0.1,1n/a0.9.9.8,1n/a0.9.9.8,10.9.9.8,10.9.9.8,1
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cmake : devel/cmake-core
  2. ninja : devel/ninja
  3. pkgconf>=1.3.0_1 : devel/pkgconf
This port is required by:
for Build
  1. astro/calcmysky
  2. benchmarks/vkmark
  3. cad/horizon-eda
  4. cad/kicad
  5. cad/kicad-devel
  6. cad/openvsp
  7. devel/shadered
Expand this list (41 items / 34 hidden - sorry, this count includes any deleted ports)
  1. Collapse this list).
  2. devel/wf-config
  3. editors/imhex
  4. editors/imhex-current
  5. editors/libreoffice
  6. emulators/mame
  7. games/aquaria
  8. games/arx-libertatis
  9. games/emptyepsilon
  10. games/irrlamb
  11. games/marblemarcher
  12. games/solarus
  13. games/solarus-quest-editor
  14. games/supertux2
  15. graphics/cegui
  16. graphics/dilay
  17. graphics/glvis
  18. graphics/gource
  19. graphics/libetonyek01
  20. graphics/libgltf
  21. graphics/libprojectm
  22. graphics/maim
  23. math/curv
  24. multimedia/kodi-addon-visualization.fishbmc
  25. multimedia/kodi-addon-visualization.shadertoy
  26. multimedia/kodi-addon-visualization.spectrum
  27. science/chrono
  28. science/py-pymol
  29. sysutils/logstalgia
  30. x11/slop
  31. x11-wm/chamfer
  32. x11-wm/gamescope
  33. x11-wm/wayfire
  34. Collapse this list.

Deleted ports which required this port:

Expand this list of 2 deleted ports
  1. editors/libreoffice4*
  2. editors/libreoffice6*
  3. Collapse this list of deleted ports.
for Run
  1. devel/wf-config
  2. games/solarus
  3. graphics/gource
  4. graphics/libprojectm

Configuration Options:
===> The following configuration options are available for glm-1.0.1,1: DOCS=on: Build and/or install documentation TEST=off: Build and/or run tests ===> Use 'make config' to modify these settings
Options name:
math_glm
USES:
cmake compiler:c++11-lang pkgconfig
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/g-truc/glm/tar.gz/1.0.1?dummy=/
Collapse this list.

Number of commits found: 39

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.0.1,1
01 Mar 2024 21:00:07
commit hash: b35bdcd8fa500d1ed3d0764777e085e1980344fbcommit hash: b35bdcd8fa500d1ed3d0764777e085e1980344fbcommit hash: b35bdcd8fa500d1ed3d0764777e085e1980344fbcommit hash: b35bdcd8fa500d1ed3d0764777e085e1980344fb files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
math/glm: update 0.9.9.8 → 1.0.1

Some parts of glm were retroactively marked as experimental, and using
now leads to a compile error - added override for this error to consumers
which need it.
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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.9.9.8,1
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
0.9.9.8,1
20 Jul 2022 14:22:24
commit hash: f53eb28489aa8f30712cd8772d1a0e05c394a5dacommit hash: f53eb28489aa8f30712cd8772d1a0e05c394a5dacommit hash: f53eb28489aa8f30712cd8772d1a0e05c394a5dacommit hash: f53eb28489aa8f30712cd8772d1a0e05c394a5da files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
math: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Alessando Sagratini <ale_sagra@hotmail.com>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Amarendra Godbole <amarendra.godbole@gmail.com>
  *  Anders Nordby <anders@FreeBSD.org>
  *  Andreas Fehlner (fehlner@gmx.de)
  *  Andrew L. Neporada <andrew@chg.ru>
  *  Andrey <gugu@zoo.rambler.ru>
  *  Andrey Zakhvatov
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.9.9.8,1
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.9.9.8,1
12 Mar 2021 15:55:03
Revision:568184Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Update math/glm to 0.9.9.8
0.9.8.5_4,1
26 Jul 2019 20:46:57
Revision:507372Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
0.9.8.5_3,1
25 Dec 2018 20:25:40
Revision:488341Original commit files touched by this commit
tcberner search for other commits by this committer
Change cmake default behaviour to outsource.

Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
0.9.8.5_3,1
12 Dec 2018 01:35:36
Revision:487272Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
0.9.8.5_2,1
11 Aug 2018 15:51:13
Revision:476929Original commit files touched by this commit
fernape search for other commits by this committer
math/glm: make it compile with GCC 7

GCC 7 was set as default in r475856

math/glm doesn't recognize GCC 7.x as a valid compiler. Import changes from
dd48b56e44d699a022c69155c8672caacafd9e8a in upstream to update the list of
supported compilers.

As a side effect this makes cad/openvsp build again.

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D16650
0.9.8.5_1,1
29 Jul 2018 22:18:46
Revision:475857Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
0.9.8.5,1
11 Jun 2018 01:44:15
Revision:472160Original commit files touched by this commit
linimon search for other commits by this committer
Fix port builds for architectures which remain on gcc as the default compiler.
This will primarily help powerpc64.

For archs where clang is the default compiler, these changes will have no
effect, as the base compiler already has these capabilities (primarily, but
not exclusively, c++-11).

Tested for no-harm on amd64.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
0.9.8.5,1
18 Dec 2017 12:34:51
Revision:456629Original commit files touched by this commit
amdmi3 search for other commits by this committer
Bring back mistakenly removed PORTEPOCH

Reported by:	Tamas TEVESZ <ice@extreme.hu>
0.9.8.5
04 Dec 2017 11:32:29
Revision:455508Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Update to 0.9.8.5
0.9.8.4,1
28 Nov 2017 11:46:54
Revision:455034Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Switch to new test framework
- Take maintainership
- Update WWW
0.9.8.4,1
04 Jun 2017 17:21:01
Revision:442571Original commit files touched by this commit
pi search for other commits by this committer
math/glm: remove flag from MAINTAINER_MODE case

PR:		219737
Submitted by:	pfg
0.9.8.4,1
04 Jun 2017 15:57:53
Revision:442566Original commit files touched by this commit
pi search for other commits by this committer
math/glm: update 0.9.7.3 -> 0.9.8.4

- Many changes
- move lib/pkgconfig/glm.pc to libdata/pkgconfig/

PR:		219737
Submitted by:	pfg
Relnotes:	https://github.com/g-truc/glm/releases
0.9.7.3,1
22 Feb 2016 10:17:45
Revision:409329Original commit files touched by this commit
rakuco search for other commits by this committer
Update to 0.9.7.3.

Release notes: http://glm.g-truc.net/0.9.7/updates.html

Add a build-time dependency on devel/cmake instead of installing files by hand.
NO_BUILD is still set, but now the port also installs some helper CMake files.
0.9.7.1,1
06 Jan 2016 16:59:24
Revision:405370Original commit files touched by this commit
demon search for other commits by this committer
Release to ports@
0.9.7.1,1
09 Dec 2015 23:43:30
Revision:403436Original commit files touched by this commit
jbeich search for other commits by this committer
math/glm: update to 0.9.7.1,1

Changes:	https://github.com/g-truc/glm/releases/tag/0.9.7.1
PR:		203181
Approved by:	maintainer timeout (83 days)
0.9.6.3,1
14 May 2015 10:15:09
Revision:386312Original commit files touched by this commit
mat search for other commits by this committer
MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
0.9.6.3,1
08 May 2015 20:58:20
Revision:385833Original commit files touched by this commit
jkim search for other commits by this committer
- Update to 0.9.6.3.
- Replace the previous hack with a more generic fix for FreeBSD 8.x and 9.x.
- Add LICENSE and NO_ARCH.

Approved by:	demon (maintainer)
0.9.5.4_1,1
04 Dec 2014 18:32:36
Revision:373979Original commit files touched by this commit
jkim search for other commits by this committer
Make it more libstdc++ friendly.  graphics/gource now builds on 8.x and 9.x.

Approved by:	demon (maintainer)
0.9.5.4,1
04 Dec 2014 14:06:11
Revision:373903Original commit files touched by this commit
demon search for other commits by this committer
Revert to 0.9.5.4: recent version requires c++11 compiler and this update breaks
some ports on 8.x/9.x.
0.9.6.0
01 Dec 2014 13:04:08
Revision:373705Original commit files touched by this commit
demon search for other commits by this committer
Update to version 0.9.6.1
0.9.5.4_1
15 Nov 2014 12:20:54
Revision:372596Original commit files touched by this commit
antoine search for other commits by this committer
Cleanup plist
0.9.5.4_1
04 Sep 2014 16:23:57
Revision:367287Original commit files touched by this commit
adamw search for other commits by this committer
Add USES=dos2unix. PORTREVISION bump.

While here, wrap compound statements.
0.9.5.4
16 Aug 2014 18:10:19
Revision:365115Original commit files touched by this commit
demon search for other commits by this committer
Update to version 0.9.5.4
0.9.5.3
02 Apr 2014 11:07:44
Revision:349913Original commit files touched by this commit
demon search for other commits by this committer
Update to 0.9.5.3.
0.9.5.2
10 Mar 2014 16:25:34
Revision:347776Original commit files touched by this commit
bapt search for other commits by this committer
Convert m* to USES=zip
0.9.5.2
02 Mar 2014 09:30:02
Revision:346749Original commit files touched by this commit
demon search for other commits by this committer
Update to 0.9.5.2.
0.9.5.0
26 Dec 2013 18:45:50
Revision:337596Original commit files touched by this commit
demon search for other commits by this committer
Update to version 0.9.5.0.
0.9.4.6
05 Nov 2013 10:06:11
Revision:332827Original commit files touched by this commit
demon search for other commits by this committer
Pet portlint.
0.9.4.6
05 Nov 2013 10:05:23
Revision:332826Original commit files touched by this commit
demon search for other commits by this committer
Update to version 0.9.4.6.
0.9.4.4
20 Sep 2013 20:55:06
Revision:327746Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
math)
0.9.4.4
24 Jun 2013 07:17:26
Revision:321669Original commit files touched by this commit
demon search for other commits by this committer
Update to version 0.9.4.4
0.9.4.3
22 Mar 2013 08:47:26
Revision:314896Original commit files touched by this commit
demon search for other commits by this committer
Update to version 0.9.4.3.
0.9.4.2
11 Mar 2013 12:42:34
Revision:313877Original commit files touched by this commit
demon search for other commits by this committer
Update to version 0.9.4.2.
0.9.3.4
03 Aug 2012 15:13:10
Original commit files touched by this commit
demon search for other commits by this committer
OpenGL Mathematics (GLM) is a header only C++ mathematics library for
graphics software based on the OpenGL Shading Language (GLSL) specification.

GLM provides classes and functions designed and implemented with the same
naming conventions and functionalities than GLSL so that when a programmer
knows GLSL, he knows GLM as well which makes it really easy to use.

Number of commits found: 39