Page MenuHomeFreeBSD

Mk/Uses/tar.mk: add support for .tar.lz archives
ClosedPublic

Authored by danfe on Jun 12 2019, 6:56 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Oct 27, 11:03 AM
Unknown Object (File)
Oct 15 2024, 3:51 PM
Unknown Object (File)
Oct 3 2024, 8:30 PM
Unknown Object (File)
Oct 2 2024, 11:26 PM
Unknown Object (File)
Oct 1 2024, 7:39 PM
Unknown Object (File)
Sep 27 2024, 9:15 PM
Unknown Object (File)
Sep 26 2024, 9:41 PM
Unknown Object (File)
Sep 23 2024, 11:24 PM
Subscribers

Details

Summary

Lzip offers better compression ratios and archival features compared to more common .gz or .xz formats, and is being used by some software to package their distfiles, e.g. archivers/zutils, astro/gnuastro,sysutils/ddrescue, for which we either have to use bigger .tar.gz distfile, or set EXTRACT_DEPENDS=lzip:archivers/lzip and then manually extract the distfile.

Proposed patch adds .tar.lz suffix support to our framework, since BSD tar(1) natively supports it.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped