[49496] branches/new-help-system/base/doc

raimue at macports.org raimue at macports.org
Fri Apr 10 19:15:27 PDT 2009


Revision: 49496
          http://trac.macports.org/changeset/49496
Author:   raimue at macports.org
Date:     2009-04-10 19:15:27 -0700 (Fri, 10 Apr 2009)
Log Message:
-----------
doc/port-install.1:
Add new man page for 'port install'. global-flags.txt should be included to point
to another man page in a consistent way.

Modified Paths:
--------------
    branches/new-help-system/base/doc/Makefile

Added Paths:
-----------
    branches/new-help-system/base/doc/global-flags.txt
    branches/new-help-system/base/doc/port-install.1
    branches/new-help-system/base/doc/port-install.1.txt

Modified: branches/new-help-system/base/doc/Makefile
===================================================================
--- branches/new-help-system/base/doc/Makefile	2009-04-11 02:13:52 UTC (rev 49495)
+++ branches/new-help-system/base/doc/Makefile	2009-04-11 02:15:27 UTC (rev 49496)
@@ -1,5 +1,6 @@
 A2X=		a2x
-MAN1=		port.1
+MAN1=		port.1 \
+		port-install.1
 MAN5=		macports.conf.5
 MAN7=		portfile.7 portstyle.7 porthier.7 portgroup.7
 INSTALLDIR=	${DESTDIR}${prefix}

Added: branches/new-help-system/base/doc/global-flags.txt
===================================================================
--- branches/new-help-system/base/doc/global-flags.txt	                        (rev 0)
+++ branches/new-help-system/base/doc/global-flags.txt	2009-04-11 02:15:27 UTC (rev 49496)
@@ -0,0 +1,8 @@
+// $Id: port.1.txt 49444 2009-04-09 22:57:30Z raimue at macports.org $
+// vim: set et sw=4 ts=8 syntax=asciidoc tw=80:
+
+GLOBAL OPTIONS
+--------------
+
+Please see the section *GLOBAL OPTIONS* in the *port*(1) man page for a
+description of global port options.


Property changes on: branches/new-help-system/base/doc/global-flags.txt
___________________________________________________________________
Added: svn:eol-style
   + native

Added: branches/new-help-system/base/doc/port-install.1
===================================================================
--- branches/new-help-system/base/doc/port-install.1	                        (rev 0)
+++ branches/new-help-system/base/doc/port-install.1	2009-04-11 02:15:27 UTC (rev 49496)
@@ -0,0 +1,210 @@
+.\"     Title: port-install
+.\"    Author: [see the "AUTHORS" section]
+.\" Generator: DocBook XSL Stylesheets v1.74.0 <http://docbook.sf.net/>
+.\"      Date: 04/11/2009
+.\"    Manual: MacPorts Manual
+.\"    Source: MacPorts 1.8.0
+.\"  Language: English
+.\"
+.TH "PORT\-INSTALL" "1" "04/11/2009" "MacPorts 1\&.8\&.0" "MacPorts Manual"
+.\" -----------------------------------------------------------------
+.\" * (re)Define some macros
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" toupper - uppercase a string (locale-aware)
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.de toupper
+.tr aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ
+\\$*
+.tr aabbccddeeffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz
+..
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" SH-xref - format a cross-reference to an SH section
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.de SH-xref
+.ie n \{\
+.\}
+.toupper \\$*
+.el \{\
+\\$*
+.\}
+..
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" SH - level-one heading that works better for non-TTY output
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.de1 SH
+.\" put an extra blank line of space above the head in non-TTY output
+.if t \{\
+.sp 1
+.\}
+.sp \\n[PD]u
+.nr an-level 1
+.set-an-margin
+.nr an-prevailing-indent \\n[IN]
+.fi
+.in \\n[an-margin]u
+.ti 0
+.HTML-TAG ".NH \\n[an-level]"
+.it 1 an-trap
+.nr an-no-space-flag 1
+.nr an-break-flag 1
+\." make the size of the head bigger
+.ps +3
+.ft B
+.ne (2v + 1u)
+.ie n \{\
+.\" if n (TTY output), use uppercase
+.toupper \\$*
+.\}
+.el \{\
+.nr an-break-flag 0
+.\" if not n (not TTY), use normal case (not uppercase)
+\\$1
+.in \\n[an-margin]u
+.ti 0
+.\" if not n (not TTY), put a border/line under subheading
+.sp -.6
+\l'\n(.lu'
+.\}
+..
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" SS - level-two heading that works better for non-TTY output
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.de1 SS
+.sp \\n[PD]u
+.nr an-level 1
+.set-an-margin
+.nr an-prevailing-indent \\n[IN]
+.fi
+.in \\n[IN]u
+.ti \\n[SN]u
+.it 1 an-trap
+.nr an-no-space-flag 1
+.nr an-break-flag 1
+.ps \\n[PS-SS]u
+\." make the size of the head bigger
+.ps +2
+.ft B
+.ne (2v + 1u)
+.if \\n[.$] \&\\$*
+..
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" BB/BE - put background/screen (filled box) around block of text
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.de BB
+.if t \{\
+.sp -.5
+.br
+.in +2n
+.ll -2n
+.gcolor red
+.di BX
+.\}
+..
+.de EB
+.if t \{\
+.if "\\$2"adjust-for-leading-newline" \{\
+.sp -1
+.\}
+.br
+.di
+.in
+.ll
+.gcolor
+.nr BW \\n(.lu-\\n(.i
+.nr BH \\n(dn+.5v
+.ne \\n(BHu+.5v
+.ie "\\$2"adjust-for-leading-newline" \{\
+\M[\\$1]\h'1n'\v'+.5v'\D'P \\n(BWu 0 0 \\n(BHu -\\n(BWu 0 0 -\\n(BHu'\M[]
+.\}
+.el \{\
+\M[\\$1]\h'1n'\v'-.5v'\D'P \\n(BWu 0 0 \\n(BHu -\\n(BWu 0 0 -\\n(BHu'\M[]
+.\}
+.in 0
+.sp -.5v
+.nf
+.BX
+.in
+.sp .5v
+.fi
+.\}
+..
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" BM/EM - put colored marker in margin next to block of text
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.de BM
+.if t \{\
+.br
+.ll -2n
+.gcolor red
+.di BX
+.\}
+..
+.de EM
+.if t \{\
+.br
+.di
+.ll
+.gcolor
+.nr BH \\n(dn
+.ne \\n(BHu
+\M[\\$1]\D'P -.75n 0 0 \\n(BHu -(\\n[.i]u - \\n(INu - .75n) 0 0 -\\n(BHu'\M[]
+.in 0
+.nf
+.BX
+.in
+.fi
+.\}
+..
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "Name"
+port-install \- Install a new port
+.SH "Synopsis"
+.sp
+.fam C
+.ps -1
+.nf
+\fBport\fR [\fB\-vdqysbckxpotf\fR] [\fB\-D\fR \fIportdir\fR] \fBinstall\fR
+     [[\fIportname\fR | \fIpseudo\-portname\fR | \fIport\-expressions\fR | \fIport\-url\fR]]
+     [+/\-variant \&...] [option=value \&...]
+.fi
+.fam
+.ps +1
+.SH "DESCRIPTION"
+.sp
+\fBport install\fR will install a new port on your system\&. You can choose multiple variants, by specifying \e+name, which indicates the variant is desired, or \-name, indicating the contrary\&.
+.sp
+Global variants will be applied as specified in \fBvariants\&.conf\fR(5)\&.
+.SH "GLOBAL OPTIONS"
+.sp
+Please see the section \fBGLOBAL OPTIONS\fR in the \fBport\fR(1) man page for a description of global port options\&.
+.SH "SEE ALSO"
+.sp
+port(1), port\-uninstall(1), port\-info(1), port\-variants(1), variants\&.conf(5)
+.SH "AUTHORS"
+.sp
+.if n \{\
+.RS 4
+.\}
+.fam C
+.ps -1
+.nf
+.BB lightgray
+(C) 2009 The MacPorts Project
+(C) 2009 Rainer Mueller <raimue at macports\&.org>
+.EB lightgray
+.fi
+.fam
+.ps +1
+.if n \{\
+.RE
+.\}

Added: branches/new-help-system/base/doc/port-install.1.txt
===================================================================
--- branches/new-help-system/base/doc/port-install.1.txt	                        (rev 0)
+++ branches/new-help-system/base/doc/port-install.1.txt	2009-04-11 02:15:27 UTC (rev 49496)
@@ -0,0 +1,36 @@
+// $Id: port.1.txt 49444 2009-04-09 22:57:30Z raimue at macports.org $
+// vim: set et sw=4 ts=8 syntax=asciidoc tw=80:
+port-install(1)
+===============
+
+NAME
+----
+port-install - Install a new port
+
+SYNOPSIS
+--------
+[verse]
+*port* [*-vdqysbckxpotf*] [*-D* 'portdir'] *install*
+     [['portname' | 'pseudo-portname' | 'port-expressions' | 'port-url']]
+     [+/-variant ...] [option=value ...]
+
+DESCRIPTION
+-----------
+*port install* will install a new port on your system. You can choose multiple
+variants, by specifying \+name, which indicates the variant is desired, or
+-name, indicating the contrary.
+
+Global variants will be applied as specified in *variants.conf*(5).
+
+
+include::global-flags.txt[]
+
+
+SEE ALSO
+--------
+port(1), port-uninstall(1), port-info(1), port-variants(1), variants.conf(5)
+
+AUTHORS
+-------
+ (C) 2009 The MacPorts Project
+ (C) 2009 Rainer Mueller <raimue at macports.org>


Property changes on: branches/new-help-system/base/doc/port-install.1.txt
___________________________________________________________________
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090410/ba14594c/attachment.html>


More information about the macports-changes mailing list