pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators libretro-vecx: add version 20180412.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f701caca4898
branches:  trunk
changeset: 311460:f701caca4898
user:      nia <nia%pkgsrc.org@localhost>
date:      Sat Aug 11 16:09:55 2018 +0000

description:
libretro-vecx: add version 20180412.

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.

VecX is an emulator for the Vectrex vector-based video game system.

diffstat:

 emulators/Makefile               |   3 ++-
 emulators/libretro-vecx/DESCR    |   7 +++++++
 emulators/libretro-vecx/Makefile |  25 +++++++++++++++++++++++++
 emulators/libretro-vecx/PLIST    |   2 ++
 emulators/libretro-vecx/distinfo |   6 ++++++
 5 files changed, 42 insertions(+), 1 deletions(-)

diffs (73 lines):

diff -r f72703e52ac8 -r f701caca4898 emulators/Makefile
--- a/emulators/Makefile        Sat Aug 11 15:47:04 2018 +0000
+++ b/emulators/Makefile        Sat Aug 11 16:09:55 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.266 2018/08/11 15:42:08 nia Exp $
+# $NetBSD: Makefile,v 1.267 2018/08/11 16:09:55 nia Exp $
 #
 
 COMMENT=       Emulators for other operating systems
@@ -107,6 +107,7 @@
 SUBDIR+=       libretro-snes9x2010
 SUBDIR+=       libretro-stella
 SUBDIR+=       libretro-vba-next
+SUBDIR+=       libretro-vecx
 SUBDIR+=       libspectrum
 SUBDIR+=       lrmi
 SUBDIR+=       m1
diff -r f72703e52ac8 -r f701caca4898 emulators/libretro-vecx/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-vecx/DESCR     Sat Aug 11 16:09:55 2018 +0000
@@ -0,0 +1,7 @@
+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.
+
+VecX is an emulator for the Vectrex vector-based video game system.
diff -r f72703e52ac8 -r f701caca4898 emulators/libretro-vecx/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-vecx/Makefile  Sat Aug 11 16:09:55 2018 +0000
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2018/08/11 16:09:55 nia Exp $
+
+DISTNAME=      libretro-vecx-20180412
+CATEGORIES=    emulators
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=libretro/}
+GITHUB_TAG=    25bfdd94900dcf5fd3d555ef686d857c0f087c2f
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://docs.libretro.com/library/vecx/
+COMMENT=       Libretro core for Vectrex emulation
+LICENSE=       gnu-gpl-v3
+
+EXTRACT_USING= bsdtar
+MAKE_FILE=     Makefile.libretro
+USE_TOOLS+=    gmake
+
+MAKE_FLAGS+=   GIT_VERSION="-pkgsrc"
+
+INSTALLATION_DIRS+=    ${PREFIX}/lib/libretro
+
+do-install:
+       ${INSTALL_LIB} ${WRKSRC}/vecx_libretro.so \
+           ${DESTDIR}${PREFIX}/lib/libretro/vecx_libretro.so
+
+.include "../../mk/bsd.pkg.mk"
diff -r f72703e52ac8 -r f701caca4898 emulators/libretro-vecx/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-vecx/PLIST     Sat Aug 11 16:09:55 2018 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2018/08/11 16:09:55 nia Exp $
+lib/libretro/vecx_libretro.so
diff -r f72703e52ac8 -r f701caca4898 emulators/libretro-vecx/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-vecx/distinfo  Sat Aug 11 16:09:55 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/08/11 16:09:55 nia Exp $
+
+SHA1 (libretro-vecx-20180412-25bfdd94900dcf5fd3d555ef686d857c0f087c2f.tar.gz) = 9eb3ae17fe01d5e875d9dab36499cd51b6a66122
+RMD160 (libretro-vecx-20180412-25bfdd94900dcf5fd3d555ef686d857c0f087c2f.tar.gz) = 8229489d9831825a6cfafb27163bb9ae72d580da
+SHA512 (libretro-vecx-20180412-25bfdd94900dcf5fd3d555ef686d857c0f087c2f.tar.gz) = 
f8cc5f311ce6df354f4fc424131f1a4546c097f08647af3e0ac6dbc8ab54b76bfbdaf26211d0df503e36f821274b8a7f0f4ebd034cb24aa80d8c2880578acd7f
+Size (libretro-vecx-20180412-25bfdd94900dcf5fd3d555ef686d857c0f087c2f.tar.gz) = 132710 bytes



Home | Main Index | Thread Index | Old Index