notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: emulators/vt100/Makefile
SVNWeb

Number of commits found: 3

Wed, 8 Feb 2023
[ 23:24 Robert Clausecker (fuz) search for other commits by this committer ]    commit hash:24bd5a33e50ef9ad027f3448840a754715370f2e  commit hash:24bd5a33e50ef9ad027f3448840a754715370f2e  commit hash:24bd5a33e50ef9ad027f3448840a754715370f2e  24bd5a3  (Only the first 10 of 66 ports in this commit are shown above. View all ports for this commit)
*/*: Update fuz@fuz.su to fuz@FreeBSD.org

www/writefreely had a stray duplicate MAINTAINER block
from an earlier botched commit.  I did intentionally not
touch the entry in UPDATING.

Reviewed by:	eduardo, flo
Differential Revision: https://reviews.freebsd.org/D38435
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Tue, 14 Dec 2021
[ 21:33 Juraj Lutter (otis) search for other commits by this committer Author: Robert Clausecker ]    commit hash:473265be54c095c939b912db50527ee4627d38ff  commit hash:473265be54c095c939b912db50527ee4627d38ff  commit hash:473265be54c095c939b912db50527ee4627d38ff  473265b 
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: 3