PackIt
From Just Solve the File Format Problem
(Difference between revisions)
Line 13: | Line 13: | ||
As with most Mac-specific archiving systems, PackIt stored the [[Resource Fork]] of the files along with the regular file data (data fork). | As with most Mac-specific archiving systems, PackIt stored the [[Resource Fork]] of the files along with the regular file data (data fork). | ||
− | == | + | == Specifications == |
− | + | ||
* [http://apple2.org.za/gswv/a2zine/GS.WorldView/Resources/The.MacShrinkIt.Project/ARCHIVES.TXT Archive format info, including PackIt] | * [http://apple2.org.za/gswv/a2zine/GS.WorldView/Resources/The.MacShrinkIt.Project/ARCHIVES.TXT Archive format info, including PackIt] | ||
+ | |||
+ | == Software == | ||
+ | * [http://www.network172.com/MacHistory/Packit/ PackIt page with source code] | ||
* [[macutil]] → macunpack | * [[macutil]] → macunpack | ||
+ | * [[The Unarchiver]] | ||
[[Category:Macintosh]] | [[Category:Macintosh]] |
Revision as of 15:07, 27 February 2020
PackIt was for a time in the mid-1980s the leading archiver for the Macintosh platform, until it was eclipsed by StuffIt.
Originally an archiver which merely appended multiple files into one file with no compression, it later added compression, but when StuffIt came out, that program compressed files better, so it became more popular. Encryption was also supported, but not much used.
As with most Mac-specific archiving systems, PackIt stored the Resource Fork of the files along with the regular file data (data fork).
Specifications
Software
- PackIt page with source code
- macutil → macunpack
- The Unarchiver