NOTICE: This package has been removed from pkgsrc

./wip/atool, Manage file archives of various types

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


Branch: CURRENT, Version: 0.39.0, Package name: atool-0.39.0, Maintainer: mcy

atool is a script for managing file archives of various types (tar,
tar+gzip, zip, etc.). It provides the following commands:


* aunpack: extract an archive, avoiding tar bombs
* apack: create archives or compressed files
* als: list the contents of an archive
* acat: extract to the standard output
* adiff: generate a diff between two archives
* arepack: repack archives to a different format

Optional dependencies: lbzip2 or pbzip2, lzip, plzip, lzop, lzma, zip,
unzip, unrar, lha, unace, arj, arc, nomarch, p7zip, unalz.


Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: 40865bdc533f95fcaffdf8002889eb2ac67224a9
RMD160: ca067ba295ff2ad11dc1c9147a13f8a1becaf078
Filesize: 116.511 KB

Version history: (Expand)


CVS history: (Expand)


   2013-06-16 15:28:20 by Sergey Svishchev | Files touched by this commit (1)
Log message:
Unbreak build.
   2013-05-12 13:48:26 by othyro | Files touched by this commit (1)
Log message:
Spelling/whitespace.
   2013-05-11 18:20:39 by Sergey Litvinov | Files touched by this commit (4)
Log message:
Add atool package

A set ot tools for managing file archives of various types (tar,
tar+gzip, zip etc).

aunpack: extracts  files from an archive
apack: creates archives (or compresses files). If no file arguments are
specified, filenames to add are read from standard in.
als: lists files in an archive
acat: extracts files in an archive to standard out
adiff: generates a diff between two archives
arepack: repacks archives to a different format