summaryrefslogtreecommitdiff
path: root/archivers/p5-Archive-Tar
AgeCommit message (Collapse)AuthorFilesLines
2002-10-20Use buildlink2. Use perl5/module.mk.seb1-6/+3
2001-11-26Buildlinkify, in the sense that only the perl headers are found injlam1-2/+3
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-1/+1
2001-10-23Use ${MASTER_SITE_PERL_CPAN:=xx/} and not ${MASTER_SITE_PERL_CPAN:=xx}veego1-2/+2
This fix a fetch error.
2001-10-22Perl module for creation and manipulation of tar files.martti4-0/+34
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.