Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Dec 2013 13:09:04 +0100
From:      Marcus von Appen <mva@FreeBSD.org>
To:        freebsd-doc@FreeBSD.org
Subject:   Updates to the Uses section (twisted) in the porter's handbook
Message-ID:  <20131208120904.GA1387@medusa.sysfault.org>

next in thread | raw e-mail | index | archive | help

--MW5yreqqjyrRcusr
Content-Type: multipart/mixed; boundary="3V7upXqbjpZ4EhLz"
Content-Disposition: inline


--3V7upXqbjpZ4EhLz
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Dear doc@ people,

find attached a minor patch for the Uses section (a brief entry for
twisted) and a minor cleanup of the zope leftovers.

Cheers
Marcus

--3V7upXqbjpZ4EhLz
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment; filename="phandbook_twisted.diff"
Content-Transfer-Encoding: quoted-printable

Index: en_US.ISO8859-1/books/porters-handbook/book.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- en_US.ISO8859-1/books/porters-handbook/book.xml	(revision 43297)
+++ en_US.ISO8859-1/books/porters-handbook/book.xml	(working copy)
@@ -7887,21 +7887,6 @@
 		distribution).</entry>
 	    </row>
=20
-	    <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>
Index: en_US.ISO8859-1/books/porters-handbook/uses.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- en_US.ISO8859-1/books/porters-handbook/uses.xml	(revision 43297)
+++ en_US.ISO8859-1/books/porters-handbook/uses.xml	(working copy)
@@ -387,6 +387,24 @@
 </row>
=20
 <row>
+  <entry><literal>twisted</literal></entry>
+  <entry>(none), <literal>ARGS</literal></entry>
+  <entry>Add a dependency on twistedCore. 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 twistedCore or any
+          specified component as build dependency.</para></listitem>
+      <listitem><para><literal>run</literal>: add twistedCore or any
+          specified component as run dependency.</para></listitem>
+    </itemizedlist>
+    Besides <literal>build</literal> and <literal>run</literal>, you
+    can specify one or more of the supported twisted components, which
+    are listed in the <filename>Uses/twisted.mk</filename> file.
+  </entry>
+</row>
+
+<row>
   <entry><literal>uidfix</literal></entry>
   <entry>(none)</entry>
   <entry>Changes some default behavior (mostly variables) of the build

--3V7upXqbjpZ4EhLz--

--MW5yreqqjyrRcusr
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (FreeBSD)

iEYEARECAAYFAlKkYWAACgkQi68/ErJnpkd0pwCg0kVGP9bcL4irnP2BEi1DxpTR
1ncAoKsPHIWJbyAThRlf33c9crT09FiN
=yGf5
-----END PGP SIGNATURE-----

--MW5yreqqjyrRcusr--



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