Port details |
- glosm 3D OpenGL renderer for OpenStreetMap
- 0.0.2_7 graphics =2 0.0.2_7Version of this port present on the latest quarterly branch.
- Maintainer: amdmi3@FreeBSD.org
- Port Added: 2011-01-17 23:44:20
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: geography
- License: GPLv3+
- WWW:
- https://github.com/AMDmi3/glosm
- Description:
- glosm is a framework for developing high-performance geospatial
data visualization applications of both interactive and batch nature
featuring OpenGL-based 3D first-person and tile renderers.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/graphics/glosm/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/glosm
- pkg install glosm
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: glosm
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1574882374
SHA256 (AMDmi3-glosm-glosm-0.0.2_GH0.tar.gz) = 7ab774b1870d4c2ba92737c1ee632e482f43ec352d5976214191f3e0ae0f65fa
SIZE (AMDmi3-glosm-glosm-0.0.2_GH0.tar.gz) = 107632
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-core
- ninja : devel/ninja
- sdl-config : devel/sdl12
- xorgproto>=0 : x11/xorgproto
- x11.pc : x11/libX11
- Runtime dependencies:
-
- x11.pc : x11/libX11
- Library dependencies:
-
- libpng.so : graphics/png
- libexpat.so : textproc/expat2
- libGL.so : graphics/libglvnd
- libSDL.so : devel/sdl12
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for glosm-0.0.2_7:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- graphics_glosm
- USES:
- cmake gl sdl tar:bzip2 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 |
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.0.2_7 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.0.2_7 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.0.2_6 07 Apr 2021 23:19:01 |
Dmitry Marakasov (amdmi3) |
Remove useless Created by: headers mentioning me |
0.0.2_6 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.0.2_6 27 Nov 2019 19:37:10 |
amdmi3 |
- Fix fetch by using GitHub properly (no change in distfile contents)
Reported by: dvl |
0.0.2_6 05 Nov 2019 22:16:15 |
zeising |
Add USES=xorg USES=gl, ports categories g
Add USES=xorg and USES=gl to ports in categories starting with 'g'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
0.0.2_6 25 Feb 2019 14:45:42 |
amdmi3 |
- Update WWW |
0.0.2_6 21 Feb 2019 20:50:29 |
amdmi3 |
- Switch to more correct way of avoiding C++11 related build errors |
0.0.2_6 18 Sep 2018 08:47:31 |
linimon |
Conditionalize the addition of -Wno-c++11-narrowing to fix clang6 errors
in CFLAGS to affect clang-based archs.
Approved by: portmgr (tier-2 blanket) |
0.0.2_6 14 May 2018 19:38:32 |
amdmi3 |
- Add LICENSE
- Add missing dependency
- Fix build with clang 6.0 |
0.0.2_6 23 May 2017 05:03:16 |
rezny |
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845 |
0.0.2_5 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.0.2_5 28 Sep 2015 17:20:43 |
amdmi3 |
Implemented complete support for test target.
You can now `make test' on any port to run test sequence, no-op by default.
If a port defines TEST_TARGET, it'll run sub-make with specified target,
usually `check' or `test', useful if upstream supports that. The port may
instead define custom do-test target, as well as usual satellite targets:
{pre,do,post}-test, {pre,do,post}-test-OPT, {pre,do,post}-test-OPT-off
`make test' builds and stages port first, so test may use both WRKDIR and
STAGEDIR, and both BUILD and RUN depends are available for test target.
Additionally, TEST_DEPENDS is now properly supported and may be used to
define additional depends specifically for testing.
Framework may define default tests for specific cases. For instance,
perl5.mk and cran.mk already provide default test target on their own.
This commit also converts my ports which have tests to this new framework.
Approved by: portmgr (bapt)
Differential Revision: D3680 |
0.0.2_5 04 Sep 2015 16:02:17 |
mat |
Convert most ports using cloud.github.com to GHC.
Convert a couple to github, and use some options helpers on the way.
Sponsored by: Absolight |
0.0.2_5 25 Dec 2014 20:54:43 |
bapt |
Bump portrevision after png update |
0.0.2_4 08 Dec 2014 16:48:41 |
tijl |
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used. (Only the first 15 lines of the commit message are shown above ) |
0.0.2_3 10 Sep 2014 20:50:37 |
gerald |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
0.0.2_2 07 May 2014 17:02:37 |
amdmi3 |
- Convert USE_BZIP2 to USES |
0.0.2_2 16 Dec 2013 17:40:14 |
amdmi3 |
- Remove DOCS, NLS and EXAMPLES from OPTIONS_DEFAULT in my ports, as suggested
by Porter's Handbook |
0.0.2_2 19 Oct 2013 00:14:22 |
amdmi3 |
- Support staging
- Use new LIB_DEPENDS syntax |
0.0.2_2 20 Sep 2013 18:35:46 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
0.0.2_2 14 Sep 2013 03:05:41 |
amdmi3 |
Fix build with clang/libc++ |
0.0.2_2 22 Aug 2013 11:51:47 |
amdmi3 |
Fix build with clang |
0.0.2_2 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
0.0.2_2 18 Jun 2013 11:46:52 |
amdmi3 |
- Trim Makefile headers
- Drop ABI versions from LIB_DEPENDS
- OptionsNG
- Pet portlint
- Switch to dynamic plist where useful |
0.0.2_2 22 Mar 2013 20:06:15 |
makc |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
0.0.2_2 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.0.2_1 18 Feb 2012 10:18:33 |
mva |
- Update devel/sdl12 to 1.2.15
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions
Tested by: exp-run by pav |
0.0.2 28 Feb 2011 00:44:08 |
amdmi3 |
- Add forgotten plist |
0.0.2 27 Feb 2011 15:26:30 |
amdmi3 |
Update to 0.0.2 |
0.0.1 17 Jan 2011 23:44:12 |
amdmi3 |
glosm is a framework for developing high-performance geospatial
data visualization applications of both interactive and batch nature
featuring OpenGL-based 3D first-person and tile renderers.
WWW: http://glosm.amdmi3.ru/about.html
Feature safe: yes |