1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- # vim: set fileencoding=utf-8 tabstop=4 shiftwidth=4 softtabstop=4 noexpandtab filetype=tcl : |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name vmips |
---|
7 | version 1.5 |
---|
8 | platforms darwin |
---|
9 | categories emulators |
---|
10 | maintainers dgate.org:brg openmaintainer |
---|
11 | description MIPS R3000 emulator |
---|
12 | long_description VMIPS is a simulator for a machine compatible with the MIPS R3000 RISC architecture. |
---|
13 | license GPL-2+ |
---|
14 | |
---|
15 | homepage http://www.dgate.org/vmips/ |
---|
16 | master_sites sourceforge:project/vmips/vmips/${version} |
---|
17 | |
---|
18 | checksums rmd160 246072dabad177889548f3d07d0e629394388861 \ |
---|
19 | sha256 cf4108d8d75be50d858a30a322c7a2bdc604e9a57a94d0a60ef7aab58796c1a5 |
---|
20 | |
---|