pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/ttyrec Update ttyrec to 1.0.8, patch based on PR ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/04509968f3fe
branches: trunk
changeset: 518431:04509968f3fe
user: obache <obache%pkgsrc.org@localhost>
date: Sat Sep 09 13:48:02 2006 +0000
description:
Update ttyrec to 1.0.8, patch based on PR 34426 by Martin Wilke.
ChangeLog is unknown.
diffstat:
misc/ttyrec/Makefile | 10 ++++++----
misc/ttyrec/PLIST | 4 +++-
misc/ttyrec/distinfo | 10 +++++-----
misc/ttyrec/patches/patch-aa | 8 ++++----
4 files changed, 18 insertions(+), 14 deletions(-)
diffs (74 lines):
diff -r 0a807bd36ece -r 04509968f3fe misc/ttyrec/Makefile
--- a/misc/ttyrec/Makefile Sat Sep 09 12:55:25 2006 +0000
+++ b/misc/ttyrec/Makefile Sat Sep 09 13:48:02 2006 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.7 2006/03/04 21:30:13 jlam Exp $
+# $NetBSD: Makefile,v 1.8 2006/09/09 13:48:02 obache Exp $
-DISTNAME= ttyrec-1.0.4
+DISTNAME= ttyrec-1.0.8
CATEGORIES= misc
-MASTER_SITES= http://namazu.org/~satoru/ttyrec/
+MASTER_SITES= http://0xcc.net/ttyrec/
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://namazu.org/~satoru/ttyrec/
+HOMEPAGE= http://0xcc.net/ttyrec/
COMMENT= ttyrec is a tty recorder
.include "../../mk/bsd.prefs.mk"
@@ -19,7 +19,9 @@
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ttyplay ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/ttyrec ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/ttytime ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/ttyplay.1 ${PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/ttyrec.1 ${PREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/ttytime.1 ${PREFIX}/man/man1
.include "../../mk/bsd.pkg.mk"
diff -r 0a807bd36ece -r 04509968f3fe misc/ttyrec/PLIST
--- a/misc/ttyrec/PLIST Sat Sep 09 12:55:25 2006 +0000
+++ b/misc/ttyrec/PLIST Sat Sep 09 13:48:02 2006 +0000
@@ -1,5 +1,7 @@
-@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:29:47 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2006/09/09 13:48:02 obache Exp $
bin/ttyplay
bin/ttyrec
+bin/ttytime
man/man1/ttyplay.1
man/man1/ttyrec.1
+man/man1/ttytime.1
diff -r 0a807bd36ece -r 04509968f3fe misc/ttyrec/distinfo
--- a/misc/ttyrec/distinfo Sat Sep 09 12:55:25 2006 +0000
+++ b/misc/ttyrec/distinfo Sat Sep 09 13:48:02 2006 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2005/02/24 11:02:58 agc Exp $
+$NetBSD: distinfo,v 1.4 2006/09/09 13:48:02 obache Exp $
-SHA1 (ttyrec-1.0.4.tar.gz) = 5bcb1cbbca3fee3ce1876cc2c0584b8984df58ea
-RMD160 (ttyrec-1.0.4.tar.gz) = e7c6c2d0fd7100103d34e0a6d08f963e9e7872b0
-Size (ttyrec-1.0.4.tar.gz) = 6341 bytes
-SHA1 (patch-aa) = f08dcddcfbcf68131a1e9e9086bffc2016ae702a
+SHA1 (ttyrec-1.0.8.tar.gz) = 645f1e2a1ac4b2a32ad314711fb3da014ce9684d
+RMD160 (ttyrec-1.0.8.tar.gz) = f7538fa742d1c1e07b8b48f3fa79cfcf13ca8044
+Size (ttyrec-1.0.8.tar.gz) = 8528 bytes
+SHA1 (patch-aa) = 92efba673741631b4e6c5fff09039468acd75198
diff -r 0a807bd36ece -r 04509968f3fe misc/ttyrec/patches/patch-aa
--- a/misc/ttyrec/patches/patch-aa Sat Sep 09 12:55:25 2006 +0000
+++ b/misc/ttyrec/patches/patch-aa Sat Sep 09 13:48:02 2006 +0000
@@ -1,10 +1,10 @@
-$NetBSD: patch-aa,v 1.1.1.1 2001/05/19 18:08:43 jtb Exp $
+$NetBSD: patch-aa,v 1.2 2006/09/09 13:48:02 obache Exp $
---- Makefile.orig Sat May 19 18:01:13 2001
+--- Makefile.orig 2006-06-12 00:52:50.000000000 +0900
+++ Makefile
@@ -1,5 +1,3 @@
-CC = gcc
-CFLAGS = -O2
- VERSION = 1.0.4
+ VERSION = 1.0.8
- TARGET = ttyrec ttyplay
+ TARGET = ttyrec ttyplay ttytime
Home |
Main Index |
Thread Index |
Old Index