Received: by mail.netbsd.org (Postfix, from userid 605) id F24C984D72; Wed, 7 Aug 2019 11:44:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7AA3B84D66 for ; Wed, 7 Aug 2019 11:44:41 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id iYYf60LMVOXE for ; Wed, 7 Aug 2019 11:44:40 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B8E7084C6C for ; Wed, 7 Aug 2019 11:44:40 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B3002FBF4; Wed, 7 Aug 2019 11:44:40 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1565178280264300" MIME-Version: 1.0 Date: Wed, 7 Aug 2019 11:44:40 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/devel To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20190807114440.B3002FBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1565178280264300 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Wed Aug 7 11:44:40 UTC 2019 Modified Files: pkgsrc/devel: Makefile Added Files: pkgsrc/devel/fifechan: DESCR Makefile PLIST buildlink3.mk distinfo Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.2876 -r1.2877 pkgsrc/devel/Makefile cvs rdiff -u -r0 -r1.1 pkgsrc/devel/fifechan/DESCR \ pkgsrc/devel/fifechan/Makefile pkgsrc/devel/fifechan/PLIST \ pkgsrc/devel/fifechan/buildlink3.mk pkgsrc/devel/fifechan/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1565178280264300 Content-Disposition: inline Content-Length: 6602 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.2876 pkgsrc/devel/Makefile:1.2877 --- pkgsrc/devel/Makefile:1.2876 Wed Jul 31 01:29:16 2019 +++ pkgsrc/devel/Makefile Wed Aug 7 11:44:40 2019 @@ -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 Added files: Index: pkgsrc/devel/fifechan/DESCR diff -u /dev/null pkgsrc/devel/fifechan/DESCR:1.1 --- /dev/null Wed Aug 7 11:44:40 2019 +++ pkgsrc/devel/fifechan/DESCR Wed Aug 7 11:44:40 2019 @@ -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. Index: pkgsrc/devel/fifechan/Makefile diff -u /dev/null pkgsrc/devel/fifechan/Makefile:1.1 --- /dev/null Wed Aug 7 11:44:40 2019 +++ pkgsrc/devel/fifechan/Makefile Wed Aug 7 11:44:40 2019 @@ -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" Index: pkgsrc/devel/fifechan/PLIST diff -u /dev/null pkgsrc/devel/fifechan/PLIST:1.1 --- /dev/null Wed Aug 7 11:44:40 2019 +++ pkgsrc/devel/fifechan/PLIST Wed Aug 7 11:44:40 2019 @@ -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} Index: pkgsrc/devel/fifechan/buildlink3.mk diff -u /dev/null pkgsrc/devel/fifechan/buildlink3.mk:1.1 --- /dev/null Wed Aug 7 11:44:40 2019 +++ pkgsrc/devel/fifechan/buildlink3.mk Wed Aug 7 11:44:40 2019 @@ -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 Index: pkgsrc/devel/fifechan/distinfo diff -u /dev/null pkgsrc/devel/fifechan/distinfo:1.1 --- /dev/null Wed Aug 7 11:44:40 2019 +++ pkgsrc/devel/fifechan/distinfo Wed Aug 7 11:44:40 2019 @@ -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 --_----------=_1565178280264300--