/[MITgcm]/MITgcm/tools/mpack-1.6/unixpk.man
ViewVC logotype

Contents of /MITgcm/tools/mpack-1.6/unixpk.man

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.4 - (show annotations) (download) (as text)
Tue Feb 26 17:05:00 2008 UTC (16 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64y, checkpoint64x, checkpoint64z, checkpoint64q, checkpoint64p, checkpoint64s, checkpoint64r, checkpoint64u, checkpoint64t, checkpoint64w, checkpoint64v, checkpoint64i, checkpoint64h, checkpoint64k, checkpoint64j, checkpoint64m, checkpoint64l, checkpoint64o, checkpoint64n, checkpoint64a, checkpoint64c, checkpoint64b, checkpoint64e, checkpoint64d, checkpoint64g, checkpoint64f, checkpoint63p, checkpoint63q, checkpoint63r, checkpoint63s, checkpoint63l, checkpoint63m, checkpoint63n, checkpoint63o, checkpoint63h, checkpoint63i, checkpoint63j, checkpoint63k, checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63g, checkpoint63a, checkpoint63b, checkpoint63c, checkpoint64, checkpoint65, checkpoint60, checkpoint61, checkpoint62, checkpoint63, checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65t, checkpoint65u, checkpoint65j, checkpoint65k, checkpoint65h, checkpoint65i, checkpoint65n, checkpoint65o, checkpoint65l, checkpoint65m, checkpoint65b, checkpoint65c, checkpoint65a, checkpoint65f, checkpoint65g, checkpoint65d, checkpoint65e, checkpoint59q, checkpoint59p, checkpoint59r, checkpoint59o, checkpoint62c, checkpoint62b, checkpoint62a, checkpoint62g, checkpoint62f, checkpoint62e, checkpoint62d, checkpoint62k, checkpoint62j, checkpoint62i, checkpoint62h, checkpoint62o, checkpoint62n, checkpoint62m, checkpoint62l, checkpoint62s, checkpoint62r, checkpoint62q, checkpoint62p, checkpoint62w, checkpoint62v, checkpoint62u, checkpoint62t, checkpoint62z, checkpoint62y, checkpoint62x, checkpoint61f, checkpoint61g, checkpoint61d, checkpoint61e, checkpoint61b, checkpoint61c, checkpoint61a, checkpoint61n, checkpoint61o, checkpoint61l, checkpoint61m, checkpoint61j, checkpoint61k, checkpoint61h, checkpoint61i, checkpoint61v, checkpoint61w, checkpoint61t, checkpoint61u, checkpoint61r, checkpoint61s, checkpoint61p, checkpoint61q, checkpoint61z, checkpoint61x, checkpoint61y, HEAD
Changes since 1.3: +14 -1 lines
File MIME type: application/x-troff-man
put again new version (1.6-4, see MITgcm_contrib/mpack_src) of mpack sources.
among others:
 - fix MD5 code on some 64 bit platforms.
 - fix lot of compilation warnings.

1 .TH MPACK 1
2 .SH NAME
3 mpack \- pack a file in MIME format
4 .SH SYNOPSIS
5 .B mpack
6 [
7 .B \-a
8 ]
9 [
10 .B \-s
11 .I subject
12 ]
13 [
14 .B \-d
15 .I descriptionfile
16 ]
17 [
18 .B \-m
19 .I maxsize
20 ]
21 [
22 .B \-c
23 .I content-type
24 ]
25 .I file
26 .I "address \&..."
27 .br
28 .B mpack
29 [
30 .B \-a
31 ]
32 [
33 .B \-s
34 .I subject
35 ]
36 [
37 .B \-d
38 .I descriptionfile
39 ]
40 [
41 .B \-m
42 .I maxsize
43 ]
44 [
45 .B \-c
46 .I content-type
47 ]
48 .B \-o
49 .I outputfile
50 .I file
51 .br
52 .B mpack
53 [
54 .B \-a
55 ]
56 [
57 .B \-s
58 .I subject
59 ]
60 [
61 .B \-d
62 .I descriptionfile
63 ]
64 [
65 .B \-m
66 .I maxsize
67 ]
68 [
69 .B \-c
70 .I content-type
71 ]
72 .B \-n
73 .I newsgroups
74 .I file
75 .SH DESCRIPTION
76 The
77 .I mpack
78 program encodes the
79 the named file in one or more MIME messages.
80 The resulting messages are mailed to one or more recipients,
81 written to a named file or set of files, or posted to a set of
82 newsgroups.
83 .PP
84 .SH OPTIONS
85 .TP
86 .BI \-a
87 Set the Content-Disposition to attachment. If \-a is not used
88 the Content-Disposition is inline.
89 .TP
90 .BI \-s " subject"
91 Set the
92 .B Subject
93 header field to
94 .IR Subject .
95 By default,
96 .B mpack
97 will prompt for the contents of the subject header.
98 .TP
99 .BI \-d " descriptionfile
100 Include the contents of the file
101 .I descriptionfile
102 in an introductory section at the beginning of the first
103 generated message.
104 .TP
105 .BI \-m " maxsize"
106 Split the message (if necessary) into partial messages, each not
107 exceeding
108 .I maxsize
109 characters. The default limit is the value of the
110 .B SPLITSIZE
111 environment variable, or no limit if the environment variable
112 does not exist.
113 Specifying a
114 .I maxsize
115 of 0 means there is no limit to the size of the generated message.
116 .TP
117 .BI \-c " content-type"
118 Label the included file as being of MIME type
119 .IR content-type ,
120 which must be a subtype of
121 .BR application ,
122 .BR audio ,
123 .BR image ,
124 or
125 .BR video .
126 If this switch is not given,
127 .B mpack
128 examines the file to determine its type.
129 .TP
130 .BI \-o " outputfile"
131 Write the generated message to the file
132 .IR outputfile .
133 If the message has to be split, the partial messages will instead be
134 written to the files
135 .IR outputfile .01,
136 .IR outputfile .02,
137 etc.
138 .TP
139 .BI \-n " newsgroups"
140 Post the generated message(s) to the comma-separated netnews
141 .IR newsgroups .
142 .TP
143 .I file
144 Encode the named
145 .IR file .
146 .TP
147 .I "address \&..."
148 Mail the generated messages to the specified addresses.
149 .SH ENVIRONMENT
150 .TP
151 .B TMPDIR
152 Directory to store temporary files. Default is /var/tmp.
153 .TP
154 .B SPLITSIZE
155 Default value of the -m switch.

  ViewVC Help
Powered by ViewVC 1.1.22