From 61fc2e59e8c9059e0a5fdfc4b4681ef3c5783ef1 Mon Sep 17 00:00:00 2001 From: markd Date: Sun, 6 Jun 2021 11:58:20 +0000 Subject: tex-cweb{,-doc}: update to 4.2 In the course of the "2021 TeX tuneup", Don Knuth kindly transferred the responsibility for CWEB to me; see the original CWEB home page (https://www-cs-faculty.stanford.edu/~knuth/cweb.html), section "CWEB 4.0". This first new release draws heavily on the multi-decade work collected in my "CWEBbin" project (https://github.com/ascherer/cwebbin). I moved (almost) all stuff from the "*-patch.*" changefiles into the new CWEB sources and applied all of the "*-ansi.*" changes as well. Moreover, I made "common.h" the full interface of "common.w" in order to avoid code redundancy. And I tried to fix as many of the bugs reported by email to DEK and/or tex-k at tug.org. In total, "make; make cautiously; make fullmanual" runs flawlessly with GCC on Linux and with CLang on MacOS. And with the help of the remaining stuff in the "CWEBbin" project, "CWEB" is smoothly integrated in "TeX Live". --- print/tex-cweb/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'print/tex-cweb/Makefile') diff --git a/print/tex-cweb/Makefile b/print/tex-cweb/Makefile index b31b3947da9..696c4de68cb 100644 --- a/print/tex-cweb/Makefile +++ b/print/tex-cweb/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2021/02/15 03:43:41 markd Exp $ +# $NetBSD: Makefile,v 1.10 2021/06/06 11:58:20 markd Exp $ DISTNAME= cweb -PKGNAME= tex-${DISTNAME}-3.70.57710 -TEXLIVE_REV= 57710 +PKGNAME= tex-${DISTNAME}-4.2 +TEXLIVE_REV= 57972 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://ctan.org/pkg/cwebbin -- cgit v1.2.3