1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00

add vmips 1.2.1

MIPS R3000 simulator

PR:		69641
Submitted by:	"Brian R. Gaeke" <brg@dgate.ORG>
This commit is contained in:
Ying-Chieh Liao 2004-07-27 01:16:09 +00:00
parent 62dfbc91a9
commit 07cdcaaf4f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114834
5 changed files with 48 additions and 0 deletions

View File

@ -90,6 +90,7 @@
SUBDIR += vgba-bin
SUBDIR += vice
SUBDIR += visualos
SUBDIR += vmips
SUBDIR += vmsbackup
SUBDIR += vmware-guestd3
SUBDIR += vmware-guestd4

30
emulators/vmips/Makefile Normal file
View File

@ -0,0 +1,30 @@
# New ports collection makefile for: vmips
# Date created: 13 July 2004
# Whom: brg
#
# $FreeBSD$
#
PORTNAME= vmips
PORTVERSION= 1.2.1
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://www.dgate.org/vmips/releases/vmips-${PORTVERSION}/
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= brg@dgate.org
COMMENT= MIPS R3000 simulator
GNU_CONFIGURE= yes
MAN1= vmips.1 vmipstool.1
INFO= vmips
post-install:
@${MKDIR} ${PREFIX}/include/vmips
${INSTALL_DATA} ${WRKSRC}/sample_code/asm_regnames.h \
${PREFIX}/include/vmips
@${MKDIR} ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/sample_code/ld.script ${DATADIR}
.include <bsd.port.mk>

2
emulators/vmips/distinfo Normal file
View File

@ -0,0 +1,2 @@
MD5 (vmips-1.2.1.tar.gz) = d1f18690c3017536436e72a7e94e3421
SIZE (vmips-1.2.1.tar.gz) = 1050167

View File

@ -0,0 +1,8 @@
vmips is a virtual machine based on the MIPS R3000 RISC processor.
It has built-in support for several emulated devices and GNU GDB
remote debugging.
WWW: http://www.dgate.org/vmips/
Brian Gaeke (brg at dgate.org)
David Bushong helped write the FreeBSD port.

View File

@ -0,0 +1,7 @@
bin/vmips
bin/vmipstool
etc/vmipsrc
include/vmips/asm_regnames.h
@dirrm include/vmips
%%DATADIR%%/ld.script
@dirrm %%DATADIR%%