pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/archivers/p5-Archive-Tar-Wrapper
Module Name: pkgsrc
Committed By: mef
Date: Sat May 23 02:11:40 UTC 2015
Added Files:
pkgsrc/archivers/p5-Archive-Tar-Wrapper: DESCR Makefile distinfo
Log Message:
Import p5-Archive-Tar-Wrapper-0.18 as archivers/p5-Archive-Tar-Wrapper.
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.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/archivers/p5-Archive-Tar-Wrapper/DESCR \
pkgsrc/archivers/p5-Archive-Tar-Wrapper/Makefile \
pkgsrc/archivers/p5-Archive-Tar-Wrapper/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index