Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

rezwack(1) [osx man page]

REZWACK(1)						    BSD General Commands Manual 						REZWACK(1)

NAME
/usr/bin/RezWack -- Combines resource and data forks of a file into a flattened file. SYNOPSIS
/usr/bin/RezWack -d dataFork [-do dataForkOffset] -r resFork [-ro resForkOffset] -o outFileName [-f] DESCRIPTION
/usr/bin/RezWack takes the data fork of one input file, the resource fork of (possibly the same) file, and combines them into a single "flat- tened" data-fork file. This file can then be transferred to file systems, file servers, or other protocols that do not handle Macintosh HFS resource forks. QuickTime uses this format for "flattened" MooV (.moov or .mov) files. /usr/bin/RezWack takes the following flags and arguments: -d dataFork Path to the file to use as the data fork of the resulting file. This may be any data file. -do dataForkOffset Offset from the beginning of the data file from which to start reading the data. Default is the beginning of the file. -r resFork Path to the file from which to extract resource information. This must be a data-fork resource file (see Notes, below). -ro resForkOffset Offset from the beginning of the resource file from which to start reading the resource data. Default is the beginning of the resource map (byte position 512); note that any other value may result in a corrupted resource file when using UnRezWack(1). -o outFileName Path to the output file to be created. If the file exists and the -f flag is not provided, RezWack will fail with error 2. -f Force overwrite of existing output file. NOTES
The HFS and Extended HFS ("HFS+") file systems support two forks for each file in the file system. Other file systems may not support multi- fork files, and standard POSIX file system calls do not have options to specify which fork to read on a two-fork file. To use RezWack prop- erly, you must either have the resource data in a data-fork resource file, or access the named "rsrc" fork on an HFS or HFS+ volume. Note that on non-HFS volumes, or after using SplitForks(1), the resource data of a file is in a hidden file whose name begins with "._". This is an AppleDouble file that contains the resource data, but it is not a resource file and cannot be used with /usr/bin/RezWack or other tools that expect a data-fork resource file (such as DeRez(1) ). To create the resource data in the data fork, use the -useDF flag to Rez(1). When the resource data is in the data fork of a file, you can use the path to the file as the -r argument regardless of the file system. If the resource data is in the resource fork of a file on a HFS or HFS Extended file system, you can access the resource data using a named fork (for example, the resource fork of ~/foo.txt is ~/foo.txt/..namedfork/rsrc). EXAMPLES
/Developer/Tools/RezWack -d ~/foo -r ~/foo/..namedfork/rsrc -o ~/foo.wak /Developer/Tools/RezWack -d ~/foo.txt -r ~/bar.rsrc -o ~/baz.wak SEE ALSO
Rez(1), DeRez(1), UnRezWack(1) Mac OS X April 12, 2004 Mac OS X

Check Out this Related Man Page

FONDU(1)						      General Commands Manual							  FONDU(1)

NAME
fondu - convert Macintosh font files to UNIX font format SYNOPSIS
fondu [-force] [-inquire] [-show] [-latin1] [-afm] [-trackps] macfile... DESCRIPTION
The program fondu reads a series of Macintosh font files, checks their resource forks, and extracts all font related items into separate files. Input files may be either macbinary files (.bin), binhex files (.hqx), bare Macintosh resource forks, or data fork resource files (.dfont, as used by MacOS X). A bare resource fork may be generated easily be copying a file with a resource fork onto a diskette (or zip drive) using DOS format. The Macintosh will create a folder called resource.frk (invisible on the Macintosh itself), in which the resource fork will reside as a bare file. The command line should end with a list of one or more Macintosh font files, macfile...; these files should be macbinary (.bin), bin- hex(.hqx), or bare resource fork files. OPTIONS
-force Force overwriting of the original file. -inquire Prompt for input before overwriting files. This overrides -force. -show Print out each file as it is created. -latin1 Recode any macintosh bitmap fonts (NFNTs) from the macintosh roman encoding to latin1. -trackps If the macfiles argument mentions a file containing a FOND, and that FOND mentions external PostScript resource files, then attempt to open those PostScript files as well as processing the original file. -afm For any macfile which contains a FOND and points to at least one PostScript resource file create an Adobe Font Metrics (afm) file. Fondu will merge width and bounding box information from the PostScript files, and kerning data from the FOND. AUTHOR
George Williams (gww@silcom.com). Manual page by Ziying Sherwin (sherwin@nlm.nih.gov) and R.P.C Rodgers (rodgers@nlm.nih.gov), Lister Hill National Center for Biomedical Communications, U.S. National Library of Medicine. 27 May 2004 FONDU(1)
Man Page