Ticket #2468: xml.diff

File xml.diff, 2.1 KB (added by olegb@…, 18 years ago)

new patch + dependents target

  • xml/user/user.xml

    ? xml/user/.user.xml.swp
    RCS file: /Volumes/src/cvs/od/proj/darwinports/doc/guide/xml/user/user.xml,v
    retrieving revision 1.16
    diff -u -r1.16 user.xml
     
    404404                                </varlistentry>
    405405
    406406                                <varlistentry>
    407                                         <term>Getting Info about a Port</term>
     407                                        <term>Getting Information about a Port</term>
    408408
    409409                                        <listitem>
    410410                                                <para>You may want to get information about a port, such as
     
    416416                                </varlistentry>
    417417
    418418                                <varlistentry>
    419                                         <term>Listing Ports</term>
     419                                        <term>Listing available Ports</term>
    420420
    421421                                        <listitem>
    422422                                                <para>You may want a list of all the ports that are
     
    433433                                </varlistentry>
    434434
    435435                                <varlistentry>
     436                                        <term>Discovering which ports are installed</term>
     437
     438                                        <listitem>
     439                                                <para>To determine which ports have been installed, and
     440                                                what their versions are, use:</para>
     441
     442                                                <para><userinput>port installed</userinput></para>
     443
     444                                                <para>To determine the installed version of a particular port,
     445                                                use:</para>
     446
     447                                                <para><userinput>port installed &lt;portname&gt;</userinput></para>
     448                                        </listitem>
     449                                </varlistentry>
     450
     451                                <varlistentry>
     452                                        <term>Discovering which ports are out-of-date</term>
     453
     454                                        <listitem>
     455                                                <para>To determine which ports are out-of-date (the current
     456                                                Portfile provides a newer version than the installed version
     457                                                of the port) use:</para>
     458
     459                                                <para><userinput>port outdated</userinput></para>
     460                                        </listitem>
     461                                </varlistentry>
     462
     463                                <varlistentry>
    436464                                        <term>Contents of a Port</term>
    437465
    438466                                        <listitem>
     
    462490                                                check:</para>
    463491
    464492                                                <para><userinput>port deps vile</userinput></para>
     493
     494                                                <para>If you want to find out which ports depends on a
     495                                                port you have installed, use:</para>
     496
     497                                                <para><userinput>port dependents gettext</userinput></para>
    465498                                        </listitem>
    466499                                </varlistentry>
    467500                        </variablelist>