diff --git a/misc/ttyrec/Makefile b/misc/ttyrec/Makefile index cf802e4c31f..6fd3a7ec116 100644 --- a/misc/ttyrec/Makefile +++ b/misc/ttyrec/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.18 2019/07/12 20:47:54 sthen Exp $ +# $OpenBSD: Makefile,v 1.19 2021/06/05 13:29:52 stsp Exp $ COMMENT= tty recorder DISTNAME= ttyrec-1.0.8 -REVISION= 3 +REVISION= 4 CATEGORIES= misc HOMEPAGE= http://0xcc.net/ttyrec/ diff --git a/misc/ttyrec/pkg/DESCR b/misc/ttyrec/pkg/DESCR index ec52d3d4688..ce0ed6ac858 100644 --- a/misc/ttyrec/pkg/DESCR +++ b/misc/ttyrec/pkg/DESCR @@ -3,3 +3,6 @@ with the included ttyplay command. ttyrec is just a derivative of script command for recording timing information with microsecond accuracy as well. It can record emacs -nw, vi, lynx, or any programs running on tty. + +Data recorded with ttyrec can be converted into an animated GIF +with the seq2gif tool from the graphics/seq2gif port.