From owner-svn-doc-head@FreeBSD.ORG Sun Dec 8 16:22:13 2013 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 07493829; Sun, 8 Dec 2013 16:22:13 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CCA711E40; Sun, 8 Dec 2013 16:22:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rB8GMCk9044814; Sun, 8 Dec 2013 16:22:12 GMT (envelope-from wblock@svn.freebsd.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rB8GMCxa044812; Sun, 8 Dec 2013 16:22:12 GMT (envelope-from wblock@svn.freebsd.org) Message-Id: <201312081622.rB8GMCxa044812@svn.freebsd.org> From: Warren Block Date: Sun, 8 Dec 2013 16:22:12 +0000 (UTC) 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 X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 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: Sun, 08 Dec 2013 16:22:13 -0000 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 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). - - USE_TWISTED - Add dependency on twistedCore. The list of - required components can be specified as a value of - this variable. Example: - web lore pair flow - - - - USE_ZOPE - Add dependency on Zope, a web application - platform. Change Python dependency to Python 2.7. - Set ZOPEBASEDIR containing a - directory with Zope installation. - 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 @@ + twisted + (none), ARGS + + Add a dependency on twistedCore. + The list of required components can be specified as a value of + this variable. ARGS can be one of: + + + + build: add + twistedCore or any specified + component as build dependency. + + + + run: add + twistedCore or any specified + component as run dependency. + + + + Besides build and run, one + or more other supported twisted + components can be specified. Supported values are listed in + Uses/twisted.mk. + + + + uidfix (none) Changes some default behavior (mostly variables) of the build