summaryrefslogtreecommitdiff
path: root/misc/ttyrec/Makefile
diff options
context:
space:
mode:
authorjtb <jtb>2001-05-19 18:08:43 +0000
committerjtb <jtb>2001-05-19 18:08:43 +0000
commit27d5794ae4509a9979c1774377ca9af20d340926 (patch)
tree3f20b7221406b3c43e24d6698ddddd68ca3d1644 /misc/ttyrec/Makefile
parentc462b59bf6d8f0eecadfdd809b5282ed6b352a4d (diff)
downloadpkgsrc-27d5794ae4509a9979c1774377ca9af20d340926.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/Makefile')
-rw-r--r--misc/ttyrec/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/misc/ttyrec/Makefile b/misc/ttyrec/Makefile
new file mode 100644
index 00000000000..a4d20f7bfc5
--- /dev/null
+++ b/misc/ttyrec/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/05/19 18:08:43 jtb Exp $
+
+DISTNAME= ttyrec-1.0.4
+CATEGORIES= misc
+MASTER_SITES= http://namazu.org/~satoru/ttyrec/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://namazu.org/~satoru/ttyrec/
+COMMENT= ttyrec is a tty recorder
+
+do-install:
+ cd ${WRKSRC} && ${INSTALL_PROGRAM} ttyrec ttyplay ${PREFIX}/bin/
+
+.include "../../mk/bsd.pkg.mk"