Fink

Recent Package Updates

2025-09-30: specio-pm5182-0.52-1 (Type constraints and coercions)
Type constraints and coercions

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

    perlmod updates
2025-09-30: namespace-clean-pm5302-0.27-1 (Keep imports/functions out of namespace)
When you define a function, or import one, into a Perl package, it
will naturally also be available as a method.  This does not per se
cause problems, but it can complicate subclassing and, for example,
plugin classes that are included via multiple inheritance by loading
them as base classes.

The namespace::clean pragma will remove all previously declared or
imported symbols at the end of the current package's compile cycle.
Functions called in the package itself will still be bound by their
name, but they won't show up as methods on your class or instances.

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

    perlmods: more portable thinning of fat perl interp
2025-09-30: namespace-clean-pm5184-0.27-1 (Keep imports/functions out of namespace)
When you define a function, or import one, into a Perl package, it
will naturally also be available as a method.  This does not per se
cause problems, but it can complicate subclassing and, for example,
plugin classes that are included via multiple inheritance by loading
them as base classes.

The namespace::clean pragma will remove all previously declared or
imported symbols at the end of the current package's compile cycle.
Functions called in the package itself will still be bound by their
name, but they won't show up as methods on your class or instances.

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

    perlmods: more portable thinning of fat perl interp
2025-09-30: devel-ppport-pm5184-3.68-1 (Perl/Pollution/Portability)
Perl/Pollution/Portability

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

    perlmods: more portable thinning of fat perl interp
2025-09-30: http-daemon-pm5184-6.16-1 (Simple http server class)
Simple http server class

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

    perlmod updates
2025-09-30: cgi-compress-gzip-pm5341-1.03-1 (CGI with automatically compressed output)
CGI::Compress::Gzip extends the CGI infrastructure to compresses
 output, whenever possible.  It uses IO::Zlib (a filehandle wrapper
 around the C zlib library).  If this is missing, the functionality
 degrades gracefully to the typical CGI behavior.  The programmer can
 selectively enable or disable the compression functionality at will.
 This module does not rely on any particular server setup.  It should
 work anywhere that CGI.pm works.
 .
 Apache mod_perl users may prefer the more straightforward
 implementation offered by the Apache::Compress or Apache::GzipChain
 modules, although those offer less control to the programmer.

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

    perlmods: more portable thinning of fat perl interp
2025-09-30: inline-c-pm5184-0.78-1 (Embed C in perl subroutines)
Embed C in perl subroutines

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

    perlmod updates
2025-09-30: xstring-pm5302-0.005-1 (Isolated String helpers from B)
Isolated String helpers from B

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

    perlmod updates
2025-09-30: b-hooks-endofscope-pm5341-0.28-1 (Execute code after scope finished)
This module allows you to execute code when perl finished
compiling the surrounding scope.

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

    perlmods: more portable thinning of fat perl interp
2025-09-30: class-accessor-constructor-pm5282-1.111.590-2 (Generates class-accessor methods)
Generates class-accessor methods

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

    perlmods: more portable thinning of fat perl interp
2025-09-30: b-hooks-endofscope-pm5302-0.28-1 (Execute code after scope finished)
This module allows you to execute code when perl finished
compiling the surrounding scope.

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

    perlmods: more portable thinning of fat perl interp
2025-09-30: devel-ppport-pm5341-3.68-1 (Perl/Pollution/Portability)
Perl/Pollution/Portability

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

    perlmods: more portable thinning of fat perl interp
2025-09-30: http-daemon-pm5302-6.16-1 (Simple http server class)
Simple http server class

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

    perlmod updates
2025-09-30: class-accessor-installer-pm5282-1.100.880-3 (Install an accessor subroutine)
Install an accessor subroutine

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

    perlmods: more portable thinning of fat perl interp
2025-09-30: class-accessor-constructor-pm5184-1.111.590-2 (Generates class-accessor methods)
Generates class-accessor methods

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

    perlmods: more portable thinning of fat perl interp
2025-09-30: class-accessor-constructor-pm5303-1.111.590-2 (Generates class-accessor methods)
Generates class-accessor methods

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

    perlmods: more portable thinning of fat perl interp
2025-09-30: devel-ppport-pm5282-3.68-1 (Perl/Pollution/Portability)
Perl/Pollution/Portability

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

    perlmods: more portable thinning of fat perl interp
2025-09-30: data-inherited-pm5184-1.100.860-2 (Hierarchy-wide list/hash accumulator)
Hierarchy-wide list/hash accumulator

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

    perlmods: more portable thinning of fat perl interp
2025-09-30: b-hooks-endofscope-pm5303-0.28-1 (Execute code after scope finished)
This module allows you to execute code when perl finished
compiling the surrounding scope.

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

    perlmods: more portable thinning of fat perl interp
2025-09-30: class-accessor-installer-pm5184-1.100.880-3 (Install an accessor subroutine)
Install an accessor subroutine

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

    perlmods: more portable thinning of fat perl interp
2025-09-30: data-inherited-pm5282-1.100.860-2 (Hierarchy-wide list/hash accumulator)
Hierarchy-wide list/hash accumulator

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

    perlmods: more portable thinning of fat perl interp
2025-09-30: class-accessor-installer-pm5302-1.100.880-3 (Install an accessor subroutine)
Install an accessor subroutine

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

    perlmods: more portable thinning of fat perl interp
2025-09-30: class-accessor-complex-pm5184-1.100.880-2 (All sorts of data/set access)
All sorts of data/set access

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

    perlmods: more portable thinning of fat perl interp
2025-09-30: test-simple-pm5341-1.302214-1 (Basic utilities for writing tests)
This is an extremely simple, extremely basic module for writing tests
  suitable for CPAN modules and other pursuits. It also includes the
  Test::More module which allows for more complex testing.
  As of 1.302200, Test2-Suite has been merged into this distro.

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

    perlmod updates
2025-09-30: devel-ppport-pm5302-3.68-1 (Perl/Pollution/Portability)
Perl/Pollution/Portability

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

    perlmods: more portable thinning of fat perl interp
2025-09-30: class-accessor-complex-pm5341-1.100.880-2 (All sorts of data/set access)
All sorts of data/set access

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

    perlmods: more portable thinning of fat perl interp
2025-09-30: fcgi-client-pm-0.09-302 (OBSOLETE: use fcgi-client-pm5184 instead)
OBSOLETE: use fcgi-client-pm5184 instead

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

    perlmod updates
2025-09-30: cgi-compress-gzip-pm5182-1.03-1 (CGI with automatically compressed output)
CGI::Compress::Gzip extends the CGI infrastructure to compresses
 output, whenever possible.  It uses IO::Zlib (a filehandle wrapper
 around the C zlib library).  If this is missing, the functionality
 degrades gracefully to the typical CGI behavior.  The programmer can
 selectively enable or disable the compression functionality at will.
 This module does not rely on any particular server setup.  It should
 work anywhere that CGI.pm works.
 .
 Apache mod_perl users may prefer the more straightforward
 implementation offered by the Apache::Compress or Apache::GzipChain
 modules, although those offer less control to the programmer.

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

    perlmods: more portable thinning of fat perl interp
2025-09-30: devel-ppport-pm5182-3.68-1 (Perl/Pollution/Portability)
Perl/Pollution/Portability

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

    perlmods: more portable thinning of fat perl interp
2025-09-30: test-file-pm-1.995-1 (Test file attributes)
Test file attributes

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

    perlmod updates
2025-09-30: class-accessor-constructor-pm5302-1.111.590-2 (Generates class-accessor methods)
Generates class-accessor methods

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

    perlmods: more portable thinning of fat perl interp
2025-09-30: specio-pm5162-0.52-1 (Type constraints and coercions)
Type constraints and coercions

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

    perlmod updates
2025-09-30: inline-core-pm5182-0.87-1 (Embed other languages in perl subroutines)
Embed other languages in perl subroutines

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

    perlmod updates
2025-09-30: specio-pm5302-0.52-1 (Type constraints and coercions)
Type constraints and coercions

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

    perlmod updates
2025-09-30: cgi-compress-gzip-pm5162-1.03-1 (CGI with automatically compressed output)
CGI::Compress::Gzip extends the CGI infrastructure to compresses
 output, whenever possible.  It uses IO::Zlib (a filehandle wrapper
 around the C zlib library).  If this is missing, the functionality
 degrades gracefully to the typical CGI behavior.  The programmer can
 selectively enable or disable the compression functionality at will.
 This module does not rely on any particular server setup.  It should
 work anywhere that CGI.pm works.
 .
 Apache mod_perl users may prefer the more straightforward
 implementation offered by the Apache::Compress or Apache::GzipChain
 modules, although those offer less control to the programmer.

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

    perlmods: more portable thinning of fat perl interp
2025-09-30: specio-pm5303-0.52-1 (Type constraints and coercions)
Type constraints and coercions

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

    perlmod updates
2025-09-30: test-simple-pm5302-1.302214-1 (Basic utilities for writing tests)
This is an extremely simple, extremely basic module for writing tests
  suitable for CPAN modules and other pursuits. It also includes the
  Test::More module which allows for more complex testing.
  As of 1.302200, Test2-Suite has been merged into this distro.

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

    perlmod updates
2025-09-30: data-inherited-pm5162-1.100.860-2 (Hierarchy-wide list/hash accumulator)
Hierarchy-wide list/hash accumulator

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

    perlmods: more portable thinning of fat perl interp
2025-09-30: class-accessor-constructor-pm5341-1.111.590-2 (Generates class-accessor methods)
Generates class-accessor methods

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

    perlmods: more portable thinning of fat perl interp
2025-09-30: inline-core-pm5162-0.87-1 (Embed other languages in perl subroutines)
Embed other languages in perl subroutines

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

    perlmod updates
2025-09-30: test-simple-pm5184-1.302214-1 (Basic utilities for writing tests)
This is an extremely simple, extremely basic module for writing tests
  suitable for CPAN modules and other pursuits. It also includes the
  Test::More module which allows for more complex testing.
  As of 1.302200, Test2-Suite has been merged into this distro.

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

    perlmod updates
2025-09-30: cgi-compress-gzip-pm5302-1.03-1 (CGI with automatically compressed output)
CGI::Compress::Gzip extends the CGI infrastructure to compresses
 output, whenever possible.  It uses IO::Zlib (a filehandle wrapper
 around the C zlib library).  If this is missing, the functionality
 degrades gracefully to the typical CGI behavior.  The programmer can
 selectively enable or disable the compression functionality at will.
 This module does not rely on any particular server setup.  It should
 work anywhere that CGI.pm works.
 .
 Apache mod_perl users may prefer the more straightforward
 implementation offered by the Apache::Compress or Apache::GzipChain
 modules, although those offer less control to the programmer.

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

    perlmods: more portable thinning of fat perl interp
2025-09-30: class-accessor-constructor-pm5182-1.111.590-2 (Generates class-accessor methods)
Generates class-accessor methods

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

    perlmods: more portable thinning of fat perl interp
2025-09-30: term-table-pm-0.025-1 (Format a header and rows into a table)
Format a header and rows into a table

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

    perlmod updates
2025-09-30: inline-core-pm5282-0.87-1 (Embed other languages in perl subroutines)
Embed other languages in perl subroutines

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

    perlmod updates
2025-09-30: data-inherited-pm5303-1.100.860-2 (Hierarchy-wide list/hash accumulator)
Hierarchy-wide list/hash accumulator

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

    perlmods: more portable thinning of fat perl interp
2025-09-30: class-accessor-installer-pm5341-1.100.880-3 (Install an accessor subroutine)
Install an accessor subroutine

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

    perlmods: more portable thinning of fat perl interp
2025-09-30: class-accessor-installer-pm5303-1.100.880-3 (Install an accessor subroutine)
Install an accessor subroutine

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

    perlmods: more portable thinning of fat perl interp
2025-09-30: namespace-clean-pm5282-0.27-1 (Keep imports/functions out of namespace)
When you define a function, or import one, into a Perl package, it
will naturally also be available as a method.  This does not per se
cause problems, but it can complicate subclassing and, for example,
plugin classes that are included via multiple inheritance by loading
them as base classes.

The namespace::clean pragma will remove all previously declared or
imported symbols at the end of the current package's compile cycle.
Functions called in the package itself will still be bound by their
name, but they won't show up as methods on your class or instances.

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

    perlmods: more portable thinning of fat perl interp
2025-09-30: b-hooks-endofscope-pm5282-0.28-1 (Execute code after scope finished)
This module allows you to execute code when perl finished
compiling the surrounding scope.

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

    perlmods: more portable thinning of fat perl interp
2025-09-30: xstring-pm5182-0.005-1 (Isolated String helpers from B)
Isolated String helpers from B

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

    perlmod updates
2025-09-30: devel-ppport-pm5303-3.68-1 (Perl/Pollution/Portability)
Perl/Pollution/Portability

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

    perlmods: more portable thinning of fat perl interp
2025-09-30: xstring-pm5282-0.005-1 (Isolated String helpers from B)
Isolated String helpers from B

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

    perlmod updates
2025-09-30: cgi-compress-gzip-pm5282-1.03-1 (CGI with automatically compressed output)
CGI::Compress::Gzip extends the CGI infrastructure to compresses
 output, whenever possible.  It uses IO::Zlib (a filehandle wrapper
 around the C zlib library).  If this is missing, the functionality
 degrades gracefully to the typical CGI behavior.  The programmer can
 selectively enable or disable the compression functionality at will.
 This module does not rely on any particular server setup.  It should
 work anywhere that CGI.pm works.
 .
 Apache mod_perl users may prefer the more straightforward
 implementation offered by the Apache::Compress or Apache::GzipChain
 modules, although those offer less control to the programmer.

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

    perlmods: more portable thinning of fat perl interp
2025-09-30: inline-c-pm5162-0.78-1 (Embed C in perl subroutines)
Embed C in perl subroutines

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

    perlmod updates
2025-09-30: specio-pm5184-0.52-1 (Type constraints and coercions)
Type constraints and coercions

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

    perlmod updates
2025-09-30: inline-core-pm5303-0.87-1 (Embed other languages in perl subroutines)
Embed other languages in perl subroutines

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

    perlmod updates
2025-09-30: namespace-clean-pm5341-0.27-1 (Keep imports/functions out of namespace)
When you define a function, or import one, into a Perl package, it
will naturally also be available as a method.  This does not per se
cause problems, but it can complicate subclassing and, for example,
plugin classes that are included via multiple inheritance by loading
them as base classes.

The namespace::clean pragma will remove all previously declared or
imported symbols at the end of the current package's compile cycle.
Functions called in the package itself will still be bound by their
name, but they won't show up as methods on your class or instances.

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

    perlmods: more portable thinning of fat perl interp
2025-09-30: http-daemon-pm5341-6.16-1 (Simple http server class)
Simple http server class

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

    perlmod updates
2025-09-30: class-accessor-complex-pm5282-1.100.880-2 (All sorts of data/set access)
All sorts of data/set access

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

    perlmods: more portable thinning of fat perl interp
2025-09-30: specio-pm5341-0.52-1 (Type constraints and coercions)
Type constraints and coercions

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

    perlmod updates
2025-09-30: namespace-clean-pm5162-0.27-1 (Keep imports/functions out of namespace)
When you define a function, or import one, into a Perl package, it
will naturally also be available as a method.  This does not per se
cause problems, but it can complicate subclassing and, for example,
plugin classes that are included via multiple inheritance by loading
them as base classes.

The namespace::clean pragma will remove all previously declared or
imported symbols at the end of the current package's compile cycle.
Functions called in the package itself will still be bound by their
name, but they won't show up as methods on your class or instances.

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

    perlmods: more portable thinning of fat perl interp
2025-09-30: class-accessor-complex-pm5162-1.100.880-2 (All sorts of data/set access)
All sorts of data/set access

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

    perlmods: more portable thinning of fat perl interp
2025-09-30: devel-ppport-pm5162-3.68-1 (Perl/Pollution/Portability)
Perl/Pollution/Portability

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

    perlmods: more portable thinning of fat perl interp
2025-09-30: test-simple-pm5303-1.302214-1 (Basic utilities for writing tests)
This is an extremely simple, extremely basic module for writing tests
  suitable for CPAN modules and other pursuits. It also includes the
  Test::More module which allows for more complex testing.
  As of 1.302200, Test2-Suite has been merged into this distro.

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

    perlmod updates
2025-09-30: b-hooks-endofscope-pm5162-0.28-1 (Execute code after scope finished)
This module allows you to execute code when perl finished
compiling the surrounding scope.

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

    perlmods: more portable thinning of fat perl interp
2025-09-30: perl5303-5.30.3-4 (The Perl programming language, v. 5.30.3)
Perl is a high-level programming language with roots in C, sed, awk
and shell scripting.  Perl is good at handling processes and files,
and is especially good at handling text.  Perl's hallmarks are
practicality and efficiency.  While it is used to do a lot of
different things, Perl's most common applications are system
administration utilities and web programming.  A large proportion of
the CGI scripts on the web are written in Perl.

Fink's perl packages retain the perl version subdirectories in the
lib tree.  Without these, upgrading or downgrading Perl breaks all of
the binary modules.

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

    perl5303: fix build on Tahoe
2025-09-30: class-accessor-installer-pm5182-1.100.880-3 (Install an accessor subroutine)
Install an accessor subroutine

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

    perlmods: more portable thinning of fat perl interp
2025-09-30: xstring-pm5341-0.005-1 (Isolated String helpers from B)
Isolated String helpers from B

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

    perlmod updates
2025-09-30: test-simple-pm5182-1.302214-1 (Basic utilities for writing tests)
This is an extremely simple, extremely basic module for writing tests
  suitable for CPAN modules and other pursuits. It also includes the
  Test::More module which allows for more complex testing.
  As of 1.302200, Test2-Suite has been merged into this distro.

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

    perlmod updates
2025-09-30: b-hooks-endofscope-pm5184-0.28-1 (Execute code after scope finished)
This module allows you to execute code when perl finished
compiling the surrounding scope.

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

    perlmods: more portable thinning of fat perl interp
2025-09-30: data-inherited-pm5341-1.100.860-2 (Hierarchy-wide list/hash accumulator)
Hierarchy-wide list/hash accumulator

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

    perlmods: more portable thinning of fat perl interp
2025-09-30: cgi-compress-gzip-pm5184-1.03-1 (CGI with automatically compressed output)
CGI::Compress::Gzip extends the CGI infrastructure to compresses
 output, whenever possible.  It uses IO::Zlib (a filehandle wrapper
 around the C zlib library).  If this is missing, the functionality
 degrades gracefully to the typical CGI behavior.  The programmer can
 selectively enable or disable the compression functionality at will.
 This module does not rely on any particular server setup.  It should
 work anywhere that CGI.pm works.
 .
 Apache mod_perl users may prefer the more straightforward
 implementation offered by the Apache::Compress or Apache::GzipChain
 modules, although those offer less control to the programmer.

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

    perlmods: more portable thinning of fat perl interp
2025-09-30: inline-core-pm5302-0.87-1 (Embed other languages in perl subroutines)
Embed other languages in perl subroutines

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

    perlmod updates
2025-09-30: test-simple-pm5282-1.302214-1 (Basic utilities for writing tests)
This is an extremely simple, extremely basic module for writing tests
  suitable for CPAN modules and other pursuits. It also includes the
  Test::More module which allows for more complex testing.
  As of 1.302200, Test2-Suite has been merged into this distro.

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

    perlmod updates
2025-09-30: class-accessor-installer-pm5162-1.100.880-3 (Install an accessor subroutine)
Install an accessor subroutine

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

    perlmods: more portable thinning of fat perl interp
2025-09-30: inline-core-pm5184-0.87-1 (Embed other languages in perl subroutines)
Embed other languages in perl subroutines

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

    perlmod updates
2025-09-30: test-simple-pm5162-1.302214-1 (Basic utilities for writing tests)
This is an extremely simple, extremely basic module for writing tests
  suitable for CPAN modules and other pursuits. It also includes the
  Test::More module which allows for more complex testing.
  As of 1.302200, Test2-Suite has been merged into this distro.

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

    perlmod updates
2025-09-30: xstring-pm5303-0.005-1 (Isolated String helpers from B)
Isolated String helpers from B

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

    perlmod updates
2025-09-30: io-string-pm-1.08-2 (Emulate IO::File for in-core strings)
IO::String is an IO::File (and IO::Handle) compatible class that reads
or writes data from in-core strings.  It is really just a
simplification of what the author needed from Eryq's IO-stringy modules.  As
such IO::String is a replacement for IO::Scalar.

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

    perlmod updates
2025-09-30: class-accessor-complex-pm5182-1.100.880-2 (All sorts of data/set access)
All sorts of data/set access

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

    perlmods: more portable thinning of fat perl interp
2025-09-30: http-daemon-pm5303-6.16-1 (Simple http server class)
Simple http server class

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

    perlmod updates
2025-09-30: inline-core-pm5341-0.87-1 (Embed other languages in perl subroutines)
Embed other languages in perl subroutines

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

    perlmod updates
2025-09-30: class-accessor-complex-pm5303-1.100.880-2 (All sorts of data/set access)
All sorts of data/set access

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

    perlmods: more portable thinning of fat perl interp
2025-09-30: specio-pm5282-0.52-1 (Type constraints and coercions)
Type constraints and coercions

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

    perlmod updates
2025-09-30: class-accessor-complex-pm5302-1.100.880-2 (All sorts of data/set access)
All sorts of data/set access

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

    perlmods: more portable thinning of fat perl interp
2025-09-30: inline-c-pm5182-0.78-1 (Embed C in perl subroutines)
Embed C in perl subroutines

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

    perlmod updates
2025-09-30: data-inherited-pm5302-1.100.860-2 (Hierarchy-wide list/hash accumulator)
Hierarchy-wide list/hash accumulator

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

    perlmods: more portable thinning of fat perl interp
2025-09-30: data-inherited-pm5182-1.100.860-2 (Hierarchy-wide list/hash accumulator)
Hierarchy-wide list/hash accumulator

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

    perlmods: more portable thinning of fat perl interp
2025-09-30: xstring-pm5162-0.005-1 (Isolated String helpers from B)
Isolated String helpers from B

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

    perlmod updates
2025-09-30: namespace-clean-pm5182-0.27-1 (Keep imports/functions out of namespace)
When you define a function, or import one, into a Perl package, it
will naturally also be available as a method.  This does not per se
cause problems, but it can complicate subclassing and, for example,
plugin classes that are included via multiple inheritance by loading
them as base classes.

The namespace::clean pragma will remove all previously declared or
imported symbols at the end of the current package's compile cycle.
Functions called in the package itself will still be bound by their
name, but they won't show up as methods on your class or instances.

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

    perlmods: more portable thinning of fat perl interp
2025-09-30: cgi-compress-gzip-pm5303-1.03-1 (CGI with automatically compressed output)
CGI::Compress::Gzip extends the CGI infrastructure to compresses
 output, whenever possible.  It uses IO::Zlib (a filehandle wrapper
 around the C zlib library).  If this is missing, the functionality
 degrades gracefully to the typical CGI behavior.  The programmer can
 selectively enable or disable the compression functionality at will.
 This module does not rely on any particular server setup.  It should
 work anywhere that CGI.pm works.
 .
 Apache mod_perl users may prefer the more straightforward
 implementation offered by the Apache::Compress or Apache::GzipChain
 modules, although those offer less control to the programmer.

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

    perlmods: more portable thinning of fat perl interp
2025-09-30: log-log4perl-pm-1.57-301 (Log::Log4perl - log4j implementation for Perl)
Log::Log4perl lets you remote-control and fine-tune the logging 
behaviour of your system from the outside. It implements the 
widely popular (Java-based) Log4j logging package in pure Perl.

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

    perlmod updates
2025-09-30: http-daemon-pm5162-6.16-1 (Simple http server class)
Simple http server class

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

    perlmod updates
2025-09-30: class-accessor-constructor-pm5162-1.111.590-2 (Generates class-accessor methods)
Generates class-accessor methods

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

    perlmods: more portable thinning of fat perl interp
2025-09-30: http-daemon-pm5282-6.16-1 (Simple http server class)
Simple http server class

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

    perlmod updates
2025-09-30: b-hooks-endofscope-pm5182-0.28-1 (Execute code after scope finished)
This module allows you to execute code when perl finished
compiling the surrounding scope.

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

    perlmods: more portable thinning of fat perl interp
2025-09-30: namespace-clean-pm5303-0.27-1 (Keep imports/functions out of namespace)
When you define a function, or import one, into a Perl package, it
will naturally also be available as a method.  This does not per se
cause problems, but it can complicate subclassing and, for example,
plugin classes that are included via multiple inheritance by loading
them as base classes.

The namespace::clean pragma will remove all previously declared or
imported symbols at the end of the current package's compile cycle.
Functions called in the package itself will still be bound by their
name, but they won't show up as methods on your class or instances.

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

    perlmods: more portable thinning of fat perl interp
2025-09-30: xstring-pm5184-0.005-1 (Isolated String helpers from B)
Isolated String helpers from B

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

    perlmod updates
2025-09-30: http-daemon-pm5182-6.16-1 (Simple http server class)
Simple http server class

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

    perlmod updates
2025-09-30: test-simple-pm-1.302214-301 (Test::Simple for /usr/bin/perl)
Use BuildDepends:test-simple-pm (or TestDepends as needed)
        for packages that do not otherwise need to be perl-version
        varianted so that they do not need to be perl-version varianted
        on account of this build dependency.

        For packages that *are* perl-version varianted, use
        BuildDepends:test-simple-pmXXX for the appropriate perlXXX.

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

    perlmod updates
2025-09-29: vim-9.1.1806-1 (Improved version of the editor "vi")
VIM adds many of the features that you would expect in an editor:
Unlimited undo, syntax coloring, split windows, visual selection,
graphical user interface (read: menus, mouse control, scrollbars,
text selection), and much much more.

commit log from Hisashi T Fujinaka ([email protected]):

    Vim: Welcome to Vim-9.1.1806.
2025-09-29: nmap-7.98-1 (Network exploration utility)
nmap, a utility for network exploration or auditing, supporting
        ping scanning, port scanning and TCP/IP fingerprinting. It also
        offers decoy scanning, sunRPC scanning, reverse-identd scanning
        and others.

        This package also contains:
                nping: Network packet generation tool / ping utility
                ncat:  Concatenate and redirect sockets
                ndiff: Utility to compare the results of Nmap scans

        In separate packages (of each's name):
                zenmap: GUI

        nmap-update has been abolished upstream. We therefore no longer
        have that separate package.

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

    nmap: new version
2025-09-29: libpcap1-1.10.5-1 (Network packet capture library)
Network packet capture library

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

    libpcap: new version
2025-09-29: libssh2.1-1.11.1-1 (Library implementing the SSH2 protocol)
libssh2 is a C library that implements the SSH2 protocol.

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

    libssh2.1: new version
2025-09-29: libunistring5-shlibs-1.4-1 (Unicode string library)
This library implements Unicode strings (in three flavours: UTF-8 strings, 
UTF-16 strings, UTF-32 strings), together with functions for Unicode 
characters (character names, classifications, properties) and functions 
for string processing (formatted output, width, word breaks, line breaks, 
normalization, case folding, regular expressions).

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

    libunistring5: new version (fixes some failing tests on newer OSX)
2025-09-29: vim-nox-9.1.1806-1 (Improved version of the editor "vi")
VIM adds many of the features that you would expect in an editor:
Unlimited undo, syntax coloring, split windows, visual selection,
graphical user interface (read: menus, mouse control, scrollbars,
text selection), and much much more.

commit log from Hisashi T Fujinaka ([email protected]):

    Vim: Welcome to Vim-9.1.1806.
2025-09-27: mdds-1.5-1.7.0-3 (Multi-Dimensional Data Structure)
A collection of multi-dimensional data structure and indexing algorithms.
        
        This is a header-only C++ library.
        Programs using it will also need boost.

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

    mdds: v2.1.1
2025-09-27: libmspub-shlibs-0.0.6-8 (Import Microsoft Publisher files)
Import Microsoft Publisher files

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

    http -> https
2025-09-27: libfreehand01-dev-0.1.2-2 (Import Adobe/Macromedia drawing files)
Libfreehand is library providing ability to interpret and import
Adobe/Macromedia drawings into various applications.

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

    http -> https
2025-09-27: libcdr-shlibs-0.0.16-5 (Import Corel DRAW files)
libcdr is a library and a set of tools for reading and converting binary files
produced by Corel DRAW.

libcdr currently supports just CDR files from V7 to X3 and the following
features:

- pages and page sizes
- shapes, lines, Bezier curves, bitmaps
- flat color fills, both RGB, CMYK, HLS and HSB
- different kinds of strokes including dashed strokes

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

    http -> https
2025-09-27: mdds-2.1-2.1.1-1 (Multi-Dimensional Data Structure)
A collection of multi-dimensional data structure and indexing algorithms.
        
        This is a header-only C++ library.
        Programs using it will also need boost.

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

    use correct debugger
2025-09-27: libcdr01-shlibs-0.1.8-1 (Import Corel DRAW files)
libcdr is a library and a set of tools for reading and converting binary files
produced by Corel DRAW.

libcdr currently supports just CDR files from V7 to X3 and the following
features:

- pages and page sizes
- shapes, lines, Bezier curves, bitmaps
- flat color fills, both RGB, CMYK, HLS and HSB
- different kinds of strokes including dashed strokes

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

    libcdr: v0.1.8
2025-09-27: libabw01-dev-0.1.3-2 (Library to import AbiWord files)
Library to import AbiWord files

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

    http -> https
2025-09-27: libmspub01-shlibs-0.1.4-3 (Import Microsoft Publisher files)
Import Microsoft Publisher files

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

    http -> https
2025-09-27: libetonyek-0.1.10-2 (Import Apple iWork files)
Libetonyek is library providing ability to interpret and import Apple
Keynote presentations into various applications.

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

    add upgrade note
2025-09-27: libvisio-shlibs-0.0.31-5 (Library for Visio diagrams)
Libvisio is library providing ability to interpret and import visio diagrams 
into various applications.  You can find it being used in libreoffice.

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

    http -> https
2025-09-27: libodfgen-0.1-0.1.8-1 (Open Document Format generator)
%N is a library for generating .odf files as used by OpenOffice
and LibreOffice, among others.

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

    http -> https