~ubuntu-branches/ubuntu/wily/macutils/wily

« back to all changes in this revision

Viewing changes to .pc/debian-changes-2.0b3-16/man/binhex.1

  • Committer: Bazaar Package Importer
  • Author(s): Eric Sharkey
  • Date: 2010-03-31 09:29:53 UTC
  • Revision ID: james.westby@ubuntu.com-20100331092953-e064120y0thcm4nd
Tags: 2.0b3-16
* Upgrade standards
* Convert to quilt format

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH BINHEX L "October 22, 1992"
 
2
.UC
 
3
.SH NAME
 
4
binhex \- Hexifies a series of files
 
5
.SH SYNOPSIS
 
6
.B binhex
 
7
[
 
8
.B \- options
 
9
] [ files ]
 
10
.br
 
11
.SH DESCRIPTION
 
12
.I binhex
 
13
takes the files specified in
 
14
.I files
 
15
and hexifies them in BinHex 4.0 format on standard output
 
16
subject to the
 
17
.I options
 
18
specified.
 
19
If
 
20
.I files
 
21
also specifies directories they are followed recursively, and all files
 
22
found will be hexified.
 
23
If no
 
24
.I files
 
25
parameter is specified, binhex reads a MacBinary stream from standard
 
26
input and hexifies the files found; folder information is lost.
 
27
.SH OPTIONS
 
28
In the absence of any options,
 
29
.I binhex
 
30
takes the specified files and silently hexifies them to BinHex 4.0
 
31
format, writing the result to standard output.
 
32
Directories named in
 
33
.I files
 
34
are followed recursively, all files found will be hexified.
 
35
Files are assumed to be in MacBinary format.
 
36
However, if the filename ends with .info the file is assumed to be
 
37
the info fork of a MacIntosh file split amongst more than one file.
 
38
In that case the files with .data and .rsrc extensions
 
39
are also read (if present).
 
40
Also, if the info fork is mentioned in the parameter list, the names
 
41
of data and resource forks can also be mentioned, but those will be
 
42
ignored (this is to allow wild-card expansion by the shell.)
 
43
Further, if some form of AppleShare is supported by the installed
 
44
program, and if the current directory, or one of the directories found
 
45
during recursive processing, is a directory in the format of the
 
46
supported version of AppleShare, those files will be handled according
 
47
to the properties of AppleShare.
 
48
.TP
 
49
.B \-r
 
50
No intelligent file-processing is performed; all files named are assumed
 
51
to be plain resource files, and are hexified as if they were
 
52
MacIntosh resource files with
 
53
creator "RSED" and type "RSRC", unless another creator and/or type are
 
54
specified.
 
55
.TP
 
56
.B \-d
 
57
No intelligent file-processing is performed; all files named are assumed
 
58
to be plain data files, and are hexified as if they were
 
59
MacIntosh data files with
 
60
creator "MACA" and type "TEXT", unless another creator and/or type are
 
61
specified.
 
62
.TP
 
63
.B \-u
 
64
As -d, but the codes for CR and LF are interchanged.
 
65
.TP
 
66
.B \-U
 
67
Is a synonym for -u.
 
68
.TP
 
69
.B \-c creator
 
70
Defines the creator name to be used if one of the previous options is
 
71
specified.
 
72
.TP
 
73
.B \-t type
 
74
Defines the type name to be used if one of the previous options is
 
75
specified.
 
76
.TP
 
77
.B \-R
 
78
Do not use run-length encoding during the conversion.
 
79
This option may speed up the encoding a bit, but it is merely a
 
80
historical artifact.
 
81
.TP
 
82
.B \-l
 
83
List every file and directory processed.
 
84
.TP
 
85
.B \-i
 
86
Do not output files, give information only (implies -l.)
 
87
.TP
 
88
.B \-q
 
89
Ask the user for every file/directory whether it should be visited
 
90
(implies -l.)
 
91
.TP
 
92
.B \-V
 
93
Gives the patchlevel of the program, and other information.
 
94
Other options are ignored and the program quits immediately.
 
95
.TP
 
96
.B \-H
 
97
Give short information about the options.
 
98
Other options are ignored and the program quits immediately.
 
99
.SH BUGS
 
100
As this is a beta release, there may still be some problems.
 
101
.SH SEE ALSO
 
102
macutil(1)
 
103
.SH AUTHOR
 
104
Dik T. Winter, CWI, Amsterdam, The Netherlands (dik@cwi.nl)