diff options
author | rillig <rillig@pkgsrc.org> | 2005-11-20 13:30:03 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-11-20 13:30:03 +0000 |
commit | 14800ca5f1c300212d33a2119aa78358681c084e (patch) | |
tree | a6eb657420d4e41714b94c3c46d4ab0200f07fae /emulators | |
parent | 9ba2c8022827feea9834ea49cdb357756f182b84 (diff) | |
download | pkgsrc-14800ca5f1c300212d33a2119aa78358681c084e.tar.gz |
Imported vmips from pkgsrc-wip.
vmips is a virtual machine simulator based around a MIPS R3000 RISC CPU
core.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/vmips/DESCR | 2 | ||||
-rw-r--r-- | emulators/vmips/Makefile | 21 | ||||
-rw-r--r-- | emulators/vmips/PLIST | 12 | ||||
-rw-r--r-- | emulators/vmips/distinfo | 5 |
4 files changed, 40 insertions, 0 deletions
diff --git a/emulators/vmips/DESCR b/emulators/vmips/DESCR new file mode 100644 index 00000000000..87c3c9603de --- /dev/null +++ b/emulators/vmips/DESCR @@ -0,0 +1,2 @@ +vmips is a virtual machine simulator based around a MIPS R3000 RISC CPU +core. diff --git a/emulators/vmips/Makefile b/emulators/vmips/Makefile new file mode 100644 index 00000000000..c7340bae642 --- /dev/null +++ b/emulators/vmips/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/11/20 13:30:03 rillig Exp $ +# + +DISTNAME= vmips-1.3.1 +CATEGORIES= emulators +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=vmips/} + +MAINTAINER= rillig@NetBSD.org +HOMEPAGE= http://vmips.sourceforge.net/ +COMMENT= MIPS R3000 emulator + +USE_PKGLOCALEDIR= yes +GNU_CONFIGURE= yes +USE_PKGINSTALL= yes +INSTALLATION_DIRS= bin include/vmips man/man1 share/vmips share/examples/vmips +INSTALL_MAKE_FLAGS+= sysconfdir=${EGDIR:Q} + +EGDIR= ${PREFIX}/share/examples/vmips +CONF_FILES= ${EGDIR}/vmipsrc ${PKG_SYSCONFDIR}/vmipsrc + +.include "../../mk/bsd.pkg.mk" diff --git a/emulators/vmips/PLIST b/emulators/vmips/PLIST new file mode 100644 index 00000000000..38eb9849e4b --- /dev/null +++ b/emulators/vmips/PLIST @@ -0,0 +1,12 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/11/20 13:30:03 rillig Exp $ +bin/vmips +bin/vmipstool +include/vmips/asm_regnames.h +info/vmips.info +man/man1/vmips.1 +man/man1/vmipstool.1 +share/examples/vmips/vmipsrc +share/vmips/ld.script +@dirrm share/vmips +@dirrm share/examples/vmips +@dirrm include/vmips diff --git a/emulators/vmips/distinfo b/emulators/vmips/distinfo new file mode 100644 index 00000000000..1ba84881416 --- /dev/null +++ b/emulators/vmips/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/11/20 13:30:03 rillig Exp $ + +SHA1 (vmips-1.3.1.tar.gz) = 0ca5d942db5ceaabe18aae831e80df59be8e16d9 +RMD160 (vmips-1.3.1.tar.gz) = cfc831072cac4295e26fc57d8ed892d56f32c81a +Size (vmips-1.3.1.tar.gz) = 1144409 bytes |