./archivers/bsdtar, Fast multi-format tape archiver

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.7.7nb1, Package name: bsdtar-3.7.7nb1, Maintainer: pkgsrc-users

The libarchive library contains routines for creating, reading from, and
writing to different streaming archive formats, e.g. most popular tar
and cpio formats. Additionally, libarchive supports writing to shar archives
and reading from ISO-9660 (CD-ROM) images.

This package contains bsdtar, a high-efficiency libarchive front-end which
is [almost] wholly compatible with the ubiquitous GNU tar. It supports
advanced features many other implementations do not.

For your convenience, the installed bsdtar binary will not be linked
to any pkgsrc-provided libraries.


Required to build:
[pkgtools/cwrappers]

Master sites:


Version history: (Expand)


CVS history: (Expand)


   2025-02-18 16:08:07 by Thomas Klausner | Files touched by this commit (1)
Log message:
bsdtar: bump PKGREVISION for previous
   2025-02-18 16:07:51 by Thomas Klausner | Files touched by this commit (1)
Log message:
bsdtar: Disable CNG.

Mirrors change made to pkg_install to fix build on Cygwin.

From Jonathan Perkin <jperkin@smartos.org>
via drecklypkg commit ecf6a48b93fc13609feb7b80cea6a892dcbfaf59
   2024-03-12 23:01:14 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Don't bother building bsdcat, it's not installed anyway.
   2024-02-15 05:34:21 by David H. Gutteridge | Files touched by this commit (1)
Log message:
bsdtar: drop redundant bsd.prefs.mk inclusion

It's already included on line 4.
   2024-01-18 19:04:12 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
bsdtar: apply pkglint suggestions
   2021-10-11 22:27:50 by Jonathan Perkin | Files touched by this commit (1)
Log message:
bsdtar: Ensure iconv is not picked up accidentally.
   2020-03-12 21:50:30 by Roland Illig | Files touched by this commit (1)
Log message:
archivers/bsdtar: avoid circular dependency with PKG_DEVELOPER checks

bsdtar is used as the default extractor for distfiles. It is installed
very early in the pkgsrc lifecycle, directly after bootstrapping. At that
point, neither of checkperms nor check-portability may be installed yet.
   2019-11-02 23:54:29 by Roland Illig | Files touched by this commit (27)
Log message:
archivers: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

No manual corrections.