From owner-svn-ports-all@freebsd.org Mon Feb 1 19:18:34 2021 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7B4B2532998; Mon, 1 Feb 2021 19:18:34 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DTyQy34yxz4b7G; Mon, 1 Feb 2021 19:18:34 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 526E820B51; Mon, 1 Feb 2021 19:18:34 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 111JIYHQ006192; Mon, 1 Feb 2021 19:18:34 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 111JIXci006188; Mon, 1 Feb 2021 19:18:33 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202102011918.111JIXci006188@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 1 Feb 2021 19:18:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r563608 - in head/x11-toolkits: . nuklear X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/x11-toolkits: . nuklear X-SVN-Commit-Revision: 563608 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Feb 2021 19:18:34 -0000 Author: yuri Date: Mon Feb 1 19:18:33 2021 New Revision: 563608 URL: https://svnweb.freebsd.org/changeset/ports/563608 Log: New port: x11-toolkits/nuklear: Minimal-state, immediate-mode graphical user interface toolkit Added: head/x11-toolkits/nuklear/ head/x11-toolkits/nuklear/Makefile (contents, props changed) head/x11-toolkits/nuklear/distinfo (contents, props changed) head/x11-toolkits/nuklear/pkg-descr (contents, props changed) Modified: head/x11-toolkits/Makefile Modified: head/x11-toolkits/Makefile ============================================================================== --- head/x11-toolkits/Makefile Mon Feb 1 18:51:20 2021 (r563607) +++ head/x11-toolkits/Makefile Mon Feb 1 19:18:33 2021 (r563608) @@ -99,6 +99,7 @@ SUBDIR += nanogui SUBDIR += neXtaw SUBDIR += ntk + SUBDIR += nuklear SUBDIR += ocaml-lablgtk2 SUBDIR += ocaml-labltk SUBDIR += open-motif Added: head/x11-toolkits/nuklear/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/nuklear/Makefile Mon Feb 1 19:18:33 2021 (r563608) @@ -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 Added: head/x11-toolkits/nuklear/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/nuklear/distinfo Mon Feb 1 19:18:33 2021 (r563608) @@ -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 Added: head/x11-toolkits/nuklear/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/nuklear/pkg-descr Mon Feb 1 19:18:33 2021 (r563608) @@ -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