This port has no consumers anymore.
Apache no longer maintains Xalan-C, it is dead and won't receive security
updates.
Prodded by Roger Leigh (upstream maintainer), thanks.
This dependency is required as per their CMake code, but libdigidocpp and
qdigidoc4 keep working fine without it, so patch it.
Apache no longer maintains Xalan-C, it is dead and won't receive security
updates.
Prodded by Roger Leigh (upstream maintainer), thanks.
OK benoit@
Comment:
indexed colors used by XTerm
Description:
This subclass of Convert::Color::RGB8 provides lookup of the colors
that xterm uses by default. Note that the module is not intelligent
enough to actually parse the XTerm configuration on a machine, nor to
query a running terminal for its actual colors. It simply implements
the colors that are present as defaults in the XTerm source code.
OK benoit@
Comment:
string buffers with value tags on extents
Description:
This module implements an object class, instances of which store a
(mutable) string buffer that supports tags. A tag is a name/value pair
that applies to some extent of the underlying string.
Details:
https://lists.nongnu.org/archive/html/chicken-announce/2022-11/msg00000.html
> Vasilij found a security issue with the way egg-information
> files are created during installation of an extension package.
> Currently, escape characters in the .egg file may be used to
> perform arbitrary OS command injection due to the method the
> egg metadata is created and installed in the local egg repository
> during the install-stage of an egg.
diff from MAINTAINER Timo Myyrä, thanks!
This is a reverse-engineered clone of Zelda 3 - A Link to the Past.
It's around 70-80kLOC of C code, and reimplements all parts of the
original game. The game is playable from start to end.
ok op@
OK benoit@
Comment:
assert the referential identity of a reference
Description:
This module provides a single testing function, "identical". It asserts
that a given reference is as expected; that is, it either refers to the
same object or is "undef". It is similar to "Test::More::is" except that
it uses "refaddr", ensuring that it behaves correctly even if the
references under test are objects that overload stringification or
numification.
add pre-test target to use GNU seq to avoid test failures due to some
different behaviour with ours:
$ seq 1300000020 750 1300003020
1.3e+09
1.3e+09
1.3e+09
1.3e+09
1.3e+09
1.3e+09
$ gseq 1300000020 750 1300003020
1300000020
1300000770
1300001520
1300002270
1300003020