Old Macintosh format converter.
Go to file
Guillaume Gonnet e54e2f5b5e Fix Stuffit5 conv and some code cleanup. 2019-03-10 11:12:10 +01:00
docs Fix Stuffit5 conv and some code cleanup. 2019-03-10 11:12:10 +01:00
src Fix Stuffit5 conv and some code cleanup. 2019-03-10 11:12:10 +01:00
vendors Release Maconv v1.0 2019-01-03 12:05:24 +01:00
.gitignore Release Maconv v1.0 2019-01-03 12:05:24 +01:00
CMakeLists.txt Fix Stuffit5 conv and some code cleanup. 2019-03-10 11:12:10 +01:00
LICENSE Release Maconv v1.0 2019-01-03 12:05:24 +01:00
README.md Release Maconv v1.0 2019-01-03 12:05:24 +01:00

README.md

Maconv

Maconv is a Linux software that can convert all kinds of old Macintosh formats, including MacBinary, Stuffit archives and HFS disk files.

Usage

Maconv has three sub-commands:

  • maconv c [options] input-file [output-file]
  • maconv e [options] input-file [output-folder]
  • maconv d [options] input-folder [output-file]

The c sub-commamd converts a file from a format to another. The e sub-commamd extracts a Stuffit archive (versions 1 and 5) or a HFS disk image. The d sub-commamd creates an HFS disk image from a folder (like a file archiver).

You can get more information about these commands with maconv -h or man maconv.

Supported formats

You can get more information on these format in docs folder.

Maconv supports the following container formats: MacBinary, AppleSingle.

Also, Maconv can extract old Stuffit archives (encoded with compression method 0, 1, 2, 13 or 15).

License

This project is under the GPLv3 license.
See LICENSE file at the root of this project for more information.