Received: by mail.netbsd.org (Postfix, from userid 605) id 7811484DE1; Fri, 2 Feb 2018 23:57:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0311684D70 for ; Fri, 2 Feb 2018 23:57:51 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id jNw9rLtiuv4l for ; Fri, 2 Feb 2018 23:57:50 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7624F84D29 for ; Fri, 2 Feb 2018 23:57:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 718F0FB40; Fri, 2 Feb 2018 23:57:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1517615870151140" MIME-Version: 1.0 Date: Fri, 2 Feb 2018 23:57:50 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/converters/libe-book To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20180202235750.718F0FB40@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1517615870151140 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Fri Feb 2 23:57:50 UTC 2018 Modified Files: pkgsrc/converters/libe-book: Makefile distinfo Removed Files: pkgsrc/converters/libe-book/patches: patch-configure patch-src_lib_FB2Token.cpp Log Message: 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 in monospace font. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 pkgsrc/converters/libe-book/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/converters/libe-book/distinfo cvs rdiff -u -r1.1 -r0 pkgsrc/converters/libe-book/patches/patch-configure \ pkgsrc/converters/libe-book/patches/patch-src_lib_FB2Token.cpp Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1517615870151140 Content-Disposition: inline Content-Length: 2250 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/converters/libe-book/Makefile diff -u pkgsrc/converters/libe-book/Makefile:1.27 pkgsrc/converters/libe-book/Makefile:1.28 --- pkgsrc/converters/libe-book/Makefile:1.27 Mon Jan 1 21:18:06 2018 +++ pkgsrc/converters/libe-book/Makefile Fri Feb 2 23:57:50 2018 @@ -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 @@ PKGCONFIG_OVERRIDE+= libe-book.pc.in .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" Index: pkgsrc/converters/libe-book/distinfo diff -u pkgsrc/converters/libe-book/distinfo:1.6 pkgsrc/converters/libe-book/distinfo:1.7 --- pkgsrc/converters/libe-book/distinfo:1.6 Tue Nov 3 01:43:49 2015 +++ pkgsrc/converters/libe-book/distinfo Fri Feb 2 23:57:50 2018 @@ -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 --_----------=_1517615870151140--