pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/converters/libepubgen
Module Name: pkgsrc
Committed By: nia
Date: Tue Mar 24 15:25:17 UTC 2020
Modified Files:
pkgsrc/converters/libepubgen: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/converters/libepubgen/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/converters/libepubgen/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/converters/libepubgen/Makefile
diff -u pkgsrc/converters/libepubgen/Makefile:1.7 pkgsrc/converters/libepubgen/Makefile:1.8
--- pkgsrc/converters/libepubgen/Makefile:1.7 Sun Jan 12 20:19:53 2020
+++ pkgsrc/converters/libepubgen/Makefile Tue Mar 24 15:25:17 2020
@@ -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_LIBTOOL= yes
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"
Index: pkgsrc/converters/libepubgen/distinfo
diff -u pkgsrc/converters/libepubgen/distinfo:1.1 pkgsrc/converters/libepubgen/distinfo:1.2
--- pkgsrc/converters/libepubgen/distinfo:1.1 Sat Feb 3 00:09:41 2018
+++ pkgsrc/converters/libepubgen/distinfo Tue Mar 24 15:25:17 2020
@@ -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