Created attachment 147896 [details] archivers/atool This is a very simple Perl program; the port was built successfully on RedPorts, although I'm not sure it really matters since it is architecture-independent. Logs here: https://redports.org/buildarchive/20141002021801-58603/ I ran the regular checks, portlint is happy, no orphans, etc.
looks ok, moving to patch-ready pool.
A commit references this bug: Author: marino Date: Tue Nov 4 16:57:22 UTC 2014 New revision: 372154 URL: https://svnweb.freebsd.org/changeset/ports/372154 Log: 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. Changes: head/archivers/Makefile head/archivers/atool/ head/archivers/atool/Makefile head/archivers/atool/distinfo head/archivers/atool/files/ head/archivers/atool/files/patch-configure head/archivers/atool/pkg-descr head/archivers/atool/pkg-plist
All I did was reducing the tabbing in Makefile from 3 to 2 and I took some liberty with pkg-descr as I was wrapping it to 75 chars. Thanks, it's in ports now.