? 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
|
|
|
404 | 404 | </varlistentry> |
405 | 405 | |
406 | 406 | <varlistentry> |
407 | | <term>Getting Info about a Port</term> |
| 407 | <term>Getting Information about a Port</term> |
408 | 408 | |
409 | 409 | <listitem> |
410 | 410 | <para>You may want to get information about a port, such as |
… |
… |
|
416 | 416 | </varlistentry> |
417 | 417 | |
418 | 418 | <varlistentry> |
419 | | <term>Listing Ports</term> |
| 419 | <term>Listing available Ports</term> |
420 | 420 | |
421 | 421 | <listitem> |
422 | 422 | <para>You may want a list of all the ports that are |
… |
… |
|
433 | 433 | </varlistentry> |
434 | 434 | |
435 | 435 | <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 <portname></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> |
436 | 464 | <term>Contents of a Port</term> |
437 | 465 | |
438 | 466 | <listitem> |
… |
… |
|
462 | 490 | check:</para> |
463 | 491 | |
464 | 492 | <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> |
465 | 498 | </listitem> |
466 | 499 | </varlistentry> |
467 | 500 | </variablelist> |