summaryrefslogtreecommitdiff
path: root/emulators/gxemul
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2005-11-26 06:00:00 +0000
committerxtraeme <xtraeme>2005-11-26 06:00:00 +0000
commitb4a2b6a4acbb4a8098064f08715a9cd4ac84b6ba (patch)
treea946388c0fee662833f1e028c77cd19d6809932c /emulators/gxemul
parentf93f4cad593e627a1e9a4fb3be94664db4dfe4fa (diff)
downloadpkgsrc-b4a2b6a4acbb4a8098064f08715a9cd4ac84b6ba.tar.gz
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 (limited to 'emulators/gxemul')
-rw-r--r--emulators/gxemul/Makefile4
-rw-r--r--emulators/gxemul/PLIST4
-rw-r--r--emulators/gxemul/distinfo8
3 files changed, 9 insertions, 7 deletions
diff --git a/emulators/gxemul/Makefile b/emulators/gxemul/Makefile
index 54e1aa4e039..bcfa0e8b22b 100644
--- a/emulators/gxemul/Makefile
+++ b/emulators/gxemul/Makefile
@@ -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 --git a/emulators/gxemul/PLIST b/emulators/gxemul/PLIST
index a359fd3746c..f6c79ba66cc 100644
--- a/emulators/gxemul/PLIST
+++ b/emulators/gxemul/PLIST
@@ -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.png
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 --git a/emulators/gxemul/distinfo b/emulators/gxemul/distinfo
index 6dbca54faba..9a0e62c9957 100644
--- a/emulators/gxemul/distinfo
+++ b/emulators/gxemul/distinfo
@@ -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