add ttyrec, a tty recorder
This commit is contained in:
parent
ede6028ac5
commit
42b9d9405c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=38312
6 changed files with 33 additions and 0 deletions
|
@ -153,6 +153,7 @@
|
|||
SUBDIR += tkman
|
||||
SUBDIR += tkregexp
|
||||
SUBDIR += tkrunit
|
||||
SUBDIR += ttyrec
|
||||
SUBDIR += tvguide
|
||||
SUBDIR += uk-phone
|
||||
SUBDIR += uk-postcodes
|
||||
|
|
21
misc/ttyrec/Makefile
Normal file
21
misc/ttyrec/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# ex:ts=8
|
||||
# New ports collection makefile for: ttyrec
|
||||
# Date created: Feb 14, 2001
|
||||
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= ttyrec
|
||||
PORTVERSION= 1.0.2
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= http://namazu.org/~satoru/ttyrec/
|
||||
|
||||
MAINTAINER= ijliao@FreeBSD.org
|
||||
|
||||
do-install:
|
||||
.for file in ttyrec ttyplay
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${file} ${PREFIX}/bin
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
1
misc/ttyrec/distinfo
Normal file
1
misc/ttyrec/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (ttyrec-1.0.2.tar.gz) = 5c02bd189c5de5aed0d16ffed70025cb
|
1
misc/ttyrec/pkg-comment
Normal file
1
misc/ttyrec/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
ttyrec is a tty recorder
|
7
misc/ttyrec/pkg-descr
Normal file
7
misc/ttyrec/pkg-descr
Normal file
|
@ -0,0 +1,7 @@
|
|||
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.
|
||||
|
||||
WWW: http://namazu.org/~satoru/ttyrec/
|
2
misc/ttyrec/pkg-plist
Normal file
2
misc/ttyrec/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
|||
bin/ttyrec
|
||||
bin/ttyplay
|
Loading…
Reference in a new issue