From owner-svn-doc-head@FreeBSD.ORG Tue May 29 19:24:27 2012 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2302E106564A; Tue, 29 May 2012 19:24:27 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 032F68FC08; Tue, 29 May 2012 19:24:27 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q4TJOQoL097848; Tue, 29 May 2012 19:24:26 GMT (envelope-from wblock@svn.freebsd.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q4TJOQY0097846; Tue, 29 May 2012 19:24:26 GMT (envelope-from wblock@svn.freebsd.org) Message-Id: <201205291924.q4TJOQY0097846@svn.freebsd.org> From: Warren Block Date: Tue, 29 May 2012 19:24:26 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r38932 - head/en_US.ISO8859-1/books/porters-handbook X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 May 2012 19:24:27 -0000 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.gzMakefile Options 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. + 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. Knobs @@ -4107,8 +4106,8 @@ ${MANPREFIX}/man/de/man3/baz.3.gzWITHOUT_* These variables are designed to be set by the system - administrator. There are many that are standardized in the - ports/KNOBS file. @@ -4205,9 +4204,9 @@ ${MANPREFIX}/man/de/man3/baz.3.gz Background - The OPTIONS_* variables give the user - installing the port a dialog showing the available options, - and then saves those options to + The OPTIONS_* variables give the + user installing the port a dialog showing the available + options, and then saves those options to /var/db/ports/${UNIQUENAME}/options. The next time the port is built, the options are reused. @@ -4217,10 +4216,10 @@ ${MANPREFIX}/man/de/man3/baz.3.gz/var/db/ports/${UNIQUENAME}/options. If that file does not exist, the values of - OPTIONS_* are used, and a dialog box is displayed where - the options can be enabled or disabled. Then the - options file is saved and the - configured variables are used when building the + OPTIONS_* are used, and a dialog box is + displayed where the options can be enabled or disabled. + Then the options file is saved and + the configured variables are used when building the port. If a new version of the port adds new @@ -4237,8 +4236,8 @@ ${MANPREFIX}/man/de/man3/baz.3.gzSyntax OPTIONS_DEFINE contains a list of - OPTIONS to be used. These are independent - of each other and are not grouped: + OPTIONS to be used. These are + independent of each other and are not grouped: OPTIONS_DEFINE= OPT1 OPT2 @@ -4262,12 +4261,11 @@ OPT6_DESC= Describe OPT6 When describing options, view it from the perspective of the user: What does it do? - and Why would I want to enable this? Do + and Why would I want to enable this? Do not just repeat the name. For example, describing the NLS option as include NLS support does not help the user who can already see the option name but may not - know what it means. Describing it as Native Language Support via gettext utilities is much more helpful. @@ -5555,10 +5553,10 @@ PLIST_SUB+= NLS="@comment " Using <application>Perl</application> If MASTER_SITES is set to - MASTER_SITE_PERL_CPAN, then the preferred value - of MASTER_SITE_SUBDIR is the top-level - hierarchy name. For example, the recommended value for - p5-Module-Name is + MASTER_SITE_PERL_CPAN, then the preferred + value of MASTER_SITE_SUBDIR is the + top-level hierarchy name. For example, the recommended value + for p5-Module-Name is Module. The top-level hierarchy can be examined at cpan.org. @@ -6976,13 +6974,15 @@ QT_COMPONENTS= moc_build qmake_build rcc APACHEMODDIR Directory for Apache modules. This variable is - automatically expanded in pkg-plist. + automatically expanded in + pkg-plist. APACHEINCLUDEDIR Directory for Apache headers. This variable is - automatically expanded in pkg-plist. + automatically expanded in + pkg-plist.