pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Update emulators/mips64emul to 0.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f559af053236
branches:  trunk
changeset: 479038:f559af053236
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Wed Aug 04 06:16:04 2004 +0000

description:
Update emulators/mips64emul to 0.2.

Changes:

0.1 -> 0.1.1:

    x)  Added support for booting directly from disk images and CDROM
            images (so far only for the DECstation emulation mode).

0.1.1 -> 0.2:

    x)  More "guest" operating systems now run to an acceptable degree in
        the emulator; apart from NetBSD/pmax and Ultrix/RISC, it is now
        also possible to run OpenBSD/pmax and Sprite for DECstation.

    x)  Clock devices in the emulated environment should now adjust
        themselves to tick at approximately the same speed as the host's
        clock. (This can be overridden with a command-line option, to set
        a fixed emulation speed, regardless of the host's speed.)

    x)  Networking support (TCP/IP) is partly implemented, enough to
        perform an install of NetBSD/pmax or OpenBSD/pmax via ftp or nfs.
        (This should be considered experimental.)

    x)  The DECstation mouse pointer is now "de-accelerated" to attempt
        to follow the host's mouse pointer.

    x)  Some minor performance enhancements.

diffstat:

 doc/CHANGES                   |  3 ++-
 emulators/mips64emul/DESCR    |  4 ++--
 emulators/mips64emul/Makefile |  5 +++--
 emulators/mips64emul/distinfo |  6 +++---
 4 files changed, 10 insertions(+), 8 deletions(-)

diffs (56 lines):

diff -r 8e8e6e850b8b -r f559af053236 doc/CHANGES
--- a/doc/CHANGES       Wed Aug 04 05:45:49 2004 +0000
+++ b/doc/CHANGES       Wed Aug 04 06:16:04 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.6782 2004/08/03 21:24:08 schmonz Exp $
+$NetBSD: CHANGES,v 1.6783 2004/08/04 06:16:04 xtraeme Exp $
 
 Changes to the packages collection and infrastructure in 2004:
 
@@ -3712,3 +3712,4 @@
        Updated ucl to 1.02nb1 [mycroft 2004-08-03]
        Updated ogmtools to 1.4.1 [salo 2004-08-03]
        Updated getmail to 4.0.5 [schmonz 2004-08-03]
+       Updated mips64emul to 0.2 [xtraeme 2004-08-04]
diff -r 8e8e6e850b8b -r f559af053236 emulators/mips64emul/DESCR
--- a/emulators/mips64emul/DESCR        Wed Aug 04 05:45:49 2004 +0000
+++ b/emulators/mips64emul/DESCR        Wed Aug 04 06:16:04 2004 +0000
@@ -1,4 +1,4 @@
 mips64emul is a MIPS machine emulator. The goals are to emulate 32-bit and 
 64-bit MIPS CPUs and enough surrounding hardware to fake real machines, 
-capable of running real (unmodified) operating systems, such as NetBSD or 
-Linux.
+capable of running real (unmodified) operating systems, such as NetBSD,
+OpenBSD, Ultrix, Sprite and Linux. 
diff -r 8e8e6e850b8b -r f559af053236 emulators/mips64emul/Makefile
--- a/emulators/mips64emul/Makefile     Wed Aug 04 05:45:49 2004 +0000
+++ b/emulators/mips64emul/Makefile     Wed Aug 04 06:16:04 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2004/07/03 02:08:02 xtraeme Exp $
+# $NetBSD: Makefile,v 1.7 2004/08/04 06:16:04 xtraeme Exp $
 #
 
-DISTNAME=      mips64emul-0.1.1
+DISTNAME=      mips64emul-0.2
 CATEGORIES=    emulators
 MASTER_SITES=  http://www.mdstud.chalmers.se/~md1gavan/mips64emul/src/
 
@@ -12,6 +12,7 @@
 USE_BUILDLINK3=        yes
 USE_X11=       yes
 HAS_CONFIGURE= yes
+WRKSRC=                ${WRKDIR}/${DISTNAME}
 
 INSTALLATION_DIRS=     bin share/doc/${PKGBASE}
 
diff -r 8e8e6e850b8b -r f559af053236 emulators/mips64emul/distinfo
--- a/emulators/mips64emul/distinfo     Wed Aug 04 05:45:49 2004 +0000
+++ b/emulators/mips64emul/distinfo     Wed Aug 04 06:16:04 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2004/07/03 02:08:02 xtraeme Exp $
+$NetBSD: distinfo,v 1.6 2004/08/04 06:16:04 xtraeme Exp $
 
-SHA1 (mips64emul-0.1.1.tar.gz) = 86383858638985e7c84160a621aa7b76e8f359ac
-Size (mips64emul-0.1.1.tar.gz) = 385438 bytes
+SHA1 (mips64emul-0.2.tar.gz) = 8c451ca2877815a778fc23ed8bba971c61a983fb
+Size (mips64emul-0.2.tar.gz) = 634922 bytes



Home | Main Index | Thread Index | Old Index