Index: head/emulators/Makefile =================================================================== --- head/emulators/Makefile (revision 118780) +++ head/emulators/Makefile (revision 118781) @@ -1,118 +1,119 @@ # $FreeBSD$ # COMMENT = Emulators for other operating systems SUBDIR += adamem SUBDIR += aftp SUBDIR += atari800 SUBDIR += basiliskII SUBDIR += bfe SUBDIR += bochs SUBDIR += bsvc SUBDIR += cinc SUBDIR += cingb SUBDIR += cpmemu SUBDIR += cpmtools SUBDIR += darcnes SUBDIR += dgen-sdl SUBDIR += dlx SUBDIR += dosbox SUBDIR += doscmd SUBDIR += extract-xiso SUBDIR += fceu SUBDIR += fmsx SUBDIR += frodo SUBDIR += fuse SUBDIR += gbe SUBDIR += generator SUBDIR += gngb SUBDIR += gnuboy SUBDIR += grustibus SUBDIR += gsnes9x SUBDIR += gxmame SUBDIR += hatari SUBDIR += hercules SUBDIR += hfs SUBDIR += hfsutils SUBDIR += ia64sim SUBDIR += ines SUBDIR += its SUBDIR += klh10 SUBDIR += kmamerun SUBDIR += lib765 SUBDIR += libspectrum SUBDIR += libvm68k SUBDIR += linux-geepee32 SUBDIR += linux-mupen64 SUBDIR += linux-peops-softgpu SUBDIR += linux-peops-spu SUBDIR += linux-pete-mesagpu SUBDIR += linux-vmware-toolbox2 SUBDIR += linux-vmware-toolbox4 SUBDIR += linux-winetools SUBDIR += linux_base SUBDIR += linux_base-6 SUBDIR += linux_base-8 SUBDIR += linux_base-debian SUBDIR += linux_base-gentoo-stage1 SUBDIR += mastergear SUBDIR += minivmac SUBDIR += mips64emul SUBDIR += mtools SUBDIR += mupen64-base + SUBDIR += mupen64-dummyaudio SUBDIR += osf1_base SUBDIR += p-interp SUBDIR += pcemu SUBDIR += pearpc SUBDIR += prodosemu SUBDIR += psim-freebsd SUBDIR += qcl SUBDIR += qemu SUBDIR += quasi88 SUBDIR += raine SUBDIR += rtc SUBDIR += sim SUBDIR += sim6811 SUBDIR += ski SUBDIR += snes9express SUBDIR += snes9x SUBDIR += spim SUBDIR += stella SUBDIR += stonx SUBDIR += svr4_base SUBDIR += tkhfs SUBDIR += tuxnes SUBDIR += twin SUBDIR += uae SUBDIR += vMac SUBDIR += vba SUBDIR += vgb SUBDIR += vgb-bin SUBDIR += vgba-bin SUBDIR += vice SUBDIR += visualos SUBDIR += vmips SUBDIR += vmsbackup SUBDIR += vmware-guestd3 SUBDIR += vmware-guestd4 SUBDIR += vmware-tools2 SUBDIR += vmware-tools3 SUBDIR += vmware-tools4 SUBDIR += vmware2 SUBDIR += vmware3 SUBDIR += vpce SUBDIR += vx68k SUBDIR += vxtools SUBDIR += wine SUBDIR += x48 SUBDIR += xbraitenberg SUBDIR += xgs SUBDIR += xmame SUBDIR += xmess SUBDIR += xsystem35 SUBDIR += xzx SUBDIR += yape SUBDIR += zsnes .include Property changes on: head/emulators/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.139 \ No newline at end of property +1.140 \ No newline at end of property Index: head/emulators/mupen64-dummyaudio/Makefile =================================================================== --- head/emulators/mupen64-dummyaudio/Makefile (nonexistent) +++ head/emulators/mupen64-dummyaudio/Makefile (revision 118781) @@ -0,0 +1,46 @@ +# New ports collection makefile for: mupen64-dummyaudio +# Date created: 12.Aug 2004 +# Whom: dirk.meyer@dinoex.sub.org +# +# $FreeBSD$ +# + +PORTNAME= mupen64 +PORTVERSION= 0.4 +CATEGORIES+= emulators +MASTER_SITES= http://mupen64.emulation64.com/files/${PORTVERSION}/ +PKGNAMESUFFIX= -dummyaudio +DISTNAME= dummyaudio + +MAINTAINER?= tlp@LiquidX.org +COMMENT= Dummy audio plugin for Mupen64 + +USE_BZIP2= yes +USE_GMAKE= yes +USE_GCC= 3.4 +ONLY_FOR_ARCHS= i386 +WRKSRC= ${WRKDIR}/dummy + +PLUGIN_NAME= dummyaudio +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}/${PLUGIN_NAME}.so \ + ${PREFIX}/share/mupen64/plugins/ + +.include + +CFLAGS+= -fPIC +CFLAGS+= -O3 -fomit-frame-pointer -funroll-loops -ffast-math -Wall -pipe +CFLAGS+= -DX86 -mcpu=athlon +LDFLAGS+= -shared -Wl,-Bsymbolic -lc + +MAKE_ARGS+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" LD="${CC}" + +post-install: + @${CAT} ${PKGMESSAGE} + +.include Property changes on: head/emulators/mupen64-dummyaudio/Makefile ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/emulators/mupen64-dummyaudio/distinfo =================================================================== --- head/emulators/mupen64-dummyaudio/distinfo (nonexistent) +++ head/emulators/mupen64-dummyaudio/distinfo (revision 118781) @@ -0,0 +1,2 @@ +MD5 (dummyaudio.tar.bz2) = b305bd25889d7a6eb195679dbc1ef55c +SIZE (dummyaudio.tar.bz2) = 3417 Property changes on: head/emulators/mupen64-dummyaudio/distinfo ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/emulators/mupen64-dummyaudio/files/patch-Makefile =================================================================== --- head/emulators/mupen64-dummyaudio/files/patch-Makefile (nonexistent) +++ head/emulators/mupen64-dummyaudio/files/patch-Makefile (revision 118781) @@ -0,0 +1,14 @@ +--- Makefile.orig Sun Jul 4 11:44:08 2004 ++++ Makefile Thu Aug 12 16:02:04 2004 +@@ -1,7 +1,7 @@ +-CC = gcc +-CFLAGS = -O3 -fomit-frame-pointer -funroll-loops -ffast-math -mcpu=athlon -Wall +-LD = gcc +-LDFLAGS = -shared -Wl,-Bsymbolic ++#CC = gcc ++#CFLAGS = -O3 -fomit-frame-pointer -funroll-loops -ffast-math -mcpu=athlon -Wall ++#LD = gcc ++#LDFLAGS = -shared -Wl,-Bsymbolic + + OBJECTS = audio.o + Property changes on: head/emulators/mupen64-dummyaudio/files/patch-Makefile ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/emulators/mupen64-dummyaudio/pkg-descr =================================================================== --- head/emulators/mupen64-dummyaudio/pkg-descr (nonexistent) +++ head/emulators/mupen64-dummyaudio/pkg-descr (revision 118781) @@ -0,0 +1,15 @@ +Dummy sound 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 Property changes on: head/emulators/mupen64-dummyaudio/pkg-descr ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/emulators/mupen64-dummyaudio/pkg-message =================================================================== --- head/emulators/mupen64-dummyaudio/pkg-message (nonexistent) +++ head/emulators/mupen64-dummyaudio/pkg-message (revision 118781) @@ -0,0 +1,9 @@ +------------------------------------------------------------------------------- +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! +------------------------------------------------------------------------------- Property changes on: head/emulators/mupen64-dummyaudio/pkg-message ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property