pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/vmips Imported vmips from pkgsrc-wip.
details: https://anonhg.NetBSD.org/pkgsrc/rev/2a9642e548e3
branches: trunk
changeset: 503427:2a9642e548e3
user: rillig <rillig%pkgsrc.org@localhost>
date: Sun Nov 20 13:30:03 2005 +0000
description:
Imported vmips from pkgsrc-wip.
vmips is a virtual machine simulator based around a MIPS R3000 RISC CPU
core.
diffstat:
emulators/vmips/DESCR | 2 ++
emulators/vmips/Makefile | 21 +++++++++++++++++++++
emulators/vmips/PLIST | 12 ++++++++++++
emulators/vmips/distinfo | 5 +++++
4 files changed, 40 insertions(+), 0 deletions(-)
diffs (56 lines):
diff -r 950cb73d6326 -r 2a9642e548e3 emulators/vmips/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/vmips/DESCR Sun Nov 20 13:30:03 2005 +0000
@@ -0,0 +1,2 @@
+vmips is a virtual machine simulator based around a MIPS R3000 RISC CPU
+core.
diff -r 950cb73d6326 -r 2a9642e548e3 emulators/vmips/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/vmips/Makefile Sun Nov 20 13:30:03 2005 +0000
@@ -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@localhost
+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 -r 950cb73d6326 -r 2a9642e548e3 emulators/vmips/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/vmips/PLIST Sun Nov 20 13:30:03 2005 +0000
@@ -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 -r 950cb73d6326 -r 2a9642e548e3 emulators/vmips/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/vmips/distinfo Sun Nov 20 13:30:03 2005 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index