Received: by mail.netbsd.org (Postfix, from userid 605) id B02F884D88; Sun, 21 Jun 2020 22:35:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 38F8A84D59 for ; Sun, 21 Jun 2020 22:35:43 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id dNu4BXtcsl6i for ; Sun, 21 Jun 2020 22:35:42 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 6A60384CF7 for ; Sun, 21 Jun 2020 22:35:42 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 574EAFB28; Sun, 21 Jun 2020 22:35:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_159277894228540" MIME-Version: 1.0 Date: Sun, 21 Jun 2020 22:35:42 +0000 From: "Santhosh Raju" Subject: CVS commit: pkgsrc/print/foliate To: pkgsrc-changes@NetBSD.org Reply-To: fox@netbsd.org X-Mailer: log_accum Message-Id: <20200621223542.574EAFB28@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. --_----------=_159277894228540 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fox Date: Sun Jun 21 22:35:42 UTC 2020 Modified Files: pkgsrc/print/foliate: Makefile PLIST distinfo Log Message: print/foliate: Updates to 2.3.0 Changes since 2.2.1: OPDS catalogs: * Catalogs are now opened in the main library window (#403) * View current location * Go to catalog start page * Reload catalog * Add current feed to catalogs * HTTP authentication support (#421) Other changes: * Fixed unique identifier extraction for FictionBook (.fb2, .fb2.zip) files (#462) * Fixed newlines being ignored when copying text (#463) * "Turn page on tap" is now disabled in non-paginated layouts (#464) * Opening a book from the library view now closes the library window (#446) * Language and publication dates in metadata are now parsed and formatted * Export annotations from the library view Technical changes: * New optional dependency iso-codes (>= 3.67), which provides display names for languages and regions. It is highly recommended to install this dependency. * Flag emojis are now displayed for books whose language property contains a country/region code. For the best experience, an emoji font should be installed. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/print/foliate/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/print/foliate/PLIST cvs rdiff -u -r1.6 -r1.7 pkgsrc/print/foliate/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_159277894228540 Content-Disposition: inline Content-Length: 3451 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/foliate/Makefile diff -u pkgsrc/print/foliate/Makefile:1.11 pkgsrc/print/foliate/Makefile:1.12 --- pkgsrc/print/foliate/Makefile:1.11 Mon Jun 8 18:41:02 2020 +++ pkgsrc/print/foliate/Makefile Sun Jun 21 22:35:42 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2020/06/08 18:41:02 fox Exp $ +# $NetBSD: Makefile,v 1.12 2020/06/21 22:35:42 fox Exp $ -DISTNAME= foliate-2.2.1 +DISTNAME= foliate-2.3.0 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_GITHUB:=johnfactotum/} EXTRACT_USING= bsdtar Index: pkgsrc/print/foliate/PLIST diff -u pkgsrc/print/foliate/PLIST:1.4 pkgsrc/print/foliate/PLIST:1.5 --- pkgsrc/print/foliate/PLIST:1.4 Sat May 30 00:01:58 2020 +++ pkgsrc/print/foliate/PLIST Sun Jun 21 22:35:42 2020 @@ -1,8 +1,7 @@ -@comment $NetBSD: PLIST,v 1.4 2020/05/30 00:01:58 fox Exp $ +@comment $NetBSD: PLIST,v 1.5 2020/06/21 22:35:42 fox Exp $ bin/foliate libexec/foliate/com.github.johnfactotum.Foliate share/applications/com.github.johnfactotum.Foliate.desktop -share/com.github.johnfactotum.Foliate/assets/.eslintrc.json share/com.github.johnfactotum.Foliate/assets/KindleUnpack/__init__.py share/com.github.johnfactotum.Foliate/assets/KindleUnpack/compatibility_utils.py share/com.github.johnfactotum.Foliate/assets/KindleUnpack/kindleunpack.py @@ -53,11 +52,13 @@ share/locale/de_DE/LC_MESSAGES/com.githu share/locale/es/LC_MESSAGES/com.github.johnfactotum.Foliate.mo share/locale/fr_FR/LC_MESSAGES/com.github.johnfactotum.Foliate.mo share/locale/id_ID/LC_MESSAGES/com.github.johnfactotum.Foliate.mo +share/locale/ie/LC_MESSAGES/com.github.johnfactotum.Foliate.mo share/locale/it/LC_MESSAGES/com.github.johnfactotum.Foliate.mo share/locale/nl/LC_MESSAGES/com.github.johnfactotum.Foliate.mo share/locale/pt_BR/LC_MESSAGES/com.github.johnfactotum.Foliate.mo share/locale/ru_RU/LC_MESSAGES/com.github.johnfactotum.Foliate.mo share/locale/sv/LC_MESSAGES/com.github.johnfactotum.Foliate.mo +share/locale/uk/LC_MESSAGES/com.github.johnfactotum.Foliate.mo share/locale/zh_CN/LC_MESSAGES/com.github.johnfactotum.Foliate.mo share/locale/zh_TW/LC_MESSAGES/com.github.johnfactotum.Foliate.mo share/metainfo/com.github.johnfactotum.Foliate.appdata.xml Index: pkgsrc/print/foliate/distinfo diff -u pkgsrc/print/foliate/distinfo:1.6 pkgsrc/print/foliate/distinfo:1.7 --- pkgsrc/print/foliate/distinfo:1.6 Mon Jun 8 18:41:02 2020 +++ pkgsrc/print/foliate/distinfo Sun Jun 21 22:35:42 2020 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.6 2020/06/08 18:41:02 fox Exp $ +$NetBSD: distinfo,v 1.7 2020/06/21 22:35:42 fox Exp $ -SHA1 (foliate-2.2.1.tar.gz) = 0497776357023a1f8a1bd75268c7254ead63e4be -RMD160 (foliate-2.2.1.tar.gz) = ea26d794fc91b4ce78a85fa25a4385eaae25c1c1 -SHA512 (foliate-2.2.1.tar.gz) = 3c9c3d8f2df72fcb8699ccf23bf1850c129c6f387a9b12489d8fcc3dd1da4da5a7e0707f74f4607ab0e28d67e2f55f0bb2d053fbbc072bc9915c54c4857e4cff -Size (foliate-2.2.1.tar.gz) = 4310842 bytes +SHA1 (foliate-2.3.0.tar.gz) = b3abf8ae8fb81c293dfb3bd0dbc7c94dfa55e24e +RMD160 (foliate-2.3.0.tar.gz) = 7529fdc0fb72a1c66ff8e988c4cf14ed9263f168 +SHA512 (foliate-2.3.0.tar.gz) = 09d469841325d11281b49d715297cbcd9c3520d97b64be9c44062e7de4d512d02aa3d3f9d03bfbe153a10549d7ac1dd9411ed692d903d97b1b8e184da31bc7c7 +Size (foliate-2.3.0.tar.gz) = 4366782 bytes SHA1 (patch-src_assets_KindleUnpack_kindleunpack.py) = 2b558fe842669982aec6087e9ce1c72f1fc52315 SHA1 (patch-src_epubView.js) = aa03a4fe853540818e841afd4db9b43cfa67fd99 --_----------=_159277894228540--