1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/archivers/p5-Archive-Tar/pkg-descr
Will Andrews df69bcf59c Add p5-Archive-Tar 0.22, a perl module for the creation and manipulation
of tar files.

PR:		22829
Submitted by:	Roman Shterenzon <roman@xpert.com>
2000-12-19 09:48:13 +00:00

12 lines
514 B
Plaintext

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.
Roman Shterenzon <roman@xpert.com>