View | Details | Raw Unified | Return to bug 178763
Collapse All | Expand All

(-)en_US.ISO8859-1/books/handbook/ports/chapter.xml (-8 / +9 lines)
Lines 310-316 Link Here
310
	  <command>make <maketarget>quicksearch</maketarget>
320
	  <command>make <maketarget>quicksearch</maketarget>
311
	  key=<replaceable>string</replaceable></command>, where
321
	  key=<replaceable>string</replaceable></command>, where
312
	  <replaceable>string</replaceable> is some text to search
322
	  <replaceable>string</replaceable> is some text to search
313
	  for.  The text can be comments, descriptions or dependencies
323
	  for.  The text can be in comments, descriptions, or dependencies
314
	  in order to find ports which relate to a particular subject
324
	  in order to find ports which relate to a particular subject
315
	  when the name of the program is unknown.</para>
325
	  when the name of the program is unknown.</para>
316
326
Lines 413-419 Link Here
413
	<envar>FTP_PASSIVE_MODE</envar>, <envar>FTP_PROXY</envar>, and
423
	<envar>FTP_PASSIVE_MODE</envar>, <envar>FTP_PROXY</envar>, and
414
	<envar>FTP_PASSWORD</envar>.  You may need to set one or more
424
	<envar>FTP_PASSWORD</envar>.  You may need to set one or more
415
	of these if you are behind a firewall, or need to use an
425
	of these if you are behind a firewall, or need to use an
416
	FTP/HTTP proxy.  See &man.fetch.3; for the complete list.
426
	FTP/HTTP proxy.  See &man.fetch.3; for the complete list of variables.
417
	Note that in the example above <literal>lsof</literal> is used
427
	Note that in the example above <literal>lsof</literal> is used
418
	instead of <literal>lsof-4.56.4</literal>.  When the remote
428
	instead of <literal>lsof-4.56.4</literal>.  When the remote
419
	fetching feature is used, the version number of the package
429
	fetching feature is used, the version number of the package
Lines 439-445 Link Here
439
	available from <ulink
449
	available from <ulink
440
	url="ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/packages/"></ulink>,
450
	url="ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/packages/"></ulink>,
441
	or the <filename>/packages</filename> directory of the &os;
451
	or the <filename>/packages</filename> directory of the &os;
442
	DVD distribution.  The layout of the packages is similar to
452
	DVD distribution.  The layout of the packages directory is similar to
443
	that of the <filename>/usr/ports</filename> tree.  Each
453
	that of the <filename>/usr/ports</filename> tree.  Each
444
	category has its own directory, and every package can be found
454
	category has its own directory, and every package can be found
445
	within the <filename>All</filename> directory.</para>
455
	within the <filename>All</filename> directory.</para>
Lines 494-511 Link Here
494
	    <row>
504
	    <row>
495
	      <entry>=</entry>
505
	      <entry>=</entry>
496
	      <entry>The version of the installed package matches the
506
	      <entry>The version of the installed package matches the
497
		one found in the local ports tree.</entry>
507
		one in the local ports tree.</entry>
498
	    </row>
508
	    </row>
499
509
500
	    <row>
510
	    <row>
501
	      <entry>&lt;</entry>
511
	      <entry>&lt;</entry>
502
	      <entry>The installed version is older than the one
512
	      <entry>The version of the installed package is older
503
		available in the local ports tree.</entry>
513
		than the one in the local ports tree.</entry>
504
	    </row>
514
	    </row>
505
515
506
	    <row>
516
	    <row>
507
	      <entry>&gt;</entry><entry>The installed version is newer
517
	      <entry>&gt;</entry>
508
		than the one found in the local ports tree, meaning
518
	      <entry>The version of the installed package is newer
519
		than the one in the local ports tree, meaning
509
		that the local ports tree is probably out of
520
		that the local ports tree is probably out of
510
		date.</entry>
521
		date.</entry>
511
	    </row>
522
	    </row>

Return to bug 178763