skint: import skint-0.5.2 as lang/skint
Cheap and fast R7RS Scheme Interpreter
SKINT is a portable interpreter for the R7RS Scheme programming
language. It can be built from five C source files (10K lines of
code) with a single command. There are no distributives or packages;
just compile the source files with your favorite C compiler, link
them with the standard C runtime libraries, and you're done.
wip/evolution: import evolution-3.55.2 ( candidate for updating from 3.44.4)
Evolution is a personal information management application that provides
integrated mail, calendaring and address book functionality.
(www/cgic) import cgic-2.08, (Revived for updating to 2.08)
This is the code written to accompany Thomas Boutell's book "CGI
Programming in C & Perl". It provides a library of routines for use
in CGI programming, and unlike cgilib-0.5, this library handles the
"multipart/form-data" encoding required to use the FILE input control
type as defined in the HTML specification.
NOTE: It should be aware that there were a few developer visible changes
made from Thomas Boutell's original distribution when integrating it
with the NetBSD packages environment. They are:
1) Instead of being yet another source file which is used in building
the application, the package have been converted totally into a
library format. This library is linked using "-lcgic".
2) As a result of the first item, the developer no longer writes their
entry point under the function name of cgiMain(). Instead, the
user will provide their own main(), and will need to call cgiInit()
before any other cgic function is called.
bind920: upgrade to version 9.20.6.
pkgsrc changes:
* basically none, dist-name & checksums.
upstream changes:
BIND 9.20.6
-----------
New Features
~~~~~~~~~~~~
- Adds support for EDE code 1 and 2. ``b3eab79bc18``
Add support for EDE codes 1 & 2 which might occurs during DNSSEC
validation in case of unsupported RRSIG algorithm or DNSKEY digest.
:gl:`#2715` :gl:`!9996`
[135 lines not shown]
paraview: Update to 5.13.2
ParaView 5.13.1 Release Notes
September 30, 2024
Bug fixes made since ParaView 5.13.0 are listed in this document.
- Update Insitu logic to use script filename (instead of full path)
when searching PYTHONPATH directories (details)
- Fixed CLI error loading multiple-file series (details)
- Fixed CLI error that was opening two copies of single file specified
in command line (details)
- Fixed pvbatch syntax warning messages (“invalid escape
sequence”) (details)
- Fixed spreadsheet view to update correctly when timestep is reset to
0 (details)
- Fixed problems loading state file when remote volume rendering is
used (details)
[866 lines not shown]