Received: by mail.netbsd.org (Postfix, from userid 605) id CACDE84DB1; Thu, 20 May 2021 13:55:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0EF1E84DAD for ; Thu, 20 May 2021 13:55:10 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id c6IMcYcxYtDf for ; Thu, 20 May 2021 13:55:09 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 74F1684CEF for ; Thu, 20 May 2021 13:55:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 72270FA95; Thu, 20 May 2021 13:55:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1621518909221440" MIME-Version: 1.0 Date: Thu, 20 May 2021 13:55:09 +0000 From: "Antoine Reilles" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: tonio@netbsd.org X-Mailer: log_accum Message-Id: <20210520135509.72270FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1621518909221440 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tonio Date: Thu May 20 13:55:09 UTC 2021 Modified Files: pkgsrc/doc: CHANGES-2021 TODO Log Message: Update textproc/hevea to 2.35.0 Changelog: version 2.35 * Release version 2.34+02 * Some petty optimisation in text output (replace ' '+ '\n' by '\n'). * Correct bug in text mode (012 by Florian Angeletti). On bad combination of indentation and version 2.34+01 * Correct bug in text mode (012 by Florian Angeletti). On bad combination of indentation and underlining. version 2.34 * Add command \formatlinks for greater control over navigation links. version 2.33 * Compatibility from 4.02.3 to 4.10.0 version 2.32 * Introduce SVG arrows, contribution by Florian Angeletti version 2.31 * Correct doc typos. version 2.30 * Better error message when several \documentclass are present. version 2.29+5 version 2.29+4 version 2.29+3 version 2.29+2 * mathjax 'automatic' support version 2.29+1 * mathjax support version 2.29 * Correct bug around double quotes. Notice that the "plain" status of double quotes is no expansion, by contrast with all other special characters. version 2.28 * lstlisting: find files lstlang?.sty in path (as latex does). version 2.27 * info: Add initial capitals for some words (workaround against (reported) info reader v 6.0 bug version 2.26 * add a warning in case of missing \end{document} * cleveref.hva patch (removes extra white space), credit: Tim Bourke. version 2.25 * Oups !! Forgot to add svg.hva, corrected. version 2.24 * Add svg.hva style file, to produce svg images. * More robust build. To generate a diff of this commit: cvs rdiff -u -r1.2878 -r1.2879 pkgsrc/doc/CHANGES-2021 cvs rdiff -u -r1.20650 -r1.20651 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1621518909221440 Content-Disposition: inline Content-Length: 1258 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2021 diff -u pkgsrc/doc/CHANGES-2021:1.2878 pkgsrc/doc/CHANGES-2021:1.2879 --- pkgsrc/doc/CHANGES-2021:1.2878 Thu May 20 12:58:34 2021 +++ pkgsrc/doc/CHANGES-2021 Thu May 20 13:55:08 2021 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2021,v 1.2878 2021/05/20 12:58:34 adam Exp $ +$NetBSD: CHANGES-2021,v 1.2879 2021/05/20 13:55:08 tonio Exp $ Changes to the packages collection and infrastructure in 2021: @@ -4478,3 +4478,4 @@ Changes to the packages collection and i Updated archivers/zstd to 1.5.0 [wiz 2021-05-20] Updated finance/py-stripe to 2.57.0 [adam 2021-05-20] Updated math/py-xarray to 0.18.2 [adam 2021-05-20] + Updated textproc/hevea to 2.35 [tonio 2021-05-20] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.20650 pkgsrc/doc/TODO:1.20651 --- pkgsrc/doc/TODO:1.20650 Thu May 20 12:23:34 2021 +++ pkgsrc/doc/TODO Thu May 20 13:55:09 2021 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.20650 2021/05/20 12:23:34 wiz Exp $ +$NetBSD: TODO,v 1.20651 2021/05/20 13:55:09 tonio Exp $ Suggested new packages ====================== @@ -1112,7 +1112,6 @@ For possible Perl packages updates, see o heimdal-7.7.0 o herisvm-0.8.2 o hesiod-3.2.1 - o hevea-2.35 o heyu-2.9.0 o hiawatha-10.8.1 o hiredis-1.0.0 --_----------=_1621518909221440--