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.
This commit is contained in:
reinhard 2000-12-27 15:17:30 +00:00
parent d3ac1e39c9
commit 77e4ddf1c8
5 changed files with 39 additions and 0 deletions

23
misc/ttyrec/Makefile Normal file
View File

@ -0,0 +1,23 @@
# $OpenBSD: Makefile,v 1.1.1.1 2000/12/27 15:17:30 reinhard Exp $
DISTNAME= ttyrec-1.0.1
CATEGORIES= misc
NEED_VERSION= 1.340
MASTER_SITES= http://namazu.org/~satoru/ttyrec/ttyrec-1.0.1
HOMEPAGE= http://namazu.org/~satoru/ttyrec/index.html.en
MAINTAINER= Reinhard J. Sammer <reinhard@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
do-install:
${INSTALL_PROGRAM} ${WRKBUILD}/ttyrec ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKBUILD}/ttyplay ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ttyrec
${INSTALL_DATA} ${WRKBUILD}/README ${PREFIX}/share/doc/ttyrec
.include <bsd.port.mk>

3
misc/ttyrec/files/md5 Normal file
View File

@ -0,0 +1,3 @@
MD5 (ttyrec-1.0.1.tar.gz) = 49a6a704b75acf53774946b82beffd56
RMD160 (ttyrec-1.0.1.tar.gz) = 98005c2bd3b13271315d0dfc7c5ea7246bfc1c14
SHA1 (ttyrec-1.0.1.tar.gz) = a07333b1132432926faa99fb218213852f4940c1

1
misc/ttyrec/pkg/COMMENT Normal file
View File

@ -0,0 +1 @@
tty recorder

7
misc/ttyrec/pkg/DESCR Normal file
View 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: ${HOMEPAGE}

5
misc/ttyrec/pkg/PLIST Normal file
View File

@ -0,0 +1,5 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2000/12/27 15:17:30 reinhard Exp $
bin/ttyplay
bin/ttyrec
share/doc/ttyrec/README
@dirrm share/doc/ttyrec