pkgsrc-WIP-changes archive

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

mygui-git: Import mygui-master as wip/mygui-git



Module Name:	pkgsrc-wip
Committed By:	Nia Alarie <nia.alarie%gmail.com@localhost>
Pushed By:	nee
Date:		Sat May 20 16:50:08 2017 +0100
Changeset:	aeca700e10d85d0f72c14f94635e7c8739ed5502

Added Files:
	mygui-git/DESCR
	mygui-git/Makefile
	mygui-git/PLIST
	mygui-git/buildlink3.mk
	mygui-git/distinfo

Log Message:
mygui-git: Import mygui-master as wip/mygui-git

MyGUI is a cross-platform library for creating graphical user
interfaces (GUIs) for games and 3D applications.

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

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

diffstat:
 mygui-git/DESCR         |   2 +
 mygui-git/Makefile      |  24 ++++++
 mygui-git/PLIST         | 190 ++++++++++++++++++++++++++++++++++++++++++++++++
 mygui-git/buildlink3.mk |  17 +++++
 mygui-git/distinfo      |   6 ++
 5 files changed, 239 insertions(+)

diffs:
diff --git a/mygui-git/DESCR b/mygui-git/DESCR
new file mode 100644
index 0000000000..df401d240a
--- /dev/null
+++ b/mygui-git/DESCR
@@ -0,0 +1,2 @@
+MyGUI is a cross-platform library for creating graphical user
+interfaces (GUIs) for games and 3D applications.
diff --git a/mygui-git/Makefile b/mygui-git/Makefile
new file mode 100644
index 0000000000..04ffd2b2f1
--- /dev/null
+++ b/mygui-git/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD$
+
+DISTNAME=	mygui-git-20170211
+CATEGORIES=	games
+MASTER_SITES=	${MASTER_SITE_GITHUB:=MyGUI/}
+
+HOMEPAGE=	http://mygui.info/
+COMMENT=	Cross-platform library for creating GUIs for games and 3D programs
+LICENSE=	mit
+
+GITHUB_PROJECT=	mygui
+GITHUB_TAG=	2da9599df1985eb252bfc9ce1dd5bac0999c6a18
+
+USE_CMAKE=	yes
+USE_LANGUAGES=	c c++
+USE_TOOLS+=	pkg-config
+
+CMAKE_ARGS+=	-DMYGUI_RENDERSYSTEM=7 # OpenGL 3.*
+
+.include "../../devel/SDL2/buildlink3.mk"
+.include "../../graphics/freetype2/buildlink3.mk"
+.include "../../graphics/MesaLib/buildlink3.mk"
+.include "../../graphics/SDL2_image/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/mygui-git/PLIST b/mygui-git/PLIST
new file mode 100644
index 0000000000..f643d5de3d
--- /dev/null
+++ b/mygui-git/PLIST
@@ -0,0 +1,190 @@
+@comment $NetBSD$
+include/MYGUI/MyGUI.h
+include/MYGUI/MyGUI_ActionController.h
+include/MYGUI/MyGUI_Align.h
+include/MYGUI/MyGUI_Allocator.h
+include/MYGUI/MyGUI_Any.h
+include/MYGUI/MyGUI_BackwardCompatibility.h
+include/MYGUI/MyGUI_BiIndexBase.h
+include/MYGUI/MyGUI_Bitwise.h
+include/MYGUI/MyGUI_Button.h
+include/MYGUI/MyGUI_Canvas.h
+include/MYGUI/MyGUI_ChildSkinInfo.h
+include/MYGUI/MyGUI_ClipboardManager.h
+include/MYGUI/MyGUI_Colour.h
+include/MYGUI/MyGUI_ComboBox.h
+include/MYGUI/MyGUI_Common.h
+include/MYGUI/MyGUI_CommonStateInfo.h
+include/MYGUI/MyGUI_ConsoleLogListener.h
+include/MYGUI/MyGUI_Constants.h
+include/MYGUI/MyGUI_ControllerEdgeHide.h
+include/MYGUI/MyGUI_ControllerFadeAlpha.h
+include/MYGUI/MyGUI_ControllerItem.h
+include/MYGUI/MyGUI_ControllerManager.h
+include/MYGUI/MyGUI_ControllerPosition.h
+include/MYGUI/MyGUI_ControllerRepeatClick.h
+include/MYGUI/MyGUI_CoordConverter.h
+include/MYGUI/MyGUI_CustomAllocator.h
+include/MYGUI/MyGUI_DDContainer.h
+include/MYGUI/MyGUI_DDItemInfo.h
+include/MYGUI/MyGUI_DataFileStream.h
+include/MYGUI/MyGUI_DataManager.h
+include/MYGUI/MyGUI_DataMemoryStream.h
+include/MYGUI/MyGUI_DataStream.h
+include/MYGUI/MyGUI_DataStreamHolder.h
+include/MYGUI/MyGUI_Delegate.h
+include/MYGUI/MyGUI_DelegateImplement.h
+include/MYGUI/MyGUI_DeprecatedTypes.h
+include/MYGUI/MyGUI_DeprecatedWidgets.h
+include/MYGUI/MyGUI_Diagnostic.h
+include/MYGUI/MyGUI_DynLib.h
+include/MYGUI/MyGUI_DynLibManager.h
+include/MYGUI/MyGUI_EditBox.h
+include/MYGUI/MyGUI_EditText.h
+include/MYGUI/MyGUI_Enumerator.h
+include/MYGUI/MyGUI_EventPair.h
+include/MYGUI/MyGUI_Exception.h
+include/MYGUI/MyGUI_FactoryManager.h
+include/MYGUI/MyGUI_FileLogListener.h
+include/MYGUI/MyGUI_FlowDirection.h
+include/MYGUI/MyGUI_FontData.h
+include/MYGUI/MyGUI_FontManager.h
+include/MYGUI/MyGUI_GenericFactory.h
+include/MYGUI/MyGUI_GeometryUtility.h
+include/MYGUI/MyGUI_Gui.h
+include/MYGUI/MyGUI_IBItemInfo.h
+include/MYGUI/MyGUI_ICroppedRectangle.h
+include/MYGUI/MyGUI_IDataStream.h
+include/MYGUI/MyGUI_IFont.h
+include/MYGUI/MyGUI_IItem.h
+include/MYGUI/MyGUI_IItemContainer.h
+include/MYGUI/MyGUI_ILayer.h
+include/MYGUI/MyGUI_ILayerItem.h
+include/MYGUI/MyGUI_ILayerNode.h
+include/MYGUI/MyGUI_ILogFilter.h
+include/MYGUI/MyGUI_ILogListener.h
+include/MYGUI/MyGUI_IObject.h
+include/MYGUI/MyGUI_IPointer.h
+include/MYGUI/MyGUI_IRenderTarget.h
+include/MYGUI/MyGUI_IResource.h
+include/MYGUI/MyGUI_ISerializable.h
+include/MYGUI/MyGUI_IStateInfo.h
+include/MYGUI/MyGUI_ISubWidget.h
+include/MYGUI/MyGUI_ISubWidgetRect.h
+include/MYGUI/MyGUI_ISubWidgetText.h
+include/MYGUI/MyGUI_ITexture.h
+include/MYGUI/MyGUI_IUnlinkWidget.h
+include/MYGUI/MyGUI_IVertexBuffer.h
+include/MYGUI/MyGUI_ImageBox.h
+include/MYGUI/MyGUI_ImageInfo.h
+include/MYGUI/MyGUI_InputManager.h
+include/MYGUI/MyGUI_ItemBox.h
+include/MYGUI/MyGUI_KeyCode.h
+include/MYGUI/MyGUI_LanguageManager.h
+include/MYGUI/MyGUI_LayerItem.h
+include/MYGUI/MyGUI_LayerManager.h
+include/MYGUI/MyGUI_LayerNode.h
+include/MYGUI/MyGUI_LayoutData.h
+include/MYGUI/MyGUI_LayoutManager.h
+include/MYGUI/MyGUI_LevelLogFilter.h
+include/MYGUI/MyGUI_ListBox.h
+include/MYGUI/MyGUI_LogLevel.h
+include/MYGUI/MyGUI_LogManager.h
+include/MYGUI/MyGUI_LogSource.h
+include/MYGUI/MyGUI_LogStream.h
+include/MYGUI/MyGUI_Macros.h
+include/MYGUI/MyGUI_MainSkin.h
+include/MYGUI/MyGUI_MaskPickInfo.h
+include/MYGUI/MyGUI_MenuBar.h
+include/MYGUI/MyGUI_MenuControl.h
+include/MYGUI/MyGUI_MenuItem.h
+include/MYGUI/MyGUI_MenuItemType.h
+include/MYGUI/MyGUI_MouseButton.h
+include/MYGUI/MyGUI_MultiListBox.h
+include/MYGUI/MyGUI_MultiListItem.h
+include/MYGUI/MyGUI_OpenGL3DataManager.h
+include/MYGUI/MyGUI_OpenGL3Diagnostic.h
+include/MYGUI/MyGUI_OpenGL3ImageLoader.h
+include/MYGUI/MyGUI_OpenGL3Platform.h
+include/MYGUI/MyGUI_OpenGL3RTTexture.h
+include/MYGUI/MyGUI_OpenGL3RenderManager.h
+include/MYGUI/MyGUI_OpenGL3Texture.h
+include/MYGUI/MyGUI_OpenGL3VertexBuffer.h
+include/MYGUI/MyGUI_OverlappedLayer.h
+include/MYGUI/MyGUI_Platform.h
+include/MYGUI/MyGUI_Plugin.h
+include/MYGUI/MyGUI_PluginManager.h
+include/MYGUI/MyGUI_PointerManager.h
+include/MYGUI/MyGUI_PolygonalSkin.h
+include/MYGUI/MyGUI_PopupMenu.h
+include/MYGUI/MyGUI_Precompiled.h
+include/MYGUI/MyGUI_Prerequest.h
+include/MYGUI/MyGUI_ProgressBar.h
+include/MYGUI/MyGUI_RTTI.h
+include/MYGUI/MyGUI_RenderFormat.h
+include/MYGUI/MyGUI_RenderItem.h
+include/MYGUI/MyGUI_RenderManager.h
+include/MYGUI/MyGUI_RenderTargetInfo.h
+include/MYGUI/MyGUI_ResizingPolicy.h
+include/MYGUI/MyGUI_ResourceImageSet.h
+include/MYGUI/MyGUI_ResourceImageSetData.h
+include/MYGUI/MyGUI_ResourceImageSetPointer.h
+include/MYGUI/MyGUI_ResourceLayout.h
+include/MYGUI/MyGUI_ResourceManager.h
+include/MYGUI/MyGUI_ResourceManualFont.h
+include/MYGUI/MyGUI_ResourceManualPointer.h
+include/MYGUI/MyGUI_ResourceSkin.h
+include/MYGUI/MyGUI_ResourceTrueTypeFont.h
+include/MYGUI/MyGUI_RotatingSkin.h
+include/MYGUI/MyGUI_ScrollBar.h
+include/MYGUI/MyGUI_ScrollView.h
+include/MYGUI/MyGUI_ScrollViewBase.h
+include/MYGUI/MyGUI_SharedLayer.h
+include/MYGUI/MyGUI_SharedLayerNode.h
+include/MYGUI/MyGUI_SimpleText.h
+include/MYGUI/MyGUI_Singleton.h
+include/MYGUI/MyGUI_SkinItem.h
+include/MYGUI/MyGUI_SkinManager.h
+include/MYGUI/MyGUI_StringUtility.h
+include/MYGUI/MyGUI_SubSkin.h
+include/MYGUI/MyGUI_SubWidgetBinding.h
+include/MYGUI/MyGUI_SubWidgetInfo.h
+include/MYGUI/MyGUI_SubWidgetManager.h
+include/MYGUI/MyGUI_TCoord.h
+include/MYGUI/MyGUI_TPoint.h
+include/MYGUI/MyGUI_TRect.h
+include/MYGUI/MyGUI_TSize.h
+include/MYGUI/MyGUI_TabControl.h
+include/MYGUI/MyGUI_TabItem.h
+include/MYGUI/MyGUI_TextBox.h
+include/MYGUI/MyGUI_TextChangeHistory.h
+include/MYGUI/MyGUI_TextIterator.h
+include/MYGUI/MyGUI_TextView.h
+include/MYGUI/MyGUI_TextViewData.h
+include/MYGUI/MyGUI_TextureUtility.h
+include/MYGUI/MyGUI_TileRect.h
+include/MYGUI/MyGUI_Timer.h
+include/MYGUI/MyGUI_ToolTipManager.h
+include/MYGUI/MyGUI_Types.h
+include/MYGUI/MyGUI_UString.h
+include/MYGUI/MyGUI_Version.h
+include/MYGUI/MyGUI_VertexData.h
+include/MYGUI/MyGUI_Widget.h
+include/MYGUI/MyGUI_WidgetDefines.h
+include/MYGUI/MyGUI_WidgetInput.h
+include/MYGUI/MyGUI_WidgetManager.h
+include/MYGUI/MyGUI_WidgetStyle.h
+include/MYGUI/MyGUI_WidgetToolTip.h
+include/MYGUI/MyGUI_WidgetTranslate.h
+include/MYGUI/MyGUI_WidgetUserData.h
+include/MYGUI/MyGUI_Window.h
+include/MYGUI/MyGUI_WindowsClipboardHandler.h
+include/MYGUI/MyGUI_XmlDocument.h
+include/MYGUI/Plugin.h
+include/MYGUI/StrangeButton.h
+lib/Plugin_StrangeButton.so
+lib/libEditorFramework.so
+lib/libMyGUI.OpenGL3Platform.a
+lib/libMyGUIEngine.so
+lib/libMyGUIEngine.so.3.2.3
+lib/pkgconfig/MYGUI.pc
diff --git a/mygui-git/buildlink3.mk b/mygui-git/buildlink3.mk
new file mode 100644
index 0000000000..b946d9612b
--- /dev/null
+++ b/mygui-git/buildlink3.mk
@@ -0,0 +1,17 @@
+# $NetBSD$
+
+BUILDLINK_TREE+=	mygui-git
+
+.if !defined(MYGUI_GIT_BUILDLINK3_MK)
+MYGUI_GIT_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.mygui-git+=	mygui-git>=20170211
+BUILDLINK_PKGSRCDIR.mygui-git?=	../../wip/mygui-git
+
+.include "../../devel/SDL2/buildlink3.mk"
+.include "../../graphics/freetype2/buildlink3.mk"
+.include "../../graphics/MesaLib/buildlink3.mk"
+.include "../../graphics/SDL2_image/buildlink3.mk"
+.endif	# MYGUI_GIT_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-mygui-git
diff --git a/mygui-git/distinfo b/mygui-git/distinfo
new file mode 100644
index 0000000000..458b6063b4
--- /dev/null
+++ b/mygui-git/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (mygui-git-20170211-2da9599df1985eb252bfc9ce1dd5bac0999c6a18.tar.gz) = 9ce197f62aea22d28fa029fc9d0a447d29a9b3cc
+RMD160 (mygui-git-20170211-2da9599df1985eb252bfc9ce1dd5bac0999c6a18.tar.gz) = db631ec74163bec590177b7edccf2b3e75a81a54
+SHA512 (mygui-git-20170211-2da9599df1985eb252bfc9ce1dd5bac0999c6a18.tar.gz) = b67dc122647b7931935480b4179953ce72172733150e6462d5bfbcb036ceef8b35d70b8b211e88216668f8c7d8ef43c3374f6501d09c7b48ef8a535df60fb74f
+Size (mygui-git-20170211-2da9599df1985eb252bfc9ce1dd5bac0999c6a18.tar.gz) = 22396635 bytes


Home | Main Index | Thread Index | Old Index