Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 May 2006 17:41:38 GMT
From:      Matt Mills <matt_mills@btopenworld.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/96930: New port: misc/ipbt High-tech ttyrec player with improvements over ttyplay
Message-ID:  <200605071741.k47HfcCa076717@www.freebsd.org>
Resent-Message-ID: <200605071750.k47HoHFA078504@freefall.freebsd.org>

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

>Number:         96930
>Category:       ports
>Synopsis:       New port: misc/ipbt High-tech ttyrec player with improvements over ttyplay
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 07 17:50:16 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Matt Mills
>Release:        6.0-STABLE
>Organization:
N/A
>Environment:
FreeBSD titan 6.0-STABLE FreeBSD 6.0-STABLE #11: Mon Dec  5 09:52:21 GMT 2005     matt@titan:/usr/src/sys/i386/compile/titan  i386
>Description:
New port.

IPBT (It's Play-Back Time) is a ttyrec player with many features that ttyplay lacks.
>How-To-Repeat:
N/A
>Fix:
echo c - ipbt
mkdir -p ipbt > /dev/null 2>&1
echo x - ipbt/Makefile
sed 's/^X//' >ipbt/Makefile << 'END-of-ipbt/Makefile'
X# New ports collection makefile for:   ipbt
X# Date created:                May 7th 2006
X# Whom:                        Matt Mills <matt_mills@btopenworld.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	ipbt
XPORTVERSION=	r6489
XCATEGORIES=	misc
XMASTER_SITES=	http://www.chiark.greenend.org.uk/~sgtatham/ipbt/
X
XMAINTAINER=	matt_mills@btopenworld.com
XCOMMENT=	A high-tech ttyrec player with improvements over ttyplay
X
XUSE_GMAKE=	yes
X
Xdo-build:
X		cd ${WRKSRC}; ${GMAKE}
X
Xdo-install:
X		${INSTALL_PROGRAM} ${WRKSRC}/ipbt ${PREFIX}/bin
X
X.include <bsd.port.mk>
END-of-ipbt/Makefile
echo x - ipbt/distinfo
sed 's/^X//' >ipbt/distinfo << 'END-of-ipbt/distinfo'
XMD5 (ipbt-r6489.tar.gz) = 9fe27f435f270bfd55172721a41e9ac0
XSHA256 (ipbt-r6489.tar.gz) = 703f753cd799e09d9f020e233c87d4eccb6a750b2ea5f935969f172db3c82c8c
XSIZE (ipbt-r6489.tar.gz) = 158469
END-of-ipbt/distinfo
echo x - ipbt/pkg-plist
sed 's/^X//' >ipbt/pkg-plist << 'END-of-ipbt/pkg-plist'
Xbin/ipbt
END-of-ipbt/pkg-plist
echo x - ipbt/pkg-descr
sed 's/^X//' >ipbt/pkg-descr << 'END-of-ipbt/pkg-descr'
XIPBT (It's Play-Back Time) is a ttyrec player with many features
Xthat ttyplay lacks. Notable features are:
X
X	* Pausing
X	* Move forward/backward frame by frame
X	* Adjustable play speed (faster/slower)
X	* Jump to beginning/end in a single keystroke
X
XIPBT works by reading the entire input file and running it through
Xan internal terminal emulator (the one from PuTTY).
X
XWWW: http://www.chiark.greenend.org.uk/~sgtatham/ipbt/
END-of-ipbt/pkg-descr
exit


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



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