summaryrefslogtreecommitdiff
path: root/archivers/cabextract/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2004-03-10Update cabextract to version 1.0, and make note in CHANGES.ben1-4/+3
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam1-1/+1
have been converted to USE_BUILDLINK2.
2002-08-21upgrade to 0.6dillo1-4/+4
changes since 0.5: * pkgsrc fixes for 0.5 integrated * support for the Quantum compression method reverse-engineered by Matthew Russotto * cabextract now exhaustively searches your files for cabinets. If there's more than one cabinet in the same file, cabextract will find those too. * Spanning cabinets sets contain both a 'next' and 'previous' cabinet name. cabextract now searches backwards through the cabinet chain to find the start of a cabinet set, before searching in the forwards direction as usual.
2002-05-10Add patch-aaitohy1-1/+2
2001-10-18Initial import of cabextract-0.5 into the NetBSD Packages Collection.agc1-0/+4
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.