Port details |
- pangolin Lightweight rapid development library for managing OpenGL display
- 0.9.2_1 x11-toolkits
=2 0.9.1_1Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2020-10-03 01:20:15
- Last Update: 2024-09-23 07:13:50
- Commit Hash: d5ee8e4
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://github.com/stevenlovegrove/Pangolin
- 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.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- pangolin>0: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 = 1722667671
SHA256 (stevenlovegrove-Pangolin-v0.9.2_GH0.tar.gz) = 348f5c082d69afbb74b1af022d193cc0018ef8032a39409eb3f99c4ac2dd4b1e
SIZE (stevenlovegrove-Pangolin-v0.9.2_GH0.tar.gz) = 709956
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:
-
- input.h : devel/evdev-proto
- cmake : devel/cmake-core
- 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
- libdc1394.so : multimedia/libdc1394
- liblz4.so : archivers/liblz4
- libpng.so : graphics/png
- libtiff.so : graphics/tiff
- libzstd.so : archivers/zstd
- libwayland-client.so : graphics/wayland
- libxkbcommon.so : x11/libxkbcommon
- 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++17-lang eigen:3 gl jpeg localbase:ldflags pkgconfig xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.9.2_1 23 Sep 2024 07:13:50
    |
Jason E. Hale (jhale)  |
*/*: Chase multimedia/libdc1394 shlib bump |
0.9.2 03 Aug 2024 08:27:28
    |
Yuri Victorovich (yuri)  |
x11-toolkits/pangolin: update 0.9.1 → 0.9.2
Reported by: portscout |
0.9.1_1 27 Apr 2024 12:44:59
    |
Tijl Coosemans (tijl)  |
graphics/tiff: Update to 4.6.0
PR: 278577
Exp-run by: antoine |
0.9.1 11 Mar 2024 19:16:49
    |
Yuri Victorovich (yuri)  |
x11-toolkits/pangolin: update 0.9 → 0.9.1
Reported by: portscout |
0.9 15 Jan 2024 08:13:20
    |
Yuri Victorovich (yuri)  |
x11-toolkits/pangolin: update 0.8-54 → 0.9 |
0.8.54_4 28 Jul 2023 17:13:17
    |
Daniel Engberg (diizzy)  |
*/*: Bump jpeg-turbo users treewide
New major version 3.0.0 |
0.8.54_3 27 Apr 2023 12:01:46
    |
Daniel Engberg (diizzy)  |
*/*: Bump all users of multimedia/ffmpeg*
...to make sure all picks up new version(s) |
0.8.54_2 25 Apr 2023 15:17:15
    |
Christian Weisgerber (naddy)  |
audio/opus: bump consumers after update to 1.4 |
0.8.54_1 23 Apr 2023 09:09:58
    |
Gerald Pfeifer (gerald)  |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
0.8.54 20 Mar 2023 05:26:34
    |
Yuri Victorovich (yuri)  |
x11-toolkits/pangolin: Update 0.8 → 0.8-54
PR: 270315
Submitted by: diizzy@ (original version of the patch) |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.8 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.8 03 May 2022 23:34:27
    |
Yuri Victorovich (yuri)  |
x11-toolkits/pangolin: Update 0.6 -> 0.8
Reported by: portscout |
0.6_1 22 Jun 2021 18:53:08
    |
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 |
0.6 25 Apr 2021 09:51:58
    |
Yuri Victorovich (yuri)  |
x11-toolkits/pangolin: Tarball was rerolled, no essential changes were made
Reported by: fallout |
0.6 23 Apr 2021 20:56:21
    |
Antoine Brodin (antoine)  |
Cleanup LIB_DEPENDS |
0.6 22 Apr 2021 08:05:45
    |
Yuri Victorovich (yuri)  |
x11-toolkits/pangolin: Update 0.5-431 -> 0.6
Reported by: portscout |
0.5.431 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.5.431 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.5.431 17 Nov 2020 20:07:37
  |
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)) { |
0.5.431 03 Oct 2020 01:20:04
  |
yuri  |
New port: x11-toolkits/pangolin: Lightweight rapid development library for
managing OpenGL display |