Date: Wed, 13 Mar 2013 16:21:09 +0000 (UTC) From: Pietro Cerutti <gahr@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r314094 - head/textproc/hevea Message-ID: <201303131621.r2DGL9Hb090628@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gahr Date: Wed Mar 13 16:21:09 2013 New Revision: 314094 URL: http://svnweb.freebsd.org/changeset/ports/314094 Log: - Update to 2.04 Changes: * added \addto command to augment macros * partial implementation of cleveref * implemented hyperef \autoref * added hidden labeltype package to specify label types in .haux files * implemented global options Modified: head/textproc/hevea/Makefile head/textproc/hevea/distinfo head/textproc/hevea/pkg-plist Modified: head/textproc/hevea/Makefile ============================================================================== --- head/textproc/hevea/Makefile Wed Mar 13 16:15:49 2013 (r314093) +++ head/textproc/hevea/Makefile Wed Mar 13 16:21:09 2013 (r314094) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= hevea -PORTVERSION= 2.03 +PORTVERSION= 2.04 CATEGORIES= textproc MASTER_SITES= http://para.inria.fr/~maranget/hevea/distri/ \ ftp://ftp.inria.fr/INRIA/moscova/hevea/ Modified: head/textproc/hevea/distinfo ============================================================================== --- head/textproc/hevea/distinfo Wed Mar 13 16:15:49 2013 (r314093) +++ head/textproc/hevea/distinfo Wed Mar 13 16:21:09 2013 (r314094) @@ -1,8 +1,8 @@ -SHA256 (hevea-2.03.tar.gz) = d927f538b47935f8b6cf34a817071195dfeb5da05debfd55ab47253c7868dab5 -SIZE (hevea-2.03.tar.gz) = 385865 -SHA256 (hevea-2.03-manual.pdf) = ff069e8b6b594d8c5046e099d25f871a0dc1b6142f868756862bcb9f8962f0e5 -SIZE (hevea-2.03-manual.pdf) = 631434 -SHA256 (hevea-2.03-manual.ps.gz) = 395a51c9b69ca8ca79afa8534faaed2a0fb40970f5831dfb732344a07fde4616 -SIZE (hevea-2.03-manual.ps.gz) = 359183 -SHA256 (hevea-2.03-manual.tar.gz) = db6210bee928c14601db89029c2e61c45a2ebcc2b33501230ddb37be6d423b13 -SIZE (hevea-2.03-manual.tar.gz) = 438186 +SHA256 (hevea-2.04.tar.gz) = 5eb78d40309555042cb057e63eac070e937728ea760d6454e3efb4f9a200bd4d +SIZE (hevea-2.04.tar.gz) = 405050 +SHA256 (hevea-2.04-manual.pdf) = c957806f21d54ae007a2bc2c09aff087ac9b1ae87b817ce28363805cedf66997 +SIZE (hevea-2.04-manual.pdf) = 631911 +SHA256 (hevea-2.04-manual.ps.gz) = ff4f67fb448d0c243e5bea0e3bb10b2e685f782a6df8c743ee67ff145d1a000c +SIZE (hevea-2.04-manual.ps.gz) = 359295 +SHA256 (hevea-2.04-manual.tar.gz) = b61c4cbc717aa943b7e62a2feadc9921a342ea2c0c847de0dcb6a19bde6bce76 +SIZE (hevea-2.04-manual.tar.gz) = 441425 Modified: head/textproc/hevea/pkg-plist ============================================================================== --- head/textproc/hevea/pkg-plist Wed Mar 13 16:15:49 2013 (r314093) +++ head/textproc/hevea/pkg-plist Wed Mar 13 16:21:09 2013 (r314094) @@ -11,9 +11,11 @@ lib/hevea/bookcommon.hva lib/hevea/booktabs.hva lib/hevea/chapterbib.hva lib/hevea/chngcntr.hva +lib/hevea/cleveref.hva lib/hevea/comment.hva lib/hevea/compat.hva lib/hevea/contents_motif.gif +lib/hevea/crlang.hva lib/hevea/czech.hva lib/hevea/deepcut.hva lib/hevea/english.hva @@ -56,6 +58,7 @@ lib/hevea/html/undersection.hva lib/hevea/html/urlhref.hva lib/hevea/html/xypic.hva lib/hevea/hyperref.hva +lib/hevea/hrlang.hva lib/hevea/ifpdf.hva lib/hevea/ifthen.hva lib/hevea/imagen @@ -72,6 +75,7 @@ lib/hevea/iso-symb.hva lib/hevea/iso-text.hva lib/hevea/isolatin1.hva lib/hevea/keyval.hva +lib/hevea/labeltype.hva lib/hevea/latexcommon.hva lib/hevea/latexsym.hva lib/hevea/listings.hva @@ -212,6 +216,7 @@ lib/hevea/xxdate.exe %%PORTDOCS%%%%DOCSDIR%%/hevea-%%HEVEAVERSION%%-manual/manual048.html %%PORTDOCS%%%%DOCSDIR%%/hevea-%%HEVEAVERSION%%-manual/next_motif.gif %%PORTDOCS%%%%DOCSDIR%%/hevea-%%HEVEAVERSION%%-manual/previous_motif.gif +%%PORTDOCS%%%%DOCSDIR%%/hevea-%%HEVEAVERSION%%-manual/sectioning.html %%PORTDOCS%%%%DOCSDIR%%/hevea-%%HEVEAVERSION%%-manual/thaihevea.haux %%PORTDOCS%%%%DOCSDIR%%/hevea-%%HEVEAVERSION%%-manual/thaihevea.html %%PORTDOCS%%%%DOCSDIR%%/hevea-%%HEVEAVERSION%%-manual/thaihevea.htoc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303131621.r2DGL9Hb090628>