1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-05 11:35:01 +00:00

New port: x11-toolkits/nuklear: Minimal-state, immediate-mode graphical user interface toolkit

This commit is contained in:
Yuri Victorovich 2021-02-01 19:18:33 +00:00
parent 828e9509b7
commit b42f106a8b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=563608
4 changed files with 40 additions and 0 deletions

View File

@ -99,6 +99,7 @@
SUBDIR += nanogui
SUBDIR += neXtaw
SUBDIR += ntk
SUBDIR += nuklear
SUBDIR += ocaml-lablgtk2
SUBDIR += ocaml-labltk
SUBDIR += open-motif

View File

@ -0,0 +1,26 @@
# $FreeBSD$
PORTNAME= nuklear
PORTVERSION= g20201229
CATEGORIES= x11-toolkits
MAINTAINER= yuri@FreeBSD.org
COMMENT= Minimal-state, immediate-mode graphical user interface toolkit
LICENSE= MIT PD
LICENSE_COMB= dual
USE_GITHUB= yes
GH_ACCOUNT= Immediate-Mode-UI
GH_PROJECT= Nuklear
GH_TAGNAME= 4a74982
NO_BUILD= yes
NO_ARCH= yes
PLIST_FILES= include/nuklear.h
do-install:
${INSTALL_DATA} ${WRKSRC}/nuklear.h ${STAGEDIR}${PREFIX}/include
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1612206830
SHA256 (Immediate-Mode-UI-Nuklear-g20201229-4a74982_GH0.tar.gz) = 81defa1741887a8a4fc61f5873d520af3d3d6bb10ec28019713f5a9a60950e83
SIZE (Immediate-Mode-UI-Nuklear-g20201229-4a74982_GH0.tar.gz) = 1952127

View File

@ -0,0 +1,10 @@
This is a minimal-state, immediate-mode graphical user interface toolkit written
in ANSI C and licensed under public domain. It was designed as a simple
embeddable user interface for application and does not have any dependencies, a
default render backend or OS window/input handling but instead provides a highly
modular, library-based approach, with simple input state for input and draw
commands describing primitive shapes as output. So instead of providing a
layered library that tries to abstract over a number of platform and render
backends, it focuses only on the actual UI.
WWW: https://github.com/Immediate-Mode-UI/Nuklear