Sat May 11 23:33:45 2019 UTC ()
tex-tex4ebook{,-doc}: update to 0.2c

New feature:
- \Configure{@author} - commands that produce HTML tags used inside the
  \author command may result in invalid ePub file. Local redefinitions
  of such commands may be put in this configuration to suppress their
  default behaviour.
Example: \Configure{@author}{\let\footnote\@gobble}

Bug fixes:
- fixed several issues that could result in an invalid ePub file.


(markd)
diff -r1.3 -r1.4 pkgsrc/print/tex-tex4ebook/Makefile
diff -r1.3 -r1.4 pkgsrc/print/tex-tex4ebook/distinfo
diff -r1.3 -r1.4 pkgsrc/print/tex-tex4ebook-doc/Makefile
diff -r1.3 -r1.4 pkgsrc/print/tex-tex4ebook-doc/distinfo

cvs diff -r1.3 -r1.4 pkgsrc/print/tex-tex4ebook/Makefile (expand / switch to unified diff)

--- pkgsrc/print/tex-tex4ebook/Makefile 2019/01/30 07:20:37 1.3
+++ pkgsrc/print/tex-tex4ebook/Makefile 2019/05/11 23:33:45 1.4
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile,v 1.3 2019/01/30 07:20:37 markd Exp $ 1# $NetBSD: Makefile,v 1.4 2019/05/11 23:33:45 markd Exp $
2 2
3DISTNAME= tex4ebook 3DISTNAME= tex4ebook
4PKGNAME= tex-${DISTNAME}-0.2b 4PKGNAME= tex-${DISTNAME}-0.2c
5TEXLIVE_REV= 49665 5TEXLIVE_REV= 50512
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= http://ctan.org/pkg/tex4ebook 8HOMEPAGE= http://ctan.org/pkg/tex4ebook
9COMMENT= Convertor from LaTeX to ebook formats 9COMMENT= Convertor from LaTeX to ebook formats
10LICENSE= lppl-1.3c 10LICENSE= lppl-1.3c
11 11
12DEPENDS+= tex-make4ht-[0-9]*:../../print/tex-make4ht 12DEPENDS+= tex-make4ht-[0-9]*:../../print/tex-make4ht
13DEPENDS+= tex-tex4ebook-doc-[0-9]*:../../print/tex-tex4ebook-doc # for tidyconf.conf 13DEPENDS+= tex-tex4ebook-doc-[0-9]*:../../print/tex-tex4ebook-doc # for tidyconf.conf
14DEPENDS+= tex-tex4ht-[0-9]*:../../print/tex-tex4ht 14DEPENDS+= tex-tex4ht-[0-9]*:../../print/tex-tex4ht
15DEPENDS+= tidy-[0-9]*:../../www/tidy 15DEPENDS+= tidy-[0-9]*:../../www/tidy
16 16
17USE_TOOLS+= zip:run 17USE_TOOLS+= zip:run
18 18

cvs diff -r1.3 -r1.4 pkgsrc/print/tex-tex4ebook/distinfo (expand / switch to unified diff)

--- pkgsrc/print/tex-tex4ebook/distinfo 2019/01/30 07:20:37 1.3
+++ pkgsrc/print/tex-tex4ebook/distinfo 2019/05/11 23:33:45 1.4
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.3 2019/01/30 07:20:37 markd Exp $ 1$NetBSD: distinfo,v 1.4 2019/05/11 23:33:45 markd Exp $
2 2
3SHA1 (tex-tex4ebook-49665/tex4ebook.tar.xz) = 2442f9a8060948f35b4eef6108888fb0aad34c30 3SHA1 (tex-tex4ebook-50512/tex4ebook.tar.xz) = d71b3714d188c06e65c9adfaddf52c0c701de52d
4RMD160 (tex-tex4ebook-49665/tex4ebook.tar.xz) = 8a19f24543a4c990c20a6fe0ac443a00d51fd469 4RMD160 (tex-tex4ebook-50512/tex4ebook.tar.xz) = 33e5b36843e4ea86679956ca6898401985194977
5SHA512 (tex-tex4ebook-49665/tex4ebook.tar.xz) = e3970563fff843703ef169c1377bd7221036c070fbd047e01db4436ef37eb05c106ee43092686b8164de64f3d49d159c9bcf18378d486a6a7f5c0e2489d77d31 5SHA512 (tex-tex4ebook-50512/tex4ebook.tar.xz) = 946317be3532db3e60b1fcf2c027f616c00526da55562ab3b682c01306277059edaf14138902d1e21eab53cfb9bf293c636598cffddb9f1980b287b2fba081d9
6Size (tex-tex4ebook-49665/tex4ebook.tar.xz) = 15648 bytes 6Size (tex-tex4ebook-50512/tex4ebook.tar.xz) = 15776 bytes

cvs diff -r1.3 -r1.4 pkgsrc/print/tex-tex4ebook-doc/Makefile (expand / switch to unified diff)

--- pkgsrc/print/tex-tex4ebook-doc/Makefile 2019/01/30 07:20:38 1.3
+++ pkgsrc/print/tex-tex4ebook-doc/Makefile 2019/05/11 23:33:45 1.4
@@ -1,13 +1,13 @@ @@ -1,13 +1,13 @@
1# $NetBSD: Makefile,v 1.3 2019/01/30 07:20:38 markd Exp $ 1# $NetBSD: Makefile,v 1.4 2019/05/11 23:33:45 markd Exp $
2 2
3DISTNAME= tex4ebook.doc 3DISTNAME= tex4ebook.doc
4PKGNAME= tex-${DISTNAME:S/./-/}-0.2b 4PKGNAME= tex-${DISTNAME:S/./-/}-0.2c
5TEXLIVE_REV= 49665 5TEXLIVE_REV= 50512
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= http://ctan.org/pkg/tex4ebook 8HOMEPAGE= http://ctan.org/pkg/tex4ebook
9COMMENT= Documentation for tex-tex4ebook 9COMMENT= Documentation for tex-tex4ebook
10LICENSE= lppl-1.3c 10LICENSE= lppl-1.3c
11 11
12.include "../../print/texlive/package.mk" 12.include "../../print/texlive/package.mk"
13.include "../../mk/bsd.pkg.mk" 13.include "../../mk/bsd.pkg.mk"

cvs diff -r1.3 -r1.4 pkgsrc/print/tex-tex4ebook-doc/distinfo (expand / switch to unified diff)

--- pkgsrc/print/tex-tex4ebook-doc/distinfo 2019/01/30 07:20:38 1.3
+++ pkgsrc/print/tex-tex4ebook-doc/distinfo 2019/05/11 23:33:45 1.4
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.3 2019/01/30 07:20:38 markd Exp $ 1$NetBSD: distinfo,v 1.4 2019/05/11 23:33:45 markd Exp $
2 2
3SHA1 (tex-tex4ebook-49665/tex4ebook.doc.tar.xz) = 1f309f9d3629317cd10f16390ec545e92cb1fcb1 3SHA1 (tex-tex4ebook-50512/tex4ebook.doc.tar.xz) = e2231a68539640b0c9b73f8e1f1258db70a45ec3
4RMD160 (tex-tex4ebook-49665/tex4ebook.doc.tar.xz) = c9ef296ba6ce0d823239bd8cb23173370a07de37 4RMD160 (tex-tex4ebook-50512/tex4ebook.doc.tar.xz) = 40bc1cfefa3af86f01019f73a42205e08a902f2f
5SHA512 (tex-tex4ebook-49665/tex4ebook.doc.tar.xz) = d8b58eb6afa06ada65e0cf8e92ad7307818721989262bdf6adac5b2afaa4e3a0c87744c1ba049d8d5e56e708276cc64270a357e4152b4894dc1fadcad17aba06 5SHA512 (tex-tex4ebook-50512/tex4ebook.doc.tar.xz) = 586d3ce7642a0f06e358e0cb3d3dc577396a638d7e7c9f333a118716bf4dee8c18991d1736ac7169ba32c22b9aa10b887a8ae77ae5a4f40c800f2f1aca958abd
6Size (tex-tex4ebook-49665/tex4ebook.doc.tar.xz) = 79760 bytes 6Size (tex-tex4ebook-50512/tex4ebook.doc.tar.xz) = 81192 bytes