Port details |
- pangolin Lightweight rapid development library for managing OpenGL display
- 0.8 x11-toolkits
=0 0.6_1Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2020-10-03 01:20:15
- Last Update: 2022-05-03 23:34:27
- Commit Hash: 89e361e
- License: MIT
- Description:
- Pangolin is a lightweight portable rapid development library for managing OpenGL
display/interaction and abstracting video input. At its heart is a simple OpenGl
viewport manager which can help to modularise 3D visualisation without adding to
its complexity, and offers an advanced but intuitive 3D navigation handler.
Pangolin also provides a mechanism for manipulating program variables through
config files and ui integration, and has a flexible real-time plotter for
visualising graphical data.
The ethos of Pangolin is to reduce the boilerplate code that normally gets
written to visualise and interact with (typically image and 3D based) systems,
without compromising performance. It also enables write-once code for a number
of platforms, currently including Windows, Linux, OSX, Android and IOS.
WWW: https://github.com/stevenlovegrove/Pangolin
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- For RUN/BUILD depends:
- pangolin>0:x11-toolkits/pangolin
- For LIB depends:
- libpango_core.so:x11-toolkits/pangolin
- libpango_display.so:x11-toolkits/pangolin
- libpango_geometry.so:x11-toolkits/pangolin
- libpango_glgeometry.so:x11-toolkits/pangolin
- libpango_image.so:x11-toolkits/pangolin
- libpango_opengl.so:x11-toolkits/pangolin
- libpango_packetstream.so:x11-toolkits/pangolin
- libpango_plot.so:x11-toolkits/pangolin
- libpango_python.so:x11-toolkits/pangolin
- libpango_scene.so:x11-toolkits/pangolin
- libpango_tools.so:x11-toolkits/pangolin
- libpango_vars.so:x11-toolkits/pangolin
- libpango_video.so:x11-toolkits/pangolin
- libpango_windowing.so:x11-toolkits/pangolin
- libtinyobj.so:x11-toolkits/pangolin
- To install the port:
- cd /usr/ports/x11-toolkits/pangolin/ && make install clean
- To add the package, run one of these commands:
- pkg install x11-toolkits/pangolin
- pkg install pangolin
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: pangolin
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1651619295
SHA256 (stevenlovegrove-Pangolin-v0.8_GH0.tar.gz) = a680d1b52cd432f93f3359cb8f2179b25acf384d29dbaa2530b2eb3dfe5a81c6
SIZE (stevenlovegrove-Pangolin-v0.8_GH0.tar.gz) = 694204
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake
- ninja : devel/ninja
- eigen3.pc : math/eigen3
- pkgconf>=1.3.0_1 : devel/pkgconf
- xorgproto>=0 : x11/xorgproto
- xorgproto>=0 : x11/xorgproto
- ice.pc : x11/libICE
- sm.pc : x11/libSM
- x11.pc : x11/libX11
- xext.pc : x11/libXext
- Runtime dependencies:
-
- ice.pc : x11/libICE
- sm.pc : x11/libSM
- x11.pc : x11/libX11
- xext.pc : x11/libXext
- Library dependencies:
-
- libavcodec.so : multimedia/ffmpeg
- liblz4.so : archivers/liblz4
- libpng.so : graphics/png
- libtiff.so : graphics/tiff
- libzstd.so : archivers/zstd
- libGL.so : graphics/libglvnd
- libGLEW.so : graphics/glew
- libGLU.so : graphics/libGLU
- libjpeg.so : graphics/jpeg-turbo
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- x11-toolkits_pangolin
- USES:
- cmake compiler:c++14-lang eigen:3 gl jpeg pkgconfig xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 9
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
03 May 2022 23:34:27 0.8
|
Yuri Victorovich (yuri)  |
x11-toolkits/pangolin: Update 0.6 -> 0.8
Reported by: portscout |
22 Jun 2021 18:53:08 0.6_1
|
Kevin Bowling (kbowling)  |
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824 |
25 Apr 2021 09:51:58 0.6
|
Yuri Victorovich (yuri)  |
x11-toolkits/pangolin: Tarball was rerolled, no essential changes were made
Reported by: fallout |
23 Apr 2021 20:56:21 0.6
|
Antoine Brodin (antoine)  |
Cleanup LIB_DEPENDS |
22 Apr 2021 08:05:45 0.6
|
Yuri Victorovich (yuri)  |
x11-toolkits/pangolin: Update 0.5-431 -> 0.6
Reported by: portscout |
07 Apr 2021 08:09:01 0.5.431
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 0.5.431
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
17 Nov 2020 20:07:37
0.5.431
|
pkubaj  |
x11-toolkits/pangolin: fix build on GCC architectures
/wrkdirs/usr/ports/x11-toolkits/pangolin/work/Pangolin-0.5-431-g86eb497/src/utils/file_utils.cpp:
In function 'std::string pangolin::FindPath(const string&, const string&)':
/wrkdirs/usr/ports/x11-toolkits/pangolin/work/Pangolin-0.5-431-g86eb497/src/utils/file_utils.cpp:194:19:
error: 'PATH_MAX' was not declared in this scope
194 | char abs_path[PATH_MAX];
| ^~~~~~~~
/wrkdirs/usr/ports/x11-toolkits/pangolin/work/Pangolin-0.5-431-g86eb497/src/utils/file_utils.cpp:195:32:
error: 'abs_path' was not declared in this scope
195 | if (realpath(path.c_str(), abs_path)) { |
03 Oct 2020 01:20:04
0.5.431
|
yuri  |
New port: x11-toolkits/pangolin: Lightweight rapid development library for
managing OpenGL display |
Number of commits found: 9
|