* Assign to Django 2.2 (current LTS release) as Django 1.11 is End-of-Life.
* Make port concurrent safe as it installs files outside Python's site-lib
directory.
* Separate USES block from non-relevant variables and pet portlint
(whitespace issues in pkg-plist)
* Also remove an obsolete patch that was required to fix build issues with
the documentation files.
Changelog:
https://github.com/jazzband/sorl-thumbnail/blob/12.6.3/CHANGES.rst
PR: 245358
Approved by: Kevin Golding <ports@caomhin.org> (maintainer)
* Assign to Django 2.2 (current LTS release) as Django 1.11 is End-of-Life.
* Make USES block separate from non-relevant variables.
Changelog:
https://github.com/django-ldapdb/django-ldapdb/blob/1.4.0/ChangeLog
PR: 245310
Approved by: Alexander Kriventsov <avk@vl.ru> (maintainer)
G-Wrap is a tool (and guile library) for generating function wrappers
for inter-language calls. It currently only supports generating Guile
wrappers for C functions. Other languages may be supported in the
future, possibly on both sides.
WWW: http://www.nongnu.org/g-wrap/
PR: 241731
Submitted by: Andrew <andrew tao11 riddles org uk>
Differential Revision: D22189
A fast C++ implementation to generate contour lines (isolines) and
contour polygons (isobands) from regularly spaced grids containing
elevation data.
WWW: https://cran.r-project.org/web/packages/isoband/
Changes since 1.5.3:
Interface:
* A redesigned interface that works better for smaller screens (#176)
* Improved fullscreen mode with an overlaid headerbar (#4)
* The headerbar and the progress bar now auto-hide, for a distraction-free
reading experience
* Various location information, as well as a clock, can now be displayed in
the footer (#175, #233)
* A new location popover (Ctrl + L) that shows reading time estimates and
allows skipping to locations (#155)
* E-reader style navigation: go to the previous or next page by tapping on
the left or right part of the view; tap on the middle to toggle header bar
and progress bar
* Annotations, bookmarks, and find results now show chapter titles (#162)
* When looking up words in dictionaries, the query can now be edited (#156)
* New shortcut for viewing metadata (Ctrl + I) and preferences (Ctrl + ,)
* A new traditional menubar, which may be displayed depending on the desktop
environment
* Option to use a traditional titlebar and menubar instead of a headerbar
(experimental)
Reading:
* Continuous scrolling layout
* Option to show decorative shadows that mimic the appearance of a real book
* Ability to zoom in and zoom out (#117)
* Improved image viewer with "save as" option
* Open copies of a book in new windows (Ctrl + N)
* Reload book (Ctrl + R)
* New built-in themes: Gray, Solarized, Gruvbox, Nord
Text selection:
* Ability to select text across pages
* Find selected text in book
* Speak selected text or from the selected location (#141)
Annotations:
* Spellcheck notes (requires new optional dependency "gspell")
* Export annotations to Markdown (#180)
* Options to use custom colors for highlights
For publishers and developers:
* Support for Apple Books theme attribute, which allows books to detect
themes without JavaScript (#178)
* WebKit's developer tools can be enabled
Breaking changes:
* The settings schemas has been reorganized
* The format for custom themes has changed
* Locations are now 1024 characters in size
Bug fixes:
* Fixed not restoring exact last location
* Fixed navigation not working with scrolled layout
* Fixed font size not changing when the book uses absolute-size keywords
(#173)
* Fixed text cut off at margin edge (#177)
* Fixed unable to open books with "#" or "?" in the file name
Technically wrong is better than litterally broken.
- The port uses PORTREVISION as part of the distname at the moment.
Until a proper fix for this is provided, quickly make it work again.
PR: 245041