svn commit: r539790 - head/deskutils/foliate

Santhosh Raju fox at FreeBSD.org
Sun Jun 21 22:33:15 UTC 2020


Author: fox
Date: Sun Jun 21 22:33:13 2020
New Revision: 539790
URL: https://svnweb.freebsd.org/changeset/ports/539790

Log:
  deskutils/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.

Modified:
  head/deskutils/foliate/Makefile
  head/deskutils/foliate/distinfo
  head/deskutils/foliate/pkg-plist

Modified: head/deskutils/foliate/Makefile
==============================================================================
--- head/deskutils/foliate/Makefile	Sun Jun 21 22:26:08 2020	(r539789)
+++ head/deskutils/foliate/Makefile	Sun Jun 21 22:33:13 2020	(r539790)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	foliate
-PORTVERSION=	2.2.1
+PORTVERSION=	2.3.0
 CATEGORIES=	deskutils
 
 MAINTAINER=	fox at FreeBSD.org

Modified: head/deskutils/foliate/distinfo
==============================================================================
--- head/deskutils/foliate/distinfo	Sun Jun 21 22:26:08 2020	(r539789)
+++ head/deskutils/foliate/distinfo	Sun Jun 21 22:33:13 2020	(r539790)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1591596679
-SHA256 (johnfactotum-foliate-2.2.1_GH0.tar.gz) = d1b43cb604e02f4337cd20487a5ef7780156207456bc90d4b6ac13716ed7eb5a
-SIZE (johnfactotum-foliate-2.2.1_GH0.tar.gz) = 4310842
+TIMESTAMP = 1592778065
+SHA256 (johnfactotum-foliate-2.3.0_GH0.tar.gz) = 96f0eb3426300293242331a8a67fedf92b7cec46774512d19c691f42e06ce187
+SIZE (johnfactotum-foliate-2.3.0_GH0.tar.gz) = 4366782

Modified: head/deskutils/foliate/pkg-plist
==============================================================================
--- head/deskutils/foliate/pkg-plist	Sun Jun 21 22:26:08 2020	(r539789)
+++ head/deskutils/foliate/pkg-plist	Sun Jun 21 22:33:13 2020	(r539790)
@@ -2,7 +2,6 @@ bin/foliate
 libexec/foliate/com.github.johnfactotum.Foliate
 share/applications/com.github.johnfactotum.Foliate.desktop
 share/applications/com.github.johnfactotum.Foliate.desktop.bak
-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
@@ -54,11 +53,13 @@ share/locale/de_DE/LC_MESSAGES/com.github.johnfactotum
 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


More information about the svn-ports-all mailing list