diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-10-01 00:09:16 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-10-01 00:09:16 +0000 |
commit | eb1778ad3d5b250ba9bfa1f3fb09d6a1d128bb8b (patch) | |
tree | 2aaca510dc97c7f793bff614829d47ca7ae8ceb9 /emulators | |
parent | 144e1c4539c60263fc8fe37d6eec759861a32b0c (diff) | |
download | pkgsrc-eb1778ad3d5b250ba9bfa1f3fb09d6a1d128bb8b.tar.gz |
Update emulators/dosbox to 0.62.
Changes:
# Improved x86 dynamic core, more stable.
# The usual cpu/fpu emulation fixes and speedups.
# Soundblaster 16 and opl3 emulation added.
# Internal mixer updated with interpolation and volume support.
# Intelligent MPU-401 emulation added.
# ISO/Disk image mounting support.
# Custom chipset emulation for cga,tandy hercules modes.
# Improved pc-speaker emulation.
# Improved GUS emulation.
# Added a keymapper.
# VGA/VESA Bios fixes.
# IPX networking support.
# A zillion internal dos fixes/updates.
# New ddraw rendering output and new render functions.
# Raw adlib/midi capturing.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/dosbox/Makefile | 5 | ||||
-rw-r--r-- | emulators/dosbox/PLIST | 5 | ||||
-rw-r--r-- | emulators/dosbox/distinfo | 6 |
3 files changed, 10 insertions, 6 deletions
diff --git a/emulators/dosbox/Makefile b/emulators/dosbox/Makefile index b515e4a325d..63337a6426d 100644 --- a/emulators/dosbox/Makefile +++ b/emulators/dosbox/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2004/06/13 12:37:47 grant Exp $ +# $NetBSD: Makefile,v 1.8 2004/10/01 00:09:17 xtraeme Exp $ # -DISTNAME= dosbox-0.61 +DISTNAME= dosbox-0.62 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dosbox/} @@ -22,6 +22,7 @@ post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/dosbox ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/dosbox +.include "../../audio/SDL_sound/buildlink3.mk" .include "../../devel/SDL/buildlink3.mk" .include "../../graphics/png/buildlink3.mk" .include "../../net/SDL_net/buildlink3.mk" diff --git a/emulators/dosbox/PLIST b/emulators/dosbox/PLIST index 2dba94046a8..5ed5cecc71d 100644 --- a/emulators/dosbox/PLIST +++ b/emulators/dosbox/PLIST @@ -1,5 +1,8 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2003/06/03 14:35:23 wiz Exp $ +@comment $NetBSD: PLIST,v 1.2 2004/10/01 00:09:17 xtraeme 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 825601450cc..fb6071d2d95 100644 --- a/emulators/dosbox/distinfo +++ b/emulators/dosbox/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2004/02/03 17:48:11 xtraeme Exp $ +$NetBSD: distinfo,v 1.5 2004/10/01 00:09:17 xtraeme Exp $ -SHA1 (dosbox-0.61.tar.gz) = 271933736976e865bee360f60477cce302369a62 -Size (dosbox-0.61.tar.gz) = 567200 bytes +SHA1 (dosbox-0.62.tar.gz) = 998053d80fa70b761e9752b36abaf79433eadaff +Size (dosbox-0.62.tar.gz) = 633259 bytes |