x11-toolkits/nanogui: Update g20180318 -> g20180413
Also correct pkg-descr.
This commit is contained in:
parent
fc77fad83d
commit
e880859940
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=481497
3 changed files with 10 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= nanogui
|
||||
DISTVERSION= g20180318
|
||||
DISTVERSION= g20180413
|
||||
CATEGORIES= x11-toolkits
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
@ -17,7 +17,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
|||
USES= cmake:outsource compiler:c++14-lang eigen:3,build,run
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= wjakob
|
||||
GH_TAGNAME= be13c9b
|
||||
GH_TAGNAME= 885e4fc
|
||||
GH_TUPLE= wjakob:nanovg:ab38df8:nanovg/ext/nanovg
|
||||
USE_GL= gl
|
||||
USE_XORG= x11 xcursor xi xinerama xrandr xxf86vm
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
TIMESTAMP = 1522872847
|
||||
SHA256 (wjakob-nanogui-g20180318-be13c9b_GH0.tar.gz) = b16c85dc1c969c47475c09d0d8043821d67bd43b1af8bfeeba8e4da567970dda
|
||||
SIZE (wjakob-nanogui-g20180318-be13c9b_GH0.tar.gz) = 2751066
|
||||
TIMESTAMP = 1538948654
|
||||
SHA256 (wjakob-nanogui-g20180413-885e4fc_GH0.tar.gz) = 18e45f000c77d6933f20a17f5828c3e74dd00d720646946661299961e9822630
|
||||
SIZE (wjakob-nanogui-g20180413-885e4fc_GH0.tar.gz) = 2751473
|
||||
SHA256 (wjakob-nanovg-ab38df8_GH0.tar.gz) = 4919c34f84eefaea556130906e1a1e0733562c96de1b46715ed31b5d15fc5eca
|
||||
SIZE (wjakob-nanovg-ab38df8_GH0.tar.gz) = 2014812
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
NTK is a fork of FLTK 1.3.0 which adds graphics rendering via
|
||||
Cairo, support for transparent/overlapping widgets, streamlining
|
||||
of internals, and some new/improved widgets.
|
||||
NanoGUI is a minimalistic cross-platform widget library for OpenGL 3.x or
|
||||
higher. It supports automatic layout generation, stateful C++11 lambdas
|
||||
callbacks, a variety of useful widget types and Retina-capable rendering on
|
||||
Apple devices thanks to NanoVG by Mikko Mononen.
|
||||
|
||||
WWW: https://github.com/original-male/ntk
|
||||
WWW: https://github.com/wjakob/nanogui
|
||||
|
|
Loading…
Reference in a new issue