Port details |
- ripes Graphical processor simulator and assembly editor for the RISC-V ISA
- 2.2.6 emulators =2 2.2.6Version of this port present on the latest quarterly branch.
- Maintainer: mclay@astate.edu
- Port Added: 2022-01-10 18:03:05
- Last Update: 2023-01-23 15:56:39
- Commit Hash: 9451684
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://github.com/mortbopet/ripes
- Description:
- Ripes is a graphical processor simulator and assembly code editor built
for the RISC-V instruction set architecture, suitable for teaching how
assembly level code is executed on various microarchitectures.
Ripes may be used to explore concepts such as how machine code is executed
on a variety of microarchitectures (RV32IMC/RV64IMC based), how different
cache designs influence performance, how C and assembly code is compiled
and assembled to executable machine code, and how a processor interacts
with memory-mapped I/O.
- ¦ ¦ ¦ ¦
- 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/ripes/ && make install clean
- To add the package, run one of these commands:
- pkg install emulators/ripes
- pkg install ripes
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ripes
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1674075130
SHA256 (mortbopet-Ripes-v2.2.6_GH0.tar.gz) = 5620b026fc5fb6c136732b67d01caabad53c41029258f54517377b08fb9b8c8e
SIZE (mortbopet-Ripes-v2.2.6_GH0.tar.gz) = 14448493
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:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- qt5-buildtools>=5.15 : devel/qt5-buildtools
- qt5-qmake>=5.15 : devel/qt5-qmake
- Library dependencies:
-
- libQt5Charts.so : x11-toolkits/qt5-charts
- libQt5Concurrent.so : devel/qt5-concurrent
- libQt5Core.so : devel/qt5-core
- libQt5Gui.so : x11-toolkits/qt5-gui
- libQt5Svg.so : graphics/qt5-svg
- libQt5Test.so : devel/qt5-testlib
- libQt5Widgets.so : x11-toolkits/qt5-widgets
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- emulators_ripes
- USES:
- cmake qmake qt:5
- 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 |
2.2.6 23 Jan 2023 15:56:39 |
Daniel Engberg (diizzy) Author: Mitchell Clay |
emulators/ripes: Update to 2.2.6
Changelog:
https://github.com/mortbopet/Ripes/blob/master/docs/release_notes.md#ripes-v226
PR: 269032 |
2.2.5 17 Jan 2023 05:27:03 |
Alex Kozlov (ak) |
Remove empty lines at the end of Makefile(s)
- Remove empty lines after .include <bsd.port.mk>
Approved by: portmgr blanket |
2.2.5 24 Sep 2022 16:38:22 |
Fernando Apesteguía (fernape) Author: Mitchell Clay |
emulators/ripes: Update to 2.2.5
ChangeLog:
https://github.com/mortbopet/Ripes/blob/master/docs/release_notes.md#ripes-v225
PR: 266547
Reported by: mclay@astate.edu (maintainer) |
2.2.4 11 Sep 2022 10:20:14 |
Felix Palmen (zirias) |
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349 |
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) |
2.2.4 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 ) |
2.2.4 13 Feb 2022 07:17:55 |
Li-Wen Hsu (lwhsu) Author: Mitchell Clay |
emulators/ripes: Update to 2.2.4
Release note: https://github.com/mortbopet/Ripes/wiki/Release-notes#ripes-v224
PR: 261846 |
2.2.3 10 Jan 2022 17:59:51 |
Li-Wen Hsu (lwhsu) Author: Mitchell Clay |
Add emulators/ripes: Graphical RISC-V simulator
PR: 260124 |