diff options
author | jtb <jtb> | 2001-05-19 18:08:43 +0000 |
---|---|---|
committer | jtb <jtb> | 2001-05-19 18:08:43 +0000 |
commit | 903f1f8c0c81e35dc69feec28f8634cd3d49fa23 (patch) | |
tree | 3f20b7221406b3c43e24d6698ddddd68ca3d1644 /misc/ttyrec/patches | |
parent | 23bc93d0c5747703535c230bd441f5afbabdd516 (diff) | |
download | pkgsrc-903f1f8c0c81e35dc69feec28f8634cd3d49fa23.tar.gz |
Initial import of ttyrec.
ttyrec is a tty recorder. Recorded data can be played back 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.
Package provided by Masao Uebayashi <uebayasi@soum.co.jp> in private
email as a followup to PR pkg/12978.
Diffstat (limited to 'misc/ttyrec/patches')
-rw-r--r-- | misc/ttyrec/patches/patch-aa | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/misc/ttyrec/patches/patch-aa b/misc/ttyrec/patches/patch-aa new file mode 100644 index 00000000000..03ab6039dc4 --- /dev/null +++ b/misc/ttyrec/patches/patch-aa @@ -0,0 +1,10 @@ +$NetBSD: patch-aa,v 1.1.1.1 2001/05/19 18:08:43 jtb Exp $ + +--- Makefile.orig Sat May 19 18:01:13 2001 ++++ Makefile +@@ -1,5 +1,3 @@ +-CC = gcc +-CFLAGS = -O2 + VERSION = 1.0.4 + + TARGET = ttyrec ttyplay |