Up to [cvs.NetBSD.org] / pkgsrc / archivers / lzlib
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.3 / (download) - annotate - [select for diffs], Mon Nov 21 18:20:40 2022 UTC (2 months, 2 weeks ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
HEAD
Changes since 1.2: +3 -1
lines
Diff to previous 1.2 (colored)
*: Re-apply SunOS linker argument removals. These are currently duplicated in mk/platform/SunOS.mk but the generic removals will be removed soon in favour of per-package removals, due to flags getting leaked into installed files.
Revision 1.2 / (download) - annotate - [select for diffs], Sun Nov 13 16:13:16 2022 UTC (2 months, 3 weeks ago) by fcambus
Branch: MAIN
Changes since 1.1: +3 -1
lines
Diff to previous 1.1 (colored)
lzlib: add a TEST_TARGET directive.
Revision 1.1 / (download) - annotate - [select for diffs], Mon Oct 24 07:46:20 2022 UTC (3 months, 1 week ago) by fcambus
Branch: MAIN
archivers/lzlib: import lzlib-1.13. Lzlib is a data compression library providing in-memory LZMA compression and decompression functions, including integrity checking of the decompressed data. The compressed data format used by the library is the lzip format. Lzlib is written in C. Originally packaged in pkgsrc-wip by Aleksej Lebedev, thanks!