Received: by mail.netbsd.org (Postfix, from userid 605) id B83BC84EDB; Wed, 30 Jan 2019 08:16:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B44CC84D5F for ; Wed, 30 Jan 2019 08:16:37 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id UibHTZgof3iP for ; Wed, 30 Jan 2019 08:16:36 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 9E1C784D5A for ; Wed, 30 Jan 2019 08:16:36 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 97DC9FB16; Wed, 30 Jan 2019 08:16:36 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_154883619641840" MIME-Version: 1.0 Date: Wed, 30 Jan 2019 08:16:36 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/print To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20190130081636.97DC9FB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_154883619641840 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Wed Jan 30 08:16:36 UTC 2019 Modified Files: pkgsrc/print/tex-tabu: Makefile distinfo pkgsrc/print/tex-tabu-doc: Makefile PLIST distinfo Log Message: tex-tabu{,-doc}: update to 2.9 The contributed tabu package relied on patching internal interfaces of core latex packages and stopped working in recent LaTeX releases. The original author, Florent Chervet appears to be out of contact, and the package had not been updated since 2011. A "tabu-fixed" team has been set up at GitHub to make any immediate fixes required to make the package usable. Initially this consists of members of the LaTeX3 project. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/print/tex-tabu/Makefile \ pkgsrc/print/tex-tabu/distinfo cvs rdiff -u -r1.1 -r1.2 pkgsrc/print/tex-tabu-doc/Makefile \ pkgsrc/print/tex-tabu-doc/PLIST cvs rdiff -u -r1.2 -r1.3 pkgsrc/print/tex-tabu-doc/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_154883619641840 Content-Disposition: inline Content-Length: 4135 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/tex-tabu/Makefile diff -u pkgsrc/print/tex-tabu/Makefile:1.3 pkgsrc/print/tex-tabu/Makefile:1.4 --- pkgsrc/print/tex-tabu/Makefile:1.3 Sun Apr 26 21:27:07 2015 +++ pkgsrc/print/tex-tabu/Makefile Wed Jan 30 08:16:36 2019 @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.3 2015/04/26 21:27:07 markd Exp $ +# $NetBSD: Makefile,v 1.4 2019/01/30 08:16:36 markd Exp $ DISTNAME= tabu -PKGNAME= tex-${DISTNAME}-2.8 -PKGREVISION= 1 -TEXLIVE_REV= 21534 +PKGNAME= tex-${DISTNAME}-2.9 +TEXLIVE_REV= 49707 MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/tabu COMMENT= Flexible LaTeX tabulars LICENSE= lppl-1.3c Index: pkgsrc/print/tex-tabu/distinfo diff -u pkgsrc/print/tex-tabu/distinfo:1.3 pkgsrc/print/tex-tabu/distinfo:1.4 --- pkgsrc/print/tex-tabu/distinfo:1.3 Wed Nov 4 01:02:48 2015 +++ pkgsrc/print/tex-tabu/distinfo Wed Jan 30 08:16:36 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2015/11/04 01:02:48 agc Exp $ +$NetBSD: distinfo,v 1.4 2019/01/30 08:16:36 markd Exp $ -SHA1 (tex-tabu-21534/tabu.tar.xz) = aa2cfc4a26d130de054de713fa822728b6c9431e -RMD160 (tex-tabu-21534/tabu.tar.xz) = 2828089f41c1154a8706209ff9febdd21d1a980d -SHA512 (tex-tabu-21534/tabu.tar.xz) = 50634e1a2e88a97f5d095610a2421f6e3e9179c7de354a3b78330fd263440b6254d5481d3774e202ecf61eb7e3cd0d5b357c6939a091bc9d4605d5368700c268 -Size (tex-tabu-21534/tabu.tar.xz) = 23572 bytes +SHA1 (tex-tabu-49707/tabu.tar.xz) = 26b1c374fb2ca45f6ac04f4916328906e044511b +RMD160 (tex-tabu-49707/tabu.tar.xz) = da1a01fa62d31435bd7ef97c9942b2d4d33dc3b7 +SHA512 (tex-tabu-49707/tabu.tar.xz) = bf557df30521d99abe4ce5c86e5487ff32f682ab7d94aecba88172012c7875942c977218317a4fc738f4edb119487bd6785f2348f771b8c98421c6494ba2eb5f +Size (tex-tabu-49707/tabu.tar.xz) = 23900 bytes Index: pkgsrc/print/tex-tabu-doc/Makefile diff -u pkgsrc/print/tex-tabu-doc/Makefile:1.1 pkgsrc/print/tex-tabu-doc/Makefile:1.2 --- pkgsrc/print/tex-tabu-doc/Makefile:1.1 Sun Apr 26 21:29:08 2015 +++ pkgsrc/print/tex-tabu-doc/Makefile Wed Jan 30 08:16:36 2019 @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.1 2015/04/26 21:29:08 markd Exp $ +# $NetBSD: Makefile,v 1.2 2019/01/30 08:16:36 markd Exp $ DISTNAME= tabu.doc -PKGNAME= tex-${DISTNAME:S/./-/}-2.8 -TEXLIVE_REV= 21534 +PKGNAME= tex-${DISTNAME:S/./-/}-2.9 +TEXLIVE_REV= 49707 MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/tabu COMMENT= Documentation for tex-tabu LICENSE= lppl-1.3c Index: pkgsrc/print/tex-tabu-doc/PLIST diff -u pkgsrc/print/tex-tabu-doc/PLIST:1.1 pkgsrc/print/tex-tabu-doc/PLIST:1.2 --- pkgsrc/print/tex-tabu-doc/PLIST:1.1 Sun Apr 26 21:29:08 2015 +++ pkgsrc/print/tex-tabu-doc/PLIST Wed Jan 30 08:16:36 2019 @@ -1,3 +1,3 @@ -@comment $NetBSD: PLIST,v 1.1 2015/04/26 21:29:08 markd Exp $ -share/texmf-dist/doc/latex/tabu/README +@comment $NetBSD: PLIST,v 1.2 2019/01/30 08:16:36 markd Exp $ +share/texmf-dist/doc/latex/tabu/README.md share/texmf-dist/doc/latex/tabu/tabu.pdf Index: pkgsrc/print/tex-tabu-doc/distinfo diff -u pkgsrc/print/tex-tabu-doc/distinfo:1.2 pkgsrc/print/tex-tabu-doc/distinfo:1.3 --- pkgsrc/print/tex-tabu-doc/distinfo:1.2 Wed Nov 4 01:02:48 2015 +++ pkgsrc/print/tex-tabu-doc/distinfo Wed Jan 30 08:16:36 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/04 01:02:48 agc Exp $ +$NetBSD: distinfo,v 1.3 2019/01/30 08:16:36 markd Exp $ -SHA1 (tex-tabu-21534/tabu.doc.tar.xz) = e888069443dd596f1210e232215ea644dbde1fd5 -RMD160 (tex-tabu-21534/tabu.doc.tar.xz) = d0b5b2eff55e8811ca150e3d9f4a81fec35a0646 -SHA512 (tex-tabu-21534/tabu.doc.tar.xz) = b4ed7a52d478dc35cf244ef4ed785ef7c4d4490f84ae1d3c8f949ff0359b96039c9e011f6cd55804a754c42bc308d13c907b43cd1b6589e8b86ac68a836d4a0e -Size (tex-tabu-21534/tabu.doc.tar.xz) = 1409568 bytes +SHA1 (tex-tabu-49707/tabu.doc.tar.xz) = bf463b00f5ce2b59eac48cd6f5039121aa408dfd +RMD160 (tex-tabu-49707/tabu.doc.tar.xz) = 3fc139b443fa3161c3f558cbc248d2af1529ec3c +SHA512 (tex-tabu-49707/tabu.doc.tar.xz) = c95b8520cdbb3f87eebeecd7491a26915d579fa685e0e70205a569d70cf8eeaf9d56cdcb2c6d8ffddb0224c7c2cbe61cab24cb344c83111be8d9180dd262904a +Size (tex-tabu-49707/tabu.doc.tar.xz) = 1458864 bytes --_----------=_154883619641840--