pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/mips64emul Update to 0.3 (pointed out by the...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d10058610997
branches:  trunk
changeset: 489394:d10058610997
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Sun Feb 20 15:43:56 2005 +0000

description:
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:

 emulators/mips64emul/Makefile |   4 ++--
 emulators/mips64emul/PLIST    |  15 ++++++++-------
 emulators/mips64emul/distinfo |   6 +++---
 3 files changed, 13 insertions(+), 12 deletions(-)

diffs (63 lines):

diff -r 30eac4669e36 -r d10058610997 emulators/mips64emul/Makefile
--- a/emulators/mips64emul/Makefile     Sun Feb 20 15:06:17 2005 +0000
+++ b/emulators/mips64emul/Makefile     Sun Feb 20 15:43:56 2005 +0000
@@ -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 -r 30eac4669e36 -r d10058610997 emulators/mips64emul/PLIST
--- a/emulators/mips64emul/PLIST        Sun Feb 20 15:06:17 2005 +0000
+++ b/emulators/mips64emul/PLIST        Sun Feb 20 15:43:56 2005 +0000
@@ -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_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 -r 30eac4669e36 -r d10058610997 emulators/mips64emul/distinfo
--- a/emulators/mips64emul/distinfo     Sun Feb 20 15:06:17 2005 +0000
+++ b/emulators/mips64emul/distinfo     Sun Feb 20 15:43:56 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index