Date: Mon, 16 Mar 2009 05:13:42 GMT From: Emmanuel Vadot <elbarto@arcadebsd.org> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/132685: Update port: emulators/qmc2 update to 0.2.b7 Message-ID: <200903160513.n2G5Dgow017097@www.freebsd.org> Resent-Message-ID: <200903160520.n2G5K0Qb056007@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 132685 >Category: ports >Synopsis: Update port: emulators/qmc2 update to 0.2.b7 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Mar 16 05:20:00 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Emmanuel Vadot >Release: 7.1-RELEASE >Organization: ArcadeBSD >Environment: FreeBSD maetel 7.1-RELEASE FreeBSD 7.1-RELEASE #0: Thu Jan 1 14:37:25 UTC 2009 root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: Update the ports to version 0.2.b7 Add SDLMAME and SDLMESS support. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -urN /usr/ports/emulators/qmc2/Makefile qmc2/Makefile --- /usr/ports/emulators/qmc2/Makefile 2008-06-22 01:18:59.000000000 +0200 +++ qmc2/Makefile 2009-03-16 05:55:45.000000000 +0100 @@ -6,26 +6,48 @@ # PORTNAME= qmc2 -PORTVERSION= 0.2.b2 -PORTREVISION= 2 +PORTVERSION= 0.2.b7 CATEGORIES= emulators MASTER_SITES= SF -MAINTAINER= alepulver@FreeBSD.org -COMMENT= Qt 4 based UNIX MAME frontend supporting SDLMAME +MAINTAINER= elbarto@ArcadeBSD.org +COMMENT= Qt 4 based UNIX MAME/MESS frontend supporting SDLMAME/SDLMESS RUN_DEPENDS= sdlmame:${PORTSDIR}/emulators/sdlmame +RUN_DEPENDS+= sdlmess:${PORTSDIR}/emulators/sdlmess USE_BZIP2= yes USE_GMAKE= yes USE_QT_VER= 4 -QT_COMPONENTS= qmake_build uic_build moc_build rcc_build gui qtestlib xml +QT_COMPONENTS= qmake_build uic_build moc_build rcc_build gui qtestlib xml phonon MAKE_ENV= QTDIR="${QTDIR}" QMAKE="${QMAKE}" SYSCONFDIR="${PREFIX}/etc" WRKSRC= ${WRKDIR}/${PORTNAME} +.include <bsd.port.pre.mk> + +post-patch: + ${CP} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.qmc2 + ${CP} ${FILESDIR}/Makefile ${WRKSRC} + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/bin/qmc2-sdlmame ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/bin/qmc2-sdlmess ${PREFIX}/bin + ${MKDIR} ${PREFIX}/share/qmc2/ + ${MKDIR} ${PREFIX}/share/qmc2/lng/ + ${CP} ${WRKSRC}/data/lng/qmc2_*.qm ${PREFIX}/share/qmc2/lng/ + ${CP} -r ${WRKSRC}/data/opt ${PREFIX}/share/qmc2/ + ${CP} -r ${WRKSRC}/data/img ${PREFIX}/share/qmc2/ + ${MKDIR} ${PREFIX}/etc/qmc2/ + ${REINPLACE_CMD} -e 's|DATADIR|${PREFIX}/share|' ${WRKSRC}/inst/qmc2.ini.template + ${CP} ${WRKSRC}/inst/qmc2.ini.template ${PREFIX}/etc/qmc2/qmc2.ini +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} + ${CP} -r ${WRKSRC}/data/doc/html ${DOCSDIR} +.endif + post-install: @${ECHO_CMD} @${CAT} ${PKGMESSAGE} @${ECHO_CMD} -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff -urN /usr/ports/emulators/qmc2/distinfo qmc2/distinfo --- /usr/ports/emulators/qmc2/distinfo 2008-05-06 21:00:53.000000000 +0200 +++ qmc2/distinfo 2009-03-16 04:37:30.000000000 +0100 @@ -1,3 +1,3 @@ -MD5 (qmc2-0.2.b2.tar.bz2) = 43675fd06c2ed3a1fccd6125bf4ab816 -SHA256 (qmc2-0.2.b2.tar.bz2) = a6039b5f2ba1c896a6028a22bcd7b4df67b8ea52c6b65dc1bb56d2c65042fdd6 -SIZE (qmc2-0.2.b2.tar.bz2) = 1166461 +MD5 (qmc2-0.2.b7.tar.bz2) = fa8de835c8f19a47cc4cf76eb5977e43 +SHA256 (qmc2-0.2.b7.tar.bz2) = 3510203f0827d3bb98819fa30191ded4c2d0b13d5cdf1db309b2d4f4c6958944 +SIZE (qmc2-0.2.b7.tar.bz2) = 2074244 diff -urN /usr/ports/emulators/qmc2/files/Makefile qmc2/files/Makefile --- /usr/ports/emulators/qmc2/files/Makefile 1970-01-01 01:00:00.000000000 +0100 +++ qmc2/files/Makefile 2009-03-16 05:06:11.000000000 +0100 @@ -0,0 +1,8 @@ +all: + gmake -f Makefile.qmc2 EMULATOR=SDLMAME + mkdir bin + mv qmc2-sdlmame bin/ + gmake -f Makefile.qmc2 EMULATOR=SDLMAME clean + gmake -f Makefile.qmc2 EMULATOR=SDLMESS + mv qmc2-sdlmess bin/ + diff -urN /usr/ports/emulators/qmc2/files/patch-Makefile qmc2/files/patch-Makefile --- /usr/ports/emulators/qmc2/files/patch-Makefile 2008-04-09 04:02:24.000000000 +0200 +++ qmc2/files/patch-Makefile 1970-01-01 01:00:00.000000000 +0100 @@ -1,51 +0,0 @@ ---- ./Makefile.orig 2008-03-26 07:34:12.000000000 -0300 -+++ ./Makefile 2008-04-07 22:51:41.000000000 -0300 -@@ -36,9 +36,6 @@ - # you want to compile a specific OS's code branch or if the "uname" - # command doesn't tell the correct OS name of your system (see also OSREL and - # MACHINE) --ifndef ARCH --ARCH = $(shell uname) --endif - - # OSREL: target system's OS-release - please only change this if you know what - # you are doing :). -@@ -82,9 +79,9 @@ - # commands are platform/distribution-specific - include arch/default.cfg - ifeq '$(OSCFG)' '1' --OSCFGFILEEXISTS = $(shell ls "arch/$(ARCH).cfg") --ifeq 'arch/$(ARCH).cfg' '$(OSCFGFILEEXISTS)' --include arch/$(ARCH).cfg -+OSCFGFILEEXISTS = $(shell ls "arch/FreeBSD.cfg") -+ifeq 'arch/FreeBSD.cfg' '$(OSCFGFILEEXISTS)' -+include arch/FreeBSD.cfg - endif - endif - ifeq '$(DISTCFG)' '1' -@@ -188,15 +185,16 @@ - - install: bin - @echo "Installing QMC2 v$(VERSION)" -- @$(MKDIR) $(DESTDIR)/$(PREFIX)/bin $(DESTDIR)/$(PREFIX)/share/$(PROJECT) $(DESTDIR)/$(SYSCONFDIR)/$(PROJECT) -- @$(RSYNC) --exclude '*svn*' ./$(PROJECT) $(DESTDIR)/$(PREFIX)/bin -- @$(RSYNC) --exclude '*svn*' ./data/lng/*.qm $(DESTDIR)/$(DATADIR)/$(PROJECT)/lng/ -- @$(RSYNC) --exclude '*svn*' ./data/opt $(DESTDIR)/$(DATADIR)/$(PROJECT)/ -- @$(RSYNC) --exclude '*svn*' ./data/img $(DESTDIR)/$(DATADIR)/$(PROJECT)/ -- @$(RSYNC) --exclude '*svn*' ./data/doc $(DESTDIR)/$(DATADIR)/$(PROJECT)/ -- @$(RSYNC) --exclude '*svn*' ./data/prv $(DESTDIR)/$(DATADIR)/$(PROJECT)/ -- @$(RSYNC) --exclude '*svn*' ./data/fly $(DESTDIR)/$(DATADIR)/$(PROJECT)/ -- @$(SED) -e "s_DATADIR_$(DATADIR)_g" < ./inst/$(PROJECT).ini.template > $(DESTDIR)/$(SYSCONFDIR)/$(PROJECT)/$(PROJECT).ini -+ @$(MKDIR) $(DESTDIR)/$(PREFIX)/bin $(DESTDIR)/$(PREFIX)/share/$(PROJECT) $(DESTDIR)/$(SYSCONFDIR)/$(PROJECT) $(DESTDIR)/$(PREFIX)/share/$(PROJECT)/lng $(DESTDIR)/$(PREFIX)/share/doc/$(PROJECT) -+ @$(CP) -r ./$(PROJECT) $(DESTDIR)/$(PREFIX)/bin -+ @$(CP) -r ./data/lng/*.qm $(DESTDIR)/$(DATADIR)/$(PROJECT)/lng/ -+ @$(CP) -r ./data/opt $(DESTDIR)/$(DATADIR)/$(PROJECT)/ -+ @$(CP) -r ./data/img $(DESTDIR)/$(DATADIR)/$(PROJECT)/ -+ @$(CP) -r ./data/doc/* $(DESTDIR)/$(PREFIX)/share/doc/$(PROJECT)/ -+ @$(CP) -r ./data/prv $(DESTDIR)/$(DATADIR)/$(PROJECT)/ -+ @$(CP) -r ./data/fly $(DESTDIR)/$(DATADIR)/$(PROJECT)/ -+ @$(SED) -e "s_DATADIR_$(DATADIR)_" < ./inst/$(PROJECT).ini.template > $(DESTDIR)/$(SYSCONFDIR)/$(PROJECT)/$(PROJECT).ini.sample -+ @test -f $(DESTDIR)/$(SYSCONFDIR)/$(PROJECT)/$(PROJECT).ini || $(CP) $(DESTDIR)/$(SYSCONFDIR)/$(PROJECT)/$(PROJECT).ini.sample $(DESTDIR)/$(SYSCONFDIR)/$(PROJECT)/$(PROJECT).ini - @echo "Installation complete" - - clean: Makefile.qmake diff -urN /usr/ports/emulators/qmc2/files/patch-arch__FreeBSD.cfg qmc2/files/patch-arch__FreeBSD.cfg --- /usr/ports/emulators/qmc2/files/patch-arch__FreeBSD.cfg 2008-04-09 04:02:24.000000000 +0200 +++ qmc2/files/patch-arch__FreeBSD.cfg 2009-03-16 04:37:30.000000000 +0100 @@ -1,6 +1,6 @@ ---- ./arch/FreeBSD.cfg.orig 2007-12-21 14:43:28.000000000 -0300 -+++ ./arch/FreeBSD.cfg 2008-04-07 22:41:33.000000000 -0300 -@@ -1,5 +1,5 @@ +--- arch/FreeBSD.cfg.orig 2009-03-16 02:40:31.000000000 +0100 ++++ arch/FreeBSD.cfg 2009-03-16 02:40:59.000000000 +0100 +@@ -1,7 +1,7 @@ -QMAKE = $(QTDIR)/bin/qmake +QMAKE ?= $(QTDIR)/bin/qmake LUPDATE = $(QTDIR)/bin/lupdate @@ -8,3 +8,5 @@ -MAKE = gmake +MAKE ?= gmake OSNAME = FreeBSD + RSYNC = rsync -lr + SED = sed -E diff -urN /usr/ports/emulators/qmc2/files/patch-arch__default.cfg qmc2/files/patch-arch__default.cfg --- /usr/ports/emulators/qmc2/files/patch-arch__default.cfg 2008-04-09 04:02:24.000000000 +0200 +++ qmc2/files/patch-arch__default.cfg 2009-03-16 04:37:30.000000000 +0100 @@ -1,10 +1,11 @@ ---- ./arch/default.cfg.orig 2007-12-21 14:43:28.000000000 -0300 -+++ ./arch/default.cfg 2008-04-07 22:41:33.000000000 -0300 -@@ -1,7 +1,5 @@ --QMAKE = qmake - LUPDATE = lupdate - LRELEASE = lrelease --MAKE = make - MKDIR = mkdir -p - RM = rm -f - LN = ln +--- arch/default.cfg.orig 2009-03-16 03:02:51.000000000 +0100 ++++ arch/default.cfg 2009-03-16 03:02:57.000000000 +0100 +@@ -1,8 +1,6 @@ + QMAKEFILE = Makefile.qmake +-QMAKE = qmake + LUPDATE = lupdate + LRELEASE = lrelease +-MAKE = make + MAKESILENT = make --silent + MKDIR = mkdir -p + RM = rm -f diff -urN /usr/ports/emulators/qmc2/pkg-descr qmc2/pkg-descr --- /usr/ports/emulators/qmc2/pkg-descr 2007-02-28 06:31:30.000000000 +0100 +++ qmc2/pkg-descr 2009-03-16 05:59:06.000000000 +0100 @@ -1,16 +1,17 @@ -M.A.M.E. Catalog / Launcher II - also referred to as QMC2 - is the successor -of one of the first XMAME GUI frontends available on this planet called -QMamecat (derived from MAMECAT, which was text-only). +M.A.M.E./M.E.S.S. Catalog / Launcher II - also referred to as QMC2 - is the +successor of one of the first UNIX MAME GUI front ends available on this planet +called QMamecat (derived from MAMECAT, which was text-only). -QMamecat was based upon Qt 2; its development was frozen in 2003. QMC2 has -been rebuilt from scratch as a Qt 4 project. Parts of the design and code were +QMamecat was based upon Qt 2; its development was frozen in 2003. QMC2 has been +rebuilt from scratch as a Qt 4 project. Parts of the design and code were inspired by its predecessor, but it's not just a remake. We tried to make the -new design as flexible as possible to minimize dependencies from frontend- and -CLI-related MAME changes, which was a major deficiency of QMamecat. QMC2 now -uses a template based MAME configuration scheme, which can easily be enhanced -with additional command line options (defined in an XML template file). +new design as flexible as possible to minimize dependencies from front end and +CLI related MAME changes, which was a major deficiency of QMamecat. QMC2 now +uses a template based emulator configuration scheme, which can easily be +enhanced with additional command line options (defined in an XML template file). -As a result of this flexible design, we are able to support multiple MAME -targets - currently XMAME and SDLMAME! +As a result of this flexible design, QMC2 can be used for multiple emulators. +Currently we support SDLMAME & SDLMESS on UNIX and Mac, +and the original variants of MAME & MESS on Windows. -WWW: http://www.mameworld.net/mamecat/ +WWW: http://qmc2.arcadehits.net/ diff -urN /usr/ports/emulators/qmc2/pkg-plist qmc2/pkg-plist --- /usr/ports/emulators/qmc2/pkg-plist 2008-05-06 21:00:53.000000000 +0200 +++ qmc2/pkg-plist 2009-03-16 05:51:10.000000000 +0100 @@ -1,83 +1,195 @@ -bin/qmc2 -@unexec cmp -s %D/etc/qmc2/qmc2.ini %D/etc/qmc2/qmc2.ini.sample && rm -f %D/etc/qmc2/qmc2.ini -etc/qmc2/qmc2.ini.sample -@exec test -f %D/etc/qmc2/qmc2.ini || cp %D/etc/qmc2/qmc2.ini.sample %D/etc/qmc2/qmc2.ini -%%DOCSDIR%%/html/de/changes.html -%%DOCSDIR%%/html/de/copying.html -%%DOCSDIR%%/html/de/credits.html -%%DOCSDIR%%/html/de/faq.html -%%DOCSDIR%%/html/de/img/ballou.png -%%DOCSDIR%%/html/de/img/jonas.png -%%DOCSDIR%%/html/de/img/rene.png -%%DOCSDIR%%/html/de/img/robert.png -%%DOCSDIR%%/html/de/img/sammy.png -%%DOCSDIR%%/html/de/img/sphere_blue.png -%%DOCSDIR%%/html/de/img/sphere_green.png -%%DOCSDIR%%/html/de/img/sphere_grey.png -%%DOCSDIR%%/html/de/img/sphere_red.png -%%DOCSDIR%%/html/de/img/sphere_yellowgreen.png -%%DOCSDIR%%/html/de/img/teddy.png -%%DOCSDIR%%/html/de/index.html -%%DOCSDIR%%/html/de/readme.html -%%DOCSDIR%%/html/de/todo.html -%%DOCSDIR%%/html/fr/changes.html -%%DOCSDIR%%/html/fr/copying.html -%%DOCSDIR%%/html/fr/credits.html -%%DOCSDIR%%/html/fr/faq.html -%%DOCSDIR%%/html/fr/img/ballou.png -%%DOCSDIR%%/html/fr/img/jonas.png -%%DOCSDIR%%/html/fr/img/rene.png -%%DOCSDIR%%/html/fr/img/robert.png -%%DOCSDIR%%/html/fr/img/sammy.png -%%DOCSDIR%%/html/fr/img/sphere_blue.png -%%DOCSDIR%%/html/fr/img/sphere_green.png -%%DOCSDIR%%/html/fr/img/sphere_grey.png -%%DOCSDIR%%/html/fr/img/sphere_red.png -%%DOCSDIR%%/html/fr/img/sphere_yellowgreen.png -%%DOCSDIR%%/html/fr/img/teddy.png -%%DOCSDIR%%/html/fr/index.html -%%DOCSDIR%%/html/fr/readme.html -%%DOCSDIR%%/html/fr/todo.html -%%DOCSDIR%%/html/pl/changes.html -%%DOCSDIR%%/html/pl/copying.html -%%DOCSDIR%%/html/pl/credits.html -%%DOCSDIR%%/html/pl/faq.html -%%DOCSDIR%%/html/pl/img/ballou.png -%%DOCSDIR%%/html/pl/img/jonas.png -%%DOCSDIR%%/html/pl/img/rene.png -%%DOCSDIR%%/html/pl/img/robert.png -%%DOCSDIR%%/html/pl/img/sammy.png -%%DOCSDIR%%/html/pl/img/sphere_blue.png -%%DOCSDIR%%/html/pl/img/sphere_green.png -%%DOCSDIR%%/html/pl/img/sphere_grey.png -%%DOCSDIR%%/html/pl/img/sphere_red.png -%%DOCSDIR%%/html/pl/img/sphere_yellowgreen.png -%%DOCSDIR%%/html/pl/img/teddy.png -%%DOCSDIR%%/html/pl/index.html -%%DOCSDIR%%/html/pl/readme.html -%%DOCSDIR%%/html/pl/todo.html -%%DOCSDIR%%/html/us/changes.html -%%DOCSDIR%%/html/us/copying.html -%%DOCSDIR%%/html/us/credits.html -%%DOCSDIR%%/html/us/faq.html -%%DOCSDIR%%/html/us/img/ballou.png -%%DOCSDIR%%/html/us/img/jonas.png -%%DOCSDIR%%/html/us/img/rene.png -%%DOCSDIR%%/html/us/img/robert.png -%%DOCSDIR%%/html/us/img/sammy.png -%%DOCSDIR%%/html/us/img/sphere_blue.png -%%DOCSDIR%%/html/us/img/sphere_green.png -%%DOCSDIR%%/html/us/img/sphere_grey.png -%%DOCSDIR%%/html/us/img/sphere_red.png -%%DOCSDIR%%/html/us/img/sphere_yellowgreen.png -%%DOCSDIR%%/html/us/img/teddy.png -%%DOCSDIR%%/html/us/index.html -%%DOCSDIR%%/html/us/readme.html -%%DOCSDIR%%/html/us/todo.html +bin/qmc2-sdlmame +bin/qmc2-sdlmess +etc/qmc2/qmc2.ini +%%PORTDOCS%%%%DOCSDIR%%/html/de/changes.html +%%PORTDOCS%%%%DOCSDIR%%/html/de/copying.html +%%PORTDOCS%%%%DOCSDIR%%/html/de/credits.html +%%PORTDOCS%%%%DOCSDIR%%/html/de/faq.html +%%PORTDOCS%%%%DOCSDIR%%/html/de/img/ballou.png +%%PORTDOCS%%%%DOCSDIR%%/html/de/img/jonas.png +%%PORTDOCS%%%%DOCSDIR%%/html/de/img/rene.png +%%PORTDOCS%%%%DOCSDIR%%/html/de/img/robert.png +%%PORTDOCS%%%%DOCSDIR%%/html/de/img/sammy.png +%%PORTDOCS%%%%DOCSDIR%%/html/de/img/samwise.gif +%%PORTDOCS%%%%DOCSDIR%%/html/de/img/sphere_blue.png +%%PORTDOCS%%%%DOCSDIR%%/html/de/img/sphere_green.png +%%PORTDOCS%%%%DOCSDIR%%/html/de/img/sphere_grey.png +%%PORTDOCS%%%%DOCSDIR%%/html/de/img/sphere_red.png +%%PORTDOCS%%%%DOCSDIR%%/html/de/img/sphere_yellowgreen.png +%%PORTDOCS%%%%DOCSDIR%%/html/de/img/teddy.png +%%PORTDOCS%%%%DOCSDIR%%/html/de/img/vas.png +%%PORTDOCS%%%%DOCSDIR%%/html/de/index.html +%%PORTDOCS%%%%DOCSDIR%%/html/de/readme.html +%%PORTDOCS%%%%DOCSDIR%%/html/de/todo.html +%%PORTDOCS%%%%DOCSDIR%%/html/fr/changes.html +%%PORTDOCS%%%%DOCSDIR%%/html/fr/copying.html +%%PORTDOCS%%%%DOCSDIR%%/html/fr/credits.html +%%PORTDOCS%%%%DOCSDIR%%/html/fr/faq.html +%%PORTDOCS%%%%DOCSDIR%%/html/fr/img/ballou.png +%%PORTDOCS%%%%DOCSDIR%%/html/fr/img/jonas.png +%%PORTDOCS%%%%DOCSDIR%%/html/fr/img/rene.png +%%PORTDOCS%%%%DOCSDIR%%/html/fr/img/robert.png +%%PORTDOCS%%%%DOCSDIR%%/html/fr/img/sammy.png +%%PORTDOCS%%%%DOCSDIR%%/html/fr/img/samwise.gif +%%PORTDOCS%%%%DOCSDIR%%/html/fr/img/sphere_blue.png +%%PORTDOCS%%%%DOCSDIR%%/html/fr/img/sphere_green.png +%%PORTDOCS%%%%DOCSDIR%%/html/fr/img/sphere_grey.png +%%PORTDOCS%%%%DOCSDIR%%/html/fr/img/sphere_red.png +%%PORTDOCS%%%%DOCSDIR%%/html/fr/img/sphere_yellowgreen.png +%%PORTDOCS%%%%DOCSDIR%%/html/fr/img/teddy.png +%%PORTDOCS%%%%DOCSDIR%%/html/fr/img/vas.png +%%PORTDOCS%%%%DOCSDIR%%/html/fr/index.html +%%PORTDOCS%%%%DOCSDIR%%/html/fr/readme.html +%%PORTDOCS%%%%DOCSDIR%%/html/fr/todo.html +%%PORTDOCS%%%%DOCSDIR%%/html/pl/changes.html +%%PORTDOCS%%%%DOCSDIR%%/html/pl/copying.html +%%PORTDOCS%%%%DOCSDIR%%/html/pl/credits.html +%%PORTDOCS%%%%DOCSDIR%%/html/pl/faq.html +%%PORTDOCS%%%%DOCSDIR%%/html/pl/img/ballou.png +%%PORTDOCS%%%%DOCSDIR%%/html/pl/img/jonas.png +%%PORTDOCS%%%%DOCSDIR%%/html/pl/img/rene.png +%%PORTDOCS%%%%DOCSDIR%%/html/pl/img/robert.png +%%PORTDOCS%%%%DOCSDIR%%/html/pl/img/sammy.png +%%PORTDOCS%%%%DOCSDIR%%/html/pl/img/samwise.gif +%%PORTDOCS%%%%DOCSDIR%%/html/pl/img/sphere_blue.png +%%PORTDOCS%%%%DOCSDIR%%/html/pl/img/sphere_green.png +%%PORTDOCS%%%%DOCSDIR%%/html/pl/img/sphere_grey.png +%%PORTDOCS%%%%DOCSDIR%%/html/pl/img/sphere_red.png +%%PORTDOCS%%%%DOCSDIR%%/html/pl/img/sphere_yellowgreen.png +%%PORTDOCS%%%%DOCSDIR%%/html/pl/img/teddy.png +%%PORTDOCS%%%%DOCSDIR%%/html/pl/img/vas.png +%%PORTDOCS%%%%DOCSDIR%%/html/pl/index.html +%%PORTDOCS%%%%DOCSDIR%%/html/pl/readme.html +%%PORTDOCS%%%%DOCSDIR%%/html/pl/todo.html +%%PORTDOCS%%%%DOCSDIR%%/html/us/changes.html +%%PORTDOCS%%%%DOCSDIR%%/html/us/copying.html +%%PORTDOCS%%%%DOCSDIR%%/html/us/credits.html +%%PORTDOCS%%%%DOCSDIR%%/html/us/faq.html +%%PORTDOCS%%%%DOCSDIR%%/html/us/img/ballou.png +%%PORTDOCS%%%%DOCSDIR%%/html/us/img/jonas.png +%%PORTDOCS%%%%DOCSDIR%%/html/us/img/rene.png +%%PORTDOCS%%%%DOCSDIR%%/html/us/img/robert.png +%%PORTDOCS%%%%DOCSDIR%%/html/us/img/sammy.png +%%PORTDOCS%%%%DOCSDIR%%/html/us/img/samwise.gif +%%PORTDOCS%%%%DOCSDIR%%/html/us/img/sphere_blue.png +%%PORTDOCS%%%%DOCSDIR%%/html/us/img/sphere_green.png +%%PORTDOCS%%%%DOCSDIR%%/html/us/img/sphere_grey.png +%%PORTDOCS%%%%DOCSDIR%%/html/us/img/sphere_red.png +%%PORTDOCS%%%%DOCSDIR%%/html/us/img/sphere_yellowgreen.png +%%PORTDOCS%%%%DOCSDIR%%/html/us/img/teddy.png +%%PORTDOCS%%%%DOCSDIR%%/html/us/img/vas.png +%%PORTDOCS%%%%DOCSDIR%%/html/us/index.html +%%PORTDOCS%%%%DOCSDIR%%/html/us/readme.html +%%PORTDOCS%%%%DOCSDIR%%/html/us/todo.html +%%DATADIR%%/img/arcadebackground.png +%%DATADIR%%/img/arcadecabinet.png +%%DATADIR%%/img/arcadeforeground.png +%%DATADIR%%/img/arcademode.png %%DATADIR%%/img/back.png %%DATADIR%%/img/calculator.png %%DATADIR%%/img/camera.png %%DATADIR%%/img/cd.png +%%DATADIR%%/img/clock.png +%%DATADIR%%/img/colors.png +%%DATADIR%%/img/configure.png +%%DATADIR%%/img/controller.png +%%DATADIR%%/img/disk.png +%%DATADIR%%/img/disk2.png +%%DATADIR%%/img/down.png +%%DATADIR%%/img/edit.png +%%DATADIR%%/img/editcopy.png +%%DATADIR%%/img/editcut.png +%%DATADIR%%/img/editdelete.png +%%DATADIR%%/img/editpaste.png +%%DATADIR%%/img/edittrash.png +%%DATADIR%%/img/exit.png +%%DATADIR%%/img/exit_small.png +%%DATADIR%%/img/favorites.png +%%DATADIR%%/img/fileclose.png +%%DATADIR%%/img/filefind.png +%%DATADIR%%/img/filenew.png +%%DATADIR%%/img/fileopen.png +%%DATADIR%%/img/fileprint.png +%%DATADIR%%/img/filesave.png +%%DATADIR%%/img/filesaveas.png +%%DATADIR%%/img/filter.png +%%DATADIR%%/img/find.png +%%DATADIR%%/img/fonts.png +%%DATADIR%%/img/forward.png +%%DATADIR%%/img/ghost.png +%%DATADIR%%/img/help.png +%%DATADIR%%/img/hint.png +%%DATADIR%%/img/hint_small.png +%%DATADIR%%/img/home.png +%%DATADIR%%/img/icon.png +%%DATADIR%%/img/info.png +%%DATADIR%%/img/joystick.png +%%DATADIR%%/img/keyboard.png +%%DATADIR%%/img/kill.png +%%DATADIR%%/img/launch.png +%%DATADIR%%/img/led_off.png +%%DATADIR%%/img/led_on.png +%%DATADIR%%/img/locale.png +%%DATADIR%%/img/lock.png +%%DATADIR%%/img/mame.png +%%DATADIR%%/img/media_back.png +%%DATADIR%%/img/media_fastbackward.png +%%DATADIR%%/img/media_fastforward.png +%%DATADIR%%/img/media_next.png +%%DATADIR%%/img/media_pause.png +%%DATADIR%%/img/media_play.png +%%DATADIR%%/img/media_stop.png +%%DATADIR%%/img/mess.png +%%DATADIR%%/img/next-sail.png +%%DATADIR%%/img/next.png +%%DATADIR%%/img/no.png +%%DATADIR%%/img/opengl.png +%%DATADIR%%/img/pencils.png +%%DATADIR%%/img/previous-sail.png +%%DATADIR%%/img/previous.png +%%DATADIR%%/img/qmc2_logo_big.png +%%DATADIR%%/img/qmc2_logo_small.png +%%DATADIR%%/img/qt-logo.png +%%DATADIR%%/img/redo.png +%%DATADIR%%/img/reload.png +%%DATADIR%%/img/reload_small.png +%%DATADIR%%/img/remove.png +%%DATADIR%%/img/rom.png +%%DATADIR%%/img/search.png +%%DATADIR%%/img/sound.png +%%DATADIR%%/img/sphere_blue.png +%%DATADIR%%/img/sphere_blue_bios.png +%%DATADIR%%/img/sphere_green.png +%%DATADIR%%/img/sphere_green_bios.png +%%DATADIR%%/img/sphere_grey.png +%%DATADIR%%/img/sphere_grey_bios.png +%%DATADIR%%/img/sphere_red.png +%%DATADIR%%/img/sphere_red_bios.png +%%DATADIR%%/img/sphere_yellowgreen.png +%%DATADIR%%/img/sphere_yellowgreen_bios.png +%%DATADIR%%/img/stop.png +%%DATADIR%%/img/tape.png +%%DATADIR%%/img/terminate.png +%%DATADIR%%/img/thumbnail.png +%%DATADIR%%/img/time.png +%%DATADIR%%/img/toggle_fullscreen.png +%%DATADIR%%/img/undo.png +%%DATADIR%%/img/unknown.png +%%DATADIR%%/img/unlock.png +%%DATADIR%%/img/up.png +%%DATADIR%%/img/view_detail.png +%%DATADIR%%/img/view_tree.png +%%DATADIR%%/img/viewmag+.png +%%DATADIR%%/img/viewmag-.png +%%DATADIR%%/img/viewmagfit.png +%%DATADIR%%/img/warning.png +%%DATADIR%%/img/work.png +%%DATADIR%%/img/yes.png +%%DATADIR%%/img/zip.png +%%DATADIR%%/img/classic/arcadebackground.png +%%DATADIR%%/img/classic/arcadecabinet.png +%%DATADIR%%/img/classic/arcadeforeground.png +%%DATADIR%%/img/classic/arcademode.png %%DATADIR%%/img/classic/back.png %%DATADIR%%/img/classic/calculator.png %%DATADIR%%/img/classic/camera.png @@ -86,6 +198,8 @@ %%DATADIR%%/img/classic/colors.png %%DATADIR%%/img/classic/configure.png %%DATADIR%%/img/classic/controller.png +%%DATADIR%%/img/classic/disk.png +%%DATADIR%%/img/classic/disk2.png %%DATADIR%%/img/classic/down.png %%DATADIR%%/img/classic/edit.png %%DATADIR%%/img/classic/editcopy.png @@ -94,6 +208,7 @@ %%DATADIR%%/img/classic/editpaste.png %%DATADIR%%/img/classic/edittrash.png %%DATADIR%%/img/classic/exit.png +%%DATADIR%%/img/classic/exit_small.png %%DATADIR%%/img/classic/favorites.png %%DATADIR%%/img/classic/fileclose.png %%DATADIR%%/img/classic/filefind.png @@ -102,6 +217,7 @@ %%DATADIR%%/img/classic/fileprint.png %%DATADIR%%/img/classic/filesave.png %%DATADIR%%/img/classic/filesaveas.png +%%DATADIR%%/img/classic/filter.png %%DATADIR%%/img/classic/find.png %%DATADIR%%/img/classic/fonts.png %%DATADIR%%/img/classic/forward.png @@ -112,15 +228,27 @@ %%DATADIR%%/img/classic/home.png %%DATADIR%%/img/classic/icon.png %%DATADIR%%/img/classic/info.png +%%DATADIR%%/img/classic/joystick.png %%DATADIR%%/img/classic/keyboard.png %%DATADIR%%/img/classic/kill.png %%DATADIR%%/img/classic/launch.png +%%DATADIR%%/img/classic/led_off.png +%%DATADIR%%/img/classic/led_on.png %%DATADIR%%/img/classic/locale.png %%DATADIR%%/img/classic/lock.png %%DATADIR%%/img/classic/mame.png +%%DATADIR%%/img/classic/media_back.png +%%DATADIR%%/img/classic/media_fastbackward.png +%%DATADIR%%/img/classic/media_fastforward.png +%%DATADIR%%/img/classic/media_next.png +%%DATADIR%%/img/classic/media_pause.png +%%DATADIR%%/img/classic/media_play.png +%%DATADIR%%/img/classic/media_stop.png +%%DATADIR%%/img/classic/mess.png %%DATADIR%%/img/classic/next-sail.png %%DATADIR%%/img/classic/next.png %%DATADIR%%/img/classic/no.png +%%DATADIR%%/img/classic/opengl.png %%DATADIR%%/img/classic/pencils.png %%DATADIR%%/img/classic/previous-sail.png %%DATADIR%%/img/classic/previous.png @@ -129,6 +257,8 @@ %%DATADIR%%/img/classic/qt-logo.png %%DATADIR%%/img/classic/redo.png %%DATADIR%%/img/classic/reload.png +%%DATADIR%%/img/classic/reload_small.png +%%DATADIR%%/img/classic/remove.png %%DATADIR%%/img/classic/rom.png %%DATADIR%%/img/classic/search.png %%DATADIR%%/img/classic/sound.png @@ -143,10 +273,13 @@ %%DATADIR%%/img/classic/sphere_yellowgreen.png %%DATADIR%%/img/classic/sphere_yellowgreen_bios.png %%DATADIR%%/img/classic/stop.png +%%DATADIR%%/img/classic/tape.png %%DATADIR%%/img/classic/terminate.png %%DATADIR%%/img/classic/thumbnail.png %%DATADIR%%/img/classic/time.png +%%DATADIR%%/img/classic/toggle_fullscreen.png %%DATADIR%%/img/classic/undo.png +%%DATADIR%%/img/classic/unknown.png %%DATADIR%%/img/classic/unlock.png %%DATADIR%%/img/classic/up.png %%DATADIR%%/img/classic/view_detail.png @@ -154,92 +287,14 @@ %%DATADIR%%/img/classic/viewmag+.png %%DATADIR%%/img/classic/viewmag-.png %%DATADIR%%/img/classic/viewmagfit.png +%%DATADIR%%/img/classic/warning.png %%DATADIR%%/img/classic/work.png %%DATADIR%%/img/classic/yes.png %%DATADIR%%/img/classic/zip.png -%%DATADIR%%/img/clock.png -%%DATADIR%%/img/colors.png -%%DATADIR%%/img/configure.png -%%DATADIR%%/img/controller.png -%%DATADIR%%/img/crazy-black/back.png -%%DATADIR%%/img/crazy-black/calculator.png -%%DATADIR%%/img/crazy-black/camera.png -%%DATADIR%%/img/crazy-black/cd.png -%%DATADIR%%/img/crazy-black/clock.png -%%DATADIR%%/img/crazy-black/colors.png -%%DATADIR%%/img/crazy-black/configure.png -%%DATADIR%%/img/crazy-black/controller.png -%%DATADIR%%/img/crazy-black/down.png -%%DATADIR%%/img/crazy-black/edit.png -%%DATADIR%%/img/crazy-black/editcopy.png -%%DATADIR%%/img/crazy-black/editcut.png -%%DATADIR%%/img/crazy-black/editdelete.png -%%DATADIR%%/img/crazy-black/editpaste.png -%%DATADIR%%/img/crazy-black/edittrash.png -%%DATADIR%%/img/crazy-black/exit.png -%%DATADIR%%/img/crazy-black/favorites.png -%%DATADIR%%/img/crazy-black/fileclose.png -%%DATADIR%%/img/crazy-black/filefind.png -%%DATADIR%%/img/crazy-black/filenew.png -%%DATADIR%%/img/crazy-black/fileopen.png -%%DATADIR%%/img/crazy-black/fileprint.png -%%DATADIR%%/img/crazy-black/filesave.png -%%DATADIR%%/img/crazy-black/filesaveas.png -%%DATADIR%%/img/crazy-black/find.png -%%DATADIR%%/img/crazy-black/fonts.png -%%DATADIR%%/img/crazy-black/forward.png -%%DATADIR%%/img/crazy-black/ghost.png -%%DATADIR%%/img/crazy-black/help.png -%%DATADIR%%/img/crazy-black/hint.png -%%DATADIR%%/img/crazy-black/hint_small.png -%%DATADIR%%/img/crazy-black/home.png -%%DATADIR%%/img/crazy-black/icon.png -%%DATADIR%%/img/crazy-black/info.png -%%DATADIR%%/img/crazy-black/keyboard.png -%%DATADIR%%/img/crazy-black/kill.png -%%DATADIR%%/img/crazy-black/launch.png -%%DATADIR%%/img/crazy-black/locale.png -%%DATADIR%%/img/crazy-black/lock.png -%%DATADIR%%/img/crazy-black/mame.png -%%DATADIR%%/img/crazy-black/next-sail.png -%%DATADIR%%/img/crazy-black/next.png -%%DATADIR%%/img/crazy-black/no.png -%%DATADIR%%/img/crazy-black/pencils.png -%%DATADIR%%/img/crazy-black/previous-sail.png -%%DATADIR%%/img/crazy-black/previous.png -%%DATADIR%%/img/crazy-black/qmc2_logo_big.png -%%DATADIR%%/img/crazy-black/qmc2_logo_small.png -%%DATADIR%%/img/crazy-black/qt-logo.png -%%DATADIR%%/img/crazy-black/redo.png -%%DATADIR%%/img/crazy-black/reload.png -%%DATADIR%%/img/crazy-black/rom.png -%%DATADIR%%/img/crazy-black/search.png -%%DATADIR%%/img/crazy-black/sound.png -%%DATADIR%%/img/crazy-black/sphere_blue.png -%%DATADIR%%/img/crazy-black/sphere_blue_bios.png -%%DATADIR%%/img/crazy-black/sphere_green.png -%%DATADIR%%/img/crazy-black/sphere_green_bios.png -%%DATADIR%%/img/crazy-black/sphere_grey.png -%%DATADIR%%/img/crazy-black/sphere_grey_bios.png -%%DATADIR%%/img/crazy-black/sphere_red.png -%%DATADIR%%/img/crazy-black/sphere_red_bios.png -%%DATADIR%%/img/crazy-black/sphere_yellowgreen.png -%%DATADIR%%/img/crazy-black/sphere_yellowgreen_bios.png -%%DATADIR%%/img/crazy-black/stop.png -%%DATADIR%%/img/crazy-black/terminate.png -%%DATADIR%%/img/crazy-black/thumbnail.png -%%DATADIR%%/img/crazy-black/time.png -%%DATADIR%%/img/crazy-black/undo.png -%%DATADIR%%/img/crazy-black/unlock.png -%%DATADIR%%/img/crazy-black/up.png -%%DATADIR%%/img/crazy-black/view_detail.png -%%DATADIR%%/img/crazy-black/view_tree.png -%%DATADIR%%/img/crazy-black/viewmag+.png -%%DATADIR%%/img/crazy-black/viewmag-.png -%%DATADIR%%/img/crazy-black/viewmagfit.png -%%DATADIR%%/img/crazy-black/work.png -%%DATADIR%%/img/crazy-black/yes.png -%%DATADIR%%/img/crazy-black/zip.png +%%DATADIR%%/img/crazy/arcadebackground.png +%%DATADIR%%/img/crazy/arcadecabinet.png +%%DATADIR%%/img/crazy/arcadeforeground.png +%%DATADIR%%/img/crazy/arcademode.png %%DATADIR%%/img/crazy/back.png %%DATADIR%%/img/crazy/calculator.png %%DATADIR%%/img/crazy/camera.png @@ -248,6 +303,8 @@ %%DATADIR%%/img/crazy/colors.png %%DATADIR%%/img/crazy/configure.png %%DATADIR%%/img/crazy/controller.png +%%DATADIR%%/img/crazy/disk.png +%%DATADIR%%/img/crazy/disk2.png %%DATADIR%%/img/crazy/down.png %%DATADIR%%/img/crazy/edit.png %%DATADIR%%/img/crazy/editcopy.png @@ -256,6 +313,7 @@ %%DATADIR%%/img/crazy/editpaste.png %%DATADIR%%/img/crazy/edittrash.png %%DATADIR%%/img/crazy/exit.png +%%DATADIR%%/img/crazy/exit_small.png %%DATADIR%%/img/crazy/favorites.png %%DATADIR%%/img/crazy/fileclose.png %%DATADIR%%/img/crazy/filefind.png @@ -264,6 +322,7 @@ %%DATADIR%%/img/crazy/fileprint.png %%DATADIR%%/img/crazy/filesave.png %%DATADIR%%/img/crazy/filesaveas.png +%%DATADIR%%/img/crazy/filter.png %%DATADIR%%/img/crazy/find.png %%DATADIR%%/img/crazy/fonts.png %%DATADIR%%/img/crazy/forward.png @@ -274,15 +333,27 @@ %%DATADIR%%/img/crazy/home.png %%DATADIR%%/img/crazy/icon.png %%DATADIR%%/img/crazy/info.png +%%DATADIR%%/img/crazy/joystick.png %%DATADIR%%/img/crazy/keyboard.png %%DATADIR%%/img/crazy/kill.png %%DATADIR%%/img/crazy/launch.png +%%DATADIR%%/img/crazy/led_off.png +%%DATADIR%%/img/crazy/led_on.png %%DATADIR%%/img/crazy/locale.png %%DATADIR%%/img/crazy/lock.png %%DATADIR%%/img/crazy/mame.png +%%DATADIR%%/img/crazy/media_back.png +%%DATADIR%%/img/crazy/media_fastbackward.png +%%DATADIR%%/img/crazy/media_fastforward.png +%%DATADIR%%/img/crazy/media_next.png +%%DATADIR%%/img/crazy/media_pause.png +%%DATADIR%%/img/crazy/media_play.png +%%DATADIR%%/img/crazy/media_stop.png +%%DATADIR%%/img/crazy/mess.png %%DATADIR%%/img/crazy/next-sail.png %%DATADIR%%/img/crazy/next.png %%DATADIR%%/img/crazy/no.png +%%DATADIR%%/img/crazy/opengl.png %%DATADIR%%/img/crazy/pencils.png %%DATADIR%%/img/crazy/previous-sail.png %%DATADIR%%/img/crazy/previous.png @@ -291,6 +362,8 @@ %%DATADIR%%/img/crazy/qt-logo.png %%DATADIR%%/img/crazy/redo.png %%DATADIR%%/img/crazy/reload.png +%%DATADIR%%/img/crazy/reload_small.png +%%DATADIR%%/img/crazy/remove.png %%DATADIR%%/img/crazy/rom.png %%DATADIR%%/img/crazy/search.png %%DATADIR%%/img/crazy/sound.png @@ -305,10 +378,13 @@ %%DATADIR%%/img/crazy/sphere_yellowgreen.png %%DATADIR%%/img/crazy/sphere_yellowgreen_bios.png %%DATADIR%%/img/crazy/stop.png +%%DATADIR%%/img/crazy/tape.png %%DATADIR%%/img/crazy/terminate.png %%DATADIR%%/img/crazy/thumbnail.png %%DATADIR%%/img/crazy/time.png +%%DATADIR%%/img/crazy/toggle_fullscreen.png %%DATADIR%%/img/crazy/undo.png +%%DATADIR%%/img/crazy/unknown.png %%DATADIR%%/img/crazy/unlock.png %%DATADIR%%/img/crazy/up.png %%DATADIR%%/img/crazy/view_detail.png @@ -316,107 +392,139 @@ %%DATADIR%%/img/crazy/viewmag+.png %%DATADIR%%/img/crazy/viewmag-.png %%DATADIR%%/img/crazy/viewmagfit.png +%%DATADIR%%/img/crazy/warning.png %%DATADIR%%/img/crazy/work.png %%DATADIR%%/img/crazy/yes.png %%DATADIR%%/img/crazy/zip.png -%%DATADIR%%/img/down.png -%%DATADIR%%/img/edit.png -%%DATADIR%%/img/editcopy.png -%%DATADIR%%/img/editcut.png -%%DATADIR%%/img/editdelete.png -%%DATADIR%%/img/editpaste.png -%%DATADIR%%/img/edittrash.png -%%DATADIR%%/img/exit.png -%%DATADIR%%/img/favorites.png -%%DATADIR%%/img/fileclose.png -%%DATADIR%%/img/filefind.png -%%DATADIR%%/img/filenew.png -%%DATADIR%%/img/fileopen.png -%%DATADIR%%/img/fileprint.png -%%DATADIR%%/img/filesave.png -%%DATADIR%%/img/filesaveas.png -%%DATADIR%%/img/find.png -%%DATADIR%%/img/fonts.png -%%DATADIR%%/img/forward.png -%%DATADIR%%/img/ghost.png -%%DATADIR%%/img/help.png -%%DATADIR%%/img/hint.png -%%DATADIR%%/img/hint_small.png -%%DATADIR%%/img/home.png -%%DATADIR%%/img/icon.png -%%DATADIR%%/img/info.png -%%DATADIR%%/img/keyboard.png -%%DATADIR%%/img/kill.png -%%DATADIR%%/img/launch.png -%%DATADIR%%/img/locale.png -%%DATADIR%%/img/lock.png -%%DATADIR%%/img/mame.png -%%DATADIR%%/img/next-sail.png -%%DATADIR%%/img/next.png -%%DATADIR%%/img/no.png -%%DATADIR%%/img/pencils.png -%%DATADIR%%/img/previous-sail.png -%%DATADIR%%/img/previous.png -%%DATADIR%%/img/qmc2_logo_big.png -%%DATADIR%%/img/qmc2_logo_small.png -%%DATADIR%%/img/qt-logo.png -%%DATADIR%%/img/redo.png -%%DATADIR%%/img/reload.png -%%DATADIR%%/img/rom.png -%%DATADIR%%/img/search.png -%%DATADIR%%/img/sound.png -%%DATADIR%%/img/sphere_blue.png -%%DATADIR%%/img/sphere_blue_bios.png -%%DATADIR%%/img/sphere_green.png -%%DATADIR%%/img/sphere_green_bios.png -%%DATADIR%%/img/sphere_grey.png -%%DATADIR%%/img/sphere_grey_bios.png -%%DATADIR%%/img/sphere_red.png -%%DATADIR%%/img/sphere_red_bios.png -%%DATADIR%%/img/sphere_yellowgreen.png -%%DATADIR%%/img/sphere_yellowgreen_bios.png -%%DATADIR%%/img/stop.png -%%DATADIR%%/img/terminate.png -%%DATADIR%%/img/thumbnail.png -%%DATADIR%%/img/time.png -%%DATADIR%%/img/undo.png -%%DATADIR%%/img/unlock.png -%%DATADIR%%/img/up.png -%%DATADIR%%/img/view_detail.png -%%DATADIR%%/img/view_tree.png -%%DATADIR%%/img/viewmag+.png -%%DATADIR%%/img/viewmag-.png -%%DATADIR%%/img/viewmagfit.png -%%DATADIR%%/img/work.png -%%DATADIR%%/img/yes.png -%%DATADIR%%/img/zip.png +%%DATADIR%%/img/crazy-black/arcadebackground.png +%%DATADIR%%/img/crazy-black/arcadecabinet.png +%%DATADIR%%/img/crazy-black/arcadeforeground.png +%%DATADIR%%/img/crazy-black/arcademode.png +%%DATADIR%%/img/crazy-black/back.png +%%DATADIR%%/img/crazy-black/calculator.png +%%DATADIR%%/img/crazy-black/camera.png +%%DATADIR%%/img/crazy-black/cd.png +%%DATADIR%%/img/crazy-black/clock.png +%%DATADIR%%/img/crazy-black/colors.png +%%DATADIR%%/img/crazy-black/configure.png +%%DATADIR%%/img/crazy-black/controller.png +%%DATADIR%%/img/crazy-black/disk.png +%%DATADIR%%/img/crazy-black/disk2.png +%%DATADIR%%/img/crazy-black/down.png +%%DATADIR%%/img/crazy-black/edit.png +%%DATADIR%%/img/crazy-black/editcopy.png +%%DATADIR%%/img/crazy-black/editcut.png +%%DATADIR%%/img/crazy-black/editdelete.png +%%DATADIR%%/img/crazy-black/editpaste.png +%%DATADIR%%/img/crazy-black/edittrash.png +%%DATADIR%%/img/crazy-black/exit.png +%%DATADIR%%/img/crazy-black/exit_small.png +%%DATADIR%%/img/crazy-black/favorites.png +%%DATADIR%%/img/crazy-black/fileclose.png +%%DATADIR%%/img/crazy-black/filefind.png +%%DATADIR%%/img/crazy-black/filenew.png +%%DATADIR%%/img/crazy-black/fileopen.png +%%DATADIR%%/img/crazy-black/fileprint.png +%%DATADIR%%/img/crazy-black/filesave.png +%%DATADIR%%/img/crazy-black/filesaveas.png +%%DATADIR%%/img/crazy-black/filter.png +%%DATADIR%%/img/crazy-black/find.png +%%DATADIR%%/img/crazy-black/fonts.png +%%DATADIR%%/img/crazy-black/forward.png +%%DATADIR%%/img/crazy-black/ghost.png +%%DATADIR%%/img/crazy-black/help.png +%%DATADIR%%/img/crazy-black/hint.png +%%DATADIR%%/img/crazy-black/hint_small.png +%%DATADIR%%/img/crazy-black/home.png +%%DATADIR%%/img/crazy-black/icon.png +%%DATADIR%%/img/crazy-black/info.png +%%DATADIR%%/img/crazy-black/joystick.png +%%DATADIR%%/img/crazy-black/keyboard.png +%%DATADIR%%/img/crazy-black/kill.png +%%DATADIR%%/img/crazy-black/launch.png +%%DATADIR%%/img/crazy-black/led_off.png +%%DATADIR%%/img/crazy-black/led_on.png +%%DATADIR%%/img/crazy-black/locale.png +%%DATADIR%%/img/crazy-black/lock.png +%%DATADIR%%/img/crazy-black/mame.png +%%DATADIR%%/img/crazy-black/media_back.png +%%DATADIR%%/img/crazy-black/media_fastbackward.png +%%DATADIR%%/img/crazy-black/media_fastforward.png +%%DATADIR%%/img/crazy-black/media_next.png +%%DATADIR%%/img/crazy-black/media_pause.png +%%DATADIR%%/img/crazy-black/media_play.png +%%DATADIR%%/img/crazy-black/media_stop.png +%%DATADIR%%/img/crazy-black/mess.png +%%DATADIR%%/img/crazy-black/next-sail.png +%%DATADIR%%/img/crazy-black/next.png +%%DATADIR%%/img/crazy-black/no.png +%%DATADIR%%/img/crazy-black/opengl.png +%%DATADIR%%/img/crazy-black/pencils.png +%%DATADIR%%/img/crazy-black/previous-sail.png +%%DATADIR%%/img/crazy-black/previous.png +%%DATADIR%%/img/crazy-black/qmc2_logo_big.png +%%DATADIR%%/img/crazy-black/qmc2_logo_small.png +%%DATADIR%%/img/crazy-black/qt-logo.png +%%DATADIR%%/img/crazy-black/redo.png +%%DATADIR%%/img/crazy-black/reload.png +%%DATADIR%%/img/crazy-black/reload_small.png +%%DATADIR%%/img/crazy-black/remove.png +%%DATADIR%%/img/crazy-black/rom.png +%%DATADIR%%/img/crazy-black/search.png +%%DATADIR%%/img/crazy-black/sound.png +%%DATADIR%%/img/crazy-black/sphere_blue.png +%%DATADIR%%/img/crazy-black/sphere_blue_bios.png +%%DATADIR%%/img/crazy-black/sphere_green.png +%%DATADIR%%/img/crazy-black/sphere_green_bios.png +%%DATADIR%%/img/crazy-black/sphere_grey.png +%%DATADIR%%/img/crazy-black/sphere_grey_bios.png +%%DATADIR%%/img/crazy-black/sphere_red.png +%%DATADIR%%/img/crazy-black/sphere_red_bios.png +%%DATADIR%%/img/crazy-black/sphere_yellowgreen.png +%%DATADIR%%/img/crazy-black/sphere_yellowgreen_bios.png +%%DATADIR%%/img/crazy-black/stop.png +%%DATADIR%%/img/crazy-black/tape.png +%%DATADIR%%/img/crazy-black/terminate.png +%%DATADIR%%/img/crazy-black/thumbnail.png +%%DATADIR%%/img/crazy-black/time.png +%%DATADIR%%/img/crazy-black/toggle_fullscreen.png +%%DATADIR%%/img/crazy-black/undo.png +%%DATADIR%%/img/crazy-black/unknown.png +%%DATADIR%%/img/crazy-black/unlock.png +%%DATADIR%%/img/crazy-black/up.png +%%DATADIR%%/img/crazy-black/view_detail.png +%%DATADIR%%/img/crazy-black/view_tree.png +%%DATADIR%%/img/crazy-black/viewmag+.png +%%DATADIR%%/img/crazy-black/viewmag-.png +%%DATADIR%%/img/crazy-black/viewmagfit.png +%%DATADIR%%/img/crazy-black/warning.png +%%DATADIR%%/img/crazy-black/work.png +%%DATADIR%%/img/crazy-black/yes.png +%%DATADIR%%/img/crazy-black/zip.png %%DATADIR%%/lng/qmc2_de.qm %%DATADIR%%/lng/qmc2_fr.qm %%DATADIR%%/lng/qmc2_pl.qm %%DATADIR%%/lng/qmc2_us.qm -%%DATADIR%%/lng/qt_de.qm -%%DATADIR%%/lng/qt_fr.qm -%%DATADIR%%/lng/qt_pl.qm %%DATADIR%%/opt/SDLMAME/template.xml +%%DATADIR%%/opt/SDLMESS/template.xml %%DATADIR%%/opt/template.xml -@dirrm %%DATADIR%%/prv @dirrm %%DATADIR%%/opt/SDLMAME +@dirrm %%DATADIR%%/opt/SDLMESS @dirrm %%DATADIR%%/opt @dirrm %%DATADIR%%/lng @dirrm %%DATADIR%%/img/crazy-black @dirrm %%DATADIR%%/img/crazy @dirrm %%DATADIR%%/img/classic @dirrm %%DATADIR%%/img -@dirrm %%DATADIR%%/fly @dirrm %%DATADIR%% -@dirrm %%DOCSDIR%%/html/us/img -@dirrm %%DOCSDIR%%/html/us -@dirrm %%DOCSDIR%%/html/pl/img -@dirrm %%DOCSDIR%%/html/pl -@dirrm %%DOCSDIR%%/html/fr/img -@dirrm %%DOCSDIR%%/html/fr -@dirrm %%DOCSDIR%%/html/de/img -@dirrm %%DOCSDIR%%/html/de -@dirrm %%DOCSDIR%%/html -@dirrm %%DOCSDIR%% +%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/us/img +%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/us +%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/pl/img +%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/pl +%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/fr/img +%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/fr +%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/de/img +%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/de +%%PORTDOCS%%@dirrm %%DOCSDIR%%/html +%%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrmtry etc/qmc2 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903160513.n2G5Dgow017097>