diff options
author | jtb <jtb@pkgsrc.org> | 2001-05-19 18:08:43 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-05-19 18:08:43 +0000 |
commit | a474a84f6425eab89ac8abd91a6c1fcf7caba2db (patch) | |
tree | 3f20b7221406b3c43e24d6698ddddd68ca3d1644 /misc/ttyrec/pkg | |
parent | 02fcf56cb1c8c1aa0279e7897e05a6b63a2bd3e1 (diff) | |
download | pkgsrc-a474a84f6425eab89ac8abd91a6c1fcf7caba2db.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/pkg')
-rw-r--r-- | misc/ttyrec/pkg/DESCR | 5 | ||||
-rw-r--r-- | misc/ttyrec/pkg/PLIST | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/misc/ttyrec/pkg/DESCR b/misc/ttyrec/pkg/DESCR new file mode 100644 index 00000000000..9347804eeeb --- /dev/null +++ b/misc/ttyrec/pkg/DESCR @@ -0,0 +1,5 @@ +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. diff --git a/misc/ttyrec/pkg/PLIST b/misc/ttyrec/pkg/PLIST new file mode 100644 index 00000000000..7bca03a125b --- /dev/null +++ b/misc/ttyrec/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/05/19 18:08:43 jtb Exp $ +bin/ttyrec +bin/ttyplay |