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 on branch 2022Q3
geogram Programming library of geometric algorithms
1.7.9 math 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 1.7.9Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2018-12-09 18:59:49
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
License: BSD3CLAUSE
WWW:
http://alice.loria.fr/software/geogram/doc/html/index.html
Description:
Geogram is a programming library of geometric algorithms. It includes a simple yet efficient Mesh data structure (for surfacic and volumetric meshes), exact computer arithmetics (a-la Shewchuck, implemented in GEO::expansion), a predicate code generator (PCK: Predicate Construction Kit), standard geometric predicates (orient/insphere), Delaunay triangulation, Voronoi diagram, spatial search data structures, spatial sorting) and less standard ones (more general geometric predicates, intersection between a Voronoi diagram and a triangular or tetrahedral mesh embedded in n dimensions). The latter is used by FWD/WarpDrive, the first algorithm that computes semi-discrete Optimal Transport in 3d that scales up to 1 million Dirac masses (see compute_OTM in example programs).
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 (342 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/geogram-1.7.9/catalog.mk
  3. /usr/local/share/licenses/geogram-1.7.9/LICENSE
  4. /usr/local/share/licenses/geogram-1.7.9/BSD3CLAUSE
  5. bin/geobox
  6. bin/geocod
  7. bin/geodump
  8. bin/geogram_demo_Application
  9. bin/geogram_demo_Delaunay2d
  10. bin/geogram_demo_Delaunay3d
  11. bin/geogram_demo_Evert
  12. bin/geogram_demo_GLUP
  13. bin/geogram_demo_Raytrace
  14. bin/geogram_demo_SimpleApp
  15. bin/geoshade
  16. bin/vorpalite
  17. bin/vorpaview
  18. include/geogram1/geogram/NL/nl.h
  19. include/geogram1/geogram/NL/nl_64.h
  20. include/geogram1/geogram/NL/nl_arpack.h
  21. include/geogram1/geogram/NL/nl_blas.h
  22. include/geogram1/geogram/NL/nl_cholmod.h
  23. include/geogram1/geogram/NL/nl_context.h
  24. include/geogram1/geogram/NL/nl_cuda.h
  25. include/geogram1/geogram/NL/nl_ext.h
  26. include/geogram1/geogram/NL/nl_iterative_solvers.h
  27. include/geogram1/geogram/NL/nl_linkage.h
  28. include/geogram1/geogram/NL/nl_matrix.h
  29. include/geogram1/geogram/NL/nl_mkl.h
  30. include/geogram1/geogram/NL/nl_preconditioners.h
  31. include/geogram1/geogram/NL/nl_private.h
  32. include/geogram1/geogram/NL/nl_superlu.h
  33. include/geogram1/geogram/api/defs.h
  34. include/geogram1/geogram/basic/algorithm.h
  35. include/geogram1/geogram/basic/android_utils.h
  36. include/geogram1/geogram/basic/android_wrapper.h
  37. include/geogram1/geogram/basic/argused.h
  38. include/geogram1/geogram/basic/assert.h
  39. include/geogram1/geogram/basic/atomics.h
  40. include/geogram1/geogram/basic/attributes.h
  41. include/geogram1/geogram/basic/b_stream.h
  42. include/geogram1/geogram/basic/command_line.h
  43. include/geogram1/geogram/basic/command_line_args.h
  44. include/geogram1/geogram/basic/common.h
  45. include/geogram1/geogram/basic/counted.h
  46. include/geogram1/geogram/basic/environment.h
  47. include/geogram1/geogram/basic/factory.h
  48. include/geogram1/geogram/basic/file_system.h
  49. include/geogram1/geogram/basic/geofile.h
  50. include/geogram1/geogram/basic/geometry.h
  51. include/geogram1/geogram/basic/geometry_nd.h
  52. include/geogram1/geogram/basic/line_stream.h
  53. include/geogram1/geogram/basic/logger.h
  54. include/geogram1/geogram/basic/matrix.h
  55. include/geogram1/geogram/basic/memory.h
  56. include/geogram1/geogram/basic/numeric.h
  57. include/geogram1/geogram/basic/packed_arrays.h
  58. include/geogram1/geogram/basic/permutation.h
  59. include/geogram1/geogram/basic/process.h
  60. include/geogram1/geogram/basic/process_private.h
  61. include/geogram1/geogram/basic/progress.h
  62. include/geogram1/geogram/basic/psm.h
  63. include/geogram1/geogram/basic/quaternion.h
  64. include/geogram1/geogram/basic/range.h
  65. include/geogram1/geogram/basic/smart_pointer.h
  66. include/geogram1/geogram/basic/stopwatch.h
  67. include/geogram1/geogram/basic/string.h
  68. include/geogram1/geogram/basic/thread_sync.h
  69. include/geogram1/geogram/basic/vecg.h
  70. include/geogram1/geogram/bibliography/bibliography.h
  71. include/geogram1/geogram/delaunay/LFS.h
  72. include/geogram1/geogram/delaunay/cavity.h
  73. include/geogram1/geogram/delaunay/delaunay.h
  74. include/geogram1/geogram/delaunay/delaunay_2d.h
  75. include/geogram1/geogram/delaunay/delaunay_3d.h
  76. include/geogram1/geogram/delaunay/delaunay_nn.h
  77. include/geogram1/geogram/delaunay/delaunay_tetgen.h
  78. include/geogram1/geogram/delaunay/delaunay_triangle.h
  79. include/geogram1/geogram/delaunay/parallel_delaunay_3d.h
  80. include/geogram1/geogram/delaunay/periodic.h
  81. include/geogram1/geogram/delaunay/periodic_delaunay_3d.h
  82. include/geogram1/geogram/image/color.h
  83. include/geogram1/geogram/image/colormap.h
  84. include/geogram1/geogram/image/image.h
  85. include/geogram1/geogram/image/image_library.h
  86. include/geogram1/geogram/image/image_rasterizer.h
  87. include/geogram1/geogram/image/image_serializer.h
  88. include/geogram1/geogram/image/image_serializer_pgm.h
  89. include/geogram1/geogram/image/image_serializer_stb.h
  90. include/geogram1/geogram/image/image_serializer_xpm.h
  91. include/geogram1/geogram/image/morpho_math.h
  92. include/geogram1/geogram/lua/lua_io.h
  93. include/geogram1/geogram/lua/lua_wrap.h
  94. include/geogram1/geogram/mesh/index.h
  95. include/geogram1/geogram/mesh/mesh.h
  96. include/geogram1/geogram/mesh/mesh_AABB.h
  97. include/geogram1/geogram/mesh/mesh_baking.h
  98. include/geogram1/geogram/mesh/mesh_compare.h
  99. include/geogram1/geogram/mesh/mesh_decimate.h
  100. include/geogram1/geogram/mesh/mesh_degree3_vertices.h
  101. include/geogram1/geogram/mesh/mesh_distance.h
  102. include/geogram1/geogram/mesh/mesh_fill_holes.h
  103. include/geogram1/geogram/mesh/mesh_frame_field.h
  104. include/geogram1/geogram/mesh/mesh_geometry.h
  105. include/geogram1/geogram/mesh/mesh_halfedges.h
  106. include/geogram1/geogram/mesh/mesh_intersection.h
  107. include/geogram1/geogram/mesh/mesh_io.h
  108. include/geogram1/geogram/mesh/mesh_manifold_harmonics.h
  109. include/geogram1/geogram/mesh/mesh_partition.h
  110. include/geogram1/geogram/mesh/mesh_preprocessing.h
  111. include/geogram1/geogram/mesh/mesh_remesh.h
  112. include/geogram1/geogram/mesh/mesh_reorder.h
  113. include/geogram1/geogram/mesh/mesh_repair.h
  114. include/geogram1/geogram/mesh/mesh_sampling.h
  115. include/geogram1/geogram/mesh/mesh_smoothing.h
  116. include/geogram1/geogram/mesh/mesh_subdivision.h
  117. include/geogram1/geogram/mesh/mesh_tetrahedralize.h
  118. include/geogram1/geogram/mesh/mesh_topology.h
  119. include/geogram1/geogram/mesh/triangle_intersection.h
  120. include/geogram1/geogram/numerics/expansion_nt.h
  121. include/geogram1/geogram/numerics/lbfgs_optimizers.h
  122. include/geogram1/geogram/numerics/matrix_util.h
  123. include/geogram1/geogram/numerics/multi_precision.h
  124. include/geogram1/geogram/numerics/optimizer.h
  125. include/geogram1/geogram/numerics/predicates.h
  126. include/geogram1/geogram/numerics/predicates/aligned3d.h
  127. include/geogram1/geogram/numerics/predicates/det3d.h
  128. include/geogram1/geogram/numerics/predicates/det4d.h
  129. include/geogram1/geogram/numerics/predicates/det_compare_4d.h
  130. include/geogram1/geogram/numerics/predicates/dot3d.h
  131. include/geogram1/geogram/numerics/predicates/dot_compare_3d.h
  132. include/geogram1/geogram/numerics/predicates/orient2d.h
  133. include/geogram1/geogram/numerics/predicates/orient3d.h
  134. include/geogram1/geogram/numerics/predicates/orient4d.h
  135. include/geogram1/geogram/numerics/predicates/side1.h
  136. include/geogram1/geogram/numerics/predicates/side2.h
  137. include/geogram1/geogram/numerics/predicates/side3.h
  138. include/geogram1/geogram/numerics/predicates/side3_2dlifted.h
  139. include/geogram1/geogram/numerics/predicates/side3h.h
  140. include/geogram1/geogram/numerics/predicates/side4.h
  141. include/geogram1/geogram/numerics/predicates/side4h.h
  142. include/geogram1/geogram/parameterization/mesh_ABF.h
  143. include/geogram1/geogram/parameterization/mesh_LSCM.h
  144. include/geogram1/geogram/parameterization/mesh_PGP_2d.h
  145. include/geogram1/geogram/parameterization/mesh_atlas_maker.h
  146. include/geogram1/geogram/parameterization/mesh_global_param.h
  147. include/geogram1/geogram/parameterization/mesh_param_packer.h
  148. include/geogram1/geogram/parameterization/mesh_param_validator.h
  149. include/geogram1/geogram/parameterization/mesh_segmentation.h
  150. include/geogram1/geogram/points/co3ne.h
  151. include/geogram1/geogram/points/colocate.h
  152. include/geogram1/geogram/points/kd_tree.h
  153. include/geogram1/geogram/points/nn_search.h
  154. include/geogram1/geogram/points/principal_axes.h
  155. include/geogram1/geogram/third_party/HLBFGS/HLBFGS.h
  156. include/geogram1/geogram/third_party/HLBFGS/HLBFGS_BLAS.h
  157. include/geogram1/geogram/third_party/HLBFGS/ICFS.h
  158. include/geogram1/geogram/third_party/HLBFGS/LineSearch.h
  159. include/geogram1/geogram/third_party/HLBFGS/Lite_Sparse_Matrix.h
  160. include/geogram1/geogram/third_party/HLBFGS/Sparse_Entry.h
  161. include/geogram1/geogram/third_party/LM7/libmeshb7.h
  162. include/geogram1/geogram/third_party/PoissonRecon/Allocator.h
  163. include/geogram1/geogram/third_party/PoissonRecon/Array.h
  164. include/geogram1/geogram/third_party/PoissonRecon/BSplineData.h
  165. include/geogram1/geogram/third_party/PoissonRecon/BinaryNode.h
  166. include/geogram1/geogram/third_party/PoissonRecon/Factor.h
  167. include/geogram1/geogram/third_party/PoissonRecon/FunctionData.h
  168. include/geogram1/geogram/third_party/PoissonRecon/Geometry.h
  169. include/geogram1/geogram/third_party/PoissonRecon/Hash.h
  170. include/geogram1/geogram/third_party/PoissonRecon/MAT.h
  171. include/geogram1/geogram/third_party/PoissonRecon/MarchingCubes.h
  172. include/geogram1/geogram/third_party/PoissonRecon/MemoryUsage.h
  173. include/geogram1/geogram/third_party/PoissonRecon/MultiGridOctreeData.h
  174. include/geogram1/geogram/third_party/PoissonRecon/MyTime.h
  175. include/geogram1/geogram/third_party/PoissonRecon/Octree.h
  176. include/geogram1/geogram/third_party/PoissonRecon/PPolynomial.h
  177. include/geogram1/geogram/third_party/PoissonRecon/PlyVertexMini.h
  178. include/geogram1/geogram/third_party/PoissonRecon/PointStream.h
  179. include/geogram1/geogram/third_party/PoissonRecon/Polynomial.h
  180. include/geogram1/geogram/third_party/PoissonRecon/SparseMatrix.h
  181. include/geogram1/geogram/third_party/PoissonRecon/poisson_geogram.h
  182. include/geogram1/geogram/third_party/PoissonRecon/unused/CmdLineParser.h
  183. include/geogram1/geogram/third_party/PoissonRecon/unused/Ply.h
  184. include/geogram1/geogram/third_party/PoissonRecon/unused/PlyPointStream.h
  185. include/geogram1/geogram/third_party/lua/lapi.h
  186. include/geogram1/geogram/third_party/lua/lauxlib.h
  187. include/geogram1/geogram/third_party/lua/lcode.h
  188. include/geogram1/geogram/third_party/lua/lctype.h
  189. include/geogram1/geogram/third_party/lua/ldebug.h
  190. include/geogram1/geogram/third_party/lua/ldo.h
  191. include/geogram1/geogram/third_party/lua/lfunc.h
  192. include/geogram1/geogram/third_party/lua/lgc.h
  193. include/geogram1/geogram/third_party/lua/llex.h
  194. include/geogram1/geogram/third_party/lua/llimits.h
  195. include/geogram1/geogram/third_party/lua/lmem.h
  196. include/geogram1/geogram/third_party/lua/lobject.h
  197. include/geogram1/geogram/third_party/lua/lopcodes.h
  198. include/geogram1/geogram/third_party/lua/lparser.h
  199. include/geogram1/geogram/third_party/lua/lprefix.h
  200. include/geogram1/geogram/third_party/lua/lstate.h
  201. include/geogram1/geogram/third_party/lua/lstring.h
  202. include/geogram1/geogram/third_party/lua/ltable.h
  203. include/geogram1/geogram/third_party/lua/ltm.h
  204. include/geogram1/geogram/third_party/lua/lua.h
  205. include/geogram1/geogram/third_party/lua/luaconf.h
  206. include/geogram1/geogram/third_party/lua/lualib.h
  207. include/geogram1/geogram/third_party/lua/lundump.h
  208. include/geogram1/geogram/third_party/lua/lvm.h
  209. include/geogram1/geogram/third_party/lua/lzio.h
  210. include/geogram1/geogram/third_party/pstdint.h
  211. include/geogram1/geogram/third_party/rply/rply.h
  212. include/geogram1/geogram/third_party/rply/rplyfile.h
  213. include/geogram1/geogram/third_party/stb_image/stb_image.h
  214. include/geogram1/geogram/third_party/stb_image/stb_image_write.h
  215. include/geogram1/geogram/third_party/tetgen/tetgen.h
  216. include/geogram1/geogram/third_party/triangle/triangle.h
  217. include/geogram1/geogram/third_party/xatlas/xatlas.h
  218. include/geogram1/geogram/third_party/zlib/crc32.h
  219. include/geogram1/geogram/third_party/zlib/deflate.h
  220. include/geogram1/geogram/third_party/zlib/gzguts.h
  221. include/geogram1/geogram/third_party/zlib/inffast.h
  222. include/geogram1/geogram/third_party/zlib/inffixed.h
  223. include/geogram1/geogram/third_party/zlib/inflate.h
  224. include/geogram1/geogram/third_party/zlib/inftrees.h
  225. include/geogram1/geogram/third_party/zlib/trees.h
  226. include/geogram1/geogram/third_party/zlib/zconf.h
  227. include/geogram1/geogram/third_party/zlib/zlib.h
  228. include/geogram1/geogram/third_party/zlib/zutil.h
  229. include/geogram1/geogram/voronoi/CVT.h
  230. include/geogram1/geogram/voronoi/RVD.h
  231. include/geogram1/geogram/voronoi/RVD_callback.h
  232. include/geogram1/geogram/voronoi/RVD_mesh_builder.h
  233. include/geogram1/geogram/voronoi/convex_cell.h
  234. include/geogram1/geogram/voronoi/generic_RVD.h
  235. include/geogram1/geogram/voronoi/generic_RVD_cell.h
  236. include/geogram1/geogram/voronoi/generic_RVD_polygon.h
  237. include/geogram1/geogram/voronoi/generic_RVD_utils.h
  238. include/geogram1/geogram/voronoi/generic_RVD_vertex.h
  239. include/geogram1/geogram/voronoi/integration_simplex.h
  240. include/geogram1/geogram_gfx/GLUP/GLUP.h
  241. include/geogram1/geogram_gfx/GLUP/GLUP_context.h
  242. include/geogram1/geogram_gfx/GLUP/GLUP_context_ES.h
  243. include/geogram1/geogram_gfx/GLUP/GLUP_context_GLSL.h
  244. include/geogram1/geogram_gfx/GLUP/GLUP_marching_cells.h
  245. include/geogram1/geogram_gfx/GLUP/GLUP_private.h
  246. include/geogram1/geogram_gfx/GLUP/shaders/GLUP/ShaderToy.h
  247. include/geogram1/geogram_gfx/GLUP/shaders/GLUP/constants.h
  248. include/geogram1/geogram_gfx/GLUP/shaders/GLUP/defs.h
  249. include/geogram1/geogram_gfx/GLUP/shaders/GLUP/fragment_ray_tracing.h
  250. include/geogram1/geogram_gfx/GLUP/shaders/GLUP/fragment_shader_utils.h
  251. include/geogram1/geogram_gfx/GLUP/shaders/GLUP/portable_fragment_shader.h
  252. include/geogram1/geogram_gfx/GLUP/shaders/GLUP/stdglup.h
  253. include/geogram1/geogram_gfx/GLUP/shaders/GLUPES/fragment_shader.h
  254. include/geogram1/geogram_gfx/GLUP/shaders/GLUPES/fragment_shader_state.h
  255. include/geogram1/geogram_gfx/GLUP/shaders/GLUPES/fragment_shader_utils.h
  256. include/geogram1/geogram_gfx/GLUP/shaders/GLUPES/lines_fragment_shader.h
  257. include/geogram1/geogram_gfx/GLUP/shaders/GLUPES/points_fragment_shader.h
  258. include/geogram1/geogram_gfx/GLUP/shaders/GLUPES/points_vertex_shader.h
  259. include/geogram1/geogram_gfx/GLUP/shaders/GLUPES/spheres_fragment_shader.h
  260. include/geogram1/geogram_gfx/GLUP/shaders/GLUPES/spheres_vertex_shader.h
  261. include/geogram1/geogram_gfx/GLUP/shaders/GLUPES/vertex_shader.h
  262. include/geogram1/geogram_gfx/GLUP/shaders/GLUPES/vertex_shader_state.h
  263. include/geogram1/geogram_gfx/GLUP/shaders/GLUPGLSL/fragment_shader.h
  264. include/geogram1/geogram_gfx/GLUP/shaders/GLUPGLSL/gather_vertex_shader.h
  265. include/geogram1/geogram_gfx/GLUP/shaders/GLUPGLSL/geometry_shader_preamble.h
  266. include/geogram1/geogram_gfx/GLUP/shaders/GLUPGLSL/lines_fragment_shader.h
  267. include/geogram1/geogram_gfx/GLUP/shaders/GLUPGLSL/marching_cells.h
  268. include/geogram1/geogram_gfx/GLUP/shaders/GLUPGLSL/points_fragment_shader.h
  269. include/geogram1/geogram_gfx/GLUP/shaders/GLUPGLSL/points_vertex_shader.h
  270. include/geogram1/geogram_gfx/GLUP/shaders/GLUPGLSL/spheres_fragment_shader.h
  271. include/geogram1/geogram_gfx/GLUP/shaders/GLUPGLSL/spheres_vertex_shader.h
  272. include/geogram1/geogram_gfx/GLUP/shaders/GLUPGLSL/state.h
  273. include/geogram1/geogram_gfx/GLUP/shaders/GLUPGLSL/tess_evaluation_shader.h
  274. include/geogram1/geogram_gfx/GLUP/shaders/GLUPGLSL/vertex_shader.h
  275. include/geogram1/geogram_gfx/GLUP/shaders/embedded_shaders.h
  276. include/geogram1/geogram_gfx/GLUP/shaders/fullscreen/ambient_occlusion_fragment_shader.h
  277. include/geogram1/geogram_gfx/GLUP/shaders/fullscreen/blur_fragment_shader.h
  278. include/geogram1/geogram_gfx/GLUP/shaders/fullscreen/depth_dependent_blur_fragment_shader.h
  279. include/geogram1/geogram_gfx/GLUP/shaders/fullscreen/unsharp_masking_fragment_shader.h
  280. include/geogram1/geogram_gfx/GLUP/shaders/fullscreen/vertex_shader.h
  281. include/geogram1/geogram_gfx/ImGui_ext/icon_font.h
  282. include/geogram1/geogram_gfx/ImGui_ext/imgui_ext.h
  283. include/geogram1/geogram_gfx/api/defs.h
  284. include/geogram1/geogram_gfx/basic/GL.h
  285. include/geogram1/geogram_gfx/basic/GLSL.h
  286. include/geogram1/geogram_gfx/basic/common.h
  287. include/geogram1/geogram_gfx/basic/frame_buffer_object.h
  288. include/geogram1/geogram_gfx/full_screen_effects/ambient_occlusion.h
  289. include/geogram1/geogram_gfx/full_screen_effects/full_screen_effect.h
  290. include/geogram1/geogram_gfx/full_screen_effects/unsharp_masking.h
  291. include/geogram1/geogram_gfx/gui/application.h
  292. include/geogram1/geogram_gfx/gui/arc_ball.h
  293. include/geogram1/geogram_gfx/gui/command.h
  294. include/geogram1/geogram_gfx/gui/console.h
  295. include/geogram1/geogram_gfx/gui/events.h
  296. include/geogram1/geogram_gfx/gui/gui_state.h
  297. include/geogram1/geogram_gfx/gui/gui_state_h.h
  298. include/geogram1/geogram_gfx/gui/gui_state_v.h
  299. include/geogram1/geogram_gfx/gui/simple_application.h
  300. include/geogram1/geogram_gfx/gui/simple_mesh_application.h
  301. include/geogram1/geogram_gfx/gui/status_bar.h
  302. include/geogram1/geogram_gfx/gui/text_editor.h
  303. include/geogram1/geogram_gfx/lua/lua_glup.h
  304. include/geogram1/geogram_gfx/lua/lua_imgui.h
  305. include/geogram1/geogram_gfx/lua/lua_simple_application.h
  306. include/geogram1/geogram_gfx/mesh/mesh_gfx.h
  307. include/geogram1/geogram_gfx/third_party/ImGui/glup_compat.h
  308. include/geogram1/geogram_gfx/third_party/ImGui/imconfig.h
  309. include/geogram1/geogram_gfx/third_party/ImGui/imgui.h
  310. include/geogram1/geogram_gfx/third_party/ImGui/imgui_impl_android.h
  311. include/geogram1/geogram_gfx/third_party/ImGui/imgui_impl_glfw.h
  312. include/geogram1/geogram_gfx/third_party/ImGui/imgui_impl_opengl3.h
  313. include/geogram1/geogram_gfx/third_party/ImGui/imgui_impl_win32.h
  314. include/geogram1/geogram_gfx/third_party/ImGui/imgui_internal.h
  315. include/geogram1/geogram_gfx/third_party/ImGui/imstb_rectpack.h
  316. include/geogram1/geogram_gfx/third_party/ImGui/imstb_textedit.h
  317. include/geogram1/geogram_gfx/third_party/ImGui/imstb_truetype.h
  318. include/geogram1/geogram_gfx/third_party/ImGuiColorTextEdit/TextEditor.h
  319. include/geogram1/geogram_gfx/third_party/glad/KHR/khrplatform.h
  320. include/geogram1/geogram_gfx/third_party/glad/glad.h
  321. include/geogram1/geogram_gfx/third_party/imgui_fonts/cousine_regular.h
  322. include/geogram1/geogram_gfx/third_party/imgui_fonts/fa_brands.h
  323. include/geogram1/geogram_gfx/third_party/imgui_fonts/fa_regular.h
  324. include/geogram1/geogram_gfx/third_party/imgui_fonts/fa_solid.h
  325. include/geogram1/geogram_gfx/third_party/imgui_fonts/roboto_medium.h
  326. include/geogram1/geogram_gfx/third_party/imgui_lua_bindings/imgui_iterator.h
  327. lib/cmake/modules/FindGeogram.cmake
  328. lib/libgeogram.so
  329. lib/libgeogram.so.1
  330. lib/libgeogram.so.1.7.9
  331. lib/libgeogram_gfx.so
  332. lib/libgeogram_gfx.so.1
  333. lib/libgeogram_gfx.so.1.7.9
  334. lib/libgeogram_num_3rdparty.so
  335. lib/libgeogram_num_3rdparty.so.1
  336. lib/libgeogram_num_3rdparty.so.1.7.9
  337. libdata/pkgconfig/geogram1.pc
  338. libdata/pkgconfig/geogram_gfx1.pc
  339. @dir include/geogram1/geogram_gfx/gui/colormaps
  340. @owner
  341. @group
  342. @mode
Collapse this list.
Dependency lines:
  • geogram>0:math/geogram
To install the port:
cd /usr/ports/math/geogram/ && make install clean
To add the package, run one of these commands:
  • pkg install math/geogram
  • pkg install geogram
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: geogram
Flavors: there is no flavor information for this port.
ONLY_FOR_ARCHS: amd64 i386
distinfo:
TIMESTAMP = 1659162758 SHA256 (alicevision-geogram-v1.7.9_GH0.tar.gz) = f9f58dbae9f62ee161cc30a8ed184fbb800f8a0f010fdd00275903d4cd23f14d SIZE (alicevision-geogram-v1.7.9_GH0.tar.gz) = 6923300

Packages (timestamps in pop-ups are UTC):
geogram
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-1.7.9--1.7.9---
FreeBSD:13:quarterly-1.7.9--1.7.9---
FreeBSD:14:latest-1.7.9--1.7.9---
FreeBSD:14:quarterly-1.7.9--1.7.9---
FreeBSD:15:latest-1.7.9n/a-n/a---
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. xorgproto>=0 : x11/xorgproto
  4. xorgproto>=0 : x11/xorgproto
  5. x11.pc : x11/libX11
  6. xcursor.pc : x11/libXcursor
  7. xi.pc : x11/libXi
  8. xinerama.pc : x11/libXinerama
  9. xrandr.pc : x11/libXrandr
  10. xxf86vm.pc : x11/libXxf86vm
Runtime dependencies:
  1. x11.pc : x11/libX11
  2. xcursor.pc : x11/libXcursor
  3. xi.pc : x11/libXi
  4. xinerama.pc : x11/libXinerama
  5. xrandr.pc : x11/libXrandr
  6. xxf86vm.pc : x11/libXxf86vm
Library dependencies:
  1. libglfw.so : graphics/glfw
  2. libGL.so : graphics/libglvnd
  3. libGLU.so : graphics/libGLU
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
math_geogram
USES:
cmake gl localbase:ldflags xorg
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/alicevision/geogram/tar.gz/v1.7.9?dummy=/
Collapse this list.

There are no commits on branch 2022Q3 for this port