diff options
author | nia <nia@pkgsrc.org> | 2019-08-07 11:44:40 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2019-08-07 11:44:40 +0000 |
commit | 8bdc27c423d280bfab1a65172987e6b9d7d09cc5 (patch) | |
tree | 36eae04c8f86add4a8f0141211a8143505453cea /devel | |
parent | 780432ec3e650b4ef4b2e61c5240434aba51bec0 (diff) | |
download | pkgsrc-8bdc27c423d280bfab1a65172987e6b9d7d09cc5.tar.gz |
Add devel/fifechan.
Fifechan is a lightweight cross platform GUI library written in C++ specifically
designed for games. It has a small yet powerful built in set of extendable
GUI Widgets allowing users to create virtually unlimited types of widgets.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 3 | ||||
-rw-r--r-- | devel/fifechan/DESCR | 3 | ||||
-rw-r--r-- | devel/fifechan/Makefile | 27 | ||||
-rw-r--r-- | devel/fifechan/PLIST | 92 | ||||
-rw-r--r-- | devel/fifechan/buildlink3.mk | 12 | ||||
-rw-r--r-- | devel/fifechan/distinfo | 6 |
6 files changed, 142 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 1f05b5d7b23..492b76feec0 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2876 2019/07/31 01:29:16 brook Exp $ +# $NetBSD: Makefile,v 1.2877 2019/08/07 11:44:40 nia Exp $ # COMMENT= Development utilities @@ -279,6 +279,7 @@ SUBDIR+= extra-cmake-modules SUBDIR+= fann SUBDIR+= fastdep SUBDIR+= fhist +SUBDIR+= fifechan SUBDIR+= flatbuffers SUBDIR+= flatzebra SUBDIR+= flex diff --git a/devel/fifechan/DESCR b/devel/fifechan/DESCR new file mode 100644 index 00000000000..be8bfe2e8c7 --- /dev/null +++ b/devel/fifechan/DESCR @@ -0,0 +1,3 @@ +Fifechan is a lightweight cross platform GUI library written in C++ specifically +designed for games. It has a small yet powerful built in set of extendable +GUI Widgets allowing users to create virtually unlimited types of widgets. diff --git a/devel/fifechan/Makefile b/devel/fifechan/Makefile new file mode 100644 index 00000000000..19cb2b0fb53 --- /dev/null +++ b/devel/fifechan/Makefile @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1 2019/08/07 11:44:40 nia Exp $ + +DISTNAME= fifechan-0.1.5 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_GITHUB:=fifengine/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://fifengine.github.io/fifechan/ +COMMENT= C++ GUI library designed for games +LICENSE= gnu-lgpl-v2.1 + +USE_CMAKE= yes +USE_TOOLS+= pkg-config +USE_LANGUAGES= c c++ + +CONFIGURE_DIRS= build +CMAKE_ARG_PATH= .. + +CMAKE_ARGS+= -DCMAKE_BUILD_TYPE="Release" + +pre-configure: + ${MKDIR} ${WRKSRC}/build + +.include "../../devel/SDL2/buildlink3.mk" +.include "../../graphics/MesaLib/buildlink3.mk" +.include "../../graphics/SDL2_image/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/fifechan/PLIST b/devel/fifechan/PLIST new file mode 100644 index 00000000000..93dbb1e2441 --- /dev/null +++ b/devel/fifechan/PLIST @@ -0,0 +1,92 @@ +@comment $NetBSD: PLIST,v 1.1 2019/08/07 11:44:40 nia Exp $ +include/fifechan.hpp +include/fifechan/actionevent.hpp +include/fifechan/actionlistener.hpp +include/fifechan/cliprectangle.hpp +include/fifechan/color.hpp +include/fifechan/containerevent.hpp +include/fifechan/containerlistener.hpp +include/fifechan/contrib/opengl/oglftfont.hpp +include/fifechan/contrib/sdl/sdltruetypefont.hpp +include/fifechan/deathlistener.hpp +include/fifechan/defaultfont.hpp +include/fifechan/event.hpp +include/fifechan/exception.hpp +include/fifechan/focushandler.hpp +include/fifechan/focuslistener.hpp +include/fifechan/font.hpp +include/fifechan/genericinput.hpp +include/fifechan/glut.hpp +include/fifechan/graphics.hpp +include/fifechan/gui.hpp +include/fifechan/image.hpp +include/fifechan/imagefont.hpp +include/fifechan/imageloader.hpp +include/fifechan/input.hpp +include/fifechan/inputevent.hpp +include/fifechan/key.hpp +include/fifechan/keyevent.hpp +include/fifechan/keyinput.hpp +include/fifechan/keylistener.hpp +include/fifechan/listmodel.hpp +include/fifechan/mouseevent.hpp +include/fifechan/mouseinput.hpp +include/fifechan/mouselistener.hpp +include/fifechan/opengl.hpp +include/fifechan/opengl/openglallegroimageloader.hpp +include/fifechan/opengl/openglgraphics.hpp +include/fifechan/opengl/openglimage.hpp +include/fifechan/opengl/openglsdlimageloader.hpp +include/fifechan/platform.hpp +include/fifechan/point.hpp +include/fifechan/rectangle.hpp +include/fifechan/sdl.hpp +include/fifechan/sdl/sdlgraphics.hpp +include/fifechan/sdl/sdlimage.hpp +include/fifechan/sdl/sdlimageloader.hpp +include/fifechan/sdl/sdlinput.hpp +include/fifechan/sdl/sdlpixel.hpp +include/fifechan/selectionevent.hpp +include/fifechan/selectionlistener.hpp +include/fifechan/size.hpp +include/fifechan/text.hpp +include/fifechan/utf8stringeditor.hpp +include/fifechan/util/fcn_math.hpp +include/fifechan/version.hpp +include/fifechan/visibilityeventhandler.hpp +include/fifechan/widget.hpp +include/fifechan/widgetlistener.hpp +include/fifechan/widgets/adjustingcontainer.hpp +include/fifechan/widgets/bargraph.hpp +include/fifechan/widgets/button.hpp +include/fifechan/widgets/checkbox.hpp +include/fifechan/widgets/container.hpp +include/fifechan/widgets/curvegraph.hpp +include/fifechan/widgets/dropdown.hpp +include/fifechan/widgets/flowcontainer.hpp +include/fifechan/widgets/icon.hpp +include/fifechan/widgets/iconprogressbar.hpp +include/fifechan/widgets/imagebutton.hpp +include/fifechan/widgets/imageprogressbar.hpp +include/fifechan/widgets/label.hpp +include/fifechan/widgets/linegraph.hpp +include/fifechan/widgets/listbox.hpp +include/fifechan/widgets/passwordfield.hpp +include/fifechan/widgets/piegraph.hpp +include/fifechan/widgets/pointgraph.hpp +include/fifechan/widgets/radiobutton.hpp +include/fifechan/widgets/scrollarea.hpp +include/fifechan/widgets/slider.hpp +include/fifechan/widgets/spacer.hpp +include/fifechan/widgets/tab.hpp +include/fifechan/widgets/tabbedarea.hpp +include/fifechan/widgets/textbox.hpp +include/fifechan/widgets/textfield.hpp +include/fifechan/widgets/togglebutton.hpp +include/fifechan/widgets/window.hpp +lib/libfifechan.so +lib/libfifechan.so.${PKGVERSION} +lib/libfifechan_opengl.so +lib/libfifechan_opengl.so.${PKGVERSION} +lib/libfifechan_sdl.so +lib/libfifechan_sdl.so.${PKGVERSION} diff --git a/devel/fifechan/buildlink3.mk b/devel/fifechan/buildlink3.mk new file mode 100644 index 00000000000..646fcb22def --- /dev/null +++ b/devel/fifechan/buildlink3.mk @@ -0,0 +1,12 @@ +# $NetBSD: buildlink3.mk,v 1.1 2019/08/07 11:44:40 nia Exp $ + +BUILDLINK_TREE+= fifechan + +.if !defined(FIFECHAN_BUILDLINK3_MK) +FIFECHAN_BUILDLINK3_MK:= + +BUILDLINK_API_DEPENDS.fifechan+= fifechan>=0.1.5 +BUILDLINK_PKGSRCDIR.fifechan?= ../../devel/fifechan +.endif # FIFECHAN_BUILDLINK3_MK + +BUILDLINK_TREE+= -fifechan diff --git a/devel/fifechan/distinfo b/devel/fifechan/distinfo new file mode 100644 index 00000000000..4b763a3f159 --- /dev/null +++ b/devel/fifechan/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2019/08/07 11:44:40 nia Exp $ + +SHA1 (fifechan-0.1.5.tar.gz) = be7d09356ad9eafdf413fe19163a629e54670145 +RMD160 (fifechan-0.1.5.tar.gz) = 08751bc5f516f9570c2b12cee7ec4de009cb834e +SHA512 (fifechan-0.1.5.tar.gz) = 713f46ac8310f333c599a17c53e83b43c1e71dc0a631596eae0089877409e48f87fa25ca067734817ca8ddc75ecd7b99ccda227fc29036676a87e441f8aa7d2d +Size (fifechan-0.1.5.tar.gz) = 272472 bytes |