mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
math/geogram: Update 1.7.2 -> 1.7.3
Reported by: portscout
This commit is contained in:
parent
c3fc89e0b2
commit
c16fc77352
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=521979
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= geogram
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.7.2
|
||||
DISTVERSION= 1.7.3
|
||||
CATEGORIES= math
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1575442856
|
||||
SHA256 (alicevision-geogram-v1.7.2_GH0.tar.gz) = 6d94169280fde1cf1c742bdf4b6ebc67d754139ecf72e9b2df90b9a81935687a
|
||||
SIZE (alicevision-geogram-v1.7.2_GH0.tar.gz) = 9963970
|
||||
TIMESTAMP = 1578116635
|
||||
SHA256 (alicevision-geogram-v1.7.3_GH0.tar.gz) = 0c97a59b04417b6882d9daf1b8e279efcc68d2bd1b4fac0bae3a90baf3822a11
|
||||
SIZE (alicevision-geogram-v1.7.3_GH0.tar.gz) = 10702594
|
||||
|
@ -7,7 +7,7 @@ bin/geogram_demo_Delaunay3d
|
||||
bin/geogram_demo_Evert
|
||||
bin/geogram_demo_GLUP
|
||||
bin/geogram_demo_Raytrace
|
||||
bin/geogram_demo_SimpleApplication
|
||||
bin/geogram_demo_SimpleApp
|
||||
bin/geoshade
|
||||
bin/vorpalite
|
||||
bin/vorpaview
|
||||
@ -210,6 +210,7 @@ include/geogram1/geogram/third_party/stb_image/stb_image.h
|
||||
include/geogram1/geogram/third_party/stb_image/stb_image_write.h
|
||||
include/geogram1/geogram/third_party/tetgen/tetgen.h
|
||||
include/geogram1/geogram/third_party/triangle/triangle.h
|
||||
include/geogram1/geogram/third_party/xatlas/OLD/xatlas.h
|
||||
include/geogram1/geogram/third_party/xatlas/xatlas.h
|
||||
include/geogram1/geogram/third_party/zlib/crc32.h
|
||||
include/geogram1/geogram/third_party/zlib/deflate.h
|
||||
@ -274,6 +275,17 @@ include/geogram1/geogram_gfx/GLUP/shaders/fullscreen/blur_fragment_shader.h
|
||||
include/geogram1/geogram_gfx/GLUP/shaders/fullscreen/depth_dependent_blur_fragment_shader.h
|
||||
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/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/ImGui_ext/icon_font.h
|
||||
include/geogram1/geogram_gfx/ImGui_ext/imgui_ext.h
|
||||
include/geogram1/geogram_gfx/api/defs.h
|
||||
@ -323,13 +335,13 @@ 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.7.2
|
||||
lib/libgeogram.so.1.7.3
|
||||
lib/libgeogram_gfx.so
|
||||
lib/libgeogram_gfx.so.1
|
||||
lib/libgeogram_gfx.so.1.7.2
|
||||
lib/libgeogram_gfx.so.1.7.3
|
||||
lib/libgeogram_num_3rdparty.so
|
||||
lib/libgeogram_num_3rdparty.so.1
|
||||
lib/libgeogram_num_3rdparty.so.1.7.2
|
||||
lib/libgeogram_num_3rdparty.so.1.7.3
|
||||
libdata/pkgconfig/geogram1.pc
|
||||
libdata/pkgconfig/geogram_gfx1.pc
|
||||
@dir include/geogram1/geogram_gfx/gui/colormaps
|
||||
|
Loading…
Reference in New Issue
Block a user