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)
Jan 30 2024, 6:47 AM
Unknown Object (File)
Dec 22 2023, 10:19 PM
Unknown Object (File)
Nov 11 2023, 1:59 AM
Unknown Object (File)
Oct 24 2023, 9:32 AM
Unknown Object (File)
Oct 12 2023, 12:51 AM
Unknown Object (File)
Oct 10 2023, 12:59 AM
Unknown Object (File)
Aug 9 2023, 2:35 AM
Unknown Object (File)
Aug 9 2023, 2:34 AM
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

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

tar.mk
6 ↗(On Diff #58552)

Missing usage update.

danfe set the repository for this revision to rP FreeBSD ports repository.
This revision is now accepted and ready to land.Jun 12 2019, 8:45 AM
This revision was automatically updated to reflect the committed changes.