summaryrefslogtreecommitdiff
path: root/emulators/BasiliskII
diff options
context:
space:
mode:
authortron <tron>2003-06-13 20:56:48 +0000
committertron <tron>2003-06-13 20:56:48 +0000
commitea66c51159b43e68830bb90ccdad670c1652995a (patch)
tree3b85a7342a85ff97fd2081f550d813f086deefb1 /emulators/BasiliskII
parent1215a1fb9d29d4ba9dadd1be0a688d6270686b49 (diff)
downloadpkgsrc-ea66c51159b43e68830bb90ccdad670c1652995a.tar.gz
Update "BasiliskII" package to version 1.0. Changes since version 0.9.1:
- added support for on-the-fly video resolution and depth switching, and gamma tables - fsave/frestore emulation under AmigaOS and NetBSD/m68k always behaves like a 68882/68040 FPU, eliminating the need for 68060 FPU patches - added support for platform-independant mutexes, used by adb.cpp for thread-safe mouse handling - the TIME_OFFSET constant has been replaced by a (portable) function TimeToMacTime(); file dates in ExtFS should now be correct - ADBInterrupt() is no longer called from the 60Hz interrupt but has its own interrupt flag, potentially increasing the smoothness of mouse movement - ether.cpp: implemented relatively platform-independant "AppleTalk over UDP" mode that doesn't require any special kernel modules or network drivers but can only interconnect instances of Basilisk II; this is enabled by setting "udptunnel" to true - Unix: windowed display mode supports different resolutions and color depths, which can be switched on-the-fly - Unix: Ctrl-F5 grabs mouse in windowed mode (enhanced compatibility with games like flight simulators) - Unix: X11 events are handled as soon as they arrive, outside of the 60Hz video refresh raster - Unix: audio sample rate, bit depth and channel count are adjustable in the MacOS "Sound" control panel The patches for this update were contributed by Todd Vierling in PR pkg/21861.
Diffstat (limited to 'emulators/BasiliskII')
-rw-r--r--emulators/BasiliskII/Makefile10
-rw-r--r--emulators/BasiliskII/distinfo6
2 files changed, 7 insertions, 9 deletions
diff --git a/emulators/BasiliskII/Makefile b/emulators/BasiliskII/Makefile
index 6f0b3b5dd87..e6b817090f8 100644
--- a/emulators/BasiliskII/Makefile
+++ b/emulators/BasiliskII/Makefile
@@ -1,10 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2003/06/02 01:20:01 jschauma Exp $
-#
+# $NetBSD: Makefile,v 1.9 2003/06/13 20:56:48 tron Exp $
-DISTNAME= BasiliskII_src_31052001
-PKGNAME= BasiliskII-0.9.1
-PKGREVISION= 2
-WRKSRC= ${WRKDIR}/BasiliskII-0.9/src/Unix
+DISTNAME= BasiliskII_src_15012002
+PKGNAME= BasiliskII-1.0
+WRKSRC= ${WRKDIR}/BasiliskII-1.0/src/Unix
CATEGORIES= emulators
MASTER_SITES= http://iphcip1.physik.uni-mainz.de/~cbauer/
diff --git a/emulators/BasiliskII/distinfo b/emulators/BasiliskII/distinfo
index 847616ea12a..f2bdf405ee4 100644
--- a/emulators/BasiliskII/distinfo
+++ b/emulators/BasiliskII/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2001/12/29 00:22:02 abs Exp $
+$NetBSD: distinfo,v 1.2 2003/06/13 20:56:48 tron Exp $
-SHA1 (BasiliskII_src_31052001.tar.gz) = 0f7ddeafeb68485a7895a3d3613d07b2f3cc074d
-Size (BasiliskII_src_31052001.tar.gz) = 465882 bytes
+SHA1 (BasiliskII_src_15012002.tar.gz) = 5a28bb37a48f7ae5c24cb5ad5eceb282147cebe4
+Size (BasiliskII_src_15012002.tar.gz) = 494773 bytes