1 | Index: doc/guide/xml/user/user.xml |
---|
2 | =================================================================== |
---|
3 | RCS file: /Volumes/src/cvs/od/proj/darwinports/doc/guide/xml/user/user.xml,v |
---|
4 | retrieving revision 1.6 |
---|
5 | diff -u -r1.6 user.xml |
---|
6 | --- doc/guide/xml/user/user.xml 6 Oct 2004 20:57:28 -0000 1.6 |
---|
7 | +++ doc/guide/xml/user/user.xml 7 Dec 2004 16:43:32 -0000 |
---|
8 | @@ -401,7 +401,7 @@ |
---|
9 | </varlistentry> |
---|
10 | |
---|
11 | <varlistentry> |
---|
12 | - <term>Getting Info about a Port</term> |
---|
13 | + <term>Getting Information about a Port</term> |
---|
14 | |
---|
15 | <listitem> |
---|
16 | <para>You may want to get information about a port, such as |
---|
17 | @@ -413,7 +413,7 @@ |
---|
18 | </varlistentry> |
---|
19 | |
---|
20 | <varlistentry> |
---|
21 | - <term>Listing Ports</term> |
---|
22 | + <term>Listing available Ports</term> |
---|
23 | |
---|
24 | <listitem> |
---|
25 | <para>You may want a list of all the ports that are |
---|
26 | @@ -426,6 +426,34 @@ |
---|
27 | option:</para> |
---|
28 | |
---|
29 | <para><userinput>port list</userinput></para> |
---|
30 | + </listitem> |
---|
31 | + </varlistentry> |
---|
32 | + |
---|
33 | + <varlistentry> |
---|
34 | + <term>Discovering which ports are installed</term> |
---|
35 | + |
---|
36 | + <listitem> |
---|
37 | + <para>To determine which ports have been installed, and |
---|
38 | + what their versions are, use:</para> |
---|
39 | + |
---|
40 | + <para><userinput>port installed</userinput></para> |
---|
41 | + |
---|
42 | + <para>To determine the installed version of a particular port, |
---|
43 | + use:</para> |
---|
44 | + |
---|
45 | + <para><userinput>port installed <portname></userinput></para> |
---|
46 | + </listitem> |
---|
47 | + </varlistentry> |
---|
48 | + |
---|
49 | + <varlistentry> |
---|
50 | + <term>Discovering which ports are out-of-date</term> |
---|
51 | + |
---|
52 | + <listitem> |
---|
53 | + <para>To determine which ports are out-of-date (the current |
---|
54 | + Portfile provides a newer version than the installed version |
---|
55 | + of the port) use:</para> |
---|
56 | + |
---|
57 | + <para><userinput>port outdated</userinput></para> |
---|
58 | </listitem> |
---|
59 | </varlistentry> |
---|
60 | |
---|