From 89b30719b5a9c3db56a4b0e08bd7a0b96c2b3bd9 Mon Sep 17 00:00:00 2001 From: obache Date: Sat, 9 Sep 2006 13:48:02 +0000 Subject: Update ttyrec to 1.0.8, patch based on PR 34426 by Martin Wilke. ChangeLog is unknown. --- 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(-) (limited to 'misc') diff --git a/misc/ttyrec/Makefile b/misc/ttyrec/Makefile index f7ad0534dfb..b418185fa1d 100644 --- a/misc/ttyrec/Makefile +++ b/misc/ttyrec/Makefile @@ -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 -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 @@ INSTALLATION_DIRS= bin man/man1 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 --git a/misc/ttyrec/PLIST b/misc/ttyrec/PLIST index a6fd6bf738f..6dcc974a3ef 100644 --- a/misc/ttyrec/PLIST +++ b/misc/ttyrec/PLIST @@ -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 --git a/misc/ttyrec/distinfo b/misc/ttyrec/distinfo index 3c5784795a6..260382d08f2 100644 --- a/misc/ttyrec/distinfo +++ b/misc/ttyrec/distinfo @@ -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 --git a/misc/ttyrec/patches/patch-aa b/misc/ttyrec/patches/patch-aa index 03ab6039dc4..a0d5b9fd6c1 100644 --- a/misc/ttyrec/patches/patch-aa +++ b/misc/ttyrec/patches/patch-aa @@ -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 -- cgit v1.2.3