2005-01-31 Geoff Norton <gnorton@customerdna.com>
authorGeoff Norton <grompf@sublimeintervention.com>
Tue, 1 Feb 2005 04:52:45 +0000 (04:52 -0000)
committerGeoff Norton <grompf@sublimeintervention.com>
Tue, 1 Feb 2005 04:52:45 +0000 (04:52 -0000)
* Initial import of macpack

svn path=/trunk/mono/; revision=39906

man/Makefile.am
man/macpack.1 [new file with mode: 0644]
scripts/Makefile.am

index c4407cae583b3e4c5ced91ec8d1d7acf214b3a3b..8d3101b4532403ee7b4a53fd56a5f0eb7b3b03c4 100644 (file)
@@ -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 (file)
index 0000000..e88faec
--- /dev/null
@@ -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
index 60ddc2005893786bf785ffe54a7afeca4757c61e..969016bbbd73bda400dfcfba0cabc26ac1365374 100644 (file)
@@ -16,6 +16,7 @@ bin_SCRIPTS = \
        genxs                   \
        ilasm                   \
        makecert                \
+       macpack                 \
        mbas                    \
        mcs                     \
        mkbundle                \