pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/hevea Update textproc/hevea to 2.35.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a152c5964283
branches:  trunk
changeset: 452940:a152c5964283
user:      tonio <tonio%pkgsrc.org@localhost>
date:      Thu May 20 13:53:28 2021 +0000

description:
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.

diffstat:

 textproc/hevea/Makefile |   5 ++---
 textproc/hevea/PLIST    |  12 +++++++++++-
 textproc/hevea/distinfo |  10 +++++-----
 3 files changed, 18 insertions(+), 9 deletions(-)

diffs (94 lines):

diff -r 7c8b45b45b01 -r a152c5964283 textproc/hevea/Makefile
--- a/textproc/hevea/Makefile   Thu May 20 12:58:34 2021 +0000
+++ b/textproc/hevea/Makefile   Thu May 20 13:53:28 2021 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2021/03/08 08:13:06 jaapb Exp $
+# $NetBSD: Makefile,v 1.31 2021/05/20 13:53:28 tonio Exp $
 
-DISTNAME=      hevea-2.23
-PKGREVISION=   8
+DISTNAME=      hevea-2.35
 CATEGORIES=    textproc
 MASTER_SITES=  http://hevea.inria.fr/distri/
 
diff -r 7c8b45b45b01 -r a152c5964283 textproc/hevea/PLIST
--- a/textproc/hevea/PLIST      Thu May 20 12:58:34 2021 +0000
+++ b/textproc/hevea/PLIST      Thu May 20 13:53:28 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2015/05/06 20:45:43 tonio Exp $
+@comment $NetBSD: PLIST,v 1.9 2021/05/20 13:53:28 tonio Exp $
 bin/bibhva
 bin/esponja
 bin/hacha
@@ -16,6 +16,7 @@
 share/hevea/comment.hva
 share/hevea/compat.hva
 share/hevea/contents_motif.gif
+share/hevea/contents_motif.svg
 share/hevea/crlang.hva
 share/hevea/czech.hva
 share/hevea/deepcut.hva
@@ -45,11 +46,15 @@
 share/hevea/html/graphics.hva
 share/hevea/html/graphicx.hva
 share/hevea/html/hevea.hva
+share/hevea/html/lang.hva
+share/hevea/html/mathjax.hva
+share/hevea/html/mathjaxauto.hva
 share/hevea/html/mathpartir.hva
 share/hevea/html/natbib.hva
 share/hevea/html/png.hva
 share/hevea/html/report.hva
 share/hevea/html/seminar.hva
+share/hevea/html/svg.hva
 share/hevea/html/sword.hva
 share/hevea/html/symb-eng.hva
 share/hevea/html/symb-ent.hva
@@ -60,9 +65,11 @@
 share/hevea/html/urlhref.hva
 share/hevea/html/xypic.hva
 share/hevea/hyperref.hva
+share/hevea/hyphenat.hva
 share/hevea/ifpdf.hva
 share/hevea/ifthen.hva
 share/hevea/imagen
+share/hevea/imakeidx.hva
 share/hevea/import.hva
 share/hevea/index.hva
 share/hevea/info/article.hva
@@ -110,16 +117,19 @@
 share/hevea/mappings/windows-1251.map
 share/hevea/mappings/windows-1252.map
 share/hevea/mappings/windows-1257.map
+share/hevea/mathjax.sty
 share/hevea/mathop.hva
 share/hevea/moreverb.hva
 share/hevea/multibib.hva
 share/hevea/multind.hva
 share/hevea/natbib-common.hva
 share/hevea/next_motif.gif
+share/hevea/next_motif.svg
 share/hevea/packages.hva
 share/hevea/plain.hva
 share/hevea/portuguese.hva
 share/hevea/previous_motif.gif
+share/hevea/previous_motif.svg
 share/hevea/program.hva
 share/hevea/ragged2e.hva
 share/hevea/spaces.hva
diff -r 7c8b45b45b01 -r a152c5964283 textproc/hevea/distinfo
--- a/textproc/hevea/distinfo   Thu May 20 12:58:34 2021 +0000
+++ b/textproc/hevea/distinfo   Thu May 20 13:53:28 2021 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.14 2015/11/04 01:59:30 agc Exp $
+$NetBSD: distinfo,v 1.15 2021/05/20 13:53:28 tonio Exp $
 
-SHA1 (hevea-2.23.tar.gz) = f3b60029849ec7509f68ec0ec7e2bbb166940d7a
-RMD160 (hevea-2.23.tar.gz) = 8b6080f775de7d47a67a117c600e3f9a7bccbd44
-SHA512 (hevea-2.23.tar.gz) = 674a0b3fe14314101cdbb81c572b0df1039c5d4896697405e6cd8b7f3a3a654fb7b681dd8109044ba2fb11c26d591f90d769ce6640b94d75f50b74d2a7b17d10
-Size (hevea-2.23.tar.gz) = 968938 bytes
+SHA1 (hevea-2.35.tar.gz) = 781f6ae8b3d9ccf6ecf6d5e05ed6bf6ff10d6f2f
+RMD160 (hevea-2.35.tar.gz) = 912856289176524aea19a071d71aabce6b9ab523
+SHA512 (hevea-2.35.tar.gz) = dc1a5179489626176b1fcae47a9c7eb4cf9c1c6127c749cb938808697ccd6179277089fb20f4d5da7b82056d15b1d64acd9ba9884d1950a74d98c98864b4180a
+Size (hevea-2.35.tar.gz) = 1006773 bytes
 SHA1 (patch-Makefile) = 5a3f1a76d055d892a66db9fe73cc7912a2f09b43



Home | Main Index | Thread Index | Old Index