libgnome-games-support: remove
This library has stopped releases, it's new model is to be included
in the sources of programs that use it.
Remove it from pkgsrc, no users left.
gnome-nibbles: update to 4.5.0.
4.5.0 - February 8, 2026
========================
- No build dependency changes.
- Fix issue #80.
- Correct metadata !95 & !96. Thanks to Sabri Ünal for these.
- Fix the game not starting on level 1 for progress of Levels 1 through 26 in
sequential order if the previous game was a fixed level > 1
- Add new feature to clear high scores.
- Updated translations; Greek, Swedish, Kazakh, Slovenian, Ukrainian, Georgian,
Chinese (China) & Russian.
- To download use:
https://gitlab.gnome.org/GNOME/gnome-nibbles/-/archive/4.5.0/gnome-nibbles-4.5.0.tar.bz2
4.4.2 - Halloween (October 31) 2025
===================================
[114 lines not shown]
Import NetBSD-ftp 20260208
Notable changes since import NetBSD-20260207:
* Implement custom HTTP headers with a portable idiom.
* Emit custom HTTP headers in provided order, not last in first out.
ftp: simplify HTTP headers to use StringList
Implement custom HTTP header handling using the existing StringList,
instead of the less-portable SLIST_ macros from <sys/queue.h>.
Code is simpler too.
Emit the headers in user-provided order instead of last in first out.