aboutsummaryrefslogtreecommitdiff
path: root/math/geogram
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2019-05-04 08:14:19 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2019-05-04 08:14:19 +0000
commit75912b929abf8244891ebb75b0800ed9042455d8 (patch)
treea981412268f4cf6ddb2a18f2b34d83d2af78d6bf /math/geogram
parent4985e3a40b7d8daa551b39ad26aca4f1f2a4d686 (diff)
downloadports-75912b929abf8244891ebb75b0800ed9042455d8.tar.gz
ports-75912b929abf8244891ebb75b0800ed9042455d8.zip
math/geogram: Update 1.6.9 -> 1.6.11
Notes
Notes: svn path=/head/; revision=500787
Diffstat (limited to 'math/geogram')
-rw-r--r--math/geogram/Makefile7
-rw-r--r--math/geogram/distinfo6
-rw-r--r--math/geogram/pkg-plist26
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