Subject: CVS commit: pkgsrc/www/elinks
From: Masatake Daimon
Date: 2025-02-07 17:18:14
Message id: 20250207161814.71268FBE0@cvs.NetBSD.org

Log Message:
www/elinks: Update to 0.18.0

- The package can now be built with JavaScript support. It uses
  lang/quickjs by default. Note that even if it's built with JS support it
  is disabled by default, because JS support is still an experimental
  feature. One needs to change the run-time configuration to enable it.

- The package is now built with libcss to support CSS.

- The package is now built with libsixel to support Sixel graphics on
  supported terminal emulators. (Currently none in pkgsrc!)

Release notes from the upstream:

ELinks 0.18.0
-------------

Released on 2024-12-26

* redirect also for 308 #343
* ignore HUBBUB_UNKNOWN #344

ELinks 0.18.0rc1
----------------

Released on 2024-12-07

* drop combining compile time option
* bump mozjs dependency to 128
* console.assert (and extension console.exit)
* test option for testing js code
* added document.scripting_sleep_on_error option #319
* skip hidden elements #341
* fix linking -lexecinfo #337
* Serbian translation update
* Polish translation update
* detect if gettext has _nl_msg_cat_cntr #325
* added reopen-last-closed-tab action #309
* added options for memory limits of Spidermonkey and QuickJS
* gemini input #121
* compilation fixes

ELinks 0.17.1.1
---------------

Released on 2024-10-05

* bump requirements: libCSS to 0.9.2 and libdom to 0.4.2
* revert "[head] addcrlf". #281
* main, article and nav elements #282
* bashism in configure.ac #285
* eliminate GNUism in sed #305
* python module imp is deprecated #313
* fix hooks.py detection #333
* cast to unsigned char * in inpfield #315
* fix suspend in session master when fork_on_start #296
* remove 300ms startup delay and optimize fork_on_start #297
* missing <sys/cdefs.h> on systems with musl libc #306

Files:
RevisionActionfile
1.89modifypkgsrc/www/elinks/Makefile
1.14modifypkgsrc/www/elinks/PLIST
1.37modifypkgsrc/www/elinks/distinfo
1.21modifypkgsrc/www/elinks/options.mk
1.1addpkgsrc/www/elinks/patches/patch-meson.build
1.1addpkgsrc/www/elinks/patches/patch-src_terminal_sixel.c