diff options
author | yuri <yuri@FreeBSD.org> | 2019-05-04 16:14:19 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2019-05-04 16:14:19 +0800 |
commit | 3d52910ead776e8ee6f0cb37f0fbd94f0c770032 (patch) | |
tree | a981412268f4cf6ddb2a18f2b34d83d2af78d6bf /math | |
parent | 4974ee4e753ca0e8623cac20c84e07cbaf02ef19 (diff) | |
download | freebsd-ports-gnome-3d52910ead776e8ee6f0cb37f0fbd94f0c770032.tar.gz freebsd-ports-gnome-3d52910ead776e8ee6f0cb37f0fbd94f0c770032.tar.zst freebsd-ports-gnome-3d52910ead776e8ee6f0cb37f0fbd94f0c770032.zip |
math/geogram: Update 1.6.9 -> 1.6.11
Diffstat (limited to 'math')
-rw-r--r-- | math/geogram/Makefile | 7 | ||||
-rw-r--r-- | math/geogram/distinfo | 6 | ||||
-rw-r--r-- | math/geogram/pkg-plist | 26 |
3 files changed, 25 insertions, 14 deletions
diff --git a/math/geogram/Makefile b/math/geogram/Makefile index 8921a207a3bb..ae2b2d44fe41 100644 --- a/math/geogram/Makefile +++ b/math/geogram/Makefile @@ -1,17 +1,16 @@ # $FreeBSD$ PORTNAME= geogram -DISTVERSION= 1.6.9 -PORTREVISION= 1 +DISTVERSION= 1.6.11 CATEGORIES= math -MASTER_SITES= https://gforge.inria.fr/frs/download.php/file/37779/ +MASTER_SITES= https://gforge.inria.fr/frs/download.php/file/37934/ DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= yuri@FreeBSD.org COMMENT= Programming library of geometric algorithms LICENSE= BSD3CLAUSE -LICENSE_FILE= ${WRKSRC}/doc/devkit/license.dox +xLICENSE_FILE= ${WRKSRC}/doc/devkit/license.dox LIB_DEPENDS= libglfw.so:graphics/glfw diff --git a/math/geogram/distinfo b/math/geogram/distinfo index 6e50c21b3a51..8d05c12e1c67 100644 --- a/math/geogram/distinfo +++ b/math/geogram/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1544334501 -SHA256 (geogram_1.6.9.tar.gz) = 762ce1320cb30220f451418126aeb17c72cb0470f8730a30e565a0a52a05e7f9 -SIZE (geogram_1.6.9.tar.gz) = 8204635 +TIMESTAMP = 1556957125 +SHA256 (geogram_1.6.11.tar.gz) = 5d823eb8bc3b34cc5c7abd78320a81e7e79ae16374a9706a7069d53ca032caf6 +SIZE (geogram_1.6.11.tar.gz) = 10287048 diff --git a/math/geogram/pkg-plist b/math/geogram/pkg-plist index 9ff82b8dabdc..62199e02a869 100644 --- a/math/geogram/pkg-plist +++ b/math/geogram/pkg-plist @@ -115,7 +115,9 @@ include/geogram1/geogram/numerics/predicates.h include/geogram1/geogram/numerics/predicates/.pck.h include/geogram1/geogram/numerics/predicates/aligned3d.h include/geogram1/geogram/numerics/predicates/det3d.h +include/geogram1/geogram/numerics/predicates/det4d.h include/geogram1/geogram/numerics/predicates/dot3d.h +include/geogram1/geogram/numerics/predicates/dot_compare_3d.h include/geogram1/geogram/numerics/predicates/orient2d.h include/geogram1/geogram/numerics/predicates/orient3d.h include/geogram1/geogram/numerics/predicates/orient4d.h @@ -227,7 +229,6 @@ include/geogram1/geogram_gfx/GLUP/GLUP.h include/geogram1/geogram_gfx/GLUP/GLUP_context.h include/geogram1/geogram_gfx/GLUP/GLUP_context_ES.h include/geogram1/geogram_gfx/GLUP/GLUP_context_GLSL.h -include/geogram1/geogram_gfx/GLUP/GLUP_context_VanillaGL.h include/geogram1/geogram_gfx/GLUP/GLUP_marching_cells.h include/geogram1/geogram_gfx/GLUP/shaders/GLUP/ShaderToy.h include/geogram1/geogram_gfx/GLUP/shaders/GLUP/constants.h @@ -265,6 +266,7 @@ include/geogram1/geogram_gfx/GLUP/shaders/fullscreen/depth_dependent_blur_fragme include/geogram1/geogram_gfx/GLUP/shaders/fullscreen/unsharp_masking_fragment_shader.h include/geogram1/geogram_gfx/GLUP/shaders/fullscreen/vertex_shader.h include/geogram1/geogram_gfx/ImGui_ext/file_dialog.h +include/geogram1/geogram_gfx/ImGui_ext/icon_font.h include/geogram1/geogram_gfx/ImGui_ext/imgui_ext.h include/geogram1/geogram_gfx/api/defs.h include/geogram1/geogram_gfx/basic/GL.h @@ -281,18 +283,28 @@ include/geogram1/geogram_gfx/lua/lua_glup.h include/geogram1/geogram_gfx/lua/lua_glup_viewer.h include/geogram1/geogram_gfx/lua/lua_imgui.h include/geogram1/geogram_gfx/mesh/mesh_gfx.h +include/geogram1/geogram_gfx/third_party/ImGui/OLD/glup_compat.h +include/geogram1/geogram_gfx/third_party/ImGui/OLD/imconfig.h +include/geogram1/geogram_gfx/third_party/ImGui/OLD/imgui.h +include/geogram1/geogram_gfx/third_party/ImGui/OLD/imgui_impl_android.h +include/geogram1/geogram_gfx/third_party/ImGui/OLD/imgui_impl_glfw.h +include/geogram1/geogram_gfx/third_party/ImGui/OLD/imgui_impl_opengl3.h +include/geogram1/geogram_gfx/third_party/ImGui/OLD/imgui_impl_win32.h +include/geogram1/geogram_gfx/third_party/ImGui/OLD/imgui_internal.h +include/geogram1/geogram_gfx/third_party/ImGui/OLD/imstb_rectpack.h +include/geogram1/geogram_gfx/third_party/ImGui/OLD/imstb_textedit.h +include/geogram1/geogram_gfx/third_party/ImGui/OLD/imstb_truetype.h include/geogram1/geogram_gfx/third_party/ImGui/glup_compat.h include/geogram1/geogram_gfx/third_party/ImGui/imconfig.h include/geogram1/geogram_gfx/third_party/ImGui/imgui.h include/geogram1/geogram_gfx/third_party/ImGui/imgui_impl_android.h include/geogram1/geogram_gfx/third_party/ImGui/imgui_impl_glfw.h -include/geogram1/geogram_gfx/third_party/ImGui/imgui_impl_opengl2.h include/geogram1/geogram_gfx/third_party/ImGui/imgui_impl_opengl3.h include/geogram1/geogram_gfx/third_party/ImGui/imgui_impl_win32.h include/geogram1/geogram_gfx/third_party/ImGui/imgui_internal.h -include/geogram1/geogram_gfx/third_party/ImGui/stb_rect_pack.h -include/geogram1/geogram_gfx/third_party/ImGui/stb_textedit.h -include/geogram1/geogram_gfx/third_party/ImGui/stb_truetype.h +include/geogram1/geogram_gfx/third_party/ImGui/imstb_rectpack.h +include/geogram1/geogram_gfx/third_party/ImGui/imstb_textedit.h +include/geogram1/geogram_gfx/third_party/ImGui/imstb_truetype.h include/geogram1/geogram_gfx/third_party/ImGuiColorTextEdit/OLD/TextEditor.h include/geogram1/geogram_gfx/third_party/ImGuiColorTextEdit/TextEditor.h include/geogram1/geogram_gfx/third_party/glad/KHR/khrplatform.h @@ -307,9 +319,9 @@ include/geogram1/geogram_gfx/third_party/quicktext/glQuickText.h lib/cmake/modules/FindGeogram.cmake lib/libgeogram.so lib/libgeogram.so.1 -lib/libgeogram.so.1.6.9 +lib/libgeogram.so.1.6.11 lib/libgeogram_gfx.so lib/libgeogram_gfx.so.1 -lib/libgeogram_gfx.so.1.6.9 +lib/libgeogram_gfx.so.1.6.11 libdata/pkgconfig/geogram1.pc libdata/pkgconfig/geogram_gfx1.pc |