pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/gxemul Update to 0.4.5.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ae493048741c
branches:  trunk
changeset: 527830:ae493048741c
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Sat Apr 14 17:46:41 2007 +0000

description:
Update to 0.4.5.

o) Initial support for "disk overlays" has been implemented. This
   enables e.g. simple roll-back of emulated disk contents to a
   previous state.

o) Dyntrans bug fixes; code translations on physical addresses that
   were offset a multiple of 128 MB from each other could either
   cause weird bugs, or translation leaks (leading to unnecessary
   dyntrans cache overflows).

o) Some cleanup: The GDB debugging stub support, some dummy machine
   modes (TS7200, Walnut, PB1000, and Meshcube), and some dummy or
   experimental CPUs (RCA180x and Transputer) have been removed, to
   make the emulator slightly more maintainable.

diffstat:

 emulators/gxemul/Makefile |  4 ++--
 emulators/gxemul/PLIST    |  6 ++----
 emulators/gxemul/distinfo |  8 ++++----
 3 files changed, 8 insertions(+), 10 deletions(-)

diffs (60 lines):

diff -r e51e08169a20 -r ae493048741c emulators/gxemul/Makefile
--- a/emulators/gxemul/Makefile Sat Apr 14 14:19:27 2007 +0000
+++ b/emulators/gxemul/Makefile Sat Apr 14 17:46:41 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.29 2007/03/18 21:05:38 xtraeme Exp $
+# $NetBSD: Makefile,v 1.30 2007/04/14 17:46:41 xtraeme Exp $
 #
 
-DISTNAME=      gxemul-0.4.4.1
+DISTNAME=      gxemul-0.4.5
 CATEGORIES=    emulators
 MASTER_SITES=  http://gavare.se/gxemul/src/
 
diff -r e51e08169a20 -r ae493048741c emulators/gxemul/PLIST
--- a/emulators/gxemul/PLIST    Sat Apr 14 14:19:27 2007 +0000
+++ b/emulators/gxemul/PLIST    Sat Apr 14 17:46:41 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2007/03/18 21:05:38 xtraeme Exp $
+@comment $NetBSD: PLIST,v 1.16 2007/04/14 17:46:41 xtraeme Exp $
 bin/gxemul
 man/man1/gxemul.1
 share/doc/gxemul/20040504-ultrix45-boot1.png
@@ -45,8 +45,6 @@
 share/doc/gxemul/20051123-netbsd-prep_small.png
 share/doc/gxemul/20060218-netbsd-evbarm.png
 share/doc/gxemul/20060218-netbsd-evbarm_small.png
-share/doc/gxemul/20060504-gdb-64bit-mips.png
-share/doc/gxemul/20060504-gdb-64bit-mips_small.png
 share/doc/gxemul/20060623-netbsd-sgimips-3.0.png
 share/doc/gxemul/20060623-netbsd-sgimips-3.0_small.png
 share/doc/gxemul/20060724-netbsd-netwinder-1.png
@@ -113,7 +111,6 @@
 share/doc/gxemul/debian-9.png
 share/doc/gxemul/dreamcast.html
 share/doc/gxemul/experiments.html
-share/doc/gxemul/gdb_remote.html
 share/doc/gxemul/guestoses.html
 share/doc/gxemul/index.html
 share/doc/gxemul/intro.html
@@ -130,6 +127,7 @@
 share/doc/gxemul/sprite-20040711.png
 share/doc/gxemul/sprite-20040711_small.png
 share/doc/gxemul/technical.html
+share/doc/gxemul/translation.html
 share/doc/gxemul/ultrix4.5-20040706.png
 share/doc/gxemul/ultrix4.5-20040706_small.png
 @dirrm share/doc/gxemul
diff -r e51e08169a20 -r ae493048741c emulators/gxemul/distinfo
--- a/emulators/gxemul/distinfo Sat Apr 14 14:19:27 2007 +0000
+++ b/emulators/gxemul/distinfo Sat Apr 14 17:46:41 2007 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2007/03/18 21:05:38 xtraeme Exp $
+$NetBSD: distinfo,v 1.20 2007/04/14 17:46:41 xtraeme Exp $
 
-SHA1 (gxemul-0.4.4.1.tar.gz) = 3d7553c577cc7d00fcc30f6f909c7673e9e3d610
-RMD160 (gxemul-0.4.4.1.tar.gz) = 768acba728ad1df8bad734f2009b4dddb96366ca
-Size (gxemul-0.4.4.1.tar.gz) = 2155651 bytes
+SHA1 (gxemul-0.4.5.tar.gz) = fd80413e92393f084a82fab7510ee2a25b6c7f4a
+RMD160 (gxemul-0.4.5.tar.gz) = 0c2875422181a49893a62d03c1b0b7213f217ab9
+Size (gxemul-0.4.5.tar.gz) = 2079522 bytes



Home | Main Index | Thread Index | Old Index