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

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


Branch: CURRENT, Version: 0.38nb3, Package name: p5-Archive-Tar-Wrapper-0.38nb3, 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.524 KB

Version history: (Expand)


CVS history: (Expand)


   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. :-)
   2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631)
Log message:
*: bump PKGREVISION for perl-5.32.
   2019-11-04 04:37:55 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
(archivers/p5-Archive-Tar-Wrapper) Updated from 0.33 to 0.37

(from: HomePage)
0.37 (2019/08/24):
    Fixed issue 14 - \ 
https://github.com/glasswalk3r/archive-tar-wrapper-perl/issues/14

0.36 (2019/04/11):
    Bug fixes since tests on Windows were failing after latests changes.
    Refactored code due unexpected way bsdtar on Windows and tar on OpenBSD behave.
    Refactored the tests due the bugs found.
    Small fixes on Pod, specially the section for MS Windows users.
    Added the missing tests to the MANIFEST.

0.35 (2019/04/05):
    Added _rem_dots method, a improved way to remove '.' and '..' from \ 
readdir(), supposed to be faster than previous implementation with sort() and \ 
shift().
    Added two more tests to increase testing coverage.
    Fixed a small bug regarding Pod, that now covers 100% of the code.
    Small fixes to documentation.

0.34 (2019/03/22):
    Increased test coverage.
    Refactored code to make it easier for testing.
    Disabled performance-small.t for now.
    Refactored bzip2 tests.
    Adding META.yml "provides" from Makefile.PL
    Covered methods that didn't have Pod.
    Refactored all Pod following best practices.
    Refactored a single method to be "private".
    Slightly changed new() to enable unit testing for OS specific configurations.