NOTICE: This package has been removed from pkgsrc

./archivers/p5-Archive-Tar, Perl5 module interface to manipulate tar files

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


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

Perl module for creation and manipulation of tar files.

This module uses no C-coded parts in itself, but it will try to use
the Compress::Zlib module to read and write gzipped tarfiles.
Archive::Tar will still work without Zlib, it will just complain a
little bit (and, of course, not be able to use compression). The
complaining will be removed when the module leaves the alpha stage,
and can be trivially removed by commenting out the offending print
near the top of Tar.pm.


Required to run:
[textproc/p5-Text-Diff] [lang/perl5] [devel/p5-IO-String]

Required to build:
[pkgtools/cwrappers]

Master sites: (Expand)

SHA1: 344e5f089005547a13e6b1348c09bbcd599647f8
RMD160: 09260dcf8fdce77598c27d2b028ed5aadb2afa5c
Filesize: 63.271 KB

Version history: (Expand)


CVS history: (Expand)


   2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631)
Log message:
*: bump PKGREVISION for perl-5.32.
   2020-08-26 01:01:15 by David H. Gutteridge | Files touched by this commit (2) | Package updated
Log message:
p5-Archive-Tar: update to 2.38

2.38  25/06/2020 (ATOOMIC)
- Avoid indirect calls
- Add use warnings to bin/ptar*
   2020-03-01 02:23:47 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
(archivers/p5-Archive-Tar) Updated 2.3.2 to 2.3.6

2.36  02/02/2020
- Add xz test files to MANIFEST

2.34  01/02/2020 (HEANEY && SKAJI)
- Add xz support
- Use 4 digit year in Time::Local call
   2019-08-11 15:25:21 by Thomas Klausner | Files touched by this commit (3557)
Log message:
Bump PKGREVISIONs for perl 5.30.0
   2019-06-30 22:17:50 by Nia Alarie | Files touched by this commit (1816)
Log message:
Update packages using a search.cpan.org HOMEPAGE to metacpan.org.

The former now redirects to the latter.

This covers the most simple cases where http://search.cpan.org/dist/name
can be changed to https://metacpan.org/release/name.

Reviewed by hand to hopefully make sure no unwanted changes sneak in.
   2018-11-24 04:30:00 by Wen Heping | Files touched by this commit (2)
Log message:
Update to 2.32

Uptsream changes:
2.32  13/09/2018 (CBERRY)
- Fix absolute path handling on VMS

2.30  19/06/2018
- skip white_space test on MSWin32 as Windows will report that both
  files exist, which is obviously a 'feature'
   2018-08-22 11:48:07 by Thomas Klausner | Files touched by this commit (3558)
Log message:
Recursive bump for perl5-5.28.0
   2018-06-22 09:44:42 by Wen Heping | Files touched by this commit (2)
Log message:
Update to 2.30

Upstream changes:
2.30  19/06/2018
- skip white_space test on MSWin32 as Windows will report that both
  files exist, which is obviously a 'feature'

2.28  08/06/2018 (madroach, ARC, OCBNET, ppisar)
- fix creating file with trailing whitespace on filename - fixes 103279
- allow archiving with absolute pathnames - fixes 97748
- small POD fix
- Speed up extract when archive contains lots of files
- CVE-2018-12015 directory traversal vulnerability [RT#125523]