Bug 96930

Summary: New port: misc/ipbt High-tech ttyrec player with improvements over ttyplay
Product: Ports & Packages Reporter: Matt Mills <matt_mills>
Component: Individual Port(s)Assignee: Emanuel Haupt <ehaupt>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Matt Mills 2006-05-07 18:50:16 UTC
New port.

IPBT (It's Play-Back Time) is a ttyrec player with many features that ttyplay lacks.

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
How-To-Repeat: N/A
Comment 1 Emanuel Haupt freebsd_committer freebsd_triage 2006-05-07 22:55:31 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ehaupt

Take.
Comment 2 Emanuel Haupt freebsd_committer freebsd_triage 2006-05-07 23:32:34 UTC
State Changed
From-To: open->closed

New port added with modifications, thanks! 

Changes: 
- the port does not require GMAKE if ALL_TARGET is set properly and therefor, 
- the custom do-build target can be removed completely 
- the port requires perl5 at build time 
- adjust shebang line in perl script 
- the port does not build under 4.x since it requires libc with mbrtowc() and 
wcrtomb() 

Request: 
Could you please provide an additional mirror to improve the availability of 
the distfile?