pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print tex-tex4ebook{,-doc}: update to 0.3h



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b343f6f82804
branches:  trunk
changeset: 376969:b343f6f82804
user:      markd <markd%pkgsrc.org@localhost>
date:      Fri Apr 15 04:40:01 2022 +0000

description:
tex-tex4ebook{,-doc}: update to 0.3h

0.3h
- fixed issues with the validity and formatting of Epub 3 tables of contents
- fixed support for appendix chapters

0.3g
- the previous version introduced spurious "0" character in the
  metadata file, resulting in a validation error. This version fixes
  this issue.

0.3f
- fixed spurious numbers in Epub Table of Contents
- fixed support for \author command in Amsart class

0.3e
- TeX4ebook will use Calibre's `ebook-convert` command to create ebooks
  in Mobi and Azw formats if `kindlegen` is not available
- fixed cross-referencing error

diffstat:

 print/tex-tex4ebook-doc/Makefile |  6 +++---
 print/tex-tex4ebook-doc/distinfo |  8 ++++----
 print/tex-tex4ebook/DESCR        |  4 ++--
 print/tex-tex4ebook/Makefile     |  8 ++++----
 print/tex-tex4ebook/distinfo     |  8 ++++----
 5 files changed, 17 insertions(+), 17 deletions(-)

diffs (70 lines):

diff -r d3f6073e4133 -r b343f6f82804 print/tex-tex4ebook-doc/Makefile
--- a/print/tex-tex4ebook-doc/Makefile  Fri Apr 15 04:36:23 2022 +0000
+++ b/print/tex-tex4ebook-doc/Makefile  Fri Apr 15 04:40:01 2022 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2021/02/15 03:56:53 markd Exp $
+# $NetBSD: Makefile,v 1.9 2022/04/15 04:40:01 markd Exp $
 
 DISTNAME=      tex4ebook.doc
-PKGNAME=       tex-${DISTNAME:S/./-/}-0.3c
-TEXLIVE_REV=   56878
+PKGNAME=       tex-${DISTNAME:S/./-/}-0.3h
+TEXLIVE_REV=   62076
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://ctan.org/pkg/tex4ebook
diff -r d3f6073e4133 -r b343f6f82804 print/tex-tex4ebook-doc/distinfo
--- a/print/tex-tex4ebook-doc/distinfo  Fri Apr 15 04:36:23 2022 +0000
+++ b/print/tex-tex4ebook-doc/distinfo  Fri Apr 15 04:40:01 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2021/10/26 11:14:48 nia Exp $
+$NetBSD: distinfo,v 1.9 2022/04/15 04:40:01 markd Exp $
 
-BLAKE2s (tex4ebook.doc.r56878.tar.xz) = e110d1ab6d44200a85cbc3960ae7fe90eaefc95c827ac11fa3fbc37cc4be4ce9
-SHA512 (tex4ebook.doc.r56878.tar.xz) = 0a01620564aa41d076a998910eff5a1fc45b7a0f2a3b2f606191e1442c49ed6685c8ac51a099834da2765de030d2f099a79fd03d6aebe08f78837f18638bc9d2
-Size (tex4ebook.doc.r56878.tar.xz) = 88140 bytes
+BLAKE2s (tex4ebook.doc.r62076.tar.xz) = f8da51186ca47153edd2f2c76b862eedf0952a4ba94be742faf27ba3432b81b6
+SHA512 (tex4ebook.doc.r62076.tar.xz) = 08bfe7b1ca1b245174df6b4e4a1640ba0cf7c5c821ed76cb9b85b512055088354ab0d59383b5973720fd83b298efae795f46a61c7cc95c2816edd57408c4efd7
+Size (tex4ebook.doc.r62076.tar.xz) = 95544 bytes
diff -r d3f6073e4133 -r b343f6f82804 print/tex-tex4ebook/DESCR
--- a/print/tex-tex4ebook/DESCR Fri Apr 15 04:36:23 2022 +0000
+++ b/print/tex-tex4ebook/DESCR Fri Apr 15 04:40:01 2022 +0000
@@ -1,3 +1,3 @@
-This is a bundle of lua scripts and LaTeX packages for
+This is a bundle of Lua scripts and LaTeX packages for
 conversion of LaTeX files to ebook formats such as epub, mobi
-and epub3. tex4ht is used as conversion engine.
+and epub3. tex4ht is used as the conversion engine.
diff -r d3f6073e4133 -r b343f6f82804 print/tex-tex4ebook/Makefile
--- a/print/tex-tex4ebook/Makefile      Fri Apr 15 04:36:23 2022 +0000
+++ b/print/tex-tex4ebook/Makefile      Fri Apr 15 04:40:01 2022 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.8 2021/02/15 03:56:53 markd Exp $
+# $NetBSD: Makefile,v 1.9 2022/04/15 04:40:01 markd Exp $
 
 DISTNAME=      tex4ebook
-PKGNAME=       tex-${DISTNAME}-0.3c
-TEXLIVE_REV=   56878
+PKGNAME=       tex-${DISTNAME}-0.3h
+TEXLIVE_REV=   62076
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://ctan.org/pkg/tex4ebook
-COMMENT=       Convertor from LaTeX to ebook formats
+COMMENT=       Converter from LaTeX to ebook formats
 LICENSE=       lppl-1.3c
 
 DEPENDS+=      tex-make4ht-[0-9]*:../../print/tex-make4ht
diff -r d3f6073e4133 -r b343f6f82804 print/tex-tex4ebook/distinfo
--- a/print/tex-tex4ebook/distinfo      Fri Apr 15 04:36:23 2022 +0000
+++ b/print/tex-tex4ebook/distinfo      Fri Apr 15 04:40:01 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2021/10/26 11:14:48 nia Exp $
+$NetBSD: distinfo,v 1.9 2022/04/15 04:40:01 markd Exp $
 
-BLAKE2s (tex4ebook.r56878.tar.xz) = c7b9633bde2d83e3221052ac2b9ea5d3e61e249099f5b860137974ba57665f7d
-SHA512 (tex4ebook.r56878.tar.xz) = 9ef3a2b820f1f7015b61b8cff017affbf8cdc07fb1d4c39f629e46e2457a08875dd83252526e75465ec75a42d6580b7ec75b085455e5ba62dd14dd13a898a8f2
-Size (tex4ebook.r56878.tar.xz) = 16960 bytes
+BLAKE2s (tex4ebook.r62076.tar.xz) = ba9fd6f2717805e92eb905e46661cd2755397bf533c38134d6341588a6691342
+SHA512 (tex4ebook.r62076.tar.xz) = ce9a19544d63fdec5e37fd129bfc87c6fa7c35ebfd719a703b9ba59dfd4ddcded42d03d075f2fd80730a5f295b2393c083098e5782b3a0ab2cbace335bb78c50
+Size (tex4ebook.r62076.tar.xz) = 17748 bytes



Home | Main Index | Thread Index | Old Index