pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/converters/libepubgen libepubgen: Update to 0.1.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/87cb18da3238
branches: trunk
changeset: 414131:87cb18da3238
user: nia <nia%pkgsrc.org@localhost>
date: Tue Mar 24 15:25:17 2020 +0000
description:
libepubgen: Update to 0.1.1
libepubgen-0.1.1
- Avoid <div> inside <p> or <span>.
- Avoid writin vertical-align attribute without a value.
- Fix generation of invalid XHTML when there is a link starting at the
beginning of a footnote.
- Handle relative width for images.
- Fixed layout: write chapter names to improve navigation.
- Support writing mode.
- Start a new HTML file at every page span in addition to the splits
induced by the chosen split method. This is to ensure that specified
writing mode works correctly, as it is HTML <body> attribute.
- Improve tests.
- Add a basic support for ruby.
- Configure: disable treating of compiler warnings as errors by default.
- Various minor fixes and code cleanups.
diffstat:
converters/libepubgen/Makefile | 9 +++------
converters/libepubgen/distinfo | 10 +++++-----
2 files changed, 8 insertions(+), 11 deletions(-)
diffs (42 lines):
diff -r 6b1579a0abbc -r 87cb18da3238 converters/libepubgen/Makefile
--- a/converters/libepubgen/Makefile Tue Mar 24 15:24:19 2020 +0000
+++ b/converters/libepubgen/Makefile Tue Mar 24 15:25:17 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2020/01/12 20:19:53 ryoon Exp $
+# $NetBSD: Makefile,v 1.8 2020/03/24 15:25:17 nia Exp $
-DISTNAME= libepubgen-0.1.0
-PKGREVISION= 6
+DISTNAME= libepubgen-0.1.1
CATEGORIES= converters
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libepubgen/}
EXTRACT_SUFX= .tar.bz2
@@ -16,12 +15,10 @@
USE_TOOLS+= gmake pkg-config
USE_LANGUAGES= c c++
-BUILDLINK_TRANSFORM+= rm:-Werror
-
CONFIGURE_ARGS+= --disable-tests
CONFIGURE_ARGS+= --without-docs
-PKGCONFIG_OVERRIDE+= libepubgen-0.1.pc
+PKGCONFIG_OVERRIDE+= libepubgen.pc.in
.include "../../converters/librevenge/buildlink3.mk"
.include "../../devel/boost-libs/buildlink3.mk"
diff -r 6b1579a0abbc -r 87cb18da3238 converters/libepubgen/distinfo
--- a/converters/libepubgen/distinfo Tue Mar 24 15:24:19 2020 +0000
+++ b/converters/libepubgen/distinfo Tue Mar 24 15:25:17 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2018/02/03 00:09:41 ryoon Exp $
+$NetBSD: distinfo,v 1.2 2020/03/24 15:25:17 nia Exp $
-SHA1 (libepubgen-0.1.0.tar.bz2) = c50ef2486200b4d9be95f8d3ce73ed5ace07adba
-RMD160 (libepubgen-0.1.0.tar.bz2) = 47a90882b4f8155f68f374f760c521656a49b494
-SHA512 (libepubgen-0.1.0.tar.bz2) = 568afc817965ffa0360bd58cce23916a8dabe97c7bc7a53fc9f146b98ef7b2c8d8ee958145fff7abc0bfae33c56e620225031814356b893130e04b00e7cf0851
-Size (libepubgen-0.1.0.tar.bz2) = 398811 bytes
+SHA1 (libepubgen-0.1.1.tar.bz2) = 8eacf4c79b002f118afe64f198262a6f16ff6406
+RMD160 (libepubgen-0.1.1.tar.bz2) = e582d55c65488db7e4d8493f56b8d119a2ebfd4f
+SHA512 (libepubgen-0.1.1.tar.bz2) = 8e0d3670d16825ec8262c8cbd990f089b7c85defd9f52bb063085bb9a13fd0bb26ab92b59fb794d5af4ec81f62f560efad133585de71c9e5c27c4706f5738f50
+Size (libepubgen-0.1.1.tar.bz2) = 402568 bytes
Home |
Main Index |
Thread Index |
Old Index