diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-04-05 05:06:52 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-04-05 05:06:52 +0000 |
commit | 5fb21ffb251a192ce92512ff62c6e5f878db4b7c (patch) | |
tree | a4fc61171f4dafc645c7b32e06566df139648125 | |
parent | 5807209cf135746e48abbafd7c894825d9ec95e7 (diff) | |
download | pkgsrc-5fb21ffb251a192ce92512ff62c6e5f878db4b7c.tar.gz |
Added raine.
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | doc/TODO | 6 | ||||
-rw-r--r-- | emulators/Makefile | 3 |
3 files changed, 5 insertions, 7 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index e5be2c8ec26..d5df949e60f 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.5444 2004/04/05 05:04:22 xtraeme Exp $ +$NetBSD: CHANGES,v 1.5445 2004/04/05 05:06:52 xtraeme Exp $ Changes to the packages collection and infrastructure in 2004: @@ -1780,3 +1780,4 @@ Changes to the packages collection and infrastructure in 2004: Updated gftp to 2.0.17 [xtraeme 2004-04-05] Updated gftp-gtk1 to 2.0.17 [xtraeme 2004-04-05] Added allegro-4.1.13 [xtraeme 2004-04-05] + Added raine-0.40.0 [xtraeme 2004-04-05] @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.1576 2004/04/05 04:45:36 xtraeme Exp $ +$NetBSD: TODO,v 1.1577 2004/04/05 05:06:52 xtraeme Exp $ Suggested new packages ====================== @@ -114,10 +114,6 @@ Suggested new packages http://www.seasip.demon.co.uk/Unix/Joyce/index.html Amstrad PCW emulator - raine [Available in pkgsrc-wip plus Allegro library] - http://www.rainemu.com/ - 680x0 Arcade Emulator - wxmozilla http://wxmozilla.sourceforge.net/ Mozilla using the wxWindows toolkit. diff --git a/emulators/Makefile b/emulators/Makefile index 103df2626a8..b3084412491 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.96 2004/04/04 16:53:28 recht Exp $ +# $NetBSD: Makefile,v 1.97 2004/04/05 05:06:52 xtraeme Exp $ # COMMENT= Emulators for other operating systems @@ -46,6 +46,7 @@ SUBDIR+= p11 SUBDIR+= palmosemulator SUBDIR+= pcemu SUBDIR+= peace +SUBDIR+= raine SUBDIR+= rewind SUBDIR+= simh SUBDIR+= snes9x |