pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators libretro-prosystem: add version 20180812.
details: https://anonhg.NetBSD.org/pkgsrc/rev/adc22cb42090
branches: trunk
changeset: 383904:adc22cb42090
user: nia <nia%pkgsrc.org@localhost>
date: Mon Aug 13 18:04:15 2018 +0000
description:
libretro-prosystem: add version 20180812.
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.
ProSystem is an Atari 7800 video game system emulator that can be used as a
libretro core.
diffstat:
emulators/Makefile | 3 ++-
emulators/libretro-prosystem/DESCR | 8 ++++++++
emulators/libretro-prosystem/Makefile | 30 ++++++++++++++++++++++++++++++
emulators/libretro-prosystem/PLIST | 2 ++
emulators/libretro-prosystem/distinfo | 6 ++++++
5 files changed, 48 insertions(+), 1 deletions(-)
diffs (79 lines):
diff -r 52e3cacaf74c -r adc22cb42090 emulators/Makefile
--- a/emulators/Makefile Mon Aug 13 17:04:42 2018 +0000
+++ b/emulators/Makefile Mon Aug 13 18:04:15 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.276 2018/08/13 16:34:07 nia Exp $
+# $NetBSD: Makefile,v 1.277 2018/08/13 18:04:15 nia Exp $
#
COMMENT= Emulators for other operating systems
@@ -113,6 +113,7 @@
SUBDIR+= libretro-nestopia
SUBDIR+= libretro-pcsx-rearmed
SUBDIR+= libretro-picodrive
+SUBDIR+= libretro-prosystem
SUBDIR+= libretro-snes9x
SUBDIR+= libretro-snes9x2005
SUBDIR+= libretro-snes9x2010
diff -r 52e3cacaf74c -r adc22cb42090 emulators/libretro-prosystem/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-prosystem/DESCR Mon Aug 13 18:04:15 2018 +0000
@@ -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.
+
+ProSystem is an Atari 7800 video game system emulator that can be used as a
+libretro core.
diff -r 52e3cacaf74c -r adc22cb42090 emulators/libretro-prosystem/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-prosystem/Makefile Mon Aug 13 18:04:15 2018 +0000
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1 2018/08/13 18:04:15 nia Exp $
+
+DISTNAME= libretro-prosystem-20180812
+CATEGORIES= emulators
+MASTER_SITES= ${MASTER_SITE_GITHUB:=libretro/}
+GITHUB_PROJECT= prosystem-libretro
+GITHUB_TAG= 463dfff97f2e7d707ee5ae238cb2e8e70beb585a
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://docs.libretro.com/library/prosystem/
+COMMENT= Libretro core based on the ProSystem Atari 7800 emulator
+LICENSE= gnu-gpl-v2
+
+EXTRACT_USING= bsdtar
+USE_TOOLS+= gmake
+MAKE_FLAGS+= GIT_VERSION="-pkgsrc"
+
+.include "../../mk/endian.mk"
+
+.if ${MACHINE_ENDIAN} == "big"
+CFLAGS+= -DMSB_FIRST
+.endif
+
+INSTALLATION_DIRS+= ${PREFIX}/lib/libretro
+
+do-install:
+ ${INSTALL_LIB} ${WRKSRC}/prosystem_libretro.so \
+ ${DESTDIR}${PREFIX}/lib/libretro/prosystem_libretro.so
+
+.include "../../mk/bsd.pkg.mk"
diff -r 52e3cacaf74c -r adc22cb42090 emulators/libretro-prosystem/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-prosystem/PLIST Mon Aug 13 18:04:15 2018 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2018/08/13 18:04:15 nia Exp $
+lib/libretro/prosystem_libretro.so
diff -r 52e3cacaf74c -r adc22cb42090 emulators/libretro-prosystem/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-prosystem/distinfo Mon Aug 13 18:04:15 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/08/13 18:04:15 nia Exp $
+
+SHA1 (libretro-prosystem-20180812-463dfff97f2e7d707ee5ae238cb2e8e70beb585a.tar.gz) = 09c46cbd0a610bfcd1ea87ff3b95378a93e5e6eb
+RMD160 (libretro-prosystem-20180812-463dfff97f2e7d707ee5ae238cb2e8e70beb585a.tar.gz) = bb8f5146c69ca80b2f3ef500bb025733b6bc8c19
+SHA512 (libretro-prosystem-20180812-463dfff97f2e7d707ee5ae238cb2e8e70beb585a.tar.gz) =
2ad8bc5fa14a6de94b57203b123841f9ed25207e0692a93721fafaee089d8177b239187b0e67aac79cf0db2bf3296320aeaf9e0f078416563710d4a3fa376c2e
+Size (libretro-prosystem-20180812-463dfff97f2e7d707ee5ae238cb2e8e70beb585a.tar.gz) = 74090 bytes
Home |
Main Index |
Thread Index |
Old Index