[124482] trunk/base/doc

cal at macports.org cal at macports.org
Sun Aug 24 14:28:00 PDT 2014


Revision: 124482
          https://trac.macports.org/changeset/124482
Author:   cal at macports.org
Date:     2014-08-24 14:27:59 -0700 (Sun, 24 Aug 2014)
Log Message:
-----------
base: generate roff from asciidoc source, enable port-{,re,un}load.1

Modified Paths:
--------------
    trunk/base/doc/Makefile.in

Added Paths:
-----------
    trunk/base/doc/port-load.1
    trunk/base/doc/port-reload.1
    trunk/base/doc/port-unload.1

Modified: trunk/base/doc/Makefile.in
===================================================================
--- trunk/base/doc/Makefile.in	2014-08-24 21:27:18 UTC (rev 124481)
+++ trunk/base/doc/Makefile.in	2014-08-24 21:27:59 UTC (rev 124482)
@@ -35,7 +35,7 @@
 		port-distcheck.1 \
 		port-distfiles.1 \
 		port-dmg.1 \
-        port-doctor.1 \
+		port-doctor.1 \
 		port-echo.1 \
 		port-edit.1 \
 		port-exit.1 \
@@ -50,6 +50,7 @@
 		port-lint.1 \
 		port-list.1 \
 		port-livecheck.1 \
+		port-load.1 \
 		port-location.1 \
 		port-mdmg.1 \
 		port-mpkg.1 \
@@ -58,10 +59,12 @@
 		port-quit.1 \
 		port-rdependents.1 \
 		port-rdeps.1 \
-        port-reclaim.1 \
+		port-reclaim.1 \
+		port-reload.1 \
 		port-rev-upgrade.1 \
 		port-selfupdate.1 \
 		port-uninstall.1 \
+		port-unload.1 \
 		port-url.1 \
 		port-work.1 \
 		port.1 \

Added: trunk/base/doc/port-load.1
===================================================================
--- trunk/base/doc/port-load.1	                        (rev 0)
+++ trunk/base/doc/port-load.1	2014-08-24 21:27:59 UTC (rev 124482)
@@ -0,0 +1,54 @@
+'\" t
+.TH "PORT\-LOAD" "1" "2014\-08\-24" "MacPorts 2\&.3\&.99" "MacPorts Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+port-load, port-unload, port-reload \- Control daemons installed by a port
+.SH "SYNOPSIS"
+.sp
+.nf
+\fBport\fR [\fB\-d\fR] [\fB\-D\fR \fIportdir\fR] [\fBload\fR | \fBunload\fR | \fBreload\fR]
+     [[\fIportname\fR | \fIpseudo\-portname\fR | \fIport\-expressions\fR | \fIport\-url\fR]]
+.fi
+.SH "DESCRIPTION"
+.sp
+These commands control the daemons that are installed by some of the ports\&. If a port provides daemon functionality, a note will be printed during installation advising you how to use it\&.
+.sp
+The daemon functionality is provided by installing a \fBlaunchd\fR(8) configuration file (see \fBlaunchd.conf\fR(5)) and calling \fBlaunchctl\fR(1) on your behalf\&. \fBport load\fR advises launchd to start the daemon defined by a port\(cqs configuration file, also called a \(lqstartup item\(rq\&. Once loaded, launchd will preserve this state \- even across reboots \- until the daemon is unloaded using \fBport unload\fR\&. If you want to restart a daemon, you can use \fBport reload\fR, which is a convenience wrapper around \fBport unload\fR followed by a short delay and \fBport load\fR\&.
+.sp
+In theory, MacPorts supports generating startup items for older releases of OS X\&. In practice, these commands can not deal with pre\-launchd interfaces and will fail on these systems\&.
+.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
+\fBport\fR(1), \fBlaunchd\fR(8), \fBlaunchd.conf\fR(5), \fBlaunchctl\fR(1)
+.SH "AUTHORS"
+.sp
+.if n \{\
+.RS 4
+.\}
+.nf
+(C) 2014 The MacPorts Project
+Clemens Lang <cal at macports\&.org>
+.fi
+.if n \{\
+.RE
+.\}

Added: trunk/base/doc/port-reload.1
===================================================================
--- trunk/base/doc/port-reload.1	                        (rev 0)
+++ trunk/base/doc/port-reload.1	2014-08-24 21:27:59 UTC (rev 124482)
@@ -0,0 +1 @@
+.so man1/port-load.1

Added: trunk/base/doc/port-unload.1
===================================================================
--- trunk/base/doc/port-unload.1	                        (rev 0)
+++ trunk/base/doc/port-unload.1	2014-08-24 21:27:59 UTC (rev 124482)
@@ -0,0 +1 @@
+.so man1/port-load.1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140824/1c71af3e/attachment.html>


More information about the macports-changes mailing list