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 00:54:25 UTC 2018

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

Log Message:
libretro-beetle-sgx: add version 20180512.

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.

Beetle/Mednafen SGX is a NEC PC Engine SuperGrafx video game system emulator
that can be used as a libretro core.


To generate a diff of this commit:
cvs rdiff -u -r1.273 -r1.274 pkgsrc/emulators/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/emulators/libretro-beetle-sgx/DESCR \
    pkgsrc/emulators/libretro-beetle-sgx/Makefile \
    pkgsrc/emulators/libretro-beetle-sgx/PLIST \
    pkgsrc/emulators/libretro-beetle-sgx/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.273 pkgsrc/emulators/Makefile:1.274
--- pkgsrc/emulators/Makefile:1.273     Sun Aug 12 16:14:27 2018
+++ pkgsrc/emulators/Makefile   Mon Aug 13 00:54:25 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.273 2018/08/12 16:14:27 nia Exp $
+# $NetBSD: Makefile,v 1.274 2018/08/13 00:54:25 nia Exp $
 #
 
 COMMENT=       Emulators for other operating systems
@@ -92,6 +92,7 @@ SUBDIR+=      libretro-beetle-ngp
 SUBDIR+=       libretro-beetle-pce-fast
 SUBDIR+=       libretro-beetle-psx
 SUBDIR+=       libretro-beetle-saturn
+SUBDIR+=       libretro-beetle-sgx
 SUBDIR+=       libretro-beetle-vb
 SUBDIR+=       libretro-beetle-wswan
 SUBDIR+=       libretro-core-info

Added files:

Index: pkgsrc/emulators/libretro-beetle-sgx/DESCR
diff -u /dev/null pkgsrc/emulators/libretro-beetle-sgx/DESCR:1.1
--- /dev/null   Mon Aug 13 00:54:25 2018
+++ pkgsrc/emulators/libretro-beetle-sgx/DESCR  Mon Aug 13 00:54:25 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.
+
+Beetle/Mednafen SGX is a NEC PC Engine SuperGrafx video game system emulator
+that can be used as a libretro core.
Index: pkgsrc/emulators/libretro-beetle-sgx/Makefile
diff -u /dev/null pkgsrc/emulators/libretro-beetle-sgx/Makefile:1.1
--- /dev/null   Mon Aug 13 00:54:25 2018
+++ pkgsrc/emulators/libretro-beetle-sgx/Makefile       Mon Aug 13 00:54:25 2018
@@ -0,0 +1,33 @@
+# $NetBSD: Makefile,v 1.1 2018/08/13 00:54:25 nia Exp $
+
+DISTNAME=      libretro-beetle-sgx-20180512
+CATEGORIES=    emulators
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=libretro/}
+GITHUB_PROJECT=        beetle-supergrafx-libretro
+GITHUB_TAG=    0d4d96428073f8734e80a2ebc157daa228babe51
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://docs.libretro.com/library/beetle_sgx/
+COMMENT=       Libretro core based on the Mednafen SuperGrafx emulator
+LICENSE=       gnu-gpl-v2
+
+EXTRACT_USING= bsdtar
+USE_TOOLS+=    gmake
+USE_LANGUAGES= c c++
+
+MAKE_FLAGS+=   GIT_VERSION="-pkgsrc"
+
+.include "../../mk/endian.mk"
+
+.if ${MACHINE_ENDIAN} == "big"
+CFLAGS+=       -DMSB_FIRST
+CFLAGS+=       -DBYTE_ORDER=BIG_ENDIAN
+.endif
+
+INSTALLATION_DIRS+=    ${PREFIX}/lib/libretro
+
+do-install:
+       ${INSTALL_LIB} ${WRKSRC}/mednafen_supergrafx_libretro.so \
+           ${DESTDIR}${PREFIX}/lib/libretro/mednafen_supergrafx_libretro.so
+
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/emulators/libretro-beetle-sgx/PLIST
diff -u /dev/null pkgsrc/emulators/libretro-beetle-sgx/PLIST:1.1
--- /dev/null   Mon Aug 13 00:54:25 2018
+++ pkgsrc/emulators/libretro-beetle-sgx/PLIST  Mon Aug 13 00:54:25 2018
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2018/08/13 00:54:25 nia Exp $
+lib/libretro/mednafen_supergrafx_libretro.so
Index: pkgsrc/emulators/libretro-beetle-sgx/distinfo
diff -u /dev/null pkgsrc/emulators/libretro-beetle-sgx/distinfo:1.1
--- /dev/null   Mon Aug 13 00:54:25 2018
+++ pkgsrc/emulators/libretro-beetle-sgx/distinfo       Mon Aug 13 00:54:25 2018
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/08/13 00:54:25 nia Exp $
+
+SHA1 (libretro-beetle-sgx-20180512-0d4d96428073f8734e80a2ebc157daa228babe51.tar.gz) = c0426ecdbeddda70b49e2a5dabe52b5931d60b0c
+RMD160 (libretro-beetle-sgx-20180512-0d4d96428073f8734e80a2ebc157daa228babe51.tar.gz) = f1fa8282647e97d692a419d866ed483cba007031
+SHA512 (libretro-beetle-sgx-20180512-0d4d96428073f8734e80a2ebc157daa228babe51.tar.gz) = 
6c8860b102c678b70f4eb41dc177b10a0db2e0ff59ef4168f35ab7c5b2c42258ef588925f89cdd970a2b1498731f9baa7790c0bf3368fb93db9a8d66deb9e757
+Size (libretro-beetle-sgx-20180512-0d4d96428073f8734e80a2ebc157daa228babe51.tar.gz) = 1140484 bytes



Home | Main Index | Thread Index | Old Index