Port details |
- vt100 Simulation of VT100 terminal hardware
- 0.2 emulators
=0 Version of this port present on the latest quarterly branch. - Maintainer: fuz@fuz.su
 - Port Added: 2021-12-14 21:39:05
- Last Update: 2021-12-14 21:33:41
- Commit Hash: 473265b
- License: GPLv3
- Description:
- This is a software simulation of the VT100 hardware. The original
firmware ROM is built in and executed by an 8080 emulator. Other
components include video display with character generator ROM, settings
NVRAM, Intel 8251 USART, and a keyboard matrix scanner. The Advance
Video Option is not included.
WWW: https://github.com/larsbrinkhoff/terminal-simulator
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/emulators/vt100/ && make install clean
- To add the package, run one of these commands:
- pkg install emulators/vt100
- pkg install vt100
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: vt100
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1638624778
SHA256 (larsbrinkhoff-terminal-simulator-0.2_GH0.tar.gz) = c03df1d2a4493ef7dd866e329ecb27b8016051bd2173e3405304a2de444b4e49
SIZE (larsbrinkhoff-terminal-simulator-0.2_GH0.tar.gz) = 72930468
- 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:
-
- gmake>=4.3 : devel/gmake
- sdl2-config : devel/sdl20
- xorgproto>=0 : x11/xorgproto
- Library dependencies:
-
- libGL.so : graphics/libglvnd
- libSDL2_image.so : graphics/sdl2_image
- libSDL2.so : devel/sdl20
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- emulators_vt100
- USES:
- gl gmake sdl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
14 Dec 2021 21:33:41 0.2 |
Juraj Lutter (otis)  Author: Robert Clausecker |
emulators/vt100: Add port: Simulation of VT100 terminal hardware
This emulator emulates the internal circuitry and processor of the VT100 for a
very realistic user experience.
It is slightly patched to work smoothly on FreeBSD. Some additional quality of
life patches have been added in discussion with upstream and will be added to a
future release.
This is a software simulation of the VT100 hardware. The original
firmware ROM is built in and executed by an 8080 emulator. Other
components include video display with character generator ROM, settings
NVRAM, Intel 8251 USART, and a keyboard matrix scanner. The Advance
Video Option is not included.
WWW: https://github.com/larsbrinkhoff/terminal-simulator
PR: 259956 |
Number of commits found: 1
|