Skip to content
Snippets Groups Projects
Commit 3ed27ed6 authored by Rodrigo Osorio's avatar Rodrigo Osorio
Browse files

textproc/hevea: update to 2.36

Major changes:
    * OCaml 5.0 compatibility
    * Some petty optimisation in text output (replace ' '+ '\n' by '\n')
    * Correct bug in text mode

Full changelog: https://github.com/maranget/hevea/blob/master/CHANGES

Port changes:
    * Reorder variables to make linter happy
parent 5278f6d9
No related branches found
No related tags found
No related merge requests found
PORTNAME= hevea
PORTVERSION= 2.34
PORTVERSION= 2.36
CATEGORIES= textproc
MASTER_SITES= http://para.inria.fr/~maranget/hevea/distri/ \
ftp://ftp.inria.fr/INRIA/moscova/hevea/
......@@ -12,11 +12,12 @@ WWW= http://para.inria.fr/~maranget/hevea/
BUILD_DEPENDS= ocamlbuild:devel/ocaml-ocamlbuild
OPTIONS_DEFINE= DOCS
PLIST_SUB= HEVEAVERSION=${PORTVERSION}
PORTDOCS= *
OPTIONS_DEFINE= DOCS
DOCS_DISTFILES+= ${PORTNAME}-${PORTVERSION}-manual.pdf \
${PORTNAME}-${PORTVERSION}-manual.tar.gz
......
TIMESTAMP = 1596819992
SHA256 (hevea-2.34.tar.gz) = 3ad08a0dce6675df3caa912ec1497d8019ce10733263092bbb7482c4fbd7fedf
SIZE (hevea-2.34.tar.gz) = 998180
SHA256 (hevea-2.34-manual.pdf) = 78c496b32e62503ca8c36c080d7309be971067a3eba7cf434c526a112ac77d13
SIZE (hevea-2.34-manual.pdf) = 749600
SHA256 (hevea-2.34-manual.tar.gz) = 68e9a1904ad67e7bd00d2db6a99c4c7952f6894459e1330d105fa609912007e2
SIZE (hevea-2.34-manual.tar.gz) = 593875
TIMESTAMP = 1694286912
SHA256 (hevea-2.36.tar.gz) = 5d6759d7702a295c76a12c1b2a1a16754ab0ec1ffed73fc9d0b138b41e720648
SIZE (hevea-2.36.tar.gz) = 1007317
SHA256 (hevea-2.36-manual.pdf) = 27b88aeaf37eb24f83d57ec091bf6cda8e3733f46f0887bbc20ebadbf81cc28f
SIZE (hevea-2.36-manual.pdf) = 925307
SHA256 (hevea-2.36-manual.tar.gz) = 2c2da67b439c3a07407e09cf5a3373f1b176bf72b855ef612c9cb0a978f8f669
SIZE (hevea-2.36-manual.tar.gz) = 600601
......@@ -45,6 +45,7 @@ lib/hevea/html/gif.hva
lib/hevea/html/graphics.hva
lib/hevea/html/graphicx.hva
lib/hevea/html/hevea.hva
lib/hevea/html/lang.hva
lib/hevea/html/mathjax.hva
lib/hevea/html/mathjaxauto.hva
lib/hevea/html/mathpartir.hva
......@@ -63,9 +64,11 @@ lib/hevea/html/undersection.hva
lib/hevea/html/urlhref.hva
lib/hevea/html/xypic.hva
lib/hevea/hyperref.hva
lib/hevea/hyphenat.hva
lib/hevea/ifpdf.hva
lib/hevea/ifthen.hva
lib/hevea/imagen
lib/hevea/imakeidx.hva
lib/hevea/import.hva
lib/hevea/index.hva
lib/hevea/info/article.hva
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment