Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jul 2013 18:32:15 +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: r42188 - head/en_US.ISO8859-1/books/porters-handbook
Message-ID:  <201307071832.r67IWFrO091705@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wblock
Date: Sun Jul  7 18:32:15 2013
New Revision: 42188
URL: http://svnweb.freebsd.org/changeset/doc/42188

Log:
  Fix whitespace-only issues found with 'igor -RZ'.  Translators, please
  ignore.

Modified:
  head/en_US.ISO8859-1/books/porters-handbook/book.xml
  head/en_US.ISO8859-1/books/porters-handbook/uses.xml

Modified: head/en_US.ISO8859-1/books/porters-handbook/book.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/book.xml	Sun Jul  7 16:10:25 2013	(r42187)
+++ head/en_US.ISO8859-1/books/porters-handbook/book.xml	Sun Jul  7 18:32:15 2013	(r42188)
@@ -5768,11 +5768,11 @@ CMAKE_SOURCE_PATH=	&dollar;{WRKSRC}/subp
 	<title>Basic Usage</title>
 
 	<para>If your port requires <literal>gettext</literal>, set
-	  <literal>USES= gettext</literal>, and your
-	  port will inherit a dependency on <filename
-	    role="package">devel/gettext</filename>. Other values for
-	  <literal>gettext</literal> usage are listed in <xref
-	  linkend="uses-values"/>.</para>
+	  <literal>USES= gettext</literal>, and your port will inherit
+	  a dependency on
+	  <filename role="package">devel/gettext</filename>.  Other
+	  values for <literal>gettext</literal> usage are listed in
+	  <xref linkend="uses-values"/>.</para>
 
 	<para>A rather common case is a port using
 	  <literal>gettext</literal> and <command>configure</command>.
@@ -15743,8 +15743,8 @@ Reference: &lt;http://www.freebsd.org/po
 	      <entry>901501</entry>
 	      <entry>November 11, 2012</entry>
 	      <entry>9.1-STABLE after LIST_PREV() added to queue.h
-	      (rev <svnref>242893</svnref>) and KBI change in USB
-	      serial devices (rev <svnref>240659</svnref>).</entry>
+		(rev <svnref>242893</svnref>) and KBI change in USB
+		serial devices (rev <svnref>240659</svnref>).</entry>
 	    </row>
 
 	    <row>
@@ -16011,8 +16011,8 @@ Reference: &lt;http://www.freebsd.org/po
 	    <row>
 	      <entry>1000028</entry>
 	      <entry>February 13, 2013</entry>
-	      <entry>10-CURRENT after USB moved to the driver structure
-		requiring a rebuild of all USB modules (rev
+	      <entry>10-CURRENT after USB moved to the driver
+		structure requiring a rebuild of all USB modules (rev
 		<svnref>246759</svnref>).</entry>
 	    </row>
 

Modified: head/en_US.ISO8859-1/books/porters-handbook/uses.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/uses.xml	Sun Jul  7 16:10:25 2013	(r42187)
+++ head/en_US.ISO8859-1/books/porters-handbook/uses.xml	Sun Jul  7 18:32:15 2013	(r42188)
@@ -19,8 +19,9 @@
 <row>
   <entry><literal>ada</literal></entry>
   <entry>(none)</entry>
-  <entry>Depends on an <application>Ada</application>-capable compiler, and
-    sets <makevar>CC</makevar> accordingly.</entry>
+
+  <entry>Depends on an <application>Ada</application>-capable
+    compiler, and sets <makevar>CC</makevar> accordingly.</entry>
 </row>
 
 <row>
@@ -39,12 +40,12 @@
 <row>
   <entry><literal>charsetfix</literal></entry>
   <entry>(none)</entry>
-  <entry>Prevents the port from installing <filename>charset.alias</filename>.
-    This should be installed only by
-    <filename role="package">converters/libiconv</filename>.
-    <makevar>CHARSETFIX_MAKEFILEIN</makevar> can be set to a path relative
-    to <makevar>WRKSRC</makevar> if <filename>charset.alias</filename> is
-    not installed by
+  <entry>Prevents the port from installing
+    <filename>charset.alias</filename>.  This should be installed only
+    by <filename role="package">converters/libiconv</filename>.
+    <makevar>CHARSETFIX_MAKEFILEIN</makevar> can be set to a path
+    relative to <makevar>WRKSRC</makevar> if
+    <filename>charset.alias</filename> is not installed by
     <makevar>WRKSRC</makevar>/<filename>Makefile.in</filename>.</entry>
 </row>
 
@@ -64,12 +65,12 @@
 
   <entry>Implies that the port uses the
     <application>update-desktop-database</application> from
-    <filename role="package">devel/desktop-file-utils</filename>.
-    This uses will automatically add a post-install step in such a way
-    that the port itself still can specify there own post-install step
-    if needed.  It also insert lines into the plist for package
-    install and removal to run
-    <application>update-desktop-database</application>.</entry>
+    <filename role="package">devel/desktop-file-utils</filename>.  An
+    extra post-install step will be run without interfering with any
+    post-install steps already in the port
+    <filename>Makefile</filename>.  Lines will be inserted into the
+    plist to run <application>update-desktop-database</application> on
+    package install or removal.</entry>
 </row>
 
 <row>
@@ -85,11 +86,12 @@
   <entry><literal>gettext</literal></entry>
   <entry>(none), <literal>lib</literal>, <literal>build</literal>,
     <literal>run</literal></entry>
-  <entry>Implies that the port uses <filename
-      role="package">devel/gettext</filename> in one way or another.  By
-    default, with no arguments or with the <literal>lib</literal>
-    argument, implies <command>gettext</command> with build-time and 
-    run-time dependencies, <literal>build</literal> implies a build-time
+  <entry>Implies that the port uses
+    <filename role="package">devel/gettext</filename> in one way or
+    another.  By default, with no arguments or with the
+    <literal>lib</literal> argument, implies
+    <command>gettext</command> with build-time and run-time
+    dependencies, <literal>build</literal> implies a build-time
     dependency, and <literal>run</literal> implies a run-time
     dependency.</entry>
 </row>
@@ -99,15 +101,16 @@
   <entry>(none)</entry>
   <entry>Implies that the port uses <filename
       role="package">converters/libiconv</filename> as build-time and
-    run-time dependency.
-  </entry>
+    run-time dependency.</entry>
 </row>
 
 <row>
   <entry><literal>ncurses</literal></entry>
-  <entry>(none), <literal>base</literal>, <literal>port</literal></entry>
-  <entry>Implies that the port uses <application>ncurses</application>, and
-    causes some useful variables to be set.</entry>
+  <entry>(none), <literal>base</literal>,
+    <literal>port</literal></entry>
+  <entry>Implies that the port uses
+    <application>ncurses</application>, and causes some useful
+    variables to be set.</entry>
 </row>
 
 <row>
@@ -151,9 +154,10 @@
 <row>
   <entry><literal>readline</literal></entry>
   <entry>(none), port</entry>
-  <entry>Implies that the port uses <application>readline</application> as
-    library dependency, and sets <makevar>CPPFLAGS</makevar> and
-    <makevar>LDFLAGS</makevar> as necessary.</entry>
+  <entry>Implies that the port uses
+    <application>readline</application> as library dependency, and
+    sets <makevar>CPPFLAGS</makevar> and <makevar>LDFLAGS</makevar> as
+    necessary.</entry>
 </row>
 
 <row>
@@ -174,23 +178,26 @@
 <row>
   <entry><literal>shebangfix</literal></entry>
   <entry>(none)</entry>
-  <entry>A lot of software uses incorrect locations for script interpreters,
-    most notably <filename>/usr/bin/perl</filename> and
-    <filename>/bin/bash</filename>.  This fixes shebang lines in scripts
-    listed in <makevar>SHEBANG_FILES</makevar>.  Currently
-    <application>Perl</application>, <application>Python</application>,
+  <entry>A lot of software uses incorrect locations for script
+    interpreters, most notably <filename>/usr/bin/perl</filename> and
+    <filename>/bin/bash</filename>.  This fixes shebang lines in
+    scripts listed in <makevar>SHEBANG_FILES</makevar>.  Currently
+    <application>Perl</application>,
+    <application>Python</application>,
     <application>Bash</application>, <application>Ruby</application>,
-    and <application>PHP</application> are supported by default.
-    To support another interpreter, set <makevar>SHEBANG_LANG</makevar>
-    (for example <literal><makevar>SHEBANG_LANG</makevar>=lua</literal>), then
-    <makevar>lua_OLD_CMD</makevar> and <makevar>lua_CMD</makevar>.</entry>
+    and <application>PHP</application> are supported by default.  To
+    support another interpreter, set <makevar>SHEBANG_LANG</makevar>
+    (for example
+    <literal><makevar>SHEBANG_LANG</makevar>=lua</literal>), then
+    <makevar>lua_OLD_CMD</makevar> and
+    <makevar>lua_CMD</makevar>.</entry>
 </row>
 
 <row>
   <entry><literal>zenoss</literal></entry>
   <entry>(none)</entry>
-  <entry>Implies the port uses <filename
-      role="package">net-mgmt/zenoss</filename> in one way or another,
-    but largely is used for building zenoss related zenpack
+  <entry>Implies the port uses
+    <filename role="package">net-mgmt/zenoss</filename> in one way or
+    another, but largely is used for building zenoss related zenpack
     ports.</entry>
 </row>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307071832.r67IWFrO091705>