Port details |
- spim MIPS32 Simulator
- 8.0_1 emulators =5 8.0_1Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: unknown
- Last Update: 2024-01-09 08:00:39
- Commit Hash: a36cd93
- People watching this port, also watch:: xpdf, gnuls, libwmf, p5-libwww, libxml2
- License: BSD3CLAUSE
- WWW:
- https://pages.cs.wisc.edu/~larus/spim.html
- Description:
- MIPS32 Simulator -- "1/25th the performance at none of the cost"
Spim/Xspim simulates MIPS32 assembly code, providing a gdb and xgdb
like interface to the classical MIPS RISC CPU. The virtual machine
it provides can be either the one presented by the MIPS assembler or the
one of the bare hardware. The simulator can also be built to simulate the
pipeline architecture of the MIPS machine (both the control and floating
point pipelines). When built for this, it also simulates and displays
an instruction and data cache.
This simulator is useful in CS and EE classes, including providing a
target machine for compilers courses, lower division assembly language
programming, microprocessor design courses, etc...
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/emulators/spim/ && make install clean
- To add the package, run one of these commands:
- pkg install emulators/spim
- pkg install spim
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: spim
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (spim-8.0.tar.gz) = 6f205776cb9fa112729507008843b289012190ed3131cbd426c610a58387ee4b
SIZE (spim-8.0.tar.gz) = 355204
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- imake : devel/imake
- tradcpp : devel/tradcpp
- x11.pc : x11/libX11
- xaw7.pc : x11-toolkits/libXaw
- Runtime dependencies:
-
- x11.pc : x11/libX11
- xaw7.pc : x11-toolkits/libXaw
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for spim-8.0_1:
DOCS=on: Build and/or install documentation
GUI=on: GUI (Graphical User Interface) support
===> Use 'make config' to modify these settings
- Options name:
- emulators_spim
- USES:
- imake:env xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
8.0_1 09 Jan 2024 08:00:39 |
Baptiste Daroussin (bapt) |
MANPREFIX: eleminate its usage and move man to share/man |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
8.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
8.0 20 Jul 2022 14:21:50 |
Tobias C. Berner (tcberner) |
emulators: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alejandro Pulver <alejandro@varnet.biz>
* Alexander Best <arundel@gmx.net>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey V. Antipovsky <kemm@in-line.ru>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Brian Gaeke <brg@dgate.org>
* Danilo Egea Gondolfo <danilo@FreeBSD.org>
* David Naylor <naylor.b.david@gmail.com>
* David O'Brien (obrien@cs.ucdavis.edu) (Only the first 15 lines of the commit message are shown above ) |
8.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
8.0 07 Nov 2019 20:20:00 |
zeising |
Sprinkle more USES=xorg |
8.0 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
8.0 21 Nov 2015 12:03:53 |
amdmi3 |
- Add LICENSE
- Switch to options helpers |
8.0 20 Dec 2014 18:17:20 |
bapt |
cleanup plist |
8.0 26 Oct 2013 16:06:22 |
danilo |
- Add stage support |
8.0 20 Sep 2013 16:43:53 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
emulators) |
8.0 02 Sep 2013 13:26:35 |
tijl |
Two imake related changes:
1) Move -a from XMKMF command variable to a new XMKMF_ARGS variable.
For ports that don't need -a introduce USES=imake:notall.
This way ports no longer have to redefine XMKMF.
2) xmkmf -a runs imake with the flags in IMAKECPPFLAGS as extra arguments
to set CPP, CC and CXX. This creates the top Makefile, and then xmkmf
runs make Makefiles. This Makefiles target runs imake for each
subdirectory but these imake invocations did not have the flags from
IMAKECPPFLAGS so the resulting makefiles used the wrong C preprocessor
when clang is used (/usr/bin/cpp instead of /usr/local/bin/tradcpp).
Instead of letting xmkmf pass IMAKECPPFLAGS from the environment to
imake let imake handle IMAKECPPFLAGS itself just like it handles
IMAKEINCLUDE.
This exposed configure errors in x11-clocks/mouseclock and x11-wm/fvwm.
Approved by: portmgr (bapt) |
8.0 22 Aug 2013 17:53:18 |
wg |
emulators/spim: fix package
- Fix package, man files are not compressed
Reported by: pointyhat |
8.0 28 Jun 2013 11:51:06 |
bapt |
New USES imake to handle the dependency on imake.
This uses accept 'env' as an argument for ports that do use their own or a
different do-configure target.
Modify xmkmf so it accept IMAKECPPFLAGS as default flags for imake and pass it
to the called imake.
Modify xorg-cf-files (the FreeBSD.cf configuration file) to allow CppCmd to be
overwritten.
Pass CppCmd CcCmd and CplusplusCmd via command line to each call of imake via
IMAKECPPFLAGS
Pass IMAKE_DEFINE with the above arguments to MAKE_ARGS so that imake spawned
from Makefile generated by a previous
imake also inherit the defined CppCmd CcCmd and CplusplusCmd.
Make imake use devel/tradcpp all the time, so that when buidling with clang we
do not depend on gcc's cpp.
Make imake respect CC and CXX
Make imake respect USE_GCC (if set imake will use gcc's cpp).
While here:
- Remove a couple of indefinite articles from comments
- Trim headers
- Fix a couple of ports to build with clang or use: USE_GCC=any
- Fix a now useless redefinition of the extraction chain
- Fix a typo in japanese/Wnn7-lib bundled imake template definitions
- Fix some XMKMF execution with no env specified
- Use options helper in x11/xautolock to simplify the port |
8.0 12 Jun 2012 10:34:46 |
bapt |
Convert to new options framework |
8.0 02 Jul 2011 17:14:20 |
miwi |
= Drop MD5 support |
8.0 21 Jan 2010 21:14:37 |
miwi |
- Update to 8.0
PR: 142980
Submitted by: Ports Fury |
7.5 21 Dec 2009 02:19:12 |
dougb |
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports. |
7.5 02 Sep 2009 16:43:39 |
miwi |
- Update to 7.5
PR: 138451
Submitted by: Ports Fury |
7.4 20 Feb 2009 16:35:59 |
miwi |
- Update to 7.4
PR: 131850
Submitted by: Ports Fury |
7.3_1 23 Jan 2009 16:28:36 |
flz |
- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG). |
7.3 22 May 2008 00:49:37 |
miwi |
- Update to 7.3
PR: 123871
Submitted by: Ports Fury |
7.2.1_3 19 Apr 2008 17:56:05 |
miwi |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
7.2.1_2 10 Apr 2008 09:15:41 |
jkoshy |
Reset maintainership. |
7.2.1_2 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
7.2.1_1 17 Jul 2006 14:23:11 |
jkoshy |
Propagate ${PREFIX} and other environment variables to child sub-makes. |
7.2.1 17 Jul 2006 10:25:05 |
jkoshy |
Update this port's description; as of version 7.0 'spim' simulates
the MIPS32 architecture. |
7.2.1 17 Jul 2006 10:12:07 |
jkoshy |
Upgrade to v7.2.1.
Upstream changes from the previous ported version include:
- bug fixes and documentation cleanups
The port now offers a 'GUI' knob that controls whether the X GUI
interface is built.
Take maintainership. |
7.0 24 Nov 2005 16:07:52 |
pav |
- Add SHA256 |
7.0 30 Dec 2004 08:39:33 |
krion |
Update to version 7.0
PR: ports/75621
Submitted by: Ports Fury |
6.5 17 Mar 2004 18:29:46 |
trevor |
SIZEify. |
6.5 20 Feb 2003 17:21:51 |
knu |
De-pkg-comment. |
6.5 18 Jan 2003 20:57:09 |
arved |
Update to 6.5
PR: 47135
Submitted by: Richard Arends <richard@mail.unixguru.nl> |
6.4 21 Jun 2002 06:58:52 |
jkoshy |
Update to version 6.4. |
28 Feb 2001 14:16:52 |
kevlo |
- Remove USE_IMAKE - Add WWW: line |
27 Feb 2001 04:55:18 |
steve |
Update to version 6.3. |
26 Feb 2001 02:45:08 |
obrien |
Drop maintainer ship. Too many people did not like the direction I took this
port. |
13 Nov 2000 12:26:50 |
obrien |
"Update" to version 6.2. |
08 Oct 2000 02:02:29 |
asami |
Convert category emulators to new layout. |
07 Jun 2000 23:52:17 |
asami |
Remove two directories. Also, move manpages to Makefile while I'm here. |