pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/libretro-catsfc emulators/libretro-catsfc: R...
details: https://anonhg.NetBSD.org/pkgsrc/rev/261bc413d455
branches: trunk
changeset: 311430:261bc413d455
user: nia <nia%pkgsrc.org@localhost>
date: Fri Aug 10 20:17:21 2018 +0000
description:
emulators/libretro-catsfc: Replaced by emulators/libretro-snes9x2005.
diffstat:
emulators/libretro-catsfc/DESCR | 7 -------
emulators/libretro-catsfc/Makefile | 22 ----------------------
emulators/libretro-catsfc/PLIST | 2 --
emulators/libretro-catsfc/distinfo | 7 -------
emulators/libretro-catsfc/patches/patch-Makefile | 13 -------------
5 files changed, 0 insertions(+), 51 deletions(-)
diffs (71 lines):
diff -r ce04ea03f3fc -r 261bc413d455 emulators/libretro-catsfc/DESCR
--- a/emulators/libretro-catsfc/DESCR Fri Aug 10 20:15:24 2018 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-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.
-
-CATSFC is a Super Nintendo video game system emulator.
diff -r ce04ea03f3fc -r 261bc413d455 emulators/libretro-catsfc/Makefile
--- a/emulators/libretro-catsfc/Makefile Fri Aug 10 20:15:24 2018 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-# $NetBSD: Makefile,v 1.1 2015/02/05 02:23:37 jmcneill Exp $
-
-DISTNAME= catsfc-libretro-20150204
-PKGNAME= libretro-catsfc-20150204
-CATEGORIES= emulators
-MASTER_SITES= http://ftp.NetBSD.org/pub/NetBSD/misc/jmcneill/retroarch/
-EXTRACT_SUFX= .zip
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://github.com/libretro/CATSFC-libretro
-COMMENT= Libretro core based on the CATSFC Super Nintendo emulator
-
-WRKSRC= ${WRKDIR}/CATSFC-libretro-master
-USE_TOOLS+= gmake
-
-INSTALLATION_DIRS+= ${PREFIX}/lib/libretro
-
-do-install:
- ${INSTALL_LIB} ${WRKSRC}/catsfc_libretro.so \
- ${DESTDIR}${PREFIX}/lib/libretro/catsfc_libretro.so
-
-.include "../../mk/bsd.pkg.mk"
diff -r ce04ea03f3fc -r 261bc413d455 emulators/libretro-catsfc/PLIST
--- a/emulators/libretro-catsfc/PLIST Fri Aug 10 20:15:24 2018 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2015/02/05 02:23:37 jmcneill Exp $
-lib/libretro/catsfc_libretro.so
diff -r ce04ea03f3fc -r 261bc413d455 emulators/libretro-catsfc/distinfo
--- a/emulators/libretro-catsfc/distinfo Fri Aug 10 20:15:24 2018 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.2 2015/11/03 20:30:59 agc Exp $
-
-SHA1 (catsfc-libretro-20150204.zip) = 56b18085adb5c059449efba161752338dfd5fb19
-RMD160 (catsfc-libretro-20150204.zip) = 8310fbe322f07b4c5e631efb308febaaa39075f9
-SHA512 (catsfc-libretro-20150204.zip) = f669aabe843bcbebc4a8491785df319ddc6cc35e975e38d824c01c2b02758f73872966fd7bcdeb7bfb0e9bc2a29cbdb4eec4412726dc76afe573f43ecbcda3cb
-Size (catsfc-libretro-20150204.zip) = 470156 bytes
-SHA1 (patch-Makefile) = 90151425f548bab3d4e30c4257af9a9a6a351470
diff -r ce04ea03f3fc -r 261bc413d455 emulators/libretro-catsfc/patches/patch-Makefile
--- a/emulators/libretro-catsfc/patches/patch-Makefile Fri Aug 10 20:15:24 2018 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-Makefile,v 1.1 2015/02/05 02:23:37 jmcneill Exp $
-
---- Makefile.orig 2015-02-01 04:29:17.000000000 +0000
-+++ Makefile
-@@ -206,7 +206,7 @@ $(TARGET): $(OBJECTS)
- ifeq ($(STATIC_LINKING), 1)
- $(AR) rcs $@ $(OBJECTS)
- else
-- $(CXX) -o $@ $^ $(LDFLAGS)
-+ $(CC) -o $@ $^ $(LDFLAGS)
- endif
-
- %.o: %.cpp
Home |
Main Index |
Thread Index |
Old Index