copying the latest Sys.Web.Services from trunk.
[mono.git] / man / macpack.1
1 ..\" 
2 .\" macpack manual page.
3 .\" (C) 2004 Geoff Norton
4 .\" Author:
5 .\"   Geoff Norton (gnorton@customerdna.com)
6 .\"
7 .de Sp \" Vertical space (when we can't use .PP)
8 .if t .sp .5v
9 .if n .sp
10 ..
11 .TH macpack "Mono 1.0"
12 .SH NAME
13 macpack \- Macintosh OS X Packager for managed gui assemblies
14 .SH SYNOPSIS
15 .PP
16 .B macpack [options] 
17 .SH DESCRIPTION
18 \fImacpack\fP is a tool used to package managed assemblies (like
19 System.Windows.Forms or Cocoa#) that require gui availability for deployment
20 on Mac OS X.
21 .PP
22 macpack will prepare a OS X compatible bundle from the provided assembly 
23 and resources.
24 .PP
25 .SH OPTIONS
26 .I "-a" <assembly location>
27 .Sp
28 This option tells macpack where the managed assembly that you
29 want to bundle resides.  This option is also used to point to the shell
30 script to launch in the case of a X11/Gtk# application.
31 .Sp
32 .I "-m" <mode>
33 .Sp
34 An integer parameter of the mode (Cocoa# or System.Windows.Forms or X11).
35 System.Windows.Forms = 1
36 Cocoa# = 2
37 Gtk#/X11 = 3
38 .Sp
39 .I "-n" <application name>
40 .Sp
41 This option specifies the application name of the emitted bundle.
42 This is what you will see in Finder.
43 .Sp
44 .I "-o" <output path>
45 .Sp
46 This option specifies the path to output the generated Application.
47 .Sp
48 .I "-r" <resource>
49 .Sp
50 This option can be specified multiple times.  It will place a copy of each resource
51 into the bundles resources directory.
52 .fi
53 .SH WEB SITE
54 Visit: http://www.mono-project.com for details