diff options
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | emulators/mips64emul/DESCR | 4 | ||||
-rw-r--r-- | emulators/mips64emul/Makefile | 5 | ||||
-rw-r--r-- | emulators/mips64emul/distinfo | 6 |
4 files changed, 10 insertions, 8 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 8007348adf8..9e48f2c2e26 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.6782 2004/08/03 21:24:08 schmonz Exp $ +$NetBSD: CHANGES,v 1.6783 2004/08/04 06:16:04 xtraeme Exp $ Changes to the packages collection and infrastructure in 2004: @@ -3712,3 +3712,4 @@ Changes to the packages collection and infrastructure in 2004: Updated ucl to 1.02nb1 [mycroft 2004-08-03] Updated ogmtools to 1.4.1 [salo 2004-08-03] Updated getmail to 4.0.5 [schmonz 2004-08-03] + Updated mips64emul to 0.2 [xtraeme 2004-08-04] diff --git a/emulators/mips64emul/DESCR b/emulators/mips64emul/DESCR index b96b55426a8..c33d77455ba 100644 --- a/emulators/mips64emul/DESCR +++ b/emulators/mips64emul/DESCR @@ -1,4 +1,4 @@ mips64emul is a MIPS machine emulator. The goals are to emulate 32-bit and 64-bit MIPS CPUs and enough surrounding hardware to fake real machines, -capable of running real (unmodified) operating systems, such as NetBSD or -Linux. +capable of running real (unmodified) operating systems, such as NetBSD, +OpenBSD, Ultrix, Sprite and Linux. diff --git a/emulators/mips64emul/Makefile b/emulators/mips64emul/Makefile index da7217fbbef..d36b5db75c1 100644 --- a/emulators/mips64emul/Makefile +++ b/emulators/mips64emul/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2004/07/03 02:08:02 xtraeme Exp $ +# $NetBSD: Makefile,v 1.7 2004/08/04 06:16:04 xtraeme Exp $ # -DISTNAME= mips64emul-0.1.1 +DISTNAME= mips64emul-0.2 CATEGORIES= emulators MASTER_SITES= http://www.mdstud.chalmers.se/~md1gavan/mips64emul/src/ @@ -12,6 +12,7 @@ COMMENT= MIPS 32/64-bit emulator USE_BUILDLINK3= yes USE_X11= yes HAS_CONFIGURE= yes +WRKSRC= ${WRKDIR}/${DISTNAME} INSTALLATION_DIRS= bin share/doc/${PKGBASE} diff --git a/emulators/mips64emul/distinfo b/emulators/mips64emul/distinfo index 057e921ad88..b3a92d9ef64 100644 --- a/emulators/mips64emul/distinfo +++ b/emulators/mips64emul/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2004/07/03 02:08:02 xtraeme Exp $ +$NetBSD: distinfo,v 1.6 2004/08/04 06:16:04 xtraeme Exp $ -SHA1 (mips64emul-0.1.1.tar.gz) = 86383858638985e7c84160a621aa7b76e8f359ac -Size (mips64emul-0.1.1.tar.gz) = 385438 bytes +SHA1 (mips64emul-0.2.tar.gz) = 8c451ca2877815a778fc23ed8bba971c61a983fb +Size (mips64emul-0.2.tar.gz) = 634922 bytes |