diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2005-02-20 15:43:56 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2005-02-20 15:43:56 +0000 |
commit | 93dca0594952c6662fc4f069606f984a78f13996 (patch) | |
tree | 92d6556e9c2ddc864f47141c22cc9bdbdc37d246 /emulators/mips64emul | |
parent | 5e88cc697a05a3340d40f216eb3879f540fcbeb8 (diff) | |
download | pkgsrc-93dca0594952c6662fc4f069606f984a78f13996.tar.gz |
Update to 0.3 (pointed out by the author Anders Gavare).
Summary of changes from version 0.2.4.1 to 0.3:
x) Performed a major code clean-up.
x) Support for using "configuration files" has been added, so settings
do not have to be entered on the command line anymore. (Useful for
complex emulation setups.)
x) Multiple machines can now be emulated simultaneously. (This is
still experimental, though, and probably a bit buggy.)
x) Some command line options have changed since 0.2.4.1, most notable
the options to select the machine to be emulated. -E should now be
used to select the machine type, and if necessary, -e can be used
to select a subtype.
x) Many bugfixes, too many to mention here.
Diffstat (limited to 'emulators/mips64emul')
-rw-r--r-- | emulators/mips64emul/Makefile | 4 | ||||
-rw-r--r-- | emulators/mips64emul/PLIST | 15 | ||||
-rw-r--r-- | emulators/mips64emul/distinfo | 6 |
3 files changed, 13 insertions, 12 deletions
diff --git a/emulators/mips64emul/Makefile b/emulators/mips64emul/Makefile index a2496852670..ba09e99dc8d 100644 --- a/emulators/mips64emul/Makefile +++ b/emulators/mips64emul/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2005/01/12 23:47:11 xtraeme Exp $ +# $NetBSD: Makefile,v 1.14 2005/02/20 15:43:56 xtraeme Exp $ # -DISTNAME= mips64emul-0.2.4 +DISTNAME= mips64emul-0.3 CATEGORIES= emulators MASTER_SITES= http://gavare.se/mips64emul/src/ diff --git a/emulators/mips64emul/PLIST b/emulators/mips64emul/PLIST index a2202e126a5..f0446c315e1 100644 --- a/emulators/mips64emul/PLIST +++ b/emulators/mips64emul/PLIST @@ -1,17 +1,23 @@ -@comment $NetBSD: PLIST,v 1.5 2005/01/12 23:47:11 xtraeme Exp $ +@comment $NetBSD: PLIST,v 1.6 2005/02/20 15:43:56 xtraeme Exp $ bin/mips64emul man/man1/mips64emul.1 share/doc/mips64emul/20041024-netbsd-arc-installed.gif share/doc/mips64emul/20041024-netbsd-arc-installed_small.gif share/doc/mips64emul/20041024-openbsd-arc-installed.gif share/doc/mips64emul/20041024-openbsd-arc-installed_small.gif +share/doc/mips64emul/20041129-redhat_mips.png +share/doc/mips64emul/20041129-redhat_mips_small.png +share/doc/mips64emul/20041213-debian_4.png +share/doc/mips64emul/20041213-debian_4_small.gif share/doc/mips64emul/BUGS share/doc/mips64emul/HISTORY share/doc/mips64emul/LICENSE share/doc/mips64emul/README share/doc/mips64emul/RELEASE share/doc/mips64emul/TODO -share/doc/mips64emul/hello.c +share/doc/mips64emul/hello_mips.c +share/doc/mips64emul/hello_ppc.c +share/doc/mips64emul/maddr.gif share/doc/mips64emul/netbsd-pmax-20040630.png share/doc/mips64emul/netbsd-pmax-20040630_small.png share/doc/mips64emul/openbsd-pmax-20040710.png @@ -20,9 +26,4 @@ share/doc/mips64emul/sprite-20040711.png share/doc/mips64emul/sprite-20040711_small.png share/doc/mips64emul/ultrix4.5-20040706.png share/doc/mips64emul/ultrix4.5-20040706_small.gif -share/doc/mips64emul/20041129-redhat_mips.png -share/doc/mips64emul/20041129-redhat_mips_small.png -share/doc/mips64emul/20041213-debian_4.png -share/doc/mips64emul/20041213-debian_4_small.gif -share/doc/mips64emul/maddr.gif @dirrm share/doc/mips64emul diff --git a/emulators/mips64emul/distinfo b/emulators/mips64emul/distinfo index 94db306ced2..f10fdc45d5d 100644 --- a/emulators/mips64emul/distinfo +++ b/emulators/mips64emul/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.9 2005/01/12 23:47:11 xtraeme Exp $ +$NetBSD: distinfo,v 1.10 2005/02/20 15:43:56 xtraeme Exp $ -SHA1 (mips64emul-0.2.4.tar.gz) = d9025c5ddf3015bb7420c22622c85b4742eaae29 -Size (mips64emul-0.2.4.tar.gz) = 863024 bytes +SHA1 (mips64emul-0.3.tar.gz) = fc47ce112938436ed1d659af94e1939175205bf7 +Size (mips64emul-0.3.tar.gz) = 944679 bytes |