pkgsrc-WIP-changes archive

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

Import go-imgui-3.0.0 to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Tue Jan 12 09:43:12 2021 +0100
Changeset:	25895a7602b937a628fb73f20929538eea321431

Modified Files:
	Makefile
Added Files:
	go-imgui/DESCR
	go-imgui/Makefile
	go-imgui/PLIST
	go-imgui/buildlink3.mk
	go-imgui/distinfo

Log Message:
Import go-imgui-3.0.0 to wip

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

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

diffstat:
 Makefile               |   1 +
 go-imgui/DESCR         |   1 +
 go-imgui/Makefile      |  20 +++++++++
 go-imgui/PLIST         | 110 +++++++++++++++++++++++++++++++++++++++++++++++++
 go-imgui/buildlink3.mk |  15 +++++++
 go-imgui/distinfo      |   6 +++
 6 files changed, 153 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index f73d8577fc..239a69a665 100644
--- a/Makefile
+++ b/Makefile
@@ -1212,6 +1212,7 @@ SUBDIR+=	go-humanize
 SUBDIR+=	go-jira
 SUBDIR+=	go-jsonparser
 SUBDIR+=	go-junit-report
+SUBDIR+=	go-imgui
 SUBDIR+=	go-intern
 SUBDIR+=	go-kong
 SUBDIR+=	go-kr-text
diff --git a/go-imgui/DESCR b/go-imgui/DESCR
new file mode 100644
index 0000000000..d74d49f942
--- /dev/null
+++ b/go-imgui/DESCR
@@ -0,0 +1 @@
+This library is a Go wrapper for Dear ImGui.
diff --git a/go-imgui/Makefile b/go-imgui/Makefile
new file mode 100644
index 0000000000..745dfb8f21
--- /dev/null
+++ b/go-imgui/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+DISTNAME=	go-imgui-3.0.0
+GITHUB_PROJECT=	imgui-go
+GITHUB_TAG=	v${PKGVERSION_NOREV}
+CATEGORIES=	x11
+MASTER_SITES=	${MASTER_SITE_GITHUB:=inkyblackness/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/inkyblackness/imgui-go/
+COMMENT=	TODO: Short description of the package
+#LICENSE=	# TODO: (see mk/license.mk)
+
+GO_DIST_BASE=	${GITHUB_PROJECT}-${PKGVERSION_NOREV}
+GO_SRCPATH=	github.com/inkyblackness/${GITHUB_PROJECT}
+
+USE_LANGUAGES=	c c++
+
+.include "../../lang/go/go-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/go-imgui/PLIST b/go-imgui/PLIST
new file mode 100644
index 0000000000..3c67b9ade3
--- /dev/null
+++ b/go-imgui/PLIST
@@ -0,0 +1,110 @@
+@comment $NetBSD$
+gopkg/pkg/${GO_PLATFORM}/github.com/inkyblackness/imgui-go.a
+gopkg/src/github.com/inkyblackness/imgui-go/AllocatedGlyphRanges.go
+gopkg/src/github.com/inkyblackness/imgui-go/AllocatedGlyphRanges_test.go
+gopkg/src/github.com/inkyblackness/imgui-go/Assert.go
+gopkg/src/github.com/inkyblackness/imgui-go/CONTRIBUTING.md
+gopkg/src/github.com/inkyblackness/imgui-go/Condition.go
+gopkg/src/github.com/inkyblackness/imgui-go/Context.go
+gopkg/src/github.com/inkyblackness/imgui-go/Context_test.go
+gopkg/src/github.com/inkyblackness/imgui-go/DragDrop.go
+gopkg/src/github.com/inkyblackness/imgui-go/DrawCommand.go
+gopkg/src/github.com/inkyblackness/imgui-go/DrawData.go
+gopkg/src/github.com/inkyblackness/imgui-go/DrawData_test.go
+gopkg/src/github.com/inkyblackness/imgui-go/DrawList.go
+gopkg/src/github.com/inkyblackness/imgui-go/Focus.go
+gopkg/src/github.com/inkyblackness/imgui-go/Font.go
+gopkg/src/github.com/inkyblackness/imgui-go/FontAtlas.go
+gopkg/src/github.com/inkyblackness/imgui-go/FontConfig.go
+gopkg/src/github.com/inkyblackness/imgui-go/FreeType.go
+gopkg/src/github.com/inkyblackness/imgui-go/FreeTypeDisabled.go
+gopkg/src/github.com/inkyblackness/imgui-go/FreeTypeEnabled.go
+gopkg/src/github.com/inkyblackness/imgui-go/GlyphRanges.go
+gopkg/src/github.com/inkyblackness/imgui-go/IO.go
+gopkg/src/github.com/inkyblackness/imgui-go/InputTextCallbackData.go
+gopkg/src/github.com/inkyblackness/imgui-go/LICENSE
+gopkg/src/github.com/inkyblackness/imgui-go/Layout.go
+gopkg/src/github.com/inkyblackness/imgui-go/ListClipper.go
+gopkg/src/github.com/inkyblackness/imgui-go/Main.go
+gopkg/src/github.com/inkyblackness/imgui-go/Main_test.go
+gopkg/src/github.com/inkyblackness/imgui-go/PackedColor.go
+gopkg/src/github.com/inkyblackness/imgui-go/Popup.go
+gopkg/src/github.com/inkyblackness/imgui-go/README.md
+gopkg/src/github.com/inkyblackness/imgui-go/Scroll.go
+gopkg/src/github.com/inkyblackness/imgui-go/State.go
+gopkg/src/github.com/inkyblackness/imgui-go/Style.go
+gopkg/src/github.com/inkyblackness/imgui-go/TextureID.go
+gopkg/src/github.com/inkyblackness/imgui-go/Vectors.go
+gopkg/src/github.com/inkyblackness/imgui-go/Vectors_test.go
+gopkg/src/github.com/inkyblackness/imgui-go/Widgets.go
+gopkg/src/github.com/inkyblackness/imgui-go/Window.go
+gopkg/src/github.com/inkyblackness/imgui-go/WrapperConverter.go
+gopkg/src/github.com/inkyblackness/imgui-go/WrapperConverter_test.go
+gopkg/src/github.com/inkyblackness/imgui-go/_licenses/imgui-LICENSE.txt
+gopkg/src/github.com/inkyblackness/imgui-go/assets/screenshot.png
+gopkg/src/github.com/inkyblackness/imgui-go/doc.go
+gopkg/src/github.com/inkyblackness/imgui-go/go.mod
+gopkg/src/github.com/inkyblackness/imgui-go/go.sum
+gopkg/src/github.com/inkyblackness/imgui-go/imgui/imconfig.h
+gopkg/src/github.com/inkyblackness/imgui-go/imgui/imgui.cpp
+gopkg/src/github.com/inkyblackness/imgui-go/imgui/imgui.h
+gopkg/src/github.com/inkyblackness/imgui-go/imgui/imgui_demo.cpp
+gopkg/src/github.com/inkyblackness/imgui-go/imgui/imgui_draw.cpp
+gopkg/src/github.com/inkyblackness/imgui-go/imgui/imgui_internal.h
+gopkg/src/github.com/inkyblackness/imgui-go/imgui/imgui_widgets.cpp
+gopkg/src/github.com/inkyblackness/imgui-go/imgui/imstb_rectpack.h
+gopkg/src/github.com/inkyblackness/imgui-go/imgui/imstb_textedit.h
+gopkg/src/github.com/inkyblackness/imgui-go/imgui/imstb_truetype.h
+gopkg/src/github.com/inkyblackness/imgui-go/imgui/misc/freetype/imgui_freetype.cpp
+gopkg/src/github.com/inkyblackness/imgui-go/imgui/misc/freetype/imgui_freetype.h
+gopkg/src/github.com/inkyblackness/imgui-go/scripts/download-clang-format.sh
+gopkg/src/github.com/inkyblackness/imgui-go/wrapper.cpp
+gopkg/src/github.com/inkyblackness/imgui-go/wrapper.go
+gopkg/src/github.com/inkyblackness/imgui-go/wrapper/.clang-format
+gopkg/src/github.com/inkyblackness/imgui-go/wrapper/ConfigOverride.h
+gopkg/src/github.com/inkyblackness/imgui-go/wrapper/ConfiguredImGui.h
+gopkg/src/github.com/inkyblackness/imgui-go/wrapper/Context.cpp
+gopkg/src/github.com/inkyblackness/imgui-go/wrapper/Context.h
+gopkg/src/github.com/inkyblackness/imgui-go/wrapper/DragDrop.cpp
+gopkg/src/github.com/inkyblackness/imgui-go/wrapper/DragDrop.h
+gopkg/src/github.com/inkyblackness/imgui-go/wrapper/DrawCommand.cpp
+gopkg/src/github.com/inkyblackness/imgui-go/wrapper/DrawCommand.h
+gopkg/src/github.com/inkyblackness/imgui-go/wrapper/DrawData.cpp
+gopkg/src/github.com/inkyblackness/imgui-go/wrapper/DrawData.h
+gopkg/src/github.com/inkyblackness/imgui-go/wrapper/DrawList.cpp
+gopkg/src/github.com/inkyblackness/imgui-go/wrapper/DrawList.h
+gopkg/src/github.com/inkyblackness/imgui-go/wrapper/Focus.cpp
+gopkg/src/github.com/inkyblackness/imgui-go/wrapper/Focus.h
+gopkg/src/github.com/inkyblackness/imgui-go/wrapper/Font.cpp
+gopkg/src/github.com/inkyblackness/imgui-go/wrapper/Font.h
+gopkg/src/github.com/inkyblackness/imgui-go/wrapper/FontAtlas.cpp
+gopkg/src/github.com/inkyblackness/imgui-go/wrapper/FontAtlas.h
+gopkg/src/github.com/inkyblackness/imgui-go/wrapper/FontConfig.cpp
+gopkg/src/github.com/inkyblackness/imgui-go/wrapper/FontConfig.h
+gopkg/src/github.com/inkyblackness/imgui-go/wrapper/FreeType.cpp
+gopkg/src/github.com/inkyblackness/imgui-go/wrapper/FreeType.h
+gopkg/src/github.com/inkyblackness/imgui-go/wrapper/IO.cpp
+gopkg/src/github.com/inkyblackness/imgui-go/wrapper/IO.h
+gopkg/src/github.com/inkyblackness/imgui-go/wrapper/InputTextCallbackData.cpp
+gopkg/src/github.com/inkyblackness/imgui-go/wrapper/InputTextCallbackData.h
+gopkg/src/github.com/inkyblackness/imgui-go/wrapper/Layout.cpp
+gopkg/src/github.com/inkyblackness/imgui-go/wrapper/Layout.h
+gopkg/src/github.com/inkyblackness/imgui-go/wrapper/ListClipper.cpp
+gopkg/src/github.com/inkyblackness/imgui-go/wrapper/ListClipper.h
+gopkg/src/github.com/inkyblackness/imgui-go/wrapper/Main.cpp
+gopkg/src/github.com/inkyblackness/imgui-go/wrapper/Main.h
+gopkg/src/github.com/inkyblackness/imgui-go/wrapper/Popup.cpp
+gopkg/src/github.com/inkyblackness/imgui-go/wrapper/Popup.h
+gopkg/src/github.com/inkyblackness/imgui-go/wrapper/Scroll.cpp
+gopkg/src/github.com/inkyblackness/imgui-go/wrapper/Scroll.h
+gopkg/src/github.com/inkyblackness/imgui-go/wrapper/State.cpp
+gopkg/src/github.com/inkyblackness/imgui-go/wrapper/State.h
+gopkg/src/github.com/inkyblackness/imgui-go/wrapper/Style.cpp
+gopkg/src/github.com/inkyblackness/imgui-go/wrapper/Style.h
+gopkg/src/github.com/inkyblackness/imgui-go/wrapper/Types.h
+gopkg/src/github.com/inkyblackness/imgui-go/wrapper/Widgets.cpp
+gopkg/src/github.com/inkyblackness/imgui-go/wrapper/Widgets.h
+gopkg/src/github.com/inkyblackness/imgui-go/wrapper/Window.cpp
+gopkg/src/github.com/inkyblackness/imgui-go/wrapper/Window.h
+gopkg/src/github.com/inkyblackness/imgui-go/wrapper/WrapperConverter.cpp
+gopkg/src/github.com/inkyblackness/imgui-go/wrapper/WrapperConverter.h
diff --git a/go-imgui/buildlink3.mk b/go-imgui/buildlink3.mk
new file mode 100644
index 0000000000..0f3975f1f1
--- /dev/null
+++ b/go-imgui/buildlink3.mk
@@ -0,0 +1,15 @@
+# $NetBSD$
+
+BUILDLINK_TREE+=	go-imgui
+
+.if !defined(GO_IMGUI_BUILDLINK3_MK)
+GO_IMGUI_BUILDLINK3_MK:=
+
+BUILDLINK_CONTENTS_FILTER.go-imgui=	${EGREP} gopkg/
+BUILDLINK_DEPMETHOD.go-imgui?=		build
+
+BUILDLINK_API_DEPENDS.go-imgui+=	go-imgui>=3.0.0
+BUILDLINK_PKGSRCDIR.go-imgui?=		../../wip/go-imgui
+.endif	# GO_IMGUI_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-go-imgui
diff --git a/go-imgui/distinfo b/go-imgui/distinfo
new file mode 100644
index 0000000000..634f09a894
--- /dev/null
+++ b/go-imgui/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (go-imgui-3.0.0.tar.gz) = 179cb70bbe90d7552c47226e0954498cdd889808
+RMD160 (go-imgui-3.0.0.tar.gz) = 7eceeda295a6db24764984995b544c4cb10532f2
+SHA512 (go-imgui-3.0.0.tar.gz) = 5d98f817990f4d53c3f4fb2d6f0df28562040b0bb60e03681482838104204078fc8c4bc3d25213cb6da0b22967aeb6f55a01907d3845d3ff1109aca81c9b724c
+Size (go-imgui-3.0.0.tar.gz) = 609946 bytes


Home | Main Index | Thread Index | Old Index