diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2017-11-03 20:07:12 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2017-11-03 20:07:12 +0000 |
commit | 3af566154621eb5a5998c635bd981ec0623fcacb (patch) | |
tree | a6f5c34c7d21d2cb00d9857cf29788c4fda5ccb9 /archivers/Makefile | |
parent | b3eeddbe08f992ce1363525fd196850506eae71b (diff) | |
download | pkgsrc-3af566154621eb5a5998c635bd981ec0623fcacb.tar.gz |
Import atool-0.39.0 from wip, PR pkg/52545.
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.
Diffstat (limited to 'archivers/Makefile')
-rw-r--r-- | archivers/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index ba1d5e44a23..2f08215bb3b 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.156 2017/10/23 13:15:29 adam Exp $ +# $NetBSD: Makefile,v 1.157 2017/11/03 20:07:12 bsiegert Exp $ # COMMENT= Archivers @@ -10,6 +10,7 @@ SUBDIR+= arc SUBDIR+= archangel SUBDIR+= arj SUBDIR+= ark +SUBDIR+= atool SUBDIR+= bicom SUBDIR+= bmap-tools SUBDIR+= brotli |