Received: by mail.netbsd.org (Postfix, from userid 605) id 7A2E584E70; Sat, 11 Aug 2018 00:48:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6A5DF84E6D for ; Sat, 11 Aug 2018 00:48:51 +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 sbvqvBOxTJhP for ; Sat, 11 Aug 2018 00:48:50 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 710E384DA6 for ; Sat, 11 Aug 2018 00:48:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 624F4FBEC; Sat, 11 Aug 2018 00:48:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_153394853097190" MIME-Version: 1.0 Date: Sat, 11 Aug 2018 00:48:50 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/games To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20180811004850.624F4FBEC@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. --_----------=_153394853097190 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Sat Aug 11 00:48:50 UTC 2018 Modified Files: pkgsrc/games: Makefile Added Files: pkgsrc/games/libretro-craft: DESCR Makefile PLIST distinfo Log Message: games/libretro-craft: Import libretro-craft-20180803 Libretro is a simple but powerful development interface that allows for the easy creation of emulators, games and multimedia applications that can plug straight into any libretro-compatible frontend. This development interface is open to others so that they can run these pluggable emulator and game cores also in their own programs or devices. Craft is a Minecraft clone. It's just a few thousand lines of C and uses modern OpenGL (shaders). To generate a diff of this commit: cvs rdiff -u -r1.416 -r1.417 pkgsrc/games/Makefile cvs rdiff -u -r0 -r1.1 pkgsrc/games/libretro-craft/DESCR \ pkgsrc/games/libretro-craft/Makefile pkgsrc/games/libretro-craft/PLIST \ pkgsrc/games/libretro-craft/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_153394853097190 Content-Disposition: inline Content-Length: 3405 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/games/Makefile diff -u pkgsrc/games/Makefile:1.416 pkgsrc/games/Makefile:1.417 --- pkgsrc/games/Makefile:1.416 Fri Jul 13 17:28:46 2018 +++ pkgsrc/games/Makefile Sat Aug 11 00:48:50 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.416 2018/07/13 17:28:46 adam Exp $ +# $NetBSD: Makefile,v 1.417 2018/08/11 00:48:50 nia Exp $ # COMMENT= Games @@ -223,6 +223,7 @@ SUBDIR+= lgogdownloader SUBDIR+= libggz SUBDIR+= libkdegames SUBDIR+= libkmahjongg +SUBDIR+= libretro-craft SUBDIR+= lincity SUBDIR+= lincity-ng SUBDIR+= liquidwar Added files: Index: pkgsrc/games/libretro-craft/DESCR diff -u /dev/null pkgsrc/games/libretro-craft/DESCR:1.1 --- /dev/null Sat Aug 11 00:48:50 2018 +++ pkgsrc/games/libretro-craft/DESCR Sat Aug 11 00:48:50 2018 @@ -0,0 +1,8 @@ +Libretro is a simple but powerful development interface that allows for +the easy creation of emulators, games and multimedia applications that +can plug straight into any libretro-compatible frontend. This development +interface is open to others so that they can run these pluggable emulator +and game cores also in their own programs or devices. + +Craft is a Minecraft clone. It's just a few thousand lines of C and uses +modern OpenGL (shaders). Index: pkgsrc/games/libretro-craft/Makefile diff -u /dev/null pkgsrc/games/libretro-craft/Makefile:1.1 --- /dev/null Sat Aug 11 00:48:50 2018 +++ pkgsrc/games/libretro-craft/Makefile Sat Aug 11 00:48:50 2018 @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1 2018/08/11 00:48:50 nia Exp $ + +DISTNAME= libretro-craft-20180803 +CATEGORIES= games +MASTER_SITES= ${MASTER_SITE_GITHUB:=libretro/} +GITHUB_PROJECT= Craft +GITHUB_TAG= 581fb4255f7e856af4d568ee518e73dd38244c5d + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://docs.libretro.com/library/craft +COMMENT= Libretro core based on the 'Craft' Minecraft clone +LICENSE= mit + +USE_TOOLS+= gmake + +MAKE_FILE= Makefile.libretro +MAKE_FLAGS+= GIT_VERSION=" \(pkgsrc\)" + +INSTALLATION_DIRS+= ${PREFIX}/lib/libretro + +do-install: + ${INSTALL_LIB} ${WRKSRC}/craft_libretro.so \ + ${DESTDIR}${PREFIX}/lib/libretro/craft_libretro.so + +.include "../../graphics/MesaLib/buildlink3.mk" +.include "../../mk/pthread.buildlink3.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/games/libretro-craft/PLIST diff -u /dev/null pkgsrc/games/libretro-craft/PLIST:1.1 --- /dev/null Sat Aug 11 00:48:50 2018 +++ pkgsrc/games/libretro-craft/PLIST Sat Aug 11 00:48:50 2018 @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2018/08/11 00:48:50 nia Exp $ +lib/libretro/craft_libretro.so Index: pkgsrc/games/libretro-craft/distinfo diff -u /dev/null pkgsrc/games/libretro-craft/distinfo:1.1 --- /dev/null Sat Aug 11 00:48:50 2018 +++ pkgsrc/games/libretro-craft/distinfo Sat Aug 11 00:48:50 2018 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2018/08/11 00:48:50 nia Exp $ + +SHA1 (libretro-craft-20180803-581fb4255f7e856af4d568ee518e73dd38244c5d.tar.gz) = 80c6b81b2d1fc2b58dff853a867093c3f58ad15c +RMD160 (libretro-craft-20180803-581fb4255f7e856af4d568ee518e73dd38244c5d.tar.gz) = 8115a31dcb88b813e3f0a73ce8f7b5d24162b4bf +SHA512 (libretro-craft-20180803-581fb4255f7e856af4d568ee518e73dd38244c5d.tar.gz) = 533f0f48d0f764c2f5dd8b9fea2717c1754f567b86d62a25873ee423dd2f2b75e8cd5d8a8ecaabc1531be0511fa3e896284c930498cf94cca6d756aab583e8c6 +Size (libretro-craft-20180803-581fb4255f7e856af4d568ee518e73dd38244c5d.tar.gz) = 3252506 bytes --_----------=_153394853097190--