1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- Update to r7268

PR:		109046
Submitted by:	Matt Mills<matt_mills@btopenworld.com> (maintainer)
This commit is contained in:
Martin Wilke 2007-02-11 11:59:03 +00:00
parent e1d2a1914a
commit 7aa16958fe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184872
3 changed files with 9 additions and 6 deletions

View File

@ -6,17 +6,17 @@
#
PORTNAME= ipbt
DISTVERSION= r6860
DISTVERSION= r7268
CATEGORIES= misc
MASTER_SITES= http://www.chiark.greenend.org.uk/~sgtatham/ipbt/
MAINTAINER= matt_mills@btopenworld.com
COMMENT= A high-tech ttyrec player with improvements over ttyplay
USE_PERL5_BUILD= yes
USE_PERL5= yes
ALL_TARGET= ${PORTNAME}
PLIST_FILES= bin/ipbt
PLIST_FILES= bin/ipbt bin/ttygrep bin/ttydump
.include <bsd.port.pre.mk>
@ -30,5 +30,7 @@ post-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/ttydump ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/ttygrep ${PREFIX}/bin
.include <bsd.port.post.mk>

View File

@ -1,3 +1,3 @@
MD5 (ipbt-r6860.tar.gz) = 899b2286e63764e6c5f4cdc5870f5854
SHA256 (ipbt-r6860.tar.gz) = 29dc02f774972fa80fc770c658c354cac0997c92a98faf56208ea43025ae6885
SIZE (ipbt-r6860.tar.gz) = 165819
MD5 (ipbt-r7268.tar.gz) = 367f3ce7061325835fe262873f72b51f
SHA256 (ipbt-r7268.tar.gz) = 8eed88941ac336c554f5f80ebce00b3e40167500542d35d502ee4271dd13f2f0
SIZE (ipbt-r7268.tar.gz) = 166915

View File

@ -6,6 +6,7 @@ that ttyplay lacks. Notable features are:
* Adjustable play speed (faster/slower)
* Jump to beginning/end in a single keystroke
* Searching forward/backward for a given string
* ttygrep and ttydump utilities
IPBT works by reading the entire input file and running it through
an internal terminal emulator (the one from PuTTY).