Port details on branch 2023Q4 |
- sigil WYSIWYG ePub editor
- 2.0.2 textproc =0 2.0.2Version of this port present on the latest quarterly branch.
- Maintainer: jonc@chen.org.nz
- Port Added: 2023-10-30 12:48:08
- Last Update: 2023-10-30 12:46:07
- Commit Hash: 2c7fc70
- License: GPLv3+
- WWW:
- https://sigil-ebook.com/
- Description:
- Sigil is a multi-platform EPUB ebook editor with the following features:
* Free and open source software under GPLv3
* Multi-platform
* Full UTF-16 support
* EPUB 2 spec support with limited EPUB 3 support
* Multiple Views: Book View, Code View and Preview View
* WYSIWYG editing in Book View
* Complete control over directly editing EPUB syntax in Code View
* Table of Contents generator with multi-level heading support
* Metadata editor
* User interface translated into many languages
* Spell checking with default and user configurable dictionaries
* Full Regular Expression (PCRE) support for Find & Replace
* Supports import of EPUB and HTML files, images, and style sheets
* Documents can be validated for EPUB compliance with the integrated
* All imported files have their formatting corrected, and your editing
can be optionally cleaned
* Plugins!
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/textproc/sigil/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/sigil
- pkg install sigil
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: sigil
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1698535084
SHA256 (Sigil-Ebook-Sigil-2.0.2_GH0.tar.gz) = d5eaf300dc8307ca0765f9d32d9136e143ca7bcf9e65049499512fdea588e285
SIZE (Sigil-Ebook-Sigil-2.0.2_GH0.tar.gz) = 26683849
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- update-desktop-database : devel/desktop-file-utils
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.9 : lang/python39
- lupdate : devel/qt6-tools
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-dulwich>=0.15.0 : devel/py-dulwich@py39
- py39-lxml>0 : devel/py-lxml@py39
- update-desktop-database : devel/desktop-file-utils
- python3.9 : lang/python39
- libqtiff.so : graphics/qt6-imageformats
- Library dependencies:
-
- libpcre2-16.so : devel/pcre2
- libhunspell-1.7.so : textproc/hunspell
- libGLX.so : graphics/libglvnd
- libminizip.so : archivers/minizip
- libQt6Core5Compat.so : devel/qt6-5compat
- libQt6Core.so : devel/qt6-base
- libQt6Qml.so : x11-toolkits/qt6-declarative
- libQt6Positioning.so : devel/qt6-positioning
- libQt6WebChannel.so : www/qt6-webchannel
- libQt6WebEngineCore.so : www/qt6-webengine
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- textproc_sigil
- USES:
- cmake cpe desktop-file-utils minizip pkgconfig python qt:6 shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.0.2 30 Oct 2023 12:46:07 |
Fernando ApesteguĂa (fernape) Author: Jonathan Chen |
textproc/sigil: update to 2.0.2
ChangeLog: https://sigil-ebook.com/blog/sigil-2.0.2-released/
* fix incorrect clip tool button insertion point due to null activeWindow value
* fix Windows multiple screen issues when not properly identified (Qt6.5.2
patch fix)
* fix Mac Accessibility related crashes when using non-native QFileDialog (Qt
6.5.2 patch fix)
* workaround MacOS QMessageBox loss of focus Qt 6.5.X bug without hurting other
platforms
* fix pretty print mend not formatting mathml
* fix Accessibility related crashes in QFontComboBox (Qt 6.5.2 patch fix)
* prevent crashing if user mistakenly tries to delete entire ncx in CodeView
* harden delete unused styles to trailing whitespace in class names (Only the first 15 lines of the commit message are shown above ) |
Number of commits found: 1
|