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 Nov  7 13:12:37 UTC 2016

Modified Files:
        pkgsrc/editors/Sigil: Makefile PLIST distinfo

Log Message:
Updated Sigil to 0.9.7.

Sigil-0.9.7
   Bug Fixes
    - Allow tags in the svg and mathml namespace to automtically self-close if empty to help work around
         a bug in Kindlegen that will not seem to accept a closing svg image tag even though image is non-void
    - Prevent TextTab from constantly recentering page when focus is lost
    - Fix bugs in plugin basename_to_id when used with xpgt files or any unrecognized extensions
    - Fix typos in pls mimetype in plugins
    - Fix code synchronization issues among 3 places where file extensions are mapped to mimetypes
    - Fix plugin readotherfile interface to rebuild the opf on the fly only if it has been modified
    - Fix plugin validation issues with integer vs string representations of line number and character offsets
    - Fix duplicate filename in multiple directories bug when updating CSS urls
    - Fix bug in page-map.xml mimetype when "Add Existing ..." is used
    - Fix undefined behaiviour shifting signed negative values in 3rdparty libs and fix many warnings
    - Fix text vs binary file type recognition in the plugin interface (CSS and js files are text not binary)
    - Fix too small toolbar icons on high dpi displays
    - Fix bug that caused text highlighting to get lost on some systems when doing a CSS Find & Replace.
    - Fix bug in plugin interface basename_to_id to recognize .htm extensions
    - Fix bug in epub3 semantic popups to always refect the local name of epub:type setting
    - Fix bug where creation on an HTML TOC could overwrite an existing Nav under epub3
    - Fix manifest id not starting with alpha character bug

  New Features
    - Extend validation plugin interface with add_extended_result() method to allow better cursor positioning
    - Extend TextTab and  Tabs derived by it to position cursor based on offset
    - Allow editing of page-map.xml files, xpgt files and other misc xml based files inside Sigil
    - Update Windows builds use Python 3.5, VS2015
    - Update Mac OS X builds and build instructions to use Python-3.5.2
    - Remove support for python2.7 *only* plugins and simply Manage Plugins settings
    - Update to Qt 5.6.1-1 with QtWebKit added back for release builds for Windows (VS2015)  and Mac OSX
    - Update Mac OS X and Linux build instruction documentation for recent changes
    - Allow Linux Dictionaries to look up default paths  for dictionaries passed in by build cmake settings
    - Mke the columns in the Manage Plugins table be sortable by the user
    - Better detect undefined and non-existing url fragments to prevent issues when splitting or merging files
    - Make tooltips for Run Plugin Icons show the name of the selected plugin on hover
    - Upgrade from jquery 1.6.2 to version 2.2.4
    - Upgrade from jquery.scrollTo 1.4.2 to version 2.1.2
    - Upgrade to double sized 48x48 pixel icons for High DPI displays, Special Thanks to PatNY for creating our icons

Sigil-0.9.6
   Bug Fixes
    - Make StdWarningDialog resizeable when "Show Details" is used
    - Fix CleanSource svg prefix removal bug that sometimes broke valid svg code
    - Remove svg image and html5 menuitem from the list of void elements in the Sigil and plugin code
    - Properly xml escape "&" in metadata attribute values
    - Properly perform source updates on epub load even when they do not follow recommended spec
    - Make handling of comments in both xhtml and xml more roubst
    - Properly url escape css file names to handle css files with spaces in them
    - Try to make direct editing of content.opf more safe by auto-fixing errors when possible
    - Properly handle WellFormed checks for pure XML in XMLResource.cpp by using embedded python3 lxml
    - Make opf_newparser.py and xmlprocessor.py more robust to broken user input in content.opf
    - Make ProcessXML (repairXML in xmlprocessor.py) - leave untouched anything well-formed
    - Fix thinko in plugin bookcontainer.py and outputcontainer.py contributed by wrCisco
    - Fix for improper encoding in plugins on Mac OS X due to missing inherited plugin environment
    - Fix for typos in epub xmlns when splitting epub3 ebooks in BookView
    - Update testplugin_v012.zip to testplugin_v013.zip to handle sgc-nav.css new feature
    - Fix bugs in DeleteUnusedStyles when selector exists more than once in the same stylesheet
    - Fix bugs in DeleteUnusedStyles when group selectors span more than one line
    - Fix bugs in Reports: CSS Styles missing cases when selector exists more than once
    - Fix bug in Reports: All Files to use Landmark Semantics under epub3 not guide semantics
    - Fix bug, slow in loading ini when too large clipboard history, user can delete them via dialog
    - Stop cosmetic double-spaces being introduced into OPF manifest, spine and guide entries
    - Fix bug when user selects too much in BookView and then tries to change case
    - Fix bug in Delete Unused Media when css urls do not use quotes
    - Try to set all ways of updating the ncx to use 2 character indentation of head element
    - Fix Building Relocatable Python on Mac build instructions to remove BeautifulSoup4 requirement
    - Fix for generating empty guide for epub3 when in plugins

  New Features
    - create sgc-nav.css stylesheet for nav and allow templates in Prefs Dir for user to control it
    - Add General Setting to allow user to set own temporary directory location
    - Add Qt Stylesheet support - Recognize and load "qt_styles.qss" file if stored in Sigil Preferences folder
    - Extended the plugin interface to add support for epub3 bindings elements
    - Add option + forward delete shortcut to active Metadata Editor remove


To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 pkgsrc/editors/Sigil/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/editors/Sigil/PLIST
cvs rdiff -u -r1.36 -r1.37 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.84 pkgsrc/editors/Sigil/Makefile:1.85
--- pkgsrc/editors/Sigil/Makefile:1.84  Fri Oct  7 18:25:45 2016
+++ pkgsrc/editors/Sigil/Makefile       Mon Nov  7 13:12:37 2016
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.84 2016/10/07 18:25:45 adam Exp $
+# $NetBSD: Makefile,v 1.85 2016/11/07 13:12:37 wiz Exp $
 
-DISTNAME=      Sigil-0.9.5
-PKGREVISION=   3
+DISTNAME=      Sigil-0.9.7
 CATEGORIES=    editors
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=Sigil-Ebook/}
 GITHUB_PROJECT=        Sigil

Index: pkgsrc/editors/Sigil/PLIST
diff -u pkgsrc/editors/Sigil/PLIST:1.13 pkgsrc/editors/Sigil/PLIST:1.14
--- pkgsrc/editors/Sigil/PLIST:1.13     Mon Mar 21 11:40:30 2016
+++ pkgsrc/editors/Sigil/PLIST  Mon Nov  7 13:12:37 2016
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2016/03/21 11:40:30 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.14 2016/11/07 13:12:37 wiz Exp $
 bin/sigil
 lib/sigil/libhunspell.${RUBY_DLEXT}
 lib/sigil/libsigilgumbo.${RUBY_DLEXT}
@@ -69,14 +69,19 @@ share/sigil/plugin_launchers/python/vali
 share/sigil/plugin_launchers/python/validationresult.py
 share/sigil/plugin_launchers/python/wrapper.py
 share/sigil/polyfills/MathJax.js
+share/sigil/python3lib/gencheck.py
 share/sigil/python3lib/metadata_utils.py
 share/sigil/python3lib/metaproc2.py
 share/sigil/python3lib/metaproc3.py
+share/sigil/python3lib/ncxdata.py
 share/sigil/python3lib/ncxgenerator.py
+share/sigil/python3lib/opf2data.py
+share/sigil/python3lib/opf3data.py
 share/sigil/python3lib/opf_newparser.py
 share/sigil/python3lib/sanitycheck.py
 share/sigil/python3lib/updatechecker.py
 share/sigil/python3lib/xmlprocessor.py
+share/sigil/python3lib/xmlsanitycheck.py
 share/sigil/translations/sigil_ca.qm
 share/sigil/translations/sigil_cs.qm
 share/sigil/translations/sigil_da_DK.qm
@@ -94,6 +99,7 @@ share/sigil/translations/sigil_ja.qm
 share/sigil/translations/sigil_ko.qm
 share/sigil/translations/sigil_nl.qm
 share/sigil/translations/sigil_pl.qm
+share/sigil/translations/sigil_pt.qm
 share/sigil/translations/sigil_pt_BR.qm
 share/sigil/translations/sigil_ru.qm
 share/sigil/translations/sigil_sk.qm

Index: pkgsrc/editors/Sigil/distinfo
diff -u pkgsrc/editors/Sigil/distinfo:1.36 pkgsrc/editors/Sigil/distinfo:1.37
--- pkgsrc/editors/Sigil/distinfo:1.36  Thu Apr  7 14:28:59 2016
+++ pkgsrc/editors/Sigil/distinfo       Mon Nov  7 13:12:37 2016
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.36 2016/04/07 14:28:59 ryoon Exp $
+$NetBSD: distinfo,v 1.37 2016/11/07 13:12:37 wiz Exp $
 
-SHA1 (Sigil-0.9.5.tar.gz) = b52957f188cd4ac42ab2acbc34ebdd785bb46b1a
-RMD160 (Sigil-0.9.5.tar.gz) = 89e0549cfd825cf187e405c85ec41be7af406dc4
-SHA512 (Sigil-0.9.5.tar.gz) = 130b311aea3f1892861367f9e1e899bc5199d0aed2539a664d88af18adca9c2c05e06b23ef5163b240ab8d3d57396037dbe8568349e7f6115de846b1ebe780bc
-Size (Sigil-0.9.5.tar.gz) = 18095579 bytes
+SHA1 (Sigil-0.9.7.tar.gz) = cacc3213f2c7249234d6b6ff0f7483c7b3e4f210
+RMD160 (Sigil-0.9.7.tar.gz) = 19adbad31b0877f32757f6b63700474ee0b61f0c
+SHA512 (Sigil-0.9.7.tar.gz) = e2cbd5ad94bbbbeb222044fcaf1916ee20567c415da816dfd5d0538cfb3a8b4ee473bda94f89e78734b001a4ee191d65dc83611228b56df8c2d3da33c6fae94c
+Size (Sigil-0.9.7.tar.gz) = 18468399 bytes
 SHA1 (patch-3rdparty_minizip_ioapi.c) = a68dead89687529b7022cda3bc8a079e5f5c1459



Home | Main Index | Thread Index | Old Index