Fink

Recent Package Updates

2025-04-01: iniconfig-py310-2.1.0-1 (Brain-dead simple parsing of ini files)
iniconfig is a small and simple INI-file parser module having a unique
set of features:

    *maintains order of sections and entries
    *supports multi-line values with or without line-continuations
    *supports "#" comments everywhere
    *raises errors with proper line-numbers
    *no bells and whistles like automatic substitutions
    *iniconfig raises an Error if two sections have the same name.

commit log from Hanspeter Niederstrasser ([email protected]):

    iniconfig-py: py37 should have stayed at v2.0.0
2025-04-01: iniconfig-py39-2.1.0-1 (Brain-dead simple parsing of ini files)
iniconfig is a small and simple INI-file parser module having a unique
set of features:

    *maintains order of sections and entries
    *supports multi-line values with or without line-continuations
    *supports "#" comments everywhere
    *raises errors with proper line-numbers
    *no bells and whistles like automatic substitutions
    *iniconfig raises an Error if two sections have the same name.

commit log from Hanspeter Niederstrasser ([email protected]):

    iniconfig-py: py37 should have stayed at v2.0.0
2025-04-01: iniconfig-py38-2.1.0-1 (Brain-dead simple parsing of ini files)
iniconfig is a small and simple INI-file parser module having a unique
set of features:

    *maintains order of sections and entries
    *supports multi-line values with or without line-continuations
    *supports "#" comments everywhere
    *raises errors with proper line-numbers
    *no bells and whistles like automatic substitutions
    *iniconfig raises an Error if two sections have the same name.

commit log from Hanspeter Niederstrasser ([email protected]):

    iniconfig-py: py37 should have stayed at v2.0.0
2025-04-01: iniconfig-py37-2.0.0-1 (Brain-dead simple parsing of ini files)
iniconfig is a small and simple INI-file parser module having a unique
set of features:

    *maintains order of sections and entries
    *supports multi-line values with or without line-continuations
    *supports "#" comments everywhere
    *raises errors with proper line-numbers
    *no bells and whistles like automatic substitutions
    *iniconfig raises an Error if two sections have the same name.

commit log from Hanspeter Niederstrasser ([email protected]):

    iniconfig-py: py37 should have stayed at v2.0.0
2025-04-01: podofo0.9.7-shlibs-0.9.7-5 (Library and tools for PDF files)
The PoDoFo library is a free, portable C++ library which includes
classes to parse PDF files and modify their contents into memory. The
changes can be written back to disk easily. The parser can also be
used to extract information from a PDF file (for example the parser
could be used in a PDF viewer). Besides parsing PoDoFo includes also
very simple classes to create your own PDF files. All classes are
documented so it is easy to start writing your own application using
PoDoFo.

The PoDoFo tools are simple tools built around the PoDoFo library.
These tools are first of all examples on how to use the PoDoFo library
in your own projects. But secondly they offer also features for
working with PDF files.

commit log from Daniel Macks ([email protected]):

    podofo0.9.7: shlibs stub
2025-03-31: lighttpd-1.4.78-1 (Lightning fast web server)
lighttpd (pronounced /lighty/) is a secure, fast, compliant, and very flexible
web server that has been optimized for high-performance environments. lighttpd
uses memory and CPU efficiently and has lower resource use than other popular
web servers. Its advanced feature-set (FastCGI, CGI, Auth, Output-Compression,
URL-Rewriting and much more) make lighttpd the perfect web server for all
systems, small and large.

commit log from Glenn Strauss ([email protected]):

    lighttpd: update to lighttpd 1.4.78
2025-03-29: openssl300-dev-3.0.16-1 (Secure Sockets Layer and Crypto Library)
OpenSSL is a free implementation of the Secure Sockets Layer (SSL)
and Transport Layer Security (TLS) protocols. It includes command line
utilities to manage certificates and a separate library implementing common
cryptograhic algorithms.

commit log from Hanspeter Niederstrasser ([email protected]):

    openssl: v3.0.16
2025-03-29: patchutils-0.4.2-1 (Utilities to work with patches)
patchutils is a collection of small utilities that help extracting and viewing
patches (difffs).

Interdiff generates an incremental patch from two patches against a common
source. For example, if you have applied a pre-patch to a source tree, and
wish to apply another pre-patch (which is against the same original source
tree), you can use interdiff to generate the patch that you need to apply.
You can also use this to review changes between two pre-patches.

Combinediff generates a single patch from two incremental patches, allowing
you to merge patches together. The resulting patch file only alters each
file once.

Filterdiff will select the portions of a patch file that apply to files
matching (or, alternatively, not matching) a shell wildcard.

Fixcvsdiff is for correcting the output of 'cvs diff'.

Rediff corrects hand-edited patches, by comparing the original patch with
the modified one and adjusting the offsets and counts.

Lsdiff displays a short listing of affected files in a patch file, along
with (optionally) the line numbers of the start of each patch.

Splitdiff separates out patches from a patch file so that each new patch
file only alters any given file once. In this way, a file containing
several incremental patches can be split into individual incremental
patches.

Grepdiff displays a list of the files modified by a patch where the patch
contains a given regular expression.

Recountdiff fixes up counts and offsets in a unified diff.

Unwrapdiff fixes word-wrapped unified diffs.

commit log from Hanspeter Niederstrasser ([email protected]):

    patchutils: v0.4.2
2025-03-29: patch-2.8-1 (Utility to apply patches to source trees)
patch takes a file describing differences (usually created by diff(1))
and applies them to a file or a whole source tree.

commit log from Hanspeter Niederstrasser ([email protected]):

    patch: v2.8