From owner-svn-doc-all@FreeBSD.ORG Thu Nov 28 12:36:19 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3B72A588; Thu, 28 Nov 2013 12:36:19 +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 0F11C1B5A; Thu, 28 Nov 2013 12:36:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rASCaImc030067; Thu, 28 Nov 2013 12:36:18 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rASCaIAu030066; Thu, 28 Nov 2013 12:36:18 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201311281236.rASCaIAu030066@svn.freebsd.org> From: Rene Ladan Date: Thu, 28 Nov 2013 12:36:18 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43262 - 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-all@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Nov 2013 12:36:19 -0000 Author: rene Date: Thu Nov 28 12:36:18 2013 New Revision: 43262 URL: http://svnweb.freebsd.org/changeset/doc/43262 Log: Add an entry for USES=webplugin Modified: head/en_US.ISO8859-1/books/porters-handbook/uses.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/uses.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/uses.xml Thu Nov 28 10:06:38 2013 (r43261) +++ head/en_US.ISO8859-1/books/porters-handbook/uses.xml Thu Nov 28 12:36:18 2013 (r43262) @@ -395,6 +395,41 @@ + webplugin + (none), ARGS + Automatically create and remove symbolic links for each + application that supports the webplugin framework. + ARGS can be one of: + + gecko: support plug-ins based + on Gecko + native: support plug-ins for + Gecko, Opera, and WebKit-GTK + linux: support Linux + plug-ins + all (default, implicit): + support all plug-in types + (individual entries): support only the browsers + listed + + The following variables can be adjusted: + + WEBPLUGIN_FILES: No default, + must be set manually. The plug-in files to + install. + WEBPLUGIN_DIR: The directory + to install the plug-in files to, default PREFIX/lib/browser_plugins/WEBPLUGIN_NAME. + Set this if the port installs plug-in files outside of the + default directory to prevent broken symbolic + links. + WEBPLUGIN_NAME: The final + directory to install the plug-in files into, default + PKGBASE. + + + + zenoss (none) Implies the port uses