pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/ipbt ipbt, a high-tech ttyrec player with the abi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/607db1ef6a28
branches:  trunk
changeset: 529571:607db1ef6a28
user:      pooka <pooka%pkgsrc.org@localhost>
date:      Fri Jun 08 06:07:25 2007 +0000

description:
ipbt, a high-tech ttyrec player with the ability to seek

diffstat:

 misc/ipbt/DESCR            |   7 +++++++
 misc/ipbt/Makefile         |  31 +++++++++++++++++++++++++++++++
 misc/ipbt/PLIST            |   5 +++++
 misc/ipbt/distinfo         |   6 ++++++
 misc/ipbt/patches/patch-aa |  13 +++++++++++++
 5 files changed, 62 insertions(+), 0 deletions(-)

diffs (82 lines):

diff -r 0464e7176ccb -r 607db1ef6a28 misc/ipbt/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/ipbt/DESCR   Fri Jun 08 06:07:25 2007 +0000
@@ -0,0 +1,7 @@
+IPBT plays ttyrec files, like ttyplay, but provides the ability to
+seek forward and backward in the recorded file.  Additional features
+include slow motion and fast forwarding.
+
+The ttydump and ttygrep utilities provide functionality to extract
+part of the recorded file and to search for frames containing a
+search pattern, respectively.
diff -r 0464e7176ccb -r 607db1ef6a28 misc/ipbt/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/ipbt/Makefile        Fri Jun 08 06:07:25 2007 +0000
@@ -0,0 +1,31 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/06/08 06:07:25 pooka Exp $
+#
+
+DISTNAME=      ipbt-r7471
+PKGNAME=       ipbt-7471
+CATEGORIES=    misc
+MASTER_SITES=  http://www.chiark.greenend.org.uk/~sgtatham/ipbt/
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://www.chiark.greenend.org.uk/~sgtatham/ipbt/
+COMMENT=       High-tech ttyrec player
+
+USE_TOOLS+=    perl
+BUILD_TARGET=  ipbt
+
+INCOMPAT_CURSES=NetBSD-*-*
+
+post-build:
+       ${SED} -e "s,/usr/bin/perl,${PERL5}," \
+           ${WRKSRC}/ttydump > ${WRKSRC}/ttydump.path
+       ${SED} -e "s,/usr/bin/perl,${PERL5}," \
+           ${WRKSRC}/ttygrep > ${WRKSRC}/ttygrep.path
+
+do-install:
+       ${INSTALL_PROGRAM} ${WRKSRC}/ipbt ${PREFIX}/bin/ipbt
+       ${INSTALL_MAN} ${WRKSRC}/ipbt.1 ${PREFIX}/${PKGMANDIR}/man1/ipbt.1
+       ${INSTALL_SCRIPT} ${WRKSRC}/ttydump.path ${PREFIX}/bin/ttydump
+       ${INSTALL_SCRIPT} ${WRKSRC}/ttygrep.path ${PREFIX}/bin/ttygrep
+
+.include "../../devel/ncurses/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 0464e7176ccb -r 607db1ef6a28 misc/ipbt/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/ipbt/PLIST   Fri Jun 08 06:07:25 2007 +0000
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/06/08 06:07:25 pooka Exp $
+bin/ipbt
+bin/ttydump
+bin/ttygrep
+man/man1/ipbt.1
diff -r 0464e7176ccb -r 607db1ef6a28 misc/ipbt/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/ipbt/distinfo        Fri Jun 08 06:07:25 2007 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/06/08 06:07:25 pooka Exp $
+
+SHA1 (ipbt-r7471.tar.gz) = 0d3925bb2bb4b9b45279136c997e1f056ca8dcb8
+RMD160 (ipbt-r7471.tar.gz) = 2f9e7054eba25569e6ae8827505062740c778030
+Size (ipbt-r7471.tar.gz) = 177243 bytes
+SHA1 (patch-aa) = 849f97f82ea635f2cb022e5e8c1a86d242734f7e
diff -r 0464e7176ccb -r 607db1ef6a28 misc/ipbt/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/ipbt/patches/patch-aa        Fri Jun 08 06:07:25 2007 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2007/06/08 06:07:25 pooka Exp $
+
+--- Makefile.orig      2007-04-19 15:24:41.000000000 +0300
++++ Makefile   2007-06-08 08:57:16.000000000 +0300
+@@ -7,7 +7,7 @@
+        wcwidth.o xenc.o
+ 
+ ipbt: $(IPBT)
+-      $(CC) $(LFLAGS) -o ipbt $(IPBT) -lm -lncurses
++      $(CC) $(LDFLAGS) -o ipbt $(IPBT) -lm -lncurses
+ 
+ be_none.o: be_none.c putty.h puttyps.h unix.h charset.h network.h misc.h \
+   puttymem.h



Home | Main Index | Thread Index | Old Index