I would sometimes like to look into a package without installing it. That is, seeing what files it contains. With PKG I can unzip it, but it takes time and I/O. I could use unzip -l but unzip is not always available. Since PKG knows how to unzip a zip archive, it's easy to add a feature named, say "ziplist" that would simply list the content of any zip file.
I would sometimes like to look into a package without installing it. That is, seeing what files it contains. With PKG I can unzip it, but it takes time and I/O. I could use unzip -l but unzip is not always available. Since PKG knows how to unzip a zip archive, it's easy to add a feature named, say "ziplist" that would simply list the content of any zip file.