aboutsummaryrefslogtreecommitdiff
path: root/misc/ipbt
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-02-11 11:59:03 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-02-11 11:59:03 +0000
commit7aa16958fec34744401789d37ea826c6494f589c (patch)
tree13c8cf675f4b28c6138bf00795d326e35b467587 /misc/ipbt
parente1d2a1914a4c35c6db7719d80aa25503dbabb6fb (diff)
downloadports-7aa16958fec34744401789d37ea826c6494f589c.tar.gz
ports-7aa16958fec34744401789d37ea826c6494f589c.zip
Notes
Diffstat (limited to 'misc/ipbt')
-rw-r--r--misc/ipbt/Makefile8
-rw-r--r--misc/ipbt/distinfo6
-rw-r--r--misc/ipbt/pkg-descr1
3 files changed, 9 insertions, 6 deletions
diff --git a/misc/ipbt/Makefile b/misc/ipbt/Makefile
index b6525fe60646..12a53b17c42c 100644
--- a/misc/ipbt/Makefile
+++ b/misc/ipbt/Makefile
@@ -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>
diff --git a/misc/ipbt/distinfo b/misc/ipbt/distinfo
index 568413ca629f..2e07ff7c610e 100644
--- a/misc/ipbt/distinfo
+++ b/misc/ipbt/distinfo
@@ -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
diff --git a/misc/ipbt/pkg-descr b/misc/ipbt/pkg-descr
index 078cb1dfe4f3..475a0ed0ea1e 100644
--- a/misc/ipbt/pkg-descr
+++ b/misc/ipbt/pkg-descr
@@ -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).