2025-01-31 15:33:17 by Michael Baeuerle | Files touched by this commit (7) |
Log message:
www/dillo: Switch to FLTK 1.4
Part of FLTK 1.4 transition (Step 2).
- Add patch to detect FLTK 1.4
- Add patch for dillo-install-hyphenation
POSIX::tmpnam() is replaced with File::Temp
- Declare net/wget as dependency
dillo uses wget at runtime
- Declare usage of features "snprintf" and "vsnprintf"
- Use option "tls" to enable/disable TLS support
SSL is obsolete
- Use option "libwebp" to enable/disable WEBP image support
Option "webp" is not documented
- Add more information to DESCR
- Bump PKGREVISION
|
2025-01-19 16:34:43 by Kevin Bloom | Files touched by this commit (3) |  |
Log message:
dillo: update to 3.2.0
- optional support for webp images
- new options for ignoring images
- support for simple SVG
- scrollbar navigation mode
- zoom via Ctrl +/-
- bug fixes
|
2024-06-13 15:21:08 by Kevin Bloom | Files touched by this commit (2) |  |
Log message:
dillo: update to 3.1.1
- Disable TLSv1.3 in Mbed TLS 3.6.0 until it is supported.
- Add workaround for Cygwin and OpenSSL with --disable-threaded-dns.
- Fix distcheck when HTML tests are enabled.
- Fix an OpenSSL bug when the server closes the connection
prematurely and SSL_get_error() returns SSL_ERROR_ZERO_RETURN.
- Gracefully handle warnings from PNG images.
|
2024-05-11 14:07:14 by Nia Alarie | Files touched by this commit (1) |
Log message:
dillo: Remove libXcursor dependency.
This comes in via fltk's bl3 for platforms that use x11 as a fltk backend.
On platforms that don't, dillo builds fine without it.
|
2024-05-07 20:06:35 by David Brownlee | Files touched by this commit (6) |
Log message:
Updated www/dillo to 3.1.0
Since the last release 3.0.5 from 2015 a lot of things have happened
to the Dillo project. A plot of number of commits over time colored
by authors. There is a missing gap from mid 2002 to mid 2008. And
from 2017 to end of 2023 there is almost no commits. Here is a
short timeline to put things into perspective:
- On 2016, the main developer of the layout engine, Sebastian
Geerken, passed away
- On 2017, the development stopped
- On 2019, the last email from Jorge Arellano Cid, the lead
developer of Dillo, was recorded by the mailing list
- On 2022, the domain dillo.org was lost
- On 2024, an attempt to resurrect the project began by Rodrigo
Arias Mallo
This release contains a lot of changes accumulated from the 2015-2017
period, as well as fixes and small features introduced in 2024.
Here is a summary:
- Add support for floating HTML elements, which involved a big
redesign
- Add support for OpenSSL, LibreSSL and mbed TLS for HTTPS, which
is now enabled by default
- Add a CI pipeline to build Dillo on Ubuntu, MacOS, FreeBSD and
Windows (via cygwin)
- Add automatic HTML rendering tests
- Improve and extend the Dillo manual
|
2023-11-12 14:24:43 by Thomas Klausner | Files touched by this commit (2570) |
Log message:
*: revebump for new brotli option for freetype2
Addresses PR 57693
|
2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298) |
Log message:
*: bump for openssl 3
|
2023-01-29 22:18:34 by Ryo ONODERA | Files touched by this commit (2527) |
Log message:
*: Recursive revbup from graphics/freetype2
|
2022-08-09 14:08:36 by Jonathan Perkin | Files touched by this commit (72) |
Log message:
*: Remove hardcoded -liconv / -lintl on SunOS.
This is now handled centrally via OPSYS_EXPLICIT_LIBDEPS support in libiconv
and gettext-lib.
|
2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952) |
Log message:
*: recursive bump for perl 5.36
|