Add new port archivers/atool
PR: 194082
Submitted by: Matteo Cypriani
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
* als: list the contents of an archive
* acat: extract files to the standard output
* apack: create an archive
Optional dependencies: lbzip2 or pbzip2, lzip, plzip, lzop, lzma, zip,
unzip, unrar, lha, unace, arj, arc, nomarch, p7zip, unalz.
2014-11-04 17:57:20 +01:00
|
|
|
# Created by: Matteo Cypriani <mcy@lm7.fr>
|
|
|
|
|
|
|
|
PORTNAME= atool
|
|
|
|
PORTVERSION= 0.39.0
|
|
|
|
CATEGORIES= archivers
|
|
|
|
MASTER_SITES= SAVANNAH
|
|
|
|
|
|
|
|
MAINTAINER= mcy@lm7.fr
|
|
|
|
COMMENT= Manage file archives of various types
|
|
|
|
|
|
|
|
LICENSE= GPLv2
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USES= gmake perl5
|
|
|
|
USE_PERL5= build run
|
2015-08-10 22:23:51 +02:00
|
|
|
NO_ARCH= yes
|
Add new port archivers/atool
PR: 194082
Submitted by: Matteo Cypriani
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
* als: list the contents of an archive
* acat: extract files to the standard output
* apack: create an archive
Optional dependencies: lbzip2 or pbzip2, lzip, plzip, lzop, lzma, zip,
unzip, unrar, lha, unace, arj, arc, nomarch, p7zip, unalz.
2014-11-04 17:57:20 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|