aboutsummaryrefslogtreecommitdiff
path: root/archivers/atool/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - Add some NO_ARCH'esDmitry Marakasov2015-08-101-0/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=393904
* Add new port archivers/atoolJohn Marino2014-11-041-0/+18
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. Notes: svn path=/head/; revision=372154