From 77e4ddf1c867d52559a879111ce842f2f331027a Mon Sep 17 00:00:00 2001 From: reinhard Date: Wed, 27 Dec 2000 15:17:30 +0000 Subject: [PATCH] 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. --- misc/ttyrec/Makefile | 23 +++++++++++++++++++++++ misc/ttyrec/files/md5 | 3 +++ misc/ttyrec/pkg/COMMENT | 1 + misc/ttyrec/pkg/DESCR | 7 +++++++ misc/ttyrec/pkg/PLIST | 5 +++++ 5 files changed, 39 insertions(+) create mode 100644 misc/ttyrec/Makefile create mode 100644 misc/ttyrec/files/md5 create mode 100644 misc/ttyrec/pkg/COMMENT create mode 100644 misc/ttyrec/pkg/DESCR create mode 100644 misc/ttyrec/pkg/PLIST diff --git a/misc/ttyrec/Makefile b/misc/ttyrec/Makefile new file mode 100644 index 00000000000..5d4c1f46f7c --- /dev/null +++ b/misc/ttyrec/Makefile @@ -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 + +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 diff --git a/misc/ttyrec/files/md5 b/misc/ttyrec/files/md5 new file mode 100644 index 00000000000..89427cce5ae --- /dev/null +++ b/misc/ttyrec/files/md5 @@ -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 diff --git a/misc/ttyrec/pkg/COMMENT b/misc/ttyrec/pkg/COMMENT new file mode 100644 index 00000000000..3caf0704401 --- /dev/null +++ b/misc/ttyrec/pkg/COMMENT @@ -0,0 +1 @@ +tty recorder diff --git a/misc/ttyrec/pkg/DESCR b/misc/ttyrec/pkg/DESCR new file mode 100644 index 00000000000..f0a00102879 --- /dev/null +++ b/misc/ttyrec/pkg/DESCR @@ -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} diff --git a/misc/ttyrec/pkg/PLIST b/misc/ttyrec/pkg/PLIST new file mode 100644 index 00000000000..73d784795cc --- /dev/null +++ b/misc/ttyrec/pkg/PLIST @@ -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