[123893] trunk/base/doc/port-installed.1.txt

cal at macports.org cal at macports.org
Fri Aug 15 13:56:19 PDT 2014


Revision: 123893
          https://trac.macports.org/changeset/123893
Author:   cal at macports.org
Date:     2014-08-15 13:56:19 -0700 (Fri, 15 Aug 2014)
Log Message:
-----------
base: document port installed, #44530

Added Paths:
-----------
    trunk/base/doc/port-installed.1.txt

Copied: trunk/base/doc/port-installed.1.txt (from rev 123711, trunk/base/doc/port-deps.1.txt)
===================================================================
--- trunk/base/doc/port-installed.1.txt	                        (rev 0)
+++ trunk/base/doc/port-installed.1.txt	2014-08-15 20:56:19 UTC (rev 123893)
@@ -0,0 +1,46 @@
+// vim: set et sw=4 ts=8 ft=asciidoc tw=80:
+port-installed(1)
+=================
+$Id$
+
+NAME
+----
+port-installed - List installed versions of a given port, or all installed ports
+
+SYNOPSIS
+--------
+[cmdsynopsis]
+*port* [*-vq*] *installed*
+     [['portname' | 'pseudo-portname' | 'port-expressions' | 'port-url']]
+
+DESCRIPTION
+-----------
+*port installed* can be used in two separate ways: Either without argument, in
+which case it will print a list of all installed ports (both active and
+inactive), or, with argument, which will return a list of installed ports that
+match the given expression.
+
+The output of *port installed* contains the name, version and variants of the
+installed ports and whether the port is active or inactive. See the PORT IMAGES
+section for an explanation of the active/inactive state.
+
+include::global-flags.txt[]
+
+-v::
+    Print the platform at install time (i.e., your OS X version) and the
+    architecture(s) of the installed port.
+
+-q::
+    Do not print the header line. This is useful when parsing the output of
+    *port installed* in scripts for further processing.
+
+include::archives.txt[]
+
+SEE ALSO
+--------
+man:port[1], man:port-activate[1]
+
+AUTHORS
+-------
+ (C) 2014 The MacPorts Project
+ Clemens Lang <cal at macports.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140815/60223d1c/attachment.html>


More information about the macports-changes mailing list