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:
parent
d3ac1e39c9
commit
77e4ddf1c8
23
misc/ttyrec/Makefile
Normal file
23
misc/ttyrec/Makefile
Normal 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
3
misc/ttyrec/files/md5
Normal 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
1
misc/ttyrec/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
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: ${HOMEPAGE}
|
5
misc/ttyrec/pkg/PLIST
Normal file
5
misc/ttyrec/pkg/PLIST
Normal 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
|
Loading…
Reference in New Issue
Block a user