pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/games
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.
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@localhost
+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
Home |
Main Index |
Thread Index |
Old Index