diff options
author | adam <adam@pkgsrc.org> | 2004-11-22 14:12:29 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-11-22 14:12:29 +0000 |
commit | 1b875c1f03f632d2b54d175c588b7af492272cb3 (patch) | |
tree | 4d5ff740da07fc012fb0fc7d6717d31ee5aaf1b5 /emulators/dosbox | |
parent | 9af1423ec4f2c0658f9191c13b8eee168ded8a5c (diff) | |
download | pkgsrc-1b875c1f03f632d2b54d175c588b7af492272cb3.tar.gz |
Changes 0.63:
- Fixed crash with keymapper (ctrl-f1) and output=surface.
- Added unmounting.
- Fixed multiple issues with drive labels.
- Fixed most if not all FILES=XX problems.
- Added redirection in the shell.
- Fixed crashes with subst.
- Fixed multiple crashes with the drive images support.
- Added a missing fpu instruction.
- Fixed some cpu and fpu instructions.
- Fixed a small bug related to font loading.
- Rewrote the devices support.
- Added capslock/numlock checks on startup.
- Fixed wave writing.
- A few internal DOS fixes.
- Timer fixes for the hybrid loader.
- Some small soundblaster fixes.
- The drive cache can now be cleared by a keycombo. (CTRL-F4)
- A few keyboard fixes.
- Compilation fixes on various platforms.
- Quite some debugger improvements.
- Fixed dir only showing files after the first run on cdrom drives.
- Added some cdrom detection checks.
- Enabled insert in the shell. (Easier editing of commands)
- Changed order in which executables appear with tab-completion.
- Fixed some issues with raw opl recording and using a slightly different
format
Diffstat (limited to 'emulators/dosbox')
-rw-r--r-- | emulators/dosbox/Makefile | 12 | ||||
-rw-r--r-- | emulators/dosbox/PLIST | 5 | ||||
-rw-r--r-- | emulators/dosbox/distinfo | 6 |
3 files changed, 9 insertions, 14 deletions
diff --git a/emulators/dosbox/Makefile b/emulators/dosbox/Makefile index 948a5c23658..c175e874d68 100644 --- a/emulators/dosbox/Makefile +++ b/emulators/dosbox/Makefile @@ -1,8 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2004/10/03 00:14:40 tv Exp $ -# +# $NetBSD: Makefile,v 1.10 2004/11/22 14:12:29 adam Exp $ -DISTNAME= dosbox-0.62 -PKGREVISION= 1 +DISTNAME= dosbox-0.63 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dosbox/} @@ -10,9 +8,9 @@ MAINTAINER= cube@cubidou.net HOMEPAGE= http://dosbox.sourceforge.net/ COMMENT= Multi-platform DOS emulator using SDL -USE_BUILDLINK3= YES -USE_LANGUAGES= c c++ -GNU_CONFIGURE= YES +USE_BUILDLINK3= yes +USE_LANGUAGES= c c++ +GNU_CONFIGURE= yes SUBST_CLASSES= fixme SUBST_STAGE.fixme= post-patch diff --git a/emulators/dosbox/PLIST b/emulators/dosbox/PLIST index 5ed5cecc71d..6b1f011bb49 100644 --- a/emulators/dosbox/PLIST +++ b/emulators/dosbox/PLIST @@ -1,8 +1,5 @@ -@comment $NetBSD: PLIST,v 1.2 2004/10/01 00:09:17 xtraeme Exp $ +@comment $NetBSD: PLIST,v 1.3 2004/11/22 14:12:29 adam Exp $ bin/dosbox man/man1/dosbox.1 -share/doc/dosbox/AUTHORS -share/doc/dosbox/NEWS share/doc/dosbox/README -share/doc/dosbox/THANKS @dirrm share/doc/dosbox diff --git a/emulators/dosbox/distinfo b/emulators/dosbox/distinfo index a98352ca7b1..6ba4653f14c 100644 --- a/emulators/dosbox/distinfo +++ b/emulators/dosbox/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2004/10/06 00:09:23 wiz Exp $ +$NetBSD: distinfo,v 1.7 2004/11/22 14:12:29 adam Exp $ -SHA1 (dosbox-0.62.tar.gz) = 998053d80fa70b761e9752b36abaf79433eadaff -Size (dosbox-0.62.tar.gz) = 633259 bytes +SHA1 (dosbox-0.63.tar.gz) = d40e9996678dbe1626eb5a80f49862a93d1108d0 +Size (dosbox-0.63.tar.gz) = 648762 bytes SHA1 (patch-aa) = 3393501f0d438e53a55481dc0e237c2bb2a75d3e |