pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/emulators



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Aug 13 18:04:15 UTC 2018

Modified Files:
        pkgsrc/emulators: Makefile
Added Files:
        pkgsrc/emulators/libretro-prosystem: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.276 -r1.277 pkgsrc/emulators/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/emulators/libretro-prosystem/DESCR \
    pkgsrc/emulators/libretro-prosystem/Makefile \
    pkgsrc/emulators/libretro-prosystem/PLIST \
    pkgsrc/emulators/libretro-prosystem/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/emulators/Makefile
diff -u pkgsrc/emulators/Makefile:1.276 pkgsrc/emulators/Makefile:1.277
--- pkgsrc/emulators/Makefile:1.276     Mon Aug 13 16:34:07 2018
+++ pkgsrc/emulators/Makefile   Mon Aug 13 18:04:15 2018
@@ -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-mupen64plus
 SUBDIR+=       libretro-nestopia
 SUBDIR+=       libretro-pcsx-rearmed
 SUBDIR+=       libretro-picodrive
+SUBDIR+=       libretro-prosystem
 SUBDIR+=       libretro-snes9x
 SUBDIR+=       libretro-snes9x2005
 SUBDIR+=       libretro-snes9x2010

Added files:

Index: pkgsrc/emulators/libretro-prosystem/DESCR
diff -u /dev/null pkgsrc/emulators/libretro-prosystem/DESCR:1.1
--- /dev/null   Mon Aug 13 18:04:15 2018
+++ pkgsrc/emulators/libretro-prosystem/DESCR   Mon Aug 13 18:04:15 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.
+
+ProSystem is an Atari 7800 video game system emulator that can be used as a
+libretro core.
Index: pkgsrc/emulators/libretro-prosystem/Makefile
diff -u /dev/null pkgsrc/emulators/libretro-prosystem/Makefile:1.1
--- /dev/null   Mon Aug 13 18:04:15 2018
+++ pkgsrc/emulators/libretro-prosystem/Makefile        Mon Aug 13 18:04:15 2018
@@ -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"
Index: pkgsrc/emulators/libretro-prosystem/PLIST
diff -u /dev/null pkgsrc/emulators/libretro-prosystem/PLIST:1.1
--- /dev/null   Mon Aug 13 18:04:15 2018
+++ pkgsrc/emulators/libretro-prosystem/PLIST   Mon Aug 13 18:04:15 2018
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2018/08/13 18:04:15 nia Exp $
+lib/libretro/prosystem_libretro.so
Index: pkgsrc/emulators/libretro-prosystem/distinfo
diff -u /dev/null pkgsrc/emulators/libretro-prosystem/distinfo:1.1
--- /dev/null   Mon Aug 13 18:04:15 2018
+++ pkgsrc/emulators/libretro-prosystem/distinfo        Mon Aug 13 18:04:15 2018
@@ -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