Skip site navigation (1)Skip section navigation (2)
Date:      18 May 2001 12:42:50 -0000
From:      kaoru@kaisei.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/27428: New port: sysutils/ttyrec (tty session recorder & player)
Message-ID:  <20010518124250.31654.qmail@snake.se.uec.ac.jp>

next in thread | raw e-mail | index | archive | help

>Number:         27428
>Category:       ports
>Synopsis:       New port: sysutils/ttyrec (tty session recorder & player)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 18 05:50:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     TAKAHASHI Kaoru
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD snake.se.uec.ac.jp 4.3-STABLE FreeBSD 4.3-STABLE #778: Wed May 16 10:36:37 JST 2001 root@snake.se.uec.ac.jp:/usr/obj/usr/src/sys/SNAKE i386


>Description:
Ttyrec is a tty recorder.  It is a derivative of script(1)
command for recording timing information with  microsecond
accuracy  as  well.  It can record emacs -nw, vi, lynx, or
any programs running on tty.

>How-To-Repeat:
	
>Fix:


# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	ttyrec
#	ttyrec/distinfo
#	ttyrec/Makefile
#	ttyrec/pkg-comment
#	ttyrec/pkg-descr
#	ttyrec/pkg-plist
#
echo c - ttyrec
mkdir -p ttyrec > /dev/null 2>&1
echo x - ttyrec/distinfo
sed 's/^X//' >ttyrec/distinfo << 'END-of-ttyrec/distinfo'
XMD5 (ttyrec-1.0.4.tar.gz) = 81b2bce50087c7d2cd46fb557f10ef20
END-of-ttyrec/distinfo
echo x - ttyrec/Makefile
sed 's/^X//' >ttyrec/Makefile << 'END-of-ttyrec/Makefile'
X# New ports collection makefile for:	ttyrec
X# Date created:		17 May 2001
X# Whom:			TAKAHASHI Kaoru <kaoru@kaisei.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	ttyrec
XPORTVERSION=	1.0.4
XCATEGORIES=	sysutils
XMASTER_SITES=	http://namazu.org/~satoru/ttyrec/
X
XMAINTAINER=	ports@FreeBSD.org
X
XMAN1=		ttyrec.1 ttyplay.1
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/ttyrec ${PREFIX}/bin
X	${INSTALL_PROGRAM} ${WRKSRC}/ttyplay ${PREFIX}/bin
X	${INSTALL_MAN} ${WRKSRC}/ttyrec.1 ${PREFIX}/man/man1
X	${INSTALL_MAN} ${WRKSRC}/ttyplay.1 ${PREFIX}/man/man1
X
X.include <bsd.port.mk>
END-of-ttyrec/Makefile
echo x - ttyrec/pkg-comment
sed 's/^X//' >ttyrec/pkg-comment << 'END-of-ttyrec/pkg-comment'
XTty session recorder and player
END-of-ttyrec/pkg-comment
echo x - ttyrec/pkg-descr
sed 's/^X//' >ttyrec/pkg-descr << 'END-of-ttyrec/pkg-descr'
XTtyrec is a tty recorder.  It is a derivative of script(1)
Xcommand for recording timing information with  microsecond
Xaccuracy  as  well.  It can record emacs -nw, vi, lynx, or
Xany programs running on tty.
X
XWWW: http://namazu.org/~satoru/ttyrec/
END-of-ttyrec/pkg-descr
echo x - ttyrec/pkg-plist
sed 's/^X//' >ttyrec/pkg-plist << 'END-of-ttyrec/pkg-plist'
Xbin/ttyrec
Xbin/ttyplay
END-of-ttyrec/pkg-plist
exit

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010518124250.31654.qmail>