summaryrefslogtreecommitdiff
path: root/archivers/cabextract
AgeCommit message (Collapse)AuthorFilesLines
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-3/+3
2001-10-18Initial import of cabextract-0.5 into the NetBSD Packages Collection.agc4-0/+34
cabextract is a program that un-archives files in the Microsoft cabinet file format (.cab) or any binary file which contains an embedded cabinet file (frequently found in .exe files). cabextract will extract all files from all cabinet files specified on the command line To extract a multi-part cabinet consisting of several files, only give the first file as an argument to cabextract as it will automatically look for the remaining files. Provided in PR 14259 by Ben Collver (collver@linuxfreemail.com), the description fleshed out slightly by myself, taken from the man page.