pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/converters/libe-book Update to 0.1.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9dbe42bed923
branches:  trunk
changeset: 375091:9dbe42bed923
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Fri Feb 02 23:57:50 2018 +0000

description:
Update to 0.1.3

Changelog:
libe-book 0.1.3

- Fix various problems when reading broken files, found with the help of
  american-fuzzy-lop and oss-fuzz.
- Fix build with boost >= 1.59.
- Set default page margins. (tdf#94162)
- Make output of ebook2* --help more compatible with help2man.
- Check for librevenge-stream if tests are enabled. (gentoo#603098)
- Require C++11 for build.
- Drop outdated MSVC project files.
- Fix several issues found by Coverity.
- FictionBook v.2:
  + Use document language as default language for text.
  + Use note title as footnote mark.
  + Handle subscript and superscript.
  + Output content of <code> in monospace font.

diffstat:

 converters/libe-book/Makefile                           |   6 +++---
 converters/libe-book/distinfo                           |  12 +++++-------
 converters/libe-book/patches/patch-configure            |  15 ---------------
 converters/libe-book/patches/patch-src_lib_FB2Token.cpp |  17 -----------------
 4 files changed, 8 insertions(+), 42 deletions(-)

diffs (78 lines):

diff -r e82080e8fcbc -r 9dbe42bed923 converters/libe-book/Makefile
--- a/converters/libe-book/Makefile     Fri Feb 02 23:55:46 2018 +0000
+++ b/converters/libe-book/Makefile     Fri Feb 02 23:57:50 2018 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2018/01/01 21:18:06 adam Exp $
+# $NetBSD: Makefile,v 1.28 2018/02/02 23:57:50 ryoon Exp $
 
-DISTNAME=      libe-book-0.1.2
-PKGREVISION=   14
+DISTNAME=      libe-book-0.1.3
 CATEGORIES=    converters
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=libebook/}
 EXTRACT_SUFX=  .tar.bz2
@@ -29,6 +28,7 @@
 .include "../../converters/librevenge/buildlink3.mk"
 .include "../../devel/boost-libs/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
+.include "../../devel/liblangtag/buildlink3.mk"
 .include "../../textproc/icu/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r e82080e8fcbc -r 9dbe42bed923 converters/libe-book/distinfo
--- a/converters/libe-book/distinfo     Fri Feb 02 23:55:46 2018 +0000
+++ b/converters/libe-book/distinfo     Fri Feb 02 23:57:50 2018 +0000
@@ -1,8 +1,6 @@
-$NetBSD: distinfo,v 1.6 2015/11/03 01:43:49 agc Exp $
+$NetBSD: distinfo,v 1.7 2018/02/02 23:57:50 ryoon Exp $
 
-SHA1 (libe-book-0.1.2.tar.bz2) = ec278a787e40610bf8f7b21e63eb0f3f06fccb9e
-RMD160 (libe-book-0.1.2.tar.bz2) = 5c04141bd3e8f6860d235b64895a5e95a9c1b9cb
-SHA512 (libe-book-0.1.2.tar.bz2) = 82982874f9c0f5e400166e9367a4b6017cf11bbd69e2e79240137385a5d68ddea08f13676f8c5d0e983f441de17cda9f4b5f7c90c5cb3515e319de638edf3a38
-Size (libe-book-0.1.2.tar.bz2) = 465922 bytes
-SHA1 (patch-configure) = 69af36cfbea4fd761952caf45df972a95ce68ff1
-SHA1 (patch-src_lib_FB2Token.cpp) = 4532e652cf434fcfb52d268856f3c74be1bad894
+SHA1 (libe-book-0.1.3.tar.bz2) = dcd5ba54d86fdb836e2085b75860d5e09b24e936
+RMD160 (libe-book-0.1.3.tar.bz2) = 36d0627d1f2efc5b2fdce9c8f9f701b02ce71aa2
+SHA512 (libe-book-0.1.3.tar.bz2) = 9afa2949f702a34fd6278145ce8d18d504326ed5a103bbc872d0493fcf3e2166d41d094bb0d74b80aa913ca6d082f5bd3259799a4a3c7359331ccdfa1e029a21
+Size (libe-book-0.1.3.tar.bz2) = 510498 bytes
diff -r e82080e8fcbc -r 9dbe42bed923 converters/libe-book/patches/patch-configure
--- a/converters/libe-book/patches/patch-configure      Fri Feb 02 23:55:46 2018 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-configure,v 1.1 2015/01/16 09:02:29 wiz Exp $
-
-Fix unportable test(1) operator.
-
---- configure.orig     2015-01-05 08:41:53.000000000 +0000
-+++ configure
-@@ -17247,7 +17247,7 @@ else
- fi
- 
- 
--if test "x$platform_win32" == "xyes"; then :
-+if test "x$platform_win32" = "xyes"; then :
- 
- else
- 
diff -r e82080e8fcbc -r 9dbe42bed923 converters/libe-book/patches/patch-src_lib_FB2Token.cpp
--- a/converters/libe-book/patches/patch-src_lib_FB2Token.cpp   Fri Feb 02 23:55:46 2018 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-$NetBSD: patch-src_lib_FB2Token.cpp,v 1.1 2014/02/04 00:13:03 joerg Exp $
-
-clang warns about obsolete register keyword, so just remove it in the gperf
-output.
-
---- src/lib/FB2Token.cpp.orig  2014-02-03 21:39:26.000000000 +0000
-+++ src/lib/FB2Token.cpp
-@@ -25,7 +25,9 @@ namespace libebook
- namespace
- {
- 
-+#define register
- #include "FB2Token.inc"
-+#undef register
- 
- }
- }



Home | Main Index | Thread Index | Old Index