Skip to content

Commit

Permalink
2005-01-31 Geoff Norton <gnorton@customerdna.com>
Browse files Browse the repository at this point in the history
	
	* Initial import of macpack

svn path=/trunk/mono/; revision=39906
  • Loading branch information
Geoff Norton committed Feb 1, 2005
1 parent e4b34e7 commit 8447659
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 1 deletion.
2 changes: 1 addition & 1 deletion 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)
52 changes: 52 additions & 0 deletions 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
1 change: 1 addition & 0 deletions scripts/Makefile.am
Expand Up @@ -16,6 +16,7 @@ bin_SCRIPTS = \
genxs \
ilasm \
makecert \
macpack \
mbas \
mcs \
mkbundle \
Expand Down

0 comments on commit 8447659

Please sign in to comment.