pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
wip clean-up: remove crabemu
Module Name: pkgsrc-wip
Committed By: pin <voidpin%protonmail.com@localhost>
Pushed By: pin
Date: Fri Jul 8 08:28:54 2022 +0200
Changeset: a7735b5be993075d6b475d72ce81ad69f13f199a
Modified Files:
Makefile
Removed Files:
crabemu/DESCR
crabemu/Makefile
crabemu/PLIST
crabemu/distinfo
crabemu/options.mk
crabemu/patches/patch-CMakeLists.txt
crabemu/patches/patch-src_sdl_CMakeLists.txt
Log Message:
wip clean-up: remove crabemu
Dead upstream, last release 2013.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a7735b5be993075d6b475d72ce81ad69f13f199a
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 -
crabemu/DESCR | 10 -----
crabemu/Makefile | 30 --------------
crabemu/PLIST | 3 --
crabemu/distinfo | 6 ---
crabemu/options.mk | 57 ---------------------------
crabemu/patches/patch-CMakeLists.txt | 59 ----------------------------
crabemu/patches/patch-src_sdl_CMakeLists.txt | 15 -------
8 files changed, 181 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index 934de2c94f..00fc7adb7c 100644
--- a/Makefile
+++ b/Makefile
@@ -532,7 +532,6 @@ SUBDIR+= cppzmq
SUBDIR+= cpqarrayd
SUBDIR+= cpuminer-multi
SUBDIR+= cqlsh
-SUBDIR+= crabemu
SUBDIR+= creal
SUBDIR+= cream
SUBDIR+= creduce-git
diff --git a/crabemu/DESCR b/crabemu/DESCR
deleted file mode 100644
index 00a86cc261..0000000000
--- a/crabemu/DESCR
+++ /dev/null
@@ -1,10 +0,0 @@
-CrabEmu is primarily a Sega Master System emulator for Mac OS X, Linux and Sega
-Dreamcast. Several other related platforms are emulated with varying degrees of
-accuracy (Game Gear and SG-1000 currently). The eventual goal of the CrabEmu
-project is to emulate many different systems, and do it not only quickly, but
-also accurately.
-
-CrabEmu is designed with portability in mind. The base of CrabEmu is written in
-C (specifically C99). The user interface of CrabEmu is the only part that would
-actually need much porting to put CrabEmu other platforms other than Mac OS X,
-Sega Dreamcast, and Linux (with Qt for the GUI).
diff --git a/crabemu/Makefile b/crabemu/Makefile
deleted file mode 100644
index bd5ffb09db..0000000000
--- a/crabemu/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# $NetBSD: Makefile,v 1.3 2013/03/29 10:52:29 othyro Exp $
-#
-
-DISTNAME= CrabEmu-0.2.0
-PKGNAME= ${DISTNAME:tl}
-CATEGORIES= emulators
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=crabemu/}
-EXTRACT_SUFX= .tar.bz2
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://crabemu.sourceforge.net/
-COMMENT= Primarily a Sega Master System emulator
-LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1 AND isc AND public-domain AND zlib AND mame-license AND gnu-lgpl-v2 AND modified-bsd AND original-bsd
-
-USE_LANGUAGES= c c++
-USE_LIBTOOL= yes
-USE_CMAKE= yes
-INSTALLATION_DIRS+= bin
-
-SUBST_CLASSES+= SDLttf
-SUBST_FILES.SDLttf= src/sdl/config.c
-SUBST_MESSAGE.SDLttf= Fixing FONT_PATH.
-SUBST_SED.SDLttf= -e "s|/usr/share|${BUILDLINK_PREFIX.SDL_ttf}/lib/X11|1"
-SUBST_STAGE.SDLttf= post-patch
-
-.include "options.mk"
-
-.include "../../devel/SDL/buildlink3.mk"
-.include "../../mk/pthread.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/crabemu/PLIST b/crabemu/PLIST
deleted file mode 100644
index b7b50122b3..0000000000
--- a/crabemu/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2013/03/29 03:12:05 othyro Exp $
-bin/crabemu
-${PLIST.SDL}bin/crabemu-sdl
diff --git a/crabemu/distinfo b/crabemu/distinfo
deleted file mode 100644
index 504233acad..0000000000
--- a/crabemu/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.2 2013/03/29 03:12:05 othyro Exp $
-
-RMD160 (CrabEmu-0.2.0.tar.bz2) = c5dcbc3074f9d9582de32ddf1bbd8af4868686a5
-Size (CrabEmu-0.2.0.tar.bz2) = 612934 bytes
-SHA1 (patch-CMakeLists.txt) = 999e7d1da6887899ea40923555935a9795032920
-SHA1 (patch-src_sdl_CMakeLists.txt) = 2e78627bc479e8c8d10c6d29b63bac2d8bcca992
diff --git a/crabemu/options.mk b/crabemu/options.mk
deleted file mode 100644
index 9dc2b79568..0000000000
--- a/crabemu/options.mk
+++ /dev/null
@@ -1,57 +0,0 @@
-# $NetBSD: options.mk,v 1.1 2013/03/29 03:12:05 othyro Exp $
-
-PKG_OPTIONS_VAR= PKG_OPTIONS.crabemu
-PKG_SUPPORTED_OPTIONS= bzip2 debug opengl qt sdl vdp32 zlib
-PKG_SUGGESTED_OPTIONS+= qt
-PLIST_VARS+= SDL
-
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Mbzip2)
-.include "../../archivers/bzip2/buildlink3.mk"
-CMAKE_ARGS+= -DBZip2=on
-.else
-CMAKE_ARGS+= -DBZip2=off
-.endif
-
-.if !empty(PKG_OPTIONS:Mdebug)
-CMAKE_ARGS+= -DDebug=on
-.else
-CMAKE_ARGS+= -DDebug=off
-.endif
-
-.if !empty(PKG_OPTIONS:Mopengl)
-.include "../../graphics/MesaLib/buildlink3.mk"
-CMAKE_ARGS+= -DOpenGL=on
-.else
-CMAKE_ARGS+= -DOpenGL=off
-.endif
-
-.if !empty(PKG_OPTIONS:Mqt)
-.include "../../x11/qt4-tools/buildlink3.mk"
-CMAKE_ARGS+= -DQt=on
-.else
-CMAKE_ARGS+= -DQt=off
-.endif
-
-.if !empty(PKG_OPTIONS:Msdl)
-.include "../../lang/lua/buildlink3.mk"
-.include "../../devel/SDL_ttf/buildlink3.mk"
-CMAKE_ARGS+= -DSDL=on
-PLIST.SDL= yes
-.else
-CMAKE_ARGS+= -DSDL=off
-.endif
-
-.if !empty(PKG_OPTIONS:Mvdp32)
-CMAKE_ARGS+= -DVDP32=on
-.else
-CMAKE_ARGS+= -DVDP32=off
-.endif
-
-.if !empty(PKG_OPTIONS:Mzlib)
-.include "../../devel/zlib/buildlink3.mk"
-CMAKE_ARGS+= -DZLIB=on
-.else
-CMAKE_ARGS+= -DZLIB=off
-.endif
diff --git a/crabemu/patches/patch-CMakeLists.txt b/crabemu/patches/patch-CMakeLists.txt
deleted file mode 100644
index 8e91681a45..0000000000
--- a/crabemu/patches/patch-CMakeLists.txt
+++ /dev/null
@@ -1,59 +0,0 @@
-$NetBSD: patch-CMakeLists.txt,v 1.1 2013/03/29 03:12:05 othyro Exp $
-
-Truly make some PKG_OPTIONS optional and remove unused OPENAL_INCLUDES variable.
-
---- CMakeLists.txt.orig 2013-02-27 21:33:03.000000000 +0000
-+++ CMakeLists.txt
-@@ -9,6 +9,8 @@ option(OpenGL "Build OpenGL renderer" of
- option(VDP32 "Use 32 bit colors instead 16 bit" off)
- option(Didj "Build the client to work with the Leapfrog didj" off)
- option(Debug "Build a binary that has extra debugging output" off)
-+option(BZip2 "Enable support for loading ROMs compressed with bzip2" off)
-+option(ZLIB "Build the client with zlib support" off)
-
- if(Debug)
- set(CRAB_DEFINES ${CRAB_DEFINES} -DDEBUG)
-@@ -20,19 +22,26 @@ if(SDL)
- find_package(SDL_ttf REQUIRED)
- endif(SDL)
-
--find_package(BZip2)
--find_package(ZLIB)
--
--if(NOT BZIP2_FOUND)
-- add_definitions(-DNO_BZ2)
-+if(BZip2)
-+ find_package(BZip2)
-+ if(NOT BZIP2_FOUND)
-+ add_definitions(-DNO_BZ2)
-+ else()
-+ set(CRAB_LIBRARIES ${CRAB_LIBRARIES} ${BZIP2_LIBRARIES})
-+ endif()
- else()
-- set(CRAB_LIBRARIES ${CRAB_LIBRARIES} ${BZIP2_LIBRARIES})
-+ add_definitions(-DNO_BZ2)
- endif()
-
--if(NOT ZLIB_FOUND)
-- add_definitions(-DNO_ZLIB)
-+if(ZLIB)
-+ find_package(ZLIB)
-+ if(NOT ZLIB_FOUND)
-+ add_definitions(-DNO_ZLIB)
-+ else()
-+ set(CRAB_LIBRARIES ${CRAB_LIBRARIES} ${ZLIB_LIBRARIES})
-+ endif()
- else()
-- set(CRAB_LIBRARIES ${CRAB_LIBRARIES} ${ZLIB_LIBRARIES})
-+ add_definitions(-DNO_ZLIB)
- endif()
-
- if(OpenGL)
-@@ -55,7 +64,6 @@ set(SRCDIR ${CMAKE_SOURCE_DIR}/src)
-
- include_directories(
- ${SDL_INCLUDE_DIR}
-- ${OPENAL_INCLUDES}
- ${OPENGL_INCLUDE_DIR}
- ${SRCDIR}
- ${SRCDIR}/consoles/colecovision
diff --git a/crabemu/patches/patch-src_sdl_CMakeLists.txt b/crabemu/patches/patch-src_sdl_CMakeLists.txt
deleted file mode 100644
index 10db17217c..0000000000
--- a/crabemu/patches/patch-src_sdl_CMakeLists.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-src_sdl_CMakeLists.txt,v 1.1 2013/03/29 03:12:05 othyro Exp $
-
-Include directory, not file.
-
---- src/sdl/CMakeLists.txt.orig 2013-02-27 21:33:03.000000000 +0000
-+++ src/sdl/CMakeLists.txt
-@@ -6,7 +6,7 @@ set(CRAB_SDL_SRCS
- config.c
- )
-
--include(${LUA_INCLUDE_DIR})
-+include_directories(${LUA_INCLUDE_DIR})
-
- add_executable(crabemu-sdl ${CRAB_SRCS} ${CRAB_SND_SRCS} ${CRAB_SDL_SRCS})
- target_link_libraries(crabemu-sdl ${CRAB_LIBRARIES} ${LUA_LIBRARIES})
Home |
Main Index |
Thread Index |
Old Index