hevea: update to 2.31 and assume maintainership

This commit is contained in:
Perry E. Metzger
2018-05-04 18:54:32 -04:00
parent d63e2a88ef
commit dc7dff059d
+25 -19
View File
@@ -1,26 +1,29 @@
PortSystem 1.0
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
name hevea
version 2.25
revision 1
categories textproc www tex
platforms darwin
maintainers nomaintainer
license {QPL LGPL}
description HEVEA is a quite complete and fast LATEX to HTML translator.
PortSystem 1.0
name hevea
version 2.31
categories textproc www tex
platforms darwin
maintainers {pmetzger @pmetzger} openmaintainer
license {QPL LGPL}
description HEVEA is a quite complete and fast LATEX to HTML translator.
long_description HEVEA is a LaTeX to HTML translator.\
The input language is a fairly complete subset\
of LaTeX2e (old LaTeX style is also accepted) and\
the output language is HTML that is (hopefully)\
correct with respect to version 4.0 (transitional)
homepage http://hevea.inria.fr/
master_sites ${homepage}/distri/
checksums rmd160 e65da2c15187dffd92fb66521a4200dac83b6037 \
sha256 e4c75b550bb2aa663052063d979dd1490fd7817e7cbb97b208dee92ed24ec94e
The input language is a fairly complete subset\
of LaTeX2e (old LaTeX style is also accepted) and\
the output language is HTML that is (hopefully)\
correct with respect to version 4.0 (transitional)
patchfiles patch-Makefile.diff
homepage http://hevea.inria.fr/
master_sites ${homepage}/distri/
checksums rmd160 d3dd37eed8883a9702ddccc34ecc772277c913f5 \
sha256 fbd7ad20aff45e557f5835f99a53d29a1753657cf2c004f26de83345b1b5b997 \
size 965678
depends_build port:ocaml
patchfiles patch-Makefile.diff
depends_build port:ocaml
universal_variant no
installs_libs no
@@ -32,3 +35,6 @@ configure {
reinplace "s|^DESTDIR=.*|DESTDIR=${destroot}|" ${worksrcpath}/Makefile
}
livecheck.type regex
livecheck.url ${homepage}
livecheck.regex "Current version is (\\d+\\.\\d+)"