./archivers/p5-Archive-Tar-Wrapper, API wrapper around the tar utility

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


Branch: CURRENT, Version: 0.41nb1, Package name: p5-Archive-Tar-Wrapper-0.41nb1, Maintainer: pkgsrc-users

Archive::Tar::Wrapper is an API wrapper around the 'tar' command line
utility. It never stores anything in memory, but works on temporary
directory structures on disk instead. It provides a mapping between the
logical paths in the tarball and the 'real' files in the temporary
directory on disk.

It differs from Archive::Tar in two ways:
- Archive::Tar::Wrapper doesn't hold anything in memory. Everything is
stored on disk.
- Archive::Tar::Wrapper is 100% compliant with the platform's tar
utility, because it uses it internally.


Required to run:
[lang/perl5] [devel/p5-File-Which]

Required to build:
[pkgtools/cwrappers]

Master sites: (Expand)

Filesize: 37.07 KB

Version history: (Expand)


CVS history: (Expand)


   2024-11-16 13:08:07 by Thomas Klausner | Files touched by this commit (2504)
Log message:
*: recursive bump for perl 5.40
   2024-07-29 13:35:32 by Wen Heping | Files touched by this commit (2)
Log message:
Update to 0.41

No upstream changelog found.
   2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483)
Log message:
*: recursive bump for perl 5.38
   2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952)
Log message:
*: recursive bump for perl 5.36
   2021-10-26 11:57:20 by Nia Alarie | Files touched by this commit (140)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and SHA512
hashes.
   2021-10-07 15:06:15 by Nia Alarie | Files touched by this commit (140)
Log message:
archivers: Remove SHA1 distfiles hashes
   2021-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575)
Log message:
*: recursive bump for perl 5.34
   2020-09-20 09:04:49 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
p5-Archive-Tar-Wrapper: update to 0.38.

0.38 (2020/08/09):
    Fixed issue 17 - \ 
https://github.com/glasswalk3r/archive-tar-wrapper-perl/issues/17
    The fixes were only related to different licenses over the files of the \ 
distribution.
    Small fixes over the documentation as well.
    No changes to the code. :-)