pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Import imgui-1.49 as wip/imgui.



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Jun 18 10:41:23 2016 +0200
Changeset:	75de45fa6b4fe57f6ecb06830afec341e78f5f3a

Added Files:
	imgui/DESCR
	imgui/Makefile
	imgui/PLIST
	imgui/distinfo

Log Message:
Import imgui-1.49 as wip/imgui.

dear imgui (AKA ImGui), is a bloat-free graphical user interface library for
C++. It outputs vertex buffers that you can render in your 3D-pipeline enabled
application. It is fast, portable, renderer agnostic and self-contained (no
external dependencies).

ImGui is designed to enable fast iteration and empower programmers to create
content creation tools and visualization/debug tools (as opposed to UI for the
average end-user). It favors simplicity and productivity toward this goal, and
thus lacks certain features normally found in more high-level libraries.

ImGui is particularly suited to integration in realtime 3D applications,
fullscreen applications, embedded applications, games, or any applications on
consoles platforms where operating system features are non-standard.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=75de45fa6b4fe57f6ecb06830afec341e78f5f3a

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 imgui/DESCR    | 13 +++++++++++++
 imgui/Makefile | 15 +++++++++++++++
 imgui/PLIST    |  1 +
 imgui/distinfo |  6 ++++++
 4 files changed, 35 insertions(+)

diffs:
diff --git a/imgui/DESCR b/imgui/DESCR
new file mode 100644
index 0000000..f4c91cd
--- /dev/null
+++ b/imgui/DESCR
@@ -0,0 +1,13 @@
+dear imgui (AKA ImGui), is a bloat-free graphical user interface library for
+C++. It outputs vertex buffers that you can render in your 3D-pipeline enabled
+application. It is fast, portable, renderer agnostic and self-contained (no
+external dependencies).
+
+ImGui is designed to enable fast iteration and empower programmers to create
+content creation tools and visualization/debug tools (as opposed to UI for the
+average end-user). It favors simplicity and productivity toward this goal, and
+thus lacks certain features normally found in more high-level libraries.
+
+ImGui is particularly suited to integration in realtime 3D applications,
+fullscreen applications, embedded applications, games, or any applications on
+consoles platforms where operating system features are non-standard. 
diff --git a/imgui/Makefile b/imgui/Makefile
new file mode 100644
index 0000000..b319b5a
--- /dev/null
+++ b/imgui/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD$
+
+DISTNAME=	imgui-1.49
+CATEGORIES=	wip
+MASTER_SITES=	${MASTER_SITE_GITHUB:=ocornut/}
+GITHUB_TAG=	v${PKGVERSION_NOREV}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/ocornut/imgui/
+COMMENT=	Bloat-free Immediate Mode Graphical User interface for C++
+LICENSE=	mit
+
+USE_LANGUAGES=	c c++
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/imgui/PLIST b/imgui/PLIST
new file mode 100644
index 0000000..48d96a5
--- /dev/null
+++ b/imgui/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD$
diff --git a/imgui/distinfo b/imgui/distinfo
new file mode 100644
index 0000000..c69ad21
--- /dev/null
+++ b/imgui/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (imgui-1.49.tar.gz) = daae1c44543f6059f2aa8675e7a7346064d80370
+RMD160 (imgui-1.49.tar.gz) = ed859464e05ba8903e0056e3cf9b2f3ae7fae23d
+SHA512 (imgui-1.49.tar.gz) = c8f604fd21e32b604583a64f98d784679f92d4edcc8116a17f16e09e6b5f774b0f6f56cf6d3d779931dc3d76419cc7cf84764997bb377f4c95f7380957d3c549
+Size (imgui-1.49.tar.gz) = 799468 bytes


Home | Main Index | Thread Index | Old Index