Path to this page: ./
www/dillo,
Very small and fast graphical web-browser
Branch: CURRENT,
Version: 3.2.0nb5,
Package name: dillo-3.2.0nb5,
Maintainer: pkgsrc-usersDillo is a web browser designed to be fast, use few resources and
support slow and unreliable networks on resource-constrained machines.
It can load local and remote files via HTTP, HTTPS and FTP.
Other protocols like Gemini, Gopher, IPFS and others are available as
plugins.
Dillo supports a subset of HTML 4.01 and CSS 2.1 but it doesn't support
JavaScript and only implements some elements of HTML 5 and CSS 3.
It also renders plain text documents and images in PNG, JPG and GIF
formats.
Required to run:[
graphics/png] [
graphics/jpeg] [
lang/perl5] [
net/wget] [
security/openssl] [
x11/xcursor] [
x11/fltk13]
Required to build:[
pkgtools/x11-links] [
x11/xcb-proto] [
x11/fixesproto4] [
pkgtools/cwrappers] [
x11/xorgproto]
Package options: inet6, libwebp, tls
Master sites:
Filesize: 1424.912 KB
Version history: (Expand)
- (2026-01-27) Updated to version: dillo-3.2.0nb5
- (2026-01-18) Updated to version: dillo-3.2.0nb4
- (2025-10-24) Updated to version: dillo-3.2.0nb3
- (2025-07-15) Package has been reborn
- (2025-07-15) Package deleted from pkgsrc
- (2025-04-24) Updated to version: dillo-3.2.0nb2
CVS history: (Expand)
| 2026-01-27 09:41:10 by Thomas Klausner | Files touched by this commit (1344) |
Log message: *: recursive bump for removal of cairo's xcb option |
| 2026-01-18 14:00:41 by Leonardo Taccari | Files touched by this commit (34) |
Log message: dillo: Avoid ctype(3) abuses Backport a patch shared and applied upstream via commit 5e2bc90ea2f80dce3a20ef9c1a282e11d6d67236 to stop abusing ctype(3) functions. Now dillo should no longer crashes due ctype(3) on NetBSD>=11. PKGREVISION++ |
2025-12-01 09:09:06 by Thomas Klausner | Files touched by this commit (2) |  |
Log message: dillo*: update HOMEPAGE |
| 2025-10-23 22:40:24 by Thomas Klausner | Files touched by this commit (2999) |
Log message: *: recursive bump for pcre2 Running an old binary against the new pcre doesn't work: /usr/pkg/lib/libpcre2-8.so.0: version PCRE2_10.47 required by \ /usr/pkg/lib/libglib-2.0.so.0 not defined |
| 2025-04-24 16:16:37 by Thomas Klausner | Files touched by this commit (2412) |
Log message: *: recursive bump for jpeg -> libjpeg-turbo switch |
| 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. |