Date: Tue, 29 May 2012 19:24:26 +0000 (UTC) From: Warren Block <wblock@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r38932 - head/en_US.ISO8859-1/books/porters-handbook Message-ID: <201205291924.q4TJOQY0097846@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wblock Date: Tue May 29 19:24:26 2012 New Revision: 38932 URL: http://svn.freebsd.org/changeset/doc/38932 Log: Whitespace-only fixes, translators please ignore. Modified: head/en_US.ISO8859-1/books/porters-handbook/book.sgml Modified: head/en_US.ISO8859-1/books/porters-handbook/book.sgml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/book.sgml Tue May 29 18:07:56 2012 (r38931) +++ head/en_US.ISO8859-1/books/porters-handbook/book.sgml Tue May 29 19:24:26 2012 (r38932) @@ -4089,14 +4089,13 @@ ${MANPREFIX}/man/de/man3/baz.3.gz</progr <title>Makefile Options</title> <para>Many applications can be built with optional or differing - configurations. Examples include - choice of natural (human) language, GUI versus command-line, - or type of database to support. Users may need a different - configuration than the default, so the ports system provides - hooks the port author can use to control which variation - will be built. Supporting these options properly will - make users happy, and effectively provide two or more ports for - the price of one.</para> + configurations. Examples include choice of natural (human) + language, GUI versus command-line, or type of database to + support. Users may need a different configuration than the + default, so the ports system provides hooks the port author + can use to control which variation will be built. Supporting + these options properly will make users happy, and effectively + provide two or more ports for the price of one.</para> <sect2> <title>Knobs</title> @@ -4107,8 +4106,8 @@ ${MANPREFIX}/man/de/man3/baz.3.gz</progr <makevar>WITHOUT_<replaceable>*</replaceable></makevar></title> <para>These variables are designed to be set by the system - administrator. There are many that are standardized in the - <ulink + administrator. There are many that are standardized in + the <ulink url="http://www.freebsd.org/cgi/cvsweb.cgi/ports/KNOBS?rev=HEAD&content-type=text/x-cvsweb-markup"><filename>ports/KNOBS</filename></ulink> file.</para> @@ -4205,9 +4204,9 @@ ${MANPREFIX}/man/de/man3/baz.3.gz</progr <sect3> <title>Background</title> - <para>The <makevar>OPTIONS_*</makevar> variables give the user - installing the port a dialog showing the available options, - and then saves those options to + <para>The <makevar>OPTIONS_*</makevar> variables give the + user installing the port a dialog showing the available + options, and then saves those options to <filename>/var/db/ports/<makevar>${UNIQUENAME}</makevar>/options</filename>. The next time the port is built, the options are reused.</para> @@ -4217,10 +4216,10 @@ ${MANPREFIX}/man/de/man3/baz.3.gz</progr the framework checks for <filename>/var/db/ports/<makevar>${UNIQUENAME}</makevar>/options</filename>. If that file does not exist, the values of - <makevar>OPTIONS_*</makevar> are used, and a dialog box is displayed where - the options can be enabled or disabled. Then the - <filename>options</filename> file is saved and the - configured variables are used when building the + <makevar>OPTIONS_*</makevar> are used, and a dialog box is + displayed where the options can be enabled or disabled. + Then the <filename>options</filename> file is saved and + the configured variables are used when building the port.</para> <para>If a new version of the port adds new @@ -4237,8 +4236,8 @@ ${MANPREFIX}/man/de/man3/baz.3.gz</progr <title>Syntax</title> <para><makevar>OPTIONS_DEFINE</makevar> contains a list of - <makevar>OPTIONS</makevar> to be used. These are independent - of each other and are not grouped:</para> + <makevar>OPTIONS</makevar> to be used. These are + independent of each other and are not grouped:</para> <programlisting>OPTIONS_DEFINE= OPT1 OPT2</programlisting> @@ -4262,12 +4261,11 @@ OPT6_DESC= Describe OPT6</programlisting <tip> <para>When describing options, view it from the perspective of the user: <quote>What does it do?</quote> - and <quote>Why would I want to enable this?</quote> Do + and <quote>Why would I want to enable this?</quote> Do not just repeat the name. For example, describing the <literal>NLS</literal> option as <quote>include NLS support</quote> does not help the user who can already see the option name but may not - know what it means. Describing it as <quote>Native Language Support via gettext utilities</quote> is much more helpful.</para> @@ -5555,10 +5553,10 @@ PLIST_SUB+= NLS="@comment " <title>Using <application>Perl</application></title> <para>If <makevar>MASTER_SITES</makevar> is set to - <makevar>MASTER_SITE_PERL_CPAN</makevar>, then the preferred value - of <makevar>MASTER_SITE_SUBDIR</makevar> is the top-level - hierarchy name. For example, the recommended value for - <literal>p5-Module-Name</literal> is + <makevar>MASTER_SITE_PERL_CPAN</makevar>, then the preferred + value of <makevar>MASTER_SITE_SUBDIR</makevar> is the + top-level hierarchy name. For example, the recommended value + for <literal>p5-Module-Name</literal> is <literal>Module</literal>. The top-level hierarchy can be examined at <ulink url="http://cpan.org/modules/by-module/">cpan.org</ulink>. @@ -6976,13 +6974,15 @@ QT_COMPONENTS= moc_build qmake_build rcc <row> <entry><makevar>APACHEMODDIR</makevar></entry> <entry>Directory for Apache modules. This variable is - automatically expanded in <filename>pkg-plist</filename>.</entry> + automatically expanded in + <filename>pkg-plist</filename>.</entry> </row> <row> <entry><makevar>APACHEINCLUDEDIR</makevar></entry> <entry>Directory for Apache headers. This variable is - automatically expanded in <filename>pkg-plist</filename>.</entry> + automatically expanded in + <filename>pkg-plist</filename>.</entry> </row> <row>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205291924.q4TJOQY0097846>