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.3.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e5a1ab7d1467
branches:  trunk
changeset: 503712:e5a1ab7d1467
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Sat Nov 26 06:00:00 2005 +0000

description:
Update to 0.3.7

User-visible change between release 0.3.6.2 and 0.3.7 include:

    o)  The experimental PowerPC emulation mode is now working well enough
        to allow NetBSD/prep 2.1 to be installed and run inside the emulator.
        It is not 100% stable, and it is not optimized for performance yet,
        but hopefully enough for simple experiments.

    o)  I finally took the time to implement a DEC 21143 NIC; this brings
        network connectivity to NetBSD/cats. (The userland "NAT"-like
        networking layer is still a bit buggy, and does not work with
        everything. However, NetBSD/cats can now be installed via ftp.)

    o)  CD-ROM images can now in some cases be detected as ATAPI CD-ROMs
        instead of IDE harddisks. It works for at least NetBSD, OpenBSD,
        and Linux on CATS, and NetBSD on hpcmips.

Internal (code related) changes include:

    o)  Cleanup of the PCI and ISA bus frameworks; in practice this means
        that more code can be shared between different emulated machine
        models than before, and that adding new machine types will become
        easier.

    o)  Dyntrans updates; 32-bit PowerPC mostly, but also many performance
        related updates for ARM.

diffstat:

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

diffs (44 lines):

diff -r 4c24be2c49b0 -r e5a1ab7d1467 emulators/gxemul/Makefile
--- a/emulators/gxemul/Makefile Sat Nov 26 01:45:47 2005 +0000
+++ b/emulators/gxemul/Makefile Sat Nov 26 06:00:00 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2005/10/29 10:05:47 xtraeme Exp $
+# $NetBSD: Makefile,v 1.13 2005/11/26 06:00:00 xtraeme Exp $
 #
 
-DISTNAME=      gxemul-0.3.6.2
+DISTNAME=      gxemul-0.3.7
 CATEGORIES=    emulators
 MASTER_SITES=  http://gavare.se/gxemul/src/
 
diff -r 4c24be2c49b0 -r e5a1ab7d1467 emulators/gxemul/PLIST
--- a/emulators/gxemul/PLIST    Sat Nov 26 01:45:47 2005 +0000
+++ b/emulators/gxemul/PLIST    Sat Nov 26 06:00:00 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2005/10/08 22:27:03 xtraeme Exp $
+@comment $NetBSD: PLIST,v 1.7 2005/11/26 06:00:00 xtraeme Exp $
 bin/gxemul
 man/man1/gxemul.1
 share/doc/gxemul/20040504-ultrix45-boot1.png
@@ -45,6 +45,8 @@
 share/doc/gxemul/20051007-netbsd-cats-installed_small.png
 share/doc/gxemul/20051007-openbsd-cats-installed.png
 share/doc/gxemul/20051007-openbsd-cats-installed_small.png
+share/doc/gxemul/20051123-netbsd-prep.png
+share/doc/gxemul/20051123-netbsd-prep_small.png
 share/doc/gxemul/BUGS
 share/doc/gxemul/HISTORY
 share/doc/gxemul/LICENSE
diff -r 4c24be2c49b0 -r e5a1ab7d1467 emulators/gxemul/distinfo
--- a/emulators/gxemul/distinfo Sat Nov 26 01:45:47 2005 +0000
+++ b/emulators/gxemul/distinfo Sat Nov 26 06:00:00 2005 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2005/10/29 10:05:47 xtraeme Exp $
+$NetBSD: distinfo,v 1.9 2005/11/26 06:00:00 xtraeme Exp $
 
-SHA1 (gxemul-0.3.6.2.tar.gz) = 37734493ddf574ef74c341042ee1cc403bc76488
-RMD160 (gxemul-0.3.6.2.tar.gz) = 235566f4ff9c721028158acce0307bfc4be16067
-Size (gxemul-0.3.6.2.tar.gz) = 1463747 bytes
+SHA1 (gxemul-0.3.7.tar.gz) = 830ed2a8c462a557c80fde1d8cba7e06f7f80281
+RMD160 (gxemul-0.3.7.tar.gz) = cd327503257b9b0653af73a87519e602b91c4a1d
+Size (gxemul-0.3.7.tar.gz) = 1521309 bytes



Home | Main Index | Thread Index | Old Index