View | Details | Raw Unified | Return to bug 164991 | Differences between
and this patch

Collapse All | Expand All

(-)emulators/mess/Makefile (-50 / +62 lines)
Lines 6-87 Link Here
6
#
6
#
7
7
8
PORTNAME=	mess
8
PORTNAME=	mess
9
PORTVERSION=	0.139
9
PORTVERSION=	0.145
10
CATEGORIES=	emulators
10
CATEGORIES=	emulators
11
MASTER_SITES=	http://www.aarongiles.com/mirror/releases/:mame \
11
MASTER_SITES=	http://www.mess.org/_media/downloads:/
12
		http://www.mess.org/files/:mess \
12
DISTNAME=	${PORTNAME}${PORTVERSION:S/.//}s
13
		ftp://ftp.arcadebsd.org/pub/ArcadeBSD/ports/distfiles/
13
DIST_SUBDIR=	mame
14
DISTFILES=	mame${PORTVERSION:S/.//}s.zip:mame \
15
		mess${PORTVERSION:S/.//}s.zip:mess
16
14
17
MAINTAINER=	ports@FreeBSD.org
15
MAINTAINER=	ports@FreeBSD.org
18
COMMENT=	The popular MESS (Multiple Emulator Super System)
16
COMMENT=	The popular MESS (Multiple Emulator Super System)
19
17
20
BROKEN=		does not compile
18
LIB_DEPENDS=	expat.6:${PORTSDIR}/textproc/expat2 \
19
		fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig
20
RUN_DEPENDS=	liberation-fonts-ttf>=0:${PORTSDIR}/x11-fonts/liberation-fonts-ttf
21
22
OPTIONS=	BUILTIN_DEBUGGER "Enable builtin debugger support" off
23
24
ONLY_FOR_ARCHS=	i386 amd64
21
25
22
USE_ZIP=	yes
23
NO_WRKSUBDIR=	yes
26
NO_WRKSUBDIR=	yes
24
USE_XORG=	xext xrender xinerama xi
27
28
USE_ZIP=	yes
29
USE_XORG=	xext xi xinerama xrender
25
USE_GL=		gl
30
USE_GL=		gl
26
USE_GNOME?=	gtk20 gconf2
31
USE_SDL=	sdl ttf
27
USE_GMAKE=	yes
28
MAKE_ENV=	PTHREAD_LIBS="${PTHREAD_LIBS}" TARGET=mess
29
USE_SDL=	sdl
30
USE_GCC=	4.4+
32
USE_GCC=	4.4+
33
USE_GMAKE=	yes
34
MAKE_ENV=	NOWERROR=1 OPT_FLAGS="${CXXFLAGS}" GCC_LDFLAGS="${LDFLAGS}"
31
MAKEFILE=	makefile
35
MAKEFILE=	makefile
32
ONLY_FOR_ARCHS=	i386 amd64
36
MAKE_JOBS_SAFE=	yes
33
SUB_FILES=	pkg-message
34
USE_DOS2UNIX=	sdl.mak debugcpu.c makefile
35
37
36
OPTIONS=	DEBUG "Build mess debugger" off
38
CXXFLAGS+=	-fpermissive
37
39
38
.include <bsd.port.pre.mk>
40
SUB_FILES=	pkg-message
39
41
40
.if !defined(WITH_DEBUG)
42
.include <bsd.port.options.mk>
41
USE_GNOME=		#
43
42
EXTRA_PATCHES+=		${FILESDIR}/sdl.mak.patch
44
.if defined(WITH_BUILTIN_DEBUGGER)
45
USE_GNOME=	gtk20 gconf2
46
MAKE_ENV+=	GTK_INCPATH="$$(pkg-config --cflags-only-I gtk+-2.0 gconf-2.0)" \
47
		GTK_CCOMFLAGS="$$(pkg-config --cflags-only-other gtk+-2.0 gconf-2.0)" \
48
		GTK_LIBS="$$(pkg-config --libs gtk+-2.0 gconf-2.0)"
49
.else
50
MAKE_ENV+=	NO_DEBUGGER=1 \
51
		GTK_INCPATH="" \
52
		GTK_CCOMFLAGS="" \
53
		GTK_LIBS=""
43
.endif
54
.endif
44
55
45
MAKE_JOBS_SAFE=	yes
56
.include <bsd.port.pre.mk>
46
57
47
.if ${ARCH} == "amd64"
58
.if ${ARCH} == "amd64"
48
MAKE_ENV+=	PTR64=1
59
MAKE_ENV+=	PTR64=1
49
.endif
60
.endif
50
.if ${ARCH} == "sparc64"
51
BROKEN=		Does not compile on sparc64
52
.endif
53
54
post-extract:
55
	@${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${WRKDIR}/mame.zip ${EXTRACT_AFTER_ARGS}
56
	@${RM} -f ${WRKDIR}/mame.zip
57
61
58
post-patch:
62
post-patch:
59
	@${REINPLACE_CMD} -e "s|ui.bdf|${DATADIR}/ui.bdf|g" ${WRKSRC}/src/emu/ui.c
63
	@${REINPLACE_CMD} -e \
64
		's|^BUILD_EXPAT|# BUILD_EXPAT| ; \
65
		 s|^BUILD_ZLIB|# BUILD_ZLIB| ; \
66
		 /--warn-common/s|= -Wl,|= $$(GCC_LDFLAGS) -Wl,| ; \
67
		 s| = @gcc| := $$(CC)| ; \
68
		 s| = @g++| := $$(CXX)| ; \
69
		 s|^FULLNAME =.*|FULLNAME = $$(NAME)|' ${WRKSRC}/makefile
70
	@${REINPLACE_CMD} -e \
71
		'/-system/s|/usr/local/|${LOCALBASE}/| ; \
72
		 /--cflags-only-I gtk+-2.0/s|=.*|= $$(GTK_INCPATH)| ; \
73
		 /--cflags-only-other gtk+-2.0/s|=.*|= $$(GTK_CCOMFLAGS)| ; \
74
		 /--libs gtk+-2.0/s|=.*|= $$(GTK_LIBS)| ; \
75
		 /X11R6/s|^|#|' ${WRKSRC}/src/osd/sdl/sdl.mak
60
76
61
do-install:
77
do-install:
62
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
78
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
63
	${MKDIR} ${PREFIX}/libexec/${PORTNAME}
79
	@${MKDIR} ${PREFIX}/libexec/${PORTNAME}
64
	${INSTALL_PROGRAM} ${WRKSRC}/chdman ${PREFIX}/libexec/${PORTNAME}
80
.for FILE in castool chdman imgtool jedutil ldresample ldverify romcmp \
65
	${INSTALL_PROGRAM} ${WRKSRC}/imgtool ${PREFIX}/libexec/${PORTNAME}
81
	testkeys unidasm
66
	${INSTALL_PROGRAM} ${WRKSRC}/jedutil ${PREFIX}/libexec/${PORTNAME}
82
	${INSTALL_PROGRAM} ${WRKSRC}/${FILE} ${PREFIX}/libexec/${PORTNAME}
67
	${INSTALL_PROGRAM} ${WRKSRC}/ldresample ${PREFIX}/libexec/${PORTNAME}
83
.endfor
68
	${INSTALL_PROGRAM} ${WRKSRC}/ldverify ${PREFIX}/libexec/${PORTNAME}
84
	@${MKDIR} ${DATADIR}
69
	${INSTALL_PROGRAM} ${WRKSRC}/testkeys ${PREFIX}/libexec/${PORTNAME}
85
	@(cd ${WRKSRC} && ${COPYTREE_SHARE} artwork ${DATADIR})
70
	${INSTALL_PROGRAM} ${WRKSRC}/unidasm ${PREFIX}/libexec/${PORTNAME}
86
	@(cd ${WRKSRC} && ${COPYTREE_SHARE} hash ${DATADIR})
87
	@(cd ${WRKSRC}/src/osd/sdl && ${COPYTREE_SHARE} keymaps ${DATADIR})
71
.if !defined(NOPORTDOCS)
88
.if !defined(NOPORTDOCS)
72
	${MKDIR} ${DOCSDIR}
89
	@${MKDIR} ${DOCSDIR}
73
	${INSTALL_DATA} ${WRKSRC}/*.txt ${DOCSDIR}
90
	${INSTALL_DATA} ${WRKSRC}/*.txt ${DOCSDIR}
74
	${CP} -R ${WRKSRC}/docs ${DOCSDIR}
91
	@(cd ${WRKSRC} && ${COPYTREE_SHARE} docs ${DOCSDIR})
92
.endif
93
.if !defined(NOPORTEXAMPLES)
94
	@${MKDIR} ${EXAMPLESDIR}
95
	${INSTALL_DATA} ${FILESDIR}/mess.ini ${EXAMPLESDIR}
75
.endif
96
.endif
76
	${MKDIR} ${DATADIR}
77
	${CP} -R ${WRKSRC}/hash ${DATADIR}/
78
	${CP} -R ${WRKSRC}/artwork ${DATADIR}/
79
	${MKDIR} ${EXAMPLESDIR}
80
	${CP} ${FILESDIR}/mess.ini ${EXAMPLESDIR}
81
82
post-install:
83
	@${ECHO_CMD}
84
	@${CAT} ${PKGMESSAGE}
97
	@${CAT} ${PKGMESSAGE}
85
	@${ECHO_CMD}
86
98
87
.include <bsd.port.post.mk>
99
.include <bsd.port.post.mk>
(-)emulators/mess/distinfo (-4 / +2 lines)
Lines 1-4 Link Here
1
SHA256 (mame0139s.zip) = e9dc268530b9a2b6fe17330af96dc5680dadba1b5e444bf7ef8fa1f15de7f3d6
1
SHA256 (mame/mess0145s.zip) = 36f871148454e5113b8d7a04c2bd086f7e39f218ea4dc7c612bfc424ea406d4e
2
SIZE (mame0139s.zip) = 16706970
2
SIZE (mame/mess0145s.zip) = 61648176
3
SHA256 (mess0139s.zip) = def723e0e87c6b541c145c9a5c92d86187d530662fb88b186f0c596e1e1309ed
4
SIZE (mess0139s.zip) = 18474426
(-)emulators/mess/files/mess.ini (-12 / +18 lines)
Lines 4-20 Link Here
4
# CORE CONFIGURATION OPTIONS
4
# CORE CONFIGURATION OPTIONS
5
#
5
#
6
readconfig                1
6
readconfig                1
7
writeconfig               0
7
8
8
#
9
#
9
# CORE SEARCH PATH OPTIONS
10
# CORE SEARCH PATH OPTIONS
10
#
11
#
11
rompath                   $HOME/.mess/roms
12
rompath                   $HOME/.mess/roms
12
hashpath                  $HOME/.mess/hash;/usr/local/share/sdlmess/hash/
13
hashpath                  $HOME/.mess/hash;/usr/local/share/mess/hash/
13
samplepath                $HOME/.mess/samples
14
samplepath                $HOME/.mess/samples
14
artpath                   $HOME/.mess/artwork;/usr/local/share/sdlmess/artwork/
15
artpath                   $HOME/.mess/artwork;/usr/local/share/mess/artwork/
15
ctrlrpath                 $HOME/.mess/ctrlr
16
ctrlrpath                 $HOME/.mess/ctrlr
16
inipath                   $HOME/.mess;.;ini
17
inipath                   $HOME/.mess;.;ini
17
fontpath                  $HOME/.mess/font;/usr/local/share/sdlmess/
18
fontpath                  $HOME/.mess/font;/usr/local/share/mess/
18
cheatpath                 $HOME/.mess/cheat
19
cheatpath                 $HOME/.mess/cheat
19
crosshairpath             $HOME/.mess/crosshair
20
crosshairpath             $HOME/.mess/crosshair
20
21
Lines 74-79 Link Here
74
use_backdrops             1
75
use_backdrops             1
75
use_overlays              1
76
use_overlays              1
76
use_bezels                1
77
use_bezels                1
78
use_cpanels               1
79
use_marquees              1
77
80
78
#
81
#
79
# CORE SCREEN OPTIONS
82
# CORE SCREEN OPTIONS
Lines 82-87 Link Here
82
contrast                  1.0
85
contrast                  1.0
83
gamma                     1.0
86
gamma                     1.0
84
pause_brightness          0.65
87
pause_brightness          0.65
88
effect                    none
85
89
86
#
90
#
87
# CORE VECTOR OPTIONS
91
# CORE VECTOR OPTIONS
Lines 113-118 Link Here
113
joystick_map              auto
117
joystick_map              auto
114
joystick_deadzone         0.3
118
joystick_deadzone         0.3
115
joystick_saturation       0.85
119
joystick_saturation       0.85
120
natural                   0
121
joystick_contradictory    0
122
coin_impulse              0
116
123
117
#
124
#
118
# CORE INPUT AUTOMATIC ENABLE OPTIONS
125
# CORE INPUT AUTOMATIC ENABLE OPTIONS
Lines 134-139 Link Here
134
update_in_pause           0
141
update_in_pause           0
135
debug                     0
142
debug                     0
136
debugscript               
143
debugscript               
144
debug_internal            0
137
145
138
#
146
#
139
# CORE MISC OPTIONS
147
# CORE MISC OPTIONS
Lines 141-157 Link Here
141
bios                      
149
bios                      
142
cheat                     0
150
cheat                     0
143
skip_gameinfo             0
151
skip_gameinfo             0
152
uifont                    default
153
ramsize                   
154
confirm_quit              0
144
155
145
#
156
#
146
# DEBUGGING OPTIONS
157
# DEBUGGING OPTIONS
147
#
158
#
148
oslog                     0
159
oslog                     0
160
watchdog                  0
149
161
150
#
162
#
151
# PERFORMANCE OPTIONS
163
# PERFORMANCE OPTIONS
152
#
164
#
153
multithreading            0
165
multithreading            0
166
numprocessors             auto
154
sdlvideofps               0
167
sdlvideofps               0
168
bench                     0
155
169
156
#
170
#
157
# VIDEO OPTIONS
171
# VIDEO OPTIONS
Lines 162-171 Link Here
162
maximize                  1
176
maximize                  1
163
keepaspect                1
177
keepaspect                1
164
unevenstretch             1
178
unevenstretch             1
165
effect                    none
166
centerh                   1
179
centerh                   1
167
centerv                   1
180
centerv                   1
168
waitvsync                 0
181
waitvsync                 0
182
syncrefresh               0
169
scalemode                 none
183
scalemode                 none
170
184
171
#
185
#
Lines 262-272 Link Here
262
videodriver               auto
276
videodriver               auto
263
audiodriver               auto
277
audiodriver               auto
264
gl_lib                    auto
278
gl_lib                    auto
265
266
#
267
# MESS SPECIFIC OPTIONS
268
#
269
ramsize                   
270
writeconfig               0
271
skip_warnings             0
272
natural                   0
(-)emulators/mess/files/patch-debugcpu.c (-13 lines)
Lines 1-13 Link Here
1
--- src/emu/debug/debugcpu.c.orig	2010-08-01 23:31:06.000000000 +0200
2
+++ src/emu/debug/debugcpu.c	2010-08-01 23:31:23.000000000 +0200
3
@@ -49,7 +49,9 @@
4
 #include "debugint/debugint.h"
5
 #include "uiinput.h"
6
 #include <ctype.h>
7
-
8
+#ifdef __FreeBSD__
9
+#undef tolower
10
+#endif
11
 
12
 
13
 /***************************************************************************
(-)emulators/mess/files/patch-makefile (-22 lines)
Lines 1-22 Link Here
1
--- makefile.orig	2010-08-01 23:04:35.000000000 +0200
2
+++ makefile	2010-08-01 23:04:58.000000000 +0200
3
@@ -295,8 +295,8 @@
4
 
5
 # compiler, linker and utilities
6
 AR = @ar
7
-CC = @gcc
8
-LD = @g++
9
+CC:= @$(CC)
10
+LD:= @$(CXX)
11
 MD = -mkdir$(EXE)
12
 RM = @rm -f
13
 OBJDUMP = @objdump
14
@@ -344,7 +344,7 @@
15
 endif
16
 
17
 # fullname is prefix+name+suffix+suffix64+suffixdebug
18
-FULLNAME = $(PREFIX)$(PREFIXSDL)$(NAME)$(SUFFIX)$(SUFFIX64)$(SUFFIXDEBUG)$(SUFFIXPROFILE)
19
+FULLNAME = $(NAME)
20
 
21
 # add an EXE suffix to get the final emulator name
22
 EMULATOR = $(FULLNAME)$(EXE)
(-)emulators/mess/files/pkg-message.in (-5 / +6 lines)
Lines 1-13 Link Here
1
==============================================================================
1
==============================================================================
2
2
3
SDLMESS has been installed.
3
MESS has been installed.
4
4
5
A example configuration file has been installed in "%%EXAMPLESDIR%%/mess.ini"
5
A example configuration file has been installed in
6
"%%EXAMPLESDIR%%/mess.ini"
6
Should you create a "~/.mess" directory and place it here or
7
Should you create a "~/.mess" directory and place it here or
7
launch "sdlmess -createconfig" and place the mess.ini created instead.
8
launch "mess -createconfig" and place the mess.ini created instead.
8
9
9
If you have a non-qwerty keyboard, you should put in your mame.ini :
10
If you have a non-qwerty keyboard, you should put in your mess.ini :
10
keymap 	    1
11
keymap      1
11
keymap_file %%DATADIR%%/keymaps/km-XX.txt
12
keymap_file %%DATADIR%%/keymaps/km-XX.txt
12
13
13
==============================================================================
14
==============================================================================
(-)emulators/mess/files/sdl.mak.patch (-32 lines)
Lines 1-32 Link Here
1
--- src/osd/sdl/sdl.mak.orig	2010-02-14 04:47:30.000000000 +0100
2
+++ src/osd/sdl/sdl.mak	2010-08-02 11:50:12.000000000 +0200
3
@@ -139,7 +139,8 @@
4
 ifeq ($(TARGETOS),freebsd)
5
 BASE_TARGETOS = unix
6
 SYNC_IMPLEMENTATION = tc
7
-DEFS += -DNO_AFFINITY_NP
8
+DEFS += -DNO_AFFINITY_NP -DNO_DEBUGGER
9
+NO_DEBUGGER=1
10
 # /usr/local/include is not considered a system include directory
11
 # on FreeBSD. GL.h resides there and throws warnings
12
 CCOMFLAGS += -isystem /usr/local/include
13
@@ -304,7 +305,7 @@
14
 ifeq ($(BASE_TARGETOS),unix)
15
 
16
 DEFS += -DSDLMAME_UNIX
17
-DEBUGOBJS = $(SDLOBJ)/debugwin.o $(SDLOBJ)/dview.o $(SDLOBJ)/debug-sup.o $(SDLOBJ)/debug-intf.o
18
+DEBUGOBJS = $(SDLOBJ)/debugwin.o
19
 LIBGL = -lGL
20
 ifeq ($(NO_X11),1)
21
 NO_DEBUGGER = 1
22
@@ -454,8 +455,8 @@
23
 
24
 # the new debugger relies on GTK+ in addition to the base SDLMAME needs
25
 # Non-X11 builds can not use the debugger
26
-CCOMFLAGS += `pkg-config --cflags gtk+-2.0` `pkg-config --cflags gconf-2.0`
27
-LIBS += `pkg-config --libs gtk+-2.0` `pkg-config --libs gconf-2.0`
28
+#CCOMFLAGS += `pkg-config --cflags gtk+-2.0` `pkg-config --cflags gconf-2.0`
29
+#LIBS += `pkg-config --libs gtk+-2.0` `pkg-config --libs gconf-2.0`
30
 #CCOMFLAGS += -DGTK_DISABLE_DEPRECATED
31
 
32
 # some systems still put important things in a different prefix
(-)emulators/mess/pkg-descr (-15 / +7 lines)
Lines 1-17 Link Here
1
SDLMAME is a port of the popular MAME. There are a few principles that guide
1
MESS is an acronym that stands for Multi Emulator Super System. MESS will
2
it's development:
2
more or less faithfully reproduce computer and console systems on a PC.
3
MESS can currently emulate over 250 systems from the last 5 decades.
3
4
4
1) Run on Linux/Unix, Mac OS X, and other SDL supported operating systems with
5
MESS emulates the hardware of the systems and sometimes utilizes ROM
5
   as few changes as possible to the base Win32 code. This means we can track
6
images to load programs and games. Therefore, these systems are NOT
6
   changes faster than larger more conventional ports such as MacMAME, and we
7
simulations, but the actual emulations of the hardware.
7
   also maintain what I call "Firefox compatibilty" where learning a major app
8
   only needs to be done once per application, and it then applies across many
9
   operating systems. If you can use the command-line Win32 MAME, you already
10
   know how to use SDLMAME on any platform you may encounter it on.
11
8
12
2) MAME developers are important. By keeping quickly up to date, we make it
9
WWW: http://www.mess.org/
13
   easy for people on non-Windows platforms to make and submit changes to the
14
   core MAME code, and we offer native implementations of MAME's multi-window
15
   GUI debugger on both Linux/Unix and Mac OS X.
16
17
WWW: http://rbelmont.mameworld.info/?page_id=163
(-)emulators/mess/pkg-plist (-124 / +206 lines)
Lines 1-63 Link Here
1
bin/mess
1
bin/mess
2
libexec/mess/castool
2
libexec/mess/chdman
3
libexec/mess/chdman
3
libexec/mess/imgtool
4
libexec/mess/imgtool
4
libexec/mess/jedutil
5
libexec/mess/jedutil
5
libexec/mess/ldresample
6
libexec/mess/ldresample
6
libexec/mess/ldverify
7
libexec/mess/ldverify
8
libexec/mess/romcmp
7
libexec/mess/testkeys
9
libexec/mess/testkeys
8
libexec/mess/unidasm
10
libexec/mess/unidasm
9
%%PORTDOCS%%%%DOCSDIR%%/whatsnew.txt
11
%%PORTDOCS%%%%DOCSDIR%%/docs/compiling.htm
10
%%PORTDOCS%%%%DOCSDIR%%/docs/config.txt
12
%%PORTDOCS%%%%DOCSDIR%%/docs/config.txt
11
%%PORTDOCS%%%%DOCSDIR%%/docs/credits.htm
13
%%PORTDOCS%%%%DOCSDIR%%/docs/credits.htm
12
%%PORTDOCS%%%%DOCSDIR%%/docs/faq.htm
14
%%PORTDOCS%%%%DOCSDIR%%/docs/faq.htm
15
%%PORTDOCS%%%%DOCSDIR%%/docs/hlsl.txt
16
%%PORTDOCS%%%%DOCSDIR%%/docs/howto.htm
13
%%PORTDOCS%%%%DOCSDIR%%/docs/imgtool.txt
17
%%PORTDOCS%%%%DOCSDIR%%/docs/imgtool.txt
14
%%PORTDOCS%%%%DOCSDIR%%/docs/license.txt
18
%%PORTDOCS%%%%DOCSDIR%%/docs/license.txt
15
%%PORTDOCS%%%%DOCSDIR%%/docs/mame.txt
19
%%PORTDOCS%%%%DOCSDIR%%/docs/mame.txt
16
%%PORTDOCS%%%%DOCSDIR%%/docs/messnew.txt
20
%%PORTDOCS%%%%DOCSDIR%%/docs/messnew.txt
17
%%PORTDOCS%%%%DOCSDIR%%/docs/newvideo.txt
21
%%PORTDOCS%%%%DOCSDIR%%/docs/newvideo.txt
18
%%PORTDOCS%%%%DOCSDIR%%/docs/windows.txt
22
%%PORTDOCS%%%%DOCSDIR%%/docs/windows.txt
19
%%PORTDOCS%%%%DOCSDIR%%/docs/wintoc.xml
23
%%PORTDOCS%%%%DOCSDIR%%/whatsnew.txt
20
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/choice.htm
24
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mess.ini
21
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/compile.htm
22
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/config.htm
23
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/control.htm
24
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/guiconf.htm
25
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/guiuse.htm
26
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/install.htm
27
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/instroms.htm
28
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/main.htm
29
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/mgeroms.htm
30
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/osmenu.htm
31
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/runsw.htm
32
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/suppsys.htm
33
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/update.htm
34
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/win32cmd.htm
35
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/images/command.gif
36
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/images/frog.gif
37
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/images/gui.gif
38
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/images/guiaudit.gif
39
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/images/iniicon.gif
40
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/images/keybcnt.gif
41
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/images/logo.gif
42
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/images/newmenu.gif
43
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/images/oldmenu.gif
44
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/images/prop.gif
45
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/images/propadv.gif
46
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/images/propctrlr.gif
47
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/images/propd3d.gif
48
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/images/propmisc.gif
49
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/images/props.gif
50
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/images/propsnd.gif
51
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/images/propvec.gif
52
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/images/startup.gif
53
%%PORTDOCS%%%%DOCSDIR%%/docs/windows/images/tree.gif
54
%%DATADIR%%/artwork/4004clk.zip
25
%%DATADIR%%/artwork/4004clk.zip
26
%%DATADIR%%/artwork/academy.zip
55
%%DATADIR%%/artwork/aim65.zip
27
%%DATADIR%%/artwork/aim65.zip
28
%%DATADIR%%/artwork/alm16.zip
29
%%DATADIR%%/artwork/alm32.zip
56
%%DATADIR%%/artwork/amsterd.zip
30
%%DATADIR%%/artwork/amsterd.zip
31
%%DATADIR%%/artwork/aperture.png
57
%%DATADIR%%/artwork/avigo.zip
32
%%DATADIR%%/artwork/avigo.zip
58
%%DATADIR%%/artwork/dallas.zip
33
%%DATADIR%%/artwork/berlinp.zip
34
%%DATADIR%%/artwork/bpl32.zip
35
%%DATADIR%%/artwork/ccmk1.zip
36
%%DATADIR%%/artwork/ccmk2.zip
59
%%DATADIR%%/artwork/dallas16.zip
37
%%DATADIR%%/artwork/dallas16.zip
60
%%DATADIR%%/artwork/dallas32.zip
38
%%DATADIR%%/artwork/gen32.zip
39
%%DATADIR%%/artwork/gen32_41.zip
40
%%DATADIR%%/artwork/gen32_oc.zip
61
%%DATADIR%%/artwork/glasgow.zip
41
%%DATADIR%%/artwork/glasgow.zip
62
%%DATADIR%%/artwork/hp48g.zip
42
%%DATADIR%%/artwork/hp48g.zip
63
%%DATADIR%%/artwork/hp48gp.zip
43
%%DATADIR%%/artwork/hp48gp.zip
Lines 66-171 Link Here
66
%%DATADIR%%/artwork/hp48sx.zip
46
%%DATADIR%%/artwork/hp48sx.zip
67
%%DATADIR%%/artwork/junior.zip
47
%%DATADIR%%/artwork/junior.zip
68
%%DATADIR%%/artwork/kim1.zip
48
%%DATADIR%%/artwork/kim1.zip
69
%%DATADIR%%/artwork/mk1.zip
49
%%DATADIR%%/artwork/lond020.zip
70
%%DATADIR%%/artwork/mk2.zip
50
%%DATADIR%%/artwork/lond030.zip
51
%%DATADIR%%/artwork/lyon16.zip
52
%%DATADIR%%/artwork/lyon32.zip
53
%%DATADIR%%/artwork/milano.zip
71
%%DATADIR%%/artwork/mm4.zip
54
%%DATADIR%%/artwork/mm4.zip
72
%%DATADIR%%/artwork/mm5.zip
55
%%DATADIR%%/artwork/mo5.zip
73
%%DATADIR%%/artwork/mm50.zip
56
%%DATADIR%%/artwork/mo5nr.zip
57
%%DATADIR%%/artwork/mo6.zip
58
%%DATADIR%%/artwork/monteciv.zip
74
%%DATADIR%%/artwork/mpf1.zip
59
%%DATADIR%%/artwork/mpf1.zip
75
%%DATADIR%%/artwork/mpf1b.zip
60
%%DATADIR%%/artwork/mpf1b.zip
76
%%DATADIR%%/artwork/pc1401.zip
61
%%DATADIR%%/artwork/pc1401.zip
77
%%DATADIR%%/artwork/pc1402.zip
62
%%DATADIR%%/artwork/pc1402.zip
78
%%DATADIR%%/artwork/pc1403.zip
63
%%DATADIR%%/artwork/pc1403.zip
79
%%DATADIR%%/artwork/rebel5.zip
64
%%DATADIR%%/artwork/polgar.zip
80
%%DATADIR%%/artwork/roma32.zip
65
%%DATADIR%%/artwork/sexpertc.zip
81
%%DATADIR%%/artwork/ssystem3.zip
66
%%DATADIR%%/artwork/ssystem3.zip
82
%%DATADIR%%/artwork/thomson.zip
67
%%DATADIR%%/artwork/supercon.zip
83
%%DATADIR%%/hash/a2600.hsi
68
%%DATADIR%%/artwork/to7.zip
69
%%DATADIR%%/artwork/to770.zip
70
%%DATADIR%%/artwork/to8.zip
71
%%DATADIR%%/artwork/to9.zip
72
%%DATADIR%%/artwork/to9p.zip
73
%%DATADIR%%/artwork/van16.zip
74
%%DATADIR%%/artwork/van32.zip
75
%%DATADIR%%/artwork/white.png
76
%%DATADIR%%/hash/32x.xml
77
%%DATADIR%%/hash/3do_m2.xml
78
%%DATADIR%%/hash/a2600.xml
79
%%DATADIR%%/hash/a2600_cass.xml
84
%%DATADIR%%/hash/a5200.hsi
80
%%DATADIR%%/hash/a5200.hsi
85
%%DATADIR%%/hash/a7800.hsi
81
%%DATADIR%%/hash/a5200.xml
86
%%DATADIR%%/hash/a800.hsi
82
%%DATADIR%%/hash/a7800.xml
87
%%DATADIR%%/hash/a800xl.hsi
83
%%DATADIR%%/hash/a800.xml
88
%%DATADIR%%/hash/advision.hsi
84
%%DATADIR%%/hash/abc1600.xml
89
%%DATADIR%%/hash/aim65.hsi
85
%%DATADIR%%/hash/abc80.xml
90
%%DATADIR%%/hash/apexc.hsi
86
%%DATADIR%%/hash/abc800.xml
91
%%DATADIR%%/hash/apfm1000.hsi
87
%%DATADIR%%/hash/abc806.xml
92
%%DATADIR%%/hash/apple1.hsi
88
%%DATADIR%%/hash/advision.xml
93
%%DATADIR%%/hash/apple2.hsi
89
%%DATADIR%%/hash/alice32.xml
94
%%DATADIR%%/hash/aquarius.hsi
90
%%DATADIR%%/hash/alice90.xml
95
%%DATADIR%%/hash/arcadia.hsi
91
%%DATADIR%%/hash/apfm1000.xml
96
%%DATADIR%%/hash/astrocde.hsi
92
%%DATADIR%%/hash/apple1.xml
97
%%DATADIR%%/hash/bbca.hsi
93
%%DATADIR%%/hash/apple2.xml
98
%%DATADIR%%/hash/c128.hsi
94
%%DATADIR%%/hash/apple2gs.xml
99
%%DATADIR%%/hash/c16.hsi
95
%%DATADIR%%/hash/aquarius.xml
100
%%DATADIR%%/hash/c64.hsi
96
%%DATADIR%%/hash/arcadia.xml
101
%%DATADIR%%/hash/cbm30.hsi
97
%%DATADIR%%/hash/astrocde.xml
102
%%DATADIR%%/hash/cbm40.hsi
98
%%DATADIR%%/hash/atom.xml
103
%%DATADIR%%/hash/cbm610.hsi
99
%%DATADIR%%/hash/bbcbc.xml
104
%%DATADIR%%/hash/cbm80.hsi
100
%%DATADIR%%/hash/bw2.xml
105
%%DATADIR%%/hash/cgenie.hsi
101
%%DATADIR%%/hash/c128_cart.xml
106
%%DATADIR%%/hash/channelf.hsi
102
%%DATADIR%%/hash/c128_flop.xml
107
%%DATADIR%%/hash/coco.hsi
103
%%DATADIR%%/hash/c128_rom.xml
108
%%DATADIR%%/hash/coleco.hsi
104
%%DATADIR%%/hash/c64_cart.xml
109
%%DATADIR%%/hash/cpc464.hsi
105
%%DATADIR%%/hash/c64_flop.xml
110
%%DATADIR%%/hash/cpc6128.hsi
106
%%DATADIR%%/hash/casloopy.xml
111
%%DATADIR%%/hash/dragon64.hsi
107
%%DATADIR%%/hash/cbm700_cart.xml
112
%%DATADIR%%/hash/ep128.hsi
108
%%DATADIR%%/hash/cd32.xml
113
%%DATADIR%%/hash/exidy.hsi
109
%%DATADIR%%/hash/cdi.xml
114
%%DATADIR%%/hash/gameboy.hsi
110
%%DATADIR%%/hash/cdtv.xml
115
%%DATADIR%%/hash/gamecom.hsi
111
%%DATADIR%%/hash/channelf.xml
116
%%DATADIR%%/hash/gamegear.hsi
112
%%DATADIR%%/hash/coco_cart.xml
117
%%DATADIR%%/hash/genesis.hsi
113
%%DATADIR%%/hash/coleco.xml
118
%%DATADIR%%/hash/ibmpc.hsi
114
%%DATADIR%%/hash/cpc_cass.xml
119
%%DATADIR%%/hash/ibmpcjr.hsi
115
%%DATADIR%%/hash/cpc_flop.xml
116
%%DATADIR%%/hash/crvision.xml
117
%%DATADIR%%/hash/dim68k.xml
118
%%DATADIR%%/hash/einstein.xml
119
%%DATADIR%%/hash/famicom_flop.xml
120
%%DATADIR%%/hash/fm77av.xml
121
%%DATADIR%%/hash/fm7_cass.xml
122
%%DATADIR%%/hash/fm7_disk.xml
123
%%DATADIR%%/hash/gameboy.xml
124
%%DATADIR%%/hash/gamecom.xml
125
%%DATADIR%%/hash/gamegear.xml
126
%%DATADIR%%/hash/gamepock.xml
127
%%DATADIR%%/hash/gba.xml
128
%%DATADIR%%/hash/gbcolor.xml
129
%%DATADIR%%/hash/gmaster.xml
130
%%DATADIR%%/hash/gx4000.xml
131
%%DATADIR%%/hash/ibm5140.xml
132
%%DATADIR%%/hash/ibm5170.xml
133
%%DATADIR%%/hash/ibmpcjr_cart.xml
134
%%DATADIR%%/hash/ibmpcjr_flop.xml
120
%%DATADIR%%/hash/intv.hsi
135
%%DATADIR%%/hash/intv.hsi
121
%%DATADIR%%/hash/jaguar.hsi
136
%%DATADIR%%/hash/intv.xml
122
%%DATADIR%%/hash/jupiter.hsi
137
%%DATADIR%%/hash/intvecs.xml
123
%%DATADIR%%/hash/laser210.hsi
138
%%DATADIR%%/hash/iq151_cart.xml
124
%%DATADIR%%/hash/lisa2.hsi
139
%%DATADIR%%/hash/iq151_flop.xml
125
%%DATADIR%%/hash/lviv.hsi
140
%%DATADIR%%/hash/jaguar.xml
126
%%DATADIR%%/hash/lynx.hsi
141
%%DATADIR%%/hash/juicebox.xml
127
%%DATADIR%%/hash/max.hsi
142
%%DATADIR%%/hash/kc_cart.xml
128
%%DATADIR%%/hash/mc10.hsi
143
%%DATADIR%%/hash/kc_cass.xml
129
%%DATADIR%%/hash/megaduck.hsi
144
%%DATADIR%%/hash/kc_flop.xml
130
%%DATADIR%%/hash/microtan.hsi
145
%%DATADIR%%/hash/lisa.xml
131
%%DATADIR%%/hash/mo5.hsi
146
%%DATADIR%%/hash/lisa2.xml
147
%%DATADIR%%/hash/lynx.xml
148
%%DATADIR%%/hash/m5.xml
149
%%DATADIR%%/hash/mac_flop.xml
150
%%DATADIR%%/hash/mac_hdd.xml
151
%%DATADIR%%/hash/megacd.xml
152
%%DATADIR%%/hash/megacdj.xml
153
%%DATADIR%%/hash/megadriv.xml
154
%%DATADIR%%/hash/megaduck.xml
155
%%DATADIR%%/hash/megapc.xml
156
%%DATADIR%%/hash/mpz80.xml
132
%%DATADIR%%/hash/msx.hsi
157
%%DATADIR%%/hash/msx.hsi
158
%%DATADIR%%/hash/msx1_cart.xml
133
%%DATADIR%%/hash/msx2.hsi
159
%%DATADIR%%/hash/msx2.hsi
134
%%DATADIR%%/hash/mtx512.hsi
160
%%DATADIR%%/hash/msx2_cart.xml
135
%%DATADIR%%/hash/n64.hsi
161
%%DATADIR%%/hash/mz2500.xml
136
%%DATADIR%%/hash/nascom1.hsi
162
%%DATADIR%%/hash/n64.xml
163
%%DATADIR%%/hash/neogeo.xml
137
%%DATADIR%%/hash/nes.hsi
164
%%DATADIR%%/hash/nes.hsi
138
%%DATADIR%%/hash/odyssey2.hsi
165
%%DATADIR%%/hash/nes.xml
139
%%DATADIR%%/hash/oric.hsi
166
%%DATADIR%%/hash/next.xml
140
%%DATADIR%%/hash/p2000t.hsi
167
%%DATADIR%%/hash/ngp.xml
141
%%DATADIR%%/hash/pce.hsi
168
%%DATADIR%%/hash/ngpc.xml
142
%%DATADIR%%/hash/pdp1.hsi
169
%%DATADIR%%/hash/pasogo.xml
143
%%DATADIR%%/hash/pet.hsi
170
%%DATADIR%%/hash/pb2000c.xml
144
%%DATADIR%%/hash/pico.hsi
171
%%DATADIR%%/hash/pc1512.xml
145
%%DATADIR%%/hash/pokemini.hsi
172
%%DATADIR%%/hash/pc1640.xml
146
%%DATADIR%%/hash/psx.hsi
173
%%DATADIR%%/hash/pc8201.xml
147
%%DATADIR%%/hash/samcoupe.hsi
174
%%DATADIR%%/hash/pc8801_cass.xml
148
%%DATADIR%%/hash/sms.hsi
175
%%DATADIR%%/hash/pc8801_flop.xml
149
%%DATADIR%%/hash/snes.hsi
176
%%DATADIR%%/hash/pc88va.xml
150
%%DATADIR%%/hash/sordm5.hsi
177
%%DATADIR%%/hash/pc98.xml
151
%%DATADIR%%/hash/spectrum.hsi
178
%%DATADIR%%/hash/pce.xml
152
%%DATADIR%%/hash/studio2.hsi
179
%%DATADIR%%/hash/pcecd.xml
153
%%DATADIR%%/hash/svi318.hsi
180
%%DATADIR%%/hash/pico.xml
154
%%DATADIR%%/hash/svision.hsi
181
%%DATADIR%%/hash/pippin.xml
155
%%DATADIR%%/hash/ti99_4a.hsi
182
%%DATADIR%%/hash/pippin_flop.xml
156
%%DATADIR%%/hash/ts2068.hsi
183
%%DATADIR%%/hash/plus4_cart.xml
157
%%DATADIR%%/hash/vboy.hsi
184
%%DATADIR%%/hash/plus4_flop.xml
158
%%DATADIR%%/hash/vc4000.hsi
185
%%DATADIR%%/hash/pokemini.xml
159
%%DATADIR%%/hash/vectrex.hsi
186
%%DATADIR%%/hash/psion.xml
160
%%DATADIR%%/hash/vic20.hsi
187
%%DATADIR%%/hash/psx.xml
161
%%DATADIR%%/hash/wswan.hsi
188
%%DATADIR%%/hash/pv1000.xml
162
%%EXAMPLESDIR%%/mess.ini
189
%%DATADIR%%/hash/pv2000.xml
163
@dirrm %%DATADIR%%/artwork
190
%%DATADIR%%/hash/ql.xml
191
%%DATADIR%%/hash/rainbow.xml
192
%%DATADIR%%/hash/rx78.xml
193
%%DATADIR%%/hash/sage2.xml
194
%%DATADIR%%/hash/sat_cart.xml
195
%%DATADIR%%/hash/saturn.xml
196
%%DATADIR%%/hash/scv.xml
197
%%DATADIR%%/hash/segacd.xml
198
%%DATADIR%%/hash/sg1000.xml
199
%%DATADIR%%/hash/sgx.xml
200
%%DATADIR%%/hash/smc777.xml
201
%%DATADIR%%/hash/sms.xml
202
%%DATADIR%%/hash/snes.xml
203
%%DATADIR%%/hash/softwarelist.dtd
204
%%DATADIR%%/hash/sorcerer_cart.xml
205
%%DATADIR%%/hash/spectrum.xml
206
%%DATADIR%%/hash/st.xml
207
%%DATADIR%%/hash/studio2.xml
208
%%DATADIR%%/hash/super6.xml
209
%%DATADIR%%/hash/supracan.xml
210
%%DATADIR%%/hash/svi318_cart.xml
211
%%DATADIR%%/hash/svi318_cass.xml
212
%%DATADIR%%/hash/svi318_flop.xml
213
%%DATADIR%%/hash/svision.xml
214
%%DATADIR%%/hash/tandy200.xml
215
%%DATADIR%%/hash/tdv2324.xml
216
%%DATADIR%%/hash/tg16.xml
217
%%DATADIR%%/hash/tiki100.xml
218
%%DATADIR%%/hash/trs80m2.xml
219
%%DATADIR%%/hash/trsm100.xml
220
%%DATADIR%%/hash/tutor.xml
221
%%DATADIR%%/hash/uzebox.xml
222
%%DATADIR%%/hash/v1050.xml
223
%%DATADIR%%/hash/vboy.xml
224
%%DATADIR%%/hash/vc4000.xml
225
%%DATADIR%%/hash/vectrex.xml
226
%%DATADIR%%/hash/vg5k.xml
227
%%DATADIR%%/hash/vic10.xml
228
%%DATADIR%%/hash/vic1001_cart.xml
229
%%DATADIR%%/hash/vic1001_flop.xml
230
%%DATADIR%%/hash/vidbrain.xml
231
%%DATADIR%%/hash/vii.xml
232
%%DATADIR%%/hash/vixen.xml
233
%%DATADIR%%/hash/vsmile.xml
234
%%DATADIR%%/hash/wscolor.xml
235
%%DATADIR%%/hash/wswan.xml
236
%%DATADIR%%/hash/x1_cass.xml
237
%%DATADIR%%/hash/x1_flop.xml
238
%%DATADIR%%/hash/x68k_flop.xml
239
%%DATADIR%%/hash/xegs.xml
240
%%DATADIR%%/keymaps/km-be.txt
241
%%DATADIR%%/keymaps/km-ch.txt
242
%%DATADIR%%/keymaps/km-de.txt
243
%%DATADIR%%/keymaps/km-fr-OSX.txt
244
%%DATADIR%%/keymaps/km-fr.txt
245
%%DATADIR%%/keymaps/km_it.txt
246
@dirrm %%DATADIR%%/keymaps
164
@dirrm %%DATADIR%%/hash
247
@dirrm %%DATADIR%%/hash
248
@dirrm %%DATADIR%%/artwork
165
@dirrm %%DATADIR%%
249
@dirrm %%DATADIR%%
166
%%PORTDOCS%%@dirrm %%DOCSDIR%%/docs/windows/images
250
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
167
%%PORTDOCS%%@dirrm %%DOCSDIR%%/docs/windows
168
%%PORTDOCS%%@dirrm %%DOCSDIR%%/docs
251
%%PORTDOCS%%@dirrm %%DOCSDIR%%/docs
169
%%PORTDOCS%%@dirrm %%DOCSDIR%%
252
%%PORTDOCS%%@dirrm %%DOCSDIR%%
170
@dirrm %%EXAMPLESDIR%%
171
@dirrm libexec/mess
253
@dirrm libexec/mess

Return to bug 164991