Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorGeoff Norton <grompf@sublimeintervention.com>2005-02-01 07:52:45 +0300
committerGeoff Norton <grompf@sublimeintervention.com>2005-02-01 07:52:45 +0300
commit844765999fdb22b8b0cf84367aa96f6eab1dd4ba (patch)
treefaefc0ff13b312c46e5a614bd73863ef3379a9a9 /man
parente4b34e75604bec819d67f7c9a371d0320350fd76 (diff)
2005-01-31 Geoff Norton <gnorton@customerdna.com>
* Initial import of macpack svn path=/trunk/mono/; revision=39906
Diffstat (limited to 'man')
-rw-r--r--man/Makefile.am2
-rw-r--r--man/macpack.152
2 files changed, 53 insertions, 1 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
index c4407cae583..8d3101b4532 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -1,6 +1,6 @@
man_MANS = mcs.1 mono.1 monostyle.1 mono-config.5 sqlsharp.1 oldmono.1 ilasm.1 \
cert2spc.1 cilc.1 genxs.1 wsdl.1 disco.1 soapsuds.1 makecert.1 \
chktrust.1 setreg.1 sn.1 secutil.1 signcode.1 certmgr.1 monop.1 xsd.1 gacutil.1 \
- mkbundle.1 dtd2xsd.1 permview.1 prj2make.1
+ macpack.1 mkbundle.1 dtd2xsd.1 permview.1 prj2make.1
EXTRA_DIST = $(man_MANS)
diff --git a/man/macpack.1 b/man/macpack.1
new file mode 100644
index 00000000000..e88faec0628
--- /dev/null
+++ b/man/macpack.1
@@ -0,0 +1,52 @@
+..\"
+.\" macpack manual page.
+.\" (C) 2004 Geoff Norton
+.\" Author:
+.\" Geoff Norton (gnorton@customerdna.com)
+.\"
+.de Sp \" Vertical space (when we can't use .PP)
+.if t .sp .5v
+.if n .sp
+..
+.TH macpack "Mono 1.0"
+.SH NAME
+macpack \- Macintosh OS X Packager for managed gui assemblies
+.SH SYNOPSIS
+.PP
+.B macpack [options]
+.SH DESCRIPTION
+\fImacpack\fP is a tool used to package managed assemblies (like
+System.Windows.Forms or Cocoa#) that require gui availability for deployment
+on Mac OS X.
+.PP
+macpack will prepare a OS X compatible bundle from the provided assembly
+and resources.
+.PP
+.SH OPTIONS
+.I "-a" <assembly location>
+.Sp
+This option tells macpack where the managed assembly that you
+want to bundle resides.
+.Sp
+.I "-m" <mode>
+.Sp
+An integer parameter of the mode (Cocoa# or System.Windows.Forms).
+System.Windows.Forms = 1
+Cocoa# = 2
+.Sp
+.I "-n" <application name>
+.Sp
+This option specifies the application name of the emitted bundle.
+This is what you will see in Finder.
+.Sp
+.I "-o" <output path>
+.Sp
+This option specifies the path to output the generated Application.
+.Sp
+.I "-r" <resource>
+.Sp
+This option can be specified multiple times. It will place a copy of each resource
+into the bundles resources directory.
+.fi
+.SH WEB SITE
+Visit: http://www.mono-project.com for details