From owner-svn-doc-head@FreeBSD.ORG Sun Dec 8 19:43:25 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 8364416E; Sun, 8 Dec 2013 19:43:25 +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 659D619FD; Sun, 8 Dec 2013 19:43:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rB8JhPl9019466; Sun, 8 Dec 2013 19:43:25 GMT (envelope-from wblock@svn.freebsd.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rB8JhPo7019465; Sun, 8 Dec 2013 19:43:25 GMT (envelope-from wblock@svn.freebsd.org) Message-Id: <201312081943.rB8JhPo7019465@svn.freebsd.org> From: Warren Block Date: Sun, 8 Dec 2013 19:43:25 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43305 - 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 19:43:25 -0000 Author: wblock Date: Sun Dec 8 19:43:24 2013 New Revision: 43305 URL: http://svnweb.freebsd.org/changeset/doc/43305 Log: Remove redundant language including 682 uses of the word "implied", change new tags to use role="port", miscellanous fixes. 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 Sun Dec 8 19:22:45 2013 (r43304) +++ head/en_US.ISO8859-1/books/porters-handbook/uses.xml Sun Dec 8 19:43:24 2013 (r43305) @@ -31,10 +31,10 @@ (none), build, run, both - Implies that the port uses devel/bison in - one way or another. By default, with no arguments or with the + Uses devel/bison + By default, with no arguments or with the build argument, it implies - bison as a build-time dependency, + bison is a build-time dependency, run implies a run-time dependency, and both implies both run-time and build-time dependencies. @@ -47,7 +47,7 @@ Prevents the port from installing charset.alias. This should be installed only - by converters/libiconv. + by converters/libiconv. CHARSETFIX_MAKEFILEIN can be set to a path relative to WRKSRC if charset.alias is not installed by @@ -59,7 +59,7 @@ (none), outsource - The port will use CMake for + Uses CMake for configuring and building. With the outsource argument, an out-of-source build will be performed. For more information see . @@ -124,9 +124,9 @@ (none) - Implies that the port uses the + Uses update-desktop-database from - devel/desktop-file-utils. An extra + devel/desktop-file-utils. An extra post-install step will be run without interfering with any post-install steps already in the port Makefile. Lines will be inserted into the @@ -154,7 +154,7 @@ (none) - The port has files with line endings in DOS format which need + The port has files with line endings in DOS format which need to be converted. Three variables can be set to control which files will be converted. The default is to convert all files, including binaries. @@ -182,7 +182,7 @@ (none) - Implies that the port uses devel/fmake as + Uses devel/fmake as a build-time dependency. @@ -191,7 +191,7 @@ (none) - Implies the port will depend on the FUSE library and handle + The port will depend on the FUSE library and handle the dependency on the kernel module depending on the version of &os;. @@ -202,11 +202,11 @@ (none), lib, build, run - Implies that the port uses devel/gettext - in one way or another. By default, with no arguments or with the + Uses devel/gettext. + By default, with no arguments or with the lib argument, implies gettext with build-time and run-time - dependencies, build implies a build-time + dependencies. build implies a build-time dependency, and run implies a run-time dependency. @@ -216,7 +216,7 @@ (none) - Implies that the port uses devel/gmake as + Uses devel/gmake as a build-time dependency. @@ -226,15 +226,15 @@ (none), lib, build, patch - Implies that the port uses iconv + Uses iconv functions, either from the port - converters/libiconv as a build-time and + converters/libiconv as a build-time and run-time dependency, or from the base system on 10-CURRENT after a native iconv was committed in 254273. By default, with no arguments or with the lib argument, implies iconv with build-time and run-time - dependencies, build implies a build-time + dependencies. build implies a build-time dependency, and patch implies a patch-time dependency. For more information see . @@ -245,7 +245,7 @@ (none) - Implies that the port uses devel/imake as + Uses devel/imake as build-time dependency. @@ -299,11 +299,11 @@ (none) - Implies that the ports uses - devel/open-motif as a library dependency. End + Uses + devel/open-motif as a library dependency. End users can set WANT_LESSTIF for the dependency - to be on devel/lesstif instead of - devel/open-motif. + to be on devel/lesstif instead of + devel/open-motif. @@ -312,7 +312,7 @@ (none), base, port - Implies that the port uses + Uses ncurses, and causes some useful variables to be set. @@ -333,8 +333,8 @@ (none) - Implies a dependency on Perl. The - following variables can be set: + Depends on Perl. + These variables can be set: @@ -384,11 +384,11 @@ (none), build, run, both - Implies that the port uses devel/pkgconf - in one way or another. With no arguments or with the + Uses devel/pkgconf. + With no arguments or with the build argument, it implies - pkg-config as a build-time dependency; - run implies a run-time dependency; and + pkg-config as a build-time dependency. + run implies a run-time dependency and both implies both run-time and build-time dependencies. @@ -398,10 +398,10 @@ (none), ffi - Implies that the port uses lang/pure in - one way or another, but largely is used for building related pure + Uses lang/pure. + Largely used for building related pure ports. With the ffi argument, it implies - devel/pure-ffi as a run-time + devel/pure-ffi as a run-time dependency. @@ -411,8 +411,8 @@ (none), build, run, both, vars - Implies that the port uses mail/qmail in - one way or another. With the build argument, + Uses mail/qmail. + With the build argument, it implies qmail as a build-time dependency. run implies a run-time dependency. Using no argument or the both argument implies both @@ -425,7 +425,7 @@ (none), norecursive - The port will use QMake for + Uses QMake for configuring. For more information see . @@ -435,7 +435,7 @@ (none), port - Implies that the port uses + Uses readline as library dependency, and sets CPPFLAGS and LDFLAGS as necessary. @@ -446,9 +446,9 @@ (none) - Implies that the port uses + Uses update-mime-database from - misc/shared-mime-info. This uses will + misc/shared-mime-info. 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 @@ -551,7 +551,7 @@ - The following variables can be adjusted: + These variables can be adjusted: @@ -581,9 +581,9 @@ (none) - Implies the port uses net-mgmt/zenoss in - one way or another, but largely is used for building zenoss - related zenpack ports. + Uses net-mgmt/zenoss. + Largely used for building zenoss + related zenpack ports. @@ -591,8 +591,8 @@ (none) - Implies that the port uses www/zope in one - way or another, but is largely used for building zope related + Uses www/zope. + Mostly used for building zope related ports. ZOPE_VERSION can be used by a port to - indicate that a specific version of zope shall be used. + indicate that a specific version of zope shall be used.