Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Dec 2013 16:22:12 +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: r43300 - head/en_US.ISO8859-1/books/porters-handbook
Message-ID:  <201312081622.rB8GMCxa044812@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wblock
Date: Sun Dec  8 16:22:12 2013
New Revision: 43300
URL: http://svnweb.freebsd.org/changeset/doc/43300

Log:
  Add "twisted" entry to uses.xml, remove Zope entry from main book.
  Modified version of patch supplied.
  
  Submitted by:	Marcus von Appen <mva@FreeBSD.org> in -doc

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 Dec  8 16:07:06 2013	(r43299)
+++ head/en_US.ISO8859-1/books/porters-handbook/book.xml	Sun Dec  8 16:22:12 2013	(r43300)
@@ -7887,21 +7887,6 @@ _DOCSDIR=	.
 		distribution).</entry>
 	    </row>
 
-	    <row>
-	      <entry><varname>USE_TWISTED</varname></entry>
-	      <entry>Add dependency on twistedCore.  The list of
-		required components can be specified as a value of
-		this variable.  Example:
-		<literal>web lore pair flow</literal></entry>
-	    </row>
-
-	    <row>
-	      <entry><varname>USE_ZOPE</varname></entry>
-	      <entry>Add dependency on Zope, a web application
-		platform.  Change Python dependency to Python 2.7.
-		Set <varname>ZOPEBASEDIR</varname> containing a
-		directory with Zope installation.</entry>
-	    </row>
 	  </tbody>
 	</tgroup>
       </table>

Modified: head/en_US.ISO8859-1/books/porters-handbook/uses.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/uses.xml	Sun Dec  8 16:07:06 2013	(r43299)
+++ head/en_US.ISO8859-1/books/porters-handbook/uses.xml	Sun Dec  8 16:22:12 2013	(r43300)
@@ -387,6 +387,35 @@
 </row>
 
 <row>
+  <entry><literal>twisted</literal></entry>
+  <entry>(none), <literal>ARGS</literal></entry>
+
+  <entry>Add a dependency on <application>twistedCore</application>.
+    The list of required components can be specified as a value of
+    this variable. <literal>ARGS</literal> can be one of:
+
+    <itemizedlist>
+      <listitem>
+	<para><literal>build</literal>: add
+	  <application>twistedCore</application> or any specified
+	  component as build dependency.</para>
+      </listitem>
+
+      <listitem>
+	<para><literal>run</literal>: add
+	  <application>twistedCore</application> or any specified
+	  component as run dependency.</para>
+      </listitem>
+    </itemizedlist>
+
+    Besides <literal>build</literal> and <literal>run</literal>, one
+    or more other supported <application>twisted</application>
+    components can be specified.  Supported values are listed in
+    <filename>Uses/twisted.mk</filename>.
+  </entry>
+</row>
+
+<row>
   <entry><literal>uidfix</literal></entry>
   <entry>(none)</entry>
   <entry>Changes some default behavior (mostly variables) of the build



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