From nobody@FreeBSD.org  Sun May  7 17:41:43 2006
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 2F17616A407
	for <freebsd-gnats-submit@FreeBSD.org>; Sun,  7 May 2006 17:41:43 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 0BD4B43D6E
	for <freebsd-gnats-submit@FreeBSD.org>; Sun,  7 May 2006 17:41:38 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k47HfcFs076718
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 7 May 2006 17:41:38 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id k47HfcCa076717;
	Sun, 7 May 2006 17:41:38 GMT
	(envelope-from nobody)
Message-Id: <200605071741.k47HfcCa076717@www.freebsd.org>
Date: Sun, 7 May 2006 17:41:38 GMT
From: Matt Mills <matt_mills@btopenworld.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: New port: misc/ipbt High-tech ttyrec player with improvements over ttyplay
X-Send-Pr-Version: www-2.3

>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:    ehaupt
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 07 17:50:16 GMT 2006
>Closed-Date:    Mon May 08 00:36:38 CEST 2006
>Last-Modified:  Mon May 08 00:36:38 CEST 2006
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->ehaupt 
Responsible-Changed-By: ehaupt 
Responsible-Changed-When: Sun May 7 23:55:31 CEST 2006 
Responsible-Changed-Why:  
Take. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=96930 
State-Changed-From-To: open->closed 
State-Changed-By: ehaupt 
State-Changed-When: Mon May 8 00:32:34 CEST 2006 
State-Changed-Why:  
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? 


http://www.freebsd.org/cgi/query-pr.cgi?pr=96930 
>Unformatted:
