pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/Sigil



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon May 23 17:17:00 UTC 2022

Modified Files:
        pkgsrc/editors/Sigil: Makefile distinfo

Log Message:
Sigil: update to 1.9.10.

Sigil-1.9.10
    Bug Fixes
      - Fix insertion of id and links when cursor immediately before a closing tag
      - Make sure bundled PySide6 can find QtWebEngine resources on Windows (Qt6)
      - Properly recreate or remove encryption.xml depending on font obfuscating or not
      - Make Qt6 versions of Sigil use their own ini files to prevent corruption
      - treat figcaption as an "other text holder" when prettifying

    New Features
      - Redesign the FindReplace dialog user interface to minimize size while adding features
      - Add a FindReplace "Text" only checkbox and support to exclude tags from search
      - Add a Toggle Line Wrap Mode and its support added to CodeView via pop-up menu
      - Add a Dry Run Replace dialog to act as "Replace All" what if. (Shift + Count All)
      - Add a Replacement filter dialog to allow users to delete unwanted
            replacements before applying Replace All (Shift + Replace All)
      - Add a Counts Report to Saved Searches to show Saved Search Group counts by search


To generate a diff of this commit:
cvs rdiff -u -r1.152 -r1.153 pkgsrc/editors/Sigil/Makefile
cvs rdiff -u -r1.51 -r1.52 pkgsrc/editors/Sigil/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/Sigil/Makefile
diff -u pkgsrc/editors/Sigil/Makefile:1.152 pkgsrc/editors/Sigil/Makefile:1.153
--- pkgsrc/editors/Sigil/Makefile:1.152 Mon Apr 18 19:10:56 2022
+++ pkgsrc/editors/Sigil/Makefile       Mon May 23 17:17:00 2022
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.152 2022/04/18 19:10:56 adam Exp $
+# $NetBSD: Makefile,v 1.153 2022/05/23 17:17:00 wiz Exp $
 
-DISTNAME=      Sigil-1.9.2
-PKGREVISION=   2
+DISTNAME=      Sigil-1.9.10
 CATEGORIES=    editors
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=Sigil-Ebook/}
 GITHUB_PROJECT=        Sigil

Index: pkgsrc/editors/Sigil/distinfo
diff -u pkgsrc/editors/Sigil/distinfo:1.51 pkgsrc/editors/Sigil/distinfo:1.52
--- pkgsrc/editors/Sigil/distinfo:1.51  Mon Mar 14 13:47:27 2022
+++ pkgsrc/editors/Sigil/distinfo       Mon May 23 17:17:00 2022
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.51 2022/03/14 13:47:27 wiz Exp $
+$NetBSD: distinfo,v 1.52 2022/05/23 17:17:00 wiz Exp $
 
-BLAKE2s (Sigil-1.9.2.tar.gz) = dcee440e95e09c4cc6d61611305490e8181a0f86f5fd380a72bac47617b78ae0
-SHA512 (Sigil-1.9.2.tar.gz) = fd6a71ce3b05b08651476f86a166d1ccdbecca31b19ecfa31c9d18ebe4daccfd69cf51d687686917c401f4b6e26cc6a57dbae5f9b1d8ba49fe08ccdd0bdf75d7
-Size (Sigil-1.9.2.tar.gz) = 23225656 bytes
+BLAKE2s (Sigil-1.9.10.tar.gz) = 2d2f357fc5df24dbd2aa7896329168f792e5439294a8635943820ffc32a4c221
+SHA512 (Sigil-1.9.10.tar.gz) = e328d8e207cff1dc007391c246792c3d53f7b9f078dd87a61088a61a5a192ed85802057b0f2d61b14bcac6094bb1ac2ff74a5096b54d9b82f0c6b2bef7eceb1a
+Size (Sigil-1.9.10.tar.gz) = 25263060 bytes
 SHA1 (patch-3rdparty_minizip_ioapi.c) = a68dead89687529b7022cda3bc8a079e5f5c1459
 SHA1 (patch-src_Misc_Language.cpp) = 5ae2fc9b76b1a706efd05eecad95d5a6760a6357



Home | Main Index | Thread Index | Old Index