summaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-14 18:33:48 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-14 18:33:48 +0800
commit1b3327761c8bcb98d89b529daeae9600844b4361 (patch)
tree0be1cd4eb5fec6661da4798906b0d9bd522e794f /emulators
parenta65aedbb59fd9dfb33a4633611777da99ec4dcd5 (diff)
downloadmarcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.gz
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.bz2
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.lz
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.xz
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.zst
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.zip
Clean out MarcusCom after the big import into ports.
Next stop, GNOME 2.17. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7799 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'emulators')
-rw-r--r--emulators/gxmame/Makefile46
-rw-r--r--emulators/gxmame/distinfo3
-rw-r--r--emulators/gxmame/pkg-descr7
-rw-r--r--emulators/gxmame/pkg-plist37
-rw-r--r--emulators/mupen64-sdlinput/Makefile47
-rw-r--r--emulators/mupen64-sdlinput/distinfo3
-rw-r--r--emulators/mupen64-sdlinput/files/patch-SDL_ttf.c24
-rw-r--r--emulators/mupen64-sdlinput/pkg-descr15
-rw-r--r--emulators/mupen64-sdlinput/pkg-message9
-rw-r--r--emulators/raine/Makefile46
-rw-r--r--emulators/raine/distinfo3
-rw-r--r--emulators/raine/files/patch-makefile17
-rw-r--r--emulators/raine/files/patch-source::alleg::blit.c11
-rw-r--r--emulators/raine/files/patch-source::emumain.c13
-rw-r--r--emulators/raine/files/patch-source::gui::rgui.c13
-rw-r--r--emulators/raine/files/patch-source_bezel.c11
-rw-r--r--emulators/raine/pkg-descr6
-rw-r--r--emulators/raine/pkg-plist33
18 files changed, 0 insertions, 344 deletions
diff --git a/emulators/gxmame/Makefile b/emulators/gxmame/Makefile
deleted file mode 100644
index 97f40f044..000000000
--- a/emulators/gxmame/Makefile
+++ /dev/null
@@ -1,46 +0,0 @@
-# New ports collection makefile for: gxmame
-# Date created: 04 Oct 2003
-# Whom: Travis Poppe <tlp@liquidx.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gxmame
-DISTVERSION= 0.35beta2
-PORTREVISION= 4
-PORTEPOCH= 1
-CATEGORIES= emulators
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-DISTNAME= ${PORTNAME}-${DISTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= GXmame is a GTK frontend for xmame
-
-LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2
-RUN_DEPENDS= xmame:${PORTSDIR}/emulators/xmame
-
-USE_XLIB= yes
-USE_GNOME= gtk20 intlhack gnomehack gnomeprefix
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-
-CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
-CONFIGURE_ARGS= --with-xmame-dir=${LOCALBASE}/share/xmame
-
-.if defined(WITHOUT_NLS)
-CONFIGURE_ARGS+=--disable-nls
-PLIST_SUB+= NLS="@comment "
-.else
-PLIST_SUB+= NLS=""
-.endif
-
-MAN6= gxmame.6
-
-post-patch:
- @${REINPLACE_CMD} -e 's|CFLAGS="-Wall.*||' ${WRKSRC}/configure
- @${REINPLACE_CMD} -e 's|$$(datadir)/doc|${PREFIX}/share/doc|' \
- ${WRKSRC}/Makefile.in ${WRKSRC}/html/Makefile.in
- @${REINPLACE_CMD} -e 's|__GNUC___|__GNUC__|' ${WRKSRC}/src/common.h
-
-.include <bsd.port.mk>
diff --git a/emulators/gxmame/distinfo b/emulators/gxmame/distinfo
deleted file mode 100644
index 4def76e6b..000000000
--- a/emulators/gxmame/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (gxmame-0.35beta2.tar.gz) = 2ef166272fe2d6b0dfe51dd1616a851c
-SHA256 (gxmame-0.35beta2.tar.gz) = 6d0339bf334f40ff0b972cf5c4df14660c48a2f0bce10f23d6a0feb3d5c83622
-SIZE (gxmame-0.35beta2.tar.gz) = 697013
diff --git a/emulators/gxmame/pkg-descr b/emulators/gxmame/pkg-descr
deleted file mode 100644
index 2960edaec..000000000
--- a/emulators/gxmame/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-GXMame is a GTK frontend for xmame. Its goal is to provide an interface
-much like that of MAME32.
-
-WWW: http://gxmame.sourceforge.net
-
-- Travis Poppe
-tlp@liquidx.org
diff --git a/emulators/gxmame/pkg-plist b/emulators/gxmame/pkg-plist
deleted file mode 100644
index 7fff5c9f4..000000000
--- a/emulators/gxmame/pkg-plist
+++ /dev/null
@@ -1,37 +0,0 @@
-bin/gxmame
-share/gnome/applications/gxmame.desktop
-%%NLS%%share/locale/de/LC_MESSAGES/gxmame.mo
-%%NLS%%share/locale/el/LC_MESSAGES/gxmame.mo
-%%NLS%%share/locale/es/LC_MESSAGES/gxmame.mo
-%%NLS%%share/locale/fr/LC_MESSAGES/gxmame.mo
-%%NLS%%share/locale/it/LC_MESSAGES/gxmame.mo
-%%NLS%%share/locale/nl/LC_MESSAGES/gxmame.mo
-%%NLS%%share/locale/pl/LC_MESSAGES/gxmame.mo
-%%NLS%%share/locale/zh_CN/LC_MESSAGES/gxmame.mo
-%%NLS%%share/locale/zh_TW/LC_MESSAGES/gxmame.mo
-share/gnome/gxmame/gxmame.png
-share/gnome/gxmame/gxmame-general.png
-share/gnome/gxmame/gxmame-screen.png
-share/gnome/pixmaps/gxmame.png
-share/gnome/pixmaps/gxmame.xpm
-share/doc/gxmame/AUTHORS
-share/doc/gxmame/BUGS
-share/doc/gxmame/COPYING
-share/doc/gxmame/ChangeLog
-share/doc/gxmame/NEWS
-share/doc/gxmame/README
-share/doc/gxmame/TODO
-share/doc/gxmame/html/gui/metal2.jpg
-share/doc/gxmame/html/gxmame-doc-1.html
-share/doc/gxmame/html/gxmame-doc-2.html
-share/doc/gxmame/html/gxmame-doc-3.html
-share/doc/gxmame/html/gxmame-doc-4.html
-share/doc/gxmame/html/gxmame-doc-5.html
-share/doc/gxmame/html/gxmame-doc-6.html
-share/doc/gxmame/html/gxmame-doc.html
-share/doc/gxmame/html/includes/gxmame.css
-@dirrm share/gnome/gxmame
-@dirrm share/doc/gxmame/html/gui
-@dirrm share/doc/gxmame/html/includes
-@dirrm share/doc/gxmame/html
-@dirrm share/doc/gxmame
diff --git a/emulators/mupen64-sdlinput/Makefile b/emulators/mupen64-sdlinput/Makefile
deleted file mode 100644
index 0a3c129b1..000000000
--- a/emulators/mupen64-sdlinput/Makefile
+++ /dev/null
@@ -1,47 +0,0 @@
-# New ports collection makefile for: mupen64-sdlinput
-# Date created: 12.Aug 2004
-# Whom: dirk.meyer@dinoex.sub.org
-#
-# $FreeBSD$
-#
-
-PORTNAME= mupen64
-PORTVERSION= 0.0.8
-PORTREVISION= 1
-CATEGORIES+= emulators
-MASTER_SITES= http://mupen64.emulation64.com/files/0.4/
-PKGNAMESUFFIX= -sdlinput
-DISTNAME= blight_input-${PORTVERSION}-b
-
-MAINTAINER?= tlp@LiquidX.org
-COMMENT= Blight's SDL input plugin for Mupen64
-
-LIB_DEPENDS+= freetype.9:${PORTSDIR}/print/freetype2
-
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-USE_SDL= sdl
-USE_GCC= 3.4
-USE_AUTOTOOLS= autoheader:259
-ONLY_FOR_ARCHS= i386
-
-PLUGIN_NAME= blight_input
-PLIST_FILES= share/mupen64/plugins/${PLUGIN_NAME}.so
-PLIST_DIRS= share/mupen64/plugins
-PLIST_DIRS+= share/mupen64
-
-do-install:
- @${MKDIR} ${PREFIX}/share/mupen64/plugins
- ${INSTALL_SCRIPT} ${WRKSRC}/src/.libs/${PLUGIN_NAME}.so \
- ${PREFIX}/share/mupen64/plugins/
-
-.include <bsd.port.pre.mk>
-
-CFLAGS+= -fPIC
-CFLAGS+= -O3 -fomit-frame-pointer -funroll-loops -ffast-math -Wall -pipe
-CFLAGS+= -DX86 -mcpu=athlon
-
-post-install:
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.post.mk>
diff --git a/emulators/mupen64-sdlinput/distinfo b/emulators/mupen64-sdlinput/distinfo
deleted file mode 100644
index 8b5cf1540..000000000
--- a/emulators/mupen64-sdlinput/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (blight_input-0.0.8-b.tar.gz) = 31661c6fca2dc455d7cbe7e87d316021
-SHA256 (blight_input-0.0.8-b.tar.gz) = d874e6538688d0475fe1cff4fb50e0e777d46821dec94df1b6b05a20bc080142
-SIZE (blight_input-0.0.8-b.tar.gz) = 733624
diff --git a/emulators/mupen64-sdlinput/files/patch-SDL_ttf.c b/emulators/mupen64-sdlinput/files/patch-SDL_ttf.c
deleted file mode 100644
index c42826240..000000000
--- a/emulators/mupen64-sdlinput/files/patch-SDL_ttf.c
+++ /dev/null
@@ -1,24 +0,0 @@
---- src/SDL_ttf.c.orig Tue Oct 14 20:44:17 2003
-+++ src/SDL_ttf.c Wed Oct 4 08:38:49 2006
-@@ -39,10 +39,10 @@
- #define FREEA(p) free(p)
- #endif
-
--#include <freetype/freetype.h>
-+#include <ft2build.h>
-+#include FT_FREETYPE_H
- #include <freetype/ftoutln.h>
- #include <freetype/ttnameid.h>
--#include <freetype/internal/ftobjs.h>
-
- /** hack **/
- #ifndef ft_open_stream
-@@ -272,7 +272,7 @@
- }
- memset(stream, 0, sizeof(*stream));
-
-- stream->memory = library->memory;
-+ stream->memory = NULL;
- stream->read = RWread;
- stream->descriptor.pointer = src;
- stream->pos = (unsigned long)position;
diff --git a/emulators/mupen64-sdlinput/pkg-descr b/emulators/mupen64-sdlinput/pkg-descr
deleted file mode 100644
index 6b42e6932..000000000
--- a/emulators/mupen64-sdlinput/pkg-descr
+++ /dev/null
@@ -1,15 +0,0 @@
-Blight's SDL input plugin for Mupen64
--
-Mupen64 is a highly portable Nintendo 64 emulator. It has been developed
-on/for Linux originally but has already been ported successfully to other
-operating systems. The program can easily be ported to all operating systems
-supported by the SDL library.
-
-In its current state, the emulator is highly compatible and uses a plugin
-system. With the correct plugins ("correct" can be computer dependent), it
-can achieve nearly perfect graphics and sound in many games.
-
-WWW: http://mupen64.emulation64.com/
-
-- Travis Poppe
-tlp@liquidx.org
diff --git a/emulators/mupen64-sdlinput/pkg-message b/emulators/mupen64-sdlinput/pkg-message
deleted file mode 100644
index d53470396..000000000
--- a/emulators/mupen64-sdlinput/pkg-message
+++ /dev/null
@@ -1,9 +0,0 @@
--------------------------------------------------------------------------------
-If you have installed/upgraded any new plugins or are upgrading from a previous
-version of Mupen64, please note that in order for these changes to take effect,
-you -must- backup and then remove ~/.mupen64 first. After you have removed the
-directory, run 'mupen64' to re-create it. Then, manually copy back your save
-files/other data you need from the backup if necessary.
-
-Enjoy!
--------------------------------------------------------------------------------
diff --git a/emulators/raine/Makefile b/emulators/raine/Makefile
deleted file mode 100644
index c9d7b303c..000000000
--- a/emulators/raine/Makefile
+++ /dev/null
@@ -1,46 +0,0 @@
-# New ports collection makefile for: raine
-# Date created: Jul 22 2004
-# Whom: Florent Thoumie <flz@xbsd.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= raine
-PORTVERSION= 0.43.3
-PORTREVISION= 2
-CATEGORIES= emulators games
-MASTER_SITES= http://www.rainemu.com/html/archive/
-DISTNAME= ${PORTNAME}s-${PORTVERSION}
-
-MAINTAINER= flz@FreeBSD.org
-COMMENT= Arcade Emulator for M68000, M68020 and Z80 based hardware
-
-BUILD_DEPENDS= ${LOCALBASE}/bin/nasm:${PORTSDIR}/devel/nasm
-LIB_DEPENDS= alleg.42:${PORTSDIR}/devel/allegro \
- png.5:${PORTSDIR}/graphics/png
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-USE_GCC= 3.2+
-USE_BZIP2= yes
-USE_GMAKE= yes
-USE_SDL= sdl
-USE_GNOME= gnomehier
-MAKEFILE= makefile
-MAKE_ENV= PREFIX=${PREFIX}
-
-ONLY_FOR_ARCHS= i386
-
-.include <bsd.port.pre.mk>
-
-post-patch:
- @${REINPLACE_CMD} -e "s, [$$]_mcpu,,g" ${WRKSRC}/detect-cpu
- @${REINPLACE_CMD} -e "s,sdl-config,${SDL_CONFIG},g" -e "s,/usr/share/,/share/gnome/,g" \
- ${WRKSRC}/makefile
- @${REINPLACE_CMD} -e "s,/usr/share/games/raine,${DATADIR},g" \
- ${WRKSRC}/source/raine.c
- @${REINPLACE_CMD} -e "s,^#ifdef GFX_SVGA,#ifdef GFX_SVGALIB,g" \
- ${WRKSRC}/source/gui/rgui.c \
- ${WRKSRC}/source/alleg/display.c \
- ${WRKSRC}/source/config.c
-
-.include <bsd.port.post.mk>
diff --git a/emulators/raine/distinfo b/emulators/raine/distinfo
deleted file mode 100644
index 06c679225..000000000
--- a/emulators/raine/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (raines-0.43.3.tar.bz2) = 9e39a99b45e7c6d1b0d04c9ebc579b02
-SHA256 (raines-0.43.3.tar.bz2) = ab9d38e1a5a2e73b3ef914d780015a16cddea8194f479f65236a0f4ca088c4a9
-SIZE (raines-0.43.3.tar.bz2) = 1740971
diff --git a/emulators/raine/files/patch-makefile b/emulators/raine/files/patch-makefile
deleted file mode 100644
index 7794091e6..000000000
--- a/emulators/raine/files/patch-makefile
+++ /dev/null
@@ -1,17 +0,0 @@
---- makefile.orig Tue Sep 20 09:24:09 2005
-+++ makefile Thu Nov 17 13:02:40 2005
-@@ -215,1 +215,1 @@
- AFLAGS = -f elf
-
-- PNG_CFLAGS = "$(shell libpng-config --cflags)"
--ifndef SDL
-- ALLEGRO_CFLAGS = "$(shell allegro-config --cflags)"
--endif
- SDL_CFLAGS = "$(shell sdl-config --cflags)"
-
-- INCDIR += $(PNG_CFLAGS) $(ALLEGRO_CFLAGS) $(SDL_CFLAGS) -I$(X11BASE)/include -I$(LOCALBASE)/include
-+ INCDIR += ` allegro-config --cflags` `libpng-config --cflags` -I$(X11BASE)/include -I$(LOCALBASE)/include
-
-
- DEFINE = -D__RAINE__ \
- -DRAINE_UNIX \
diff --git a/emulators/raine/files/patch-source::alleg::blit.c b/emulators/raine/files/patch-source::alleg::blit.c
deleted file mode 100644
index 1ecda275b..000000000
--- a/emulators/raine/files/patch-source::alleg::blit.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- source/alleg/blit.c.orig Mon Jan 17 12:37:21 2005
-+++ source/alleg/blit.c Mon Jan 17 12:38:10 2005
-@@ -1,1 +1,1 @@
- #ifdef RAINE_WIN32
- #include <allegro.h>
- #include <winalleg.h>
-+#elif defined(RAINE_UNIX)
-+#include <sys/time.h>
- #endif
- #include "blit_x2.h"
- #include "eagle.h"
diff --git a/emulators/raine/files/patch-source::emumain.c b/emulators/raine/files/patch-source::emumain.c
deleted file mode 100644
index 3293c4321..000000000
--- a/emulators/raine/files/patch-source::emumain.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- source/emumain.c.orig Wed Aug 17 13:14:36 2005
-+++ source/emumain.c Thu Nov 17 18:04:37 2005
-@@ -9,1 +9,1 @@
- #include <winalleg.h>
- #endif
-
-+#ifdef RAINE_UNIX
-+#include <sys/time.h>
-+#endif
-+
- #include "raine.h" // General defines and stuff
- #include "gui.h" // Interface stuff
- #include "sasound.h" // Sound Sample stuff
diff --git a/emulators/raine/files/patch-source::gui::rgui.c b/emulators/raine/files/patch-source::gui::rgui.c
deleted file mode 100644
index 11576063b..000000000
--- a/emulators/raine/files/patch-source::gui::rgui.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- source/gui/rgui.c.orig Mon Jan 17 12:07:21 2005
-+++ source/gui/rgui.c Mon Jan 17 12:23:46 2005
-@@ -9,1 +9,1 @@
- #include <winalleg.h>
- #endif
-
-+#ifdef RAINE_UNIX
-+#include <sys/time.h>
-+#endif
-+
- #include "raine.h"
- #include "rgui.h"
- #include "rguiproc.h"
diff --git a/emulators/raine/files/patch-source_bezel.c b/emulators/raine/files/patch-source_bezel.c
deleted file mode 100644
index 5956dca4c..000000000
--- a/emulators/raine/files/patch-source_bezel.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- source/bezel.c.orig Thu Nov 17 18:24:59 2005
-+++ source/bezel.c Thu Nov 17 18:49:28 2005
-@@ -18,1 +18,1 @@
- #define __USE_ISOC99 1
- #include <math.h>
-
--#ifdef RAINE_DOS
-+#if defined(RAINE_DOS) || __FreeBSD_version < 500300
- // djgpp seems to have specificities for rounding...
- // why on earth non one implements cleanly such basic function ???
- #define round rint
diff --git a/emulators/raine/pkg-descr b/emulators/raine/pkg-descr
deleted file mode 100644
index 7903230d7..000000000
--- a/emulators/raine/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-Arcade Emulator for M68000, M68020 and Z80 based hardware.
-
-WWW: http://www.rainemu.com/
-
-- Florent Thoumie
-flz@xbsd.org
diff --git a/emulators/raine/pkg-plist b/emulators/raine/pkg-plist
deleted file mode 100644
index c5e37ad57..000000000
--- a/emulators/raine/pkg-plist
+++ /dev/null
@@ -1,33 +0,0 @@
-bin/raine
-%%DATADIR%%/cheats.cfg
-%%DATADIR%%/hiscore.dat
-%%DATADIR%%/languages/brasil.cfg
-%%DATADIR%%/languages/czech.cfg
-%%DATADIR%%/languages/catala.cfg
-%%DATADIR%%/languages/dansk.cfg
-%%DATADIR%%/languages/dutch.cfg
-%%DATADIR%%/languages/english.cfg
-%%DATADIR%%/languages/espanol.cfg
-%%DATADIR%%/languages/euskera.cfg
-%%DATADIR%%/languages/finnish.cfg
-%%DATADIR%%/languages/french.cfg
-%%DATADIR%%/languages/french2.cfg
-%%DATADIR%%/languages/german.cfg
-%%DATADIR%%/languages/german2.cfg
-%%DATADIR%%/languages/italian.cfg
-%%DATADIR%%/languages/japanese.cfg
-%%DATADIR%%/languages/polish.cfg
-%%DATADIR%%/languages/portugal.cfg
-%%DATADIR%%/languages/spanish.cfg
-%%DATADIR%%/languages/svenska.cfg
-%%DATADIR%%/languages/template.cfg
-%%DATADIR%%/languages/turkish.cfg
-%%DATADIR%%/languages/galego.cfg
-%%DATADIR%%/raine.dat
-share/gnome/applications/raine.desktop
-share/gnome/pixmaps/raine.png
-@dirrmtry %%DATADIR%%/roms
-@dirrmtry %%DATADIR%%/emudx
-@dirrmtry %%DATADIR%%/artwork
-@dirrm %%DATADIR%%/languages
-@dirrmtry %%DATADIR%%