From 8d8d88b145dc833747fb16a250a3295640810b84 Mon Sep 17 00:00:00 2001 From: dillo Date: Tue, 22 Mar 2005 20:02:11 +0000 Subject: update to 3.0.8: - fix crash when displaying banner in newer TADS 3 games - fix screen redraw before waiting for event - install TADS 2 library files - add t3res (TADS 3 resource compiler) - add mkchrtab (TADS 3 character table generator) --- games/tads/Makefile | 6 ++-- games/tads/PLIST | 8 ++++- games/tads/distinfo | 12 ++++---- games/tads/patches/patch-aa | 27 ++++++++--------- games/tads/patches/patch-ac | 74 ++++++++++++++++++++++++++++----------------- 5 files changed, 76 insertions(+), 51 deletions(-) (limited to 'games') diff --git a/games/tads/Makefile b/games/tads/Makefile index 9173fff79a9..723153a279b 100644 --- a/games/tads/Makefile +++ b/games/tads/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2004/10/12 20:38:09 dillo Exp $ +# $NetBSD: Makefile,v 1.9 2005/03/22 20:02:11 dillo Exp $ # DISTNAME= tads23-unix -PKGNAME= tads-3.0.7 +PKGNAME= tads-3.0.8 CATEGORIES= games MASTER_SITES= http://www.tads.org/t3dl/ @@ -14,7 +14,7 @@ COMMENT= TADS compiler and interpreter ONLY_FOR_PLATFORM= NetBSD-*-* DIST_SUBDIR= ${PKGNAME_NOREV} -WRKSRC= ${WRKDIR}/tads-3.0.7 +WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} USE_BUILDLINK3= yes NO_CONFIGURE= yes BUILD_DIRS= ${WRKSRC}/tads2 ${WRKSRC}/tads3 diff --git a/games/tads/PLIST b/games/tads/PLIST index 9130ca7e85d..10938277f86 100644 --- a/games/tads/PLIST +++ b/games/tads/PLIST @@ -1,6 +1,8 @@ -@comment $NetBSD: PLIST,v 1.2 2004/10/08 23:14:37 mycroft Exp $ +@comment $NetBSD: PLIST,v 1.3 2005/03/22 20:02:11 dillo Exp $ +bin/mkchrtab bin/t23run bin/t3make +bin/t3res bin/t3run bin/tadsc bin/tadsr @@ -68,6 +70,9 @@ share/doc/html/tads3/t3type.htm share/doc/html/tads3/t3undef.htm share/doc/html/tads3/t3vector.htm share/doc/html/tads3/tads3.htm +share/tads2/adv.t +share/tads2/gameinfo.t +share/tads2/std.t share/tads3/includes/bignum.h share/tads3/includes/bytearr.h share/tads3/includes/charset.h @@ -140,4 +145,5 @@ share/tads3/resources/charmap/us-ascii.txt @dirrm share/tads3/libraries @dirrm share/tads3/includes @dirrm share/tads3 +@dirrm share/tads2 @dirrm share/doc/html/tads3 diff --git a/games/tads/distinfo b/games/tads/distinfo index 8d5c0ad2289..9f2769f3ca6 100644 --- a/games/tads/distinfo +++ b/games/tads/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.5 2005/02/23 23:12:03 agc Exp $ +$NetBSD: distinfo,v 1.6 2005/03/22 20:02:11 dillo Exp $ -SHA1 (tads-3.0.7/tads23-unix.tar.gz) = e81990782e82dc3c13ca5eedd22549201a92d096 -RMD160 (tads-3.0.7/tads23-unix.tar.gz) = 85e1fcc8a7311529c9a2213bffcca96c7d5d7d49 -Size (tads-3.0.7/tads23-unix.tar.gz) = 4029029 bytes -SHA1 (patch-aa) = 45736a7c22777206a89f1381cf7fe130ee0897ad +SHA1 (tads-3.0.8/tads23-unix.tar.gz) = 77d5180dca1651dbd61b24a5704bb238aa66320e +RMD160 (tads-3.0.8/tads23-unix.tar.gz) = 9ad1776477502b4e220ca93cd1ff52707a3c36f4 +Size (tads-3.0.8/tads23-unix.tar.gz) = 4072600 bytes +SHA1 (patch-aa) = feaf4e03e097f44b7831d85219745cac6c403051 SHA1 (patch-ab) = b8e48ff15ef5fa1834c98a5bcc6df3d732dfe062 -SHA1 (patch-ac) = f2292dda74a8986ffc85794a2f8c04683ebb42f7 +SHA1 (patch-ac) = 67271de4c54c49a7e3c3d37950ee0fd134abf7da diff --git a/games/tads/patches/patch-aa b/games/tads/patches/patch-aa index 67a80e727d6..5ec275f6334 100644 --- a/games/tads/patches/patch-aa +++ b/games/tads/patches/patch-aa @@ -1,17 +1,8 @@ -$NetBSD: patch-aa,v 1.2 2004/10/08 23:14:38 mycroft Exp $ +$NetBSD: patch-aa,v 1.3 2005/03/22 20:02:11 dillo Exp $ ---- tads2/Makefile.orig Wed Sep 25 18:43:09 2002 +--- tads2/Makefile.orig 2004-11-05 14:34:49.000000000 +0100 +++ tads2/Makefile -@@ -50,7 +50,7 @@ - # - - # Install point for the tadsc, tadsr, and tdb executables --BINDIR=/usr/local/bin -+BINDIR=${PREFIX}/bin - - # - # Places to look for include files. -@@ -270,16 +270,18 @@ MATT=Matt Herberg