From owner-svn-doc-all@FreeBSD.ORG Tue Jan 14 02:20:20 2014 Return-Path: Delivered-To: svn-doc-all@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 E2D4C942; Tue, 14 Jan 2014 02:20:20 +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 B47BA11E6; Tue, 14 Jan 2014 02:20:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0E2KKoT012924; Tue, 14 Jan 2014 02:20:20 GMT (envelope-from wblock@svn.freebsd.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0E2KKGk012923; Tue, 14 Jan 2014 02:20:20 GMT (envelope-from wblock@svn.freebsd.org) Message-Id: <201401140220.s0E2KKGk012923@svn.freebsd.org> From: Warren Block Date: Tue, 14 Jan 2014 02:20:20 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43494 - 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.17 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: Tue, 14 Jan 2014 02:20:21 -0000 Author: wblock Date: Tue Jan 14 02:20:20 2014 New Revision: 43494 URL: http://svnweb.freebsd.org/changeset/doc/43494 Log: Whitespace-only fixes, translators please ignore. 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 Tue Jan 14 01:04:43 2014 (r43493) +++ head/en_US.ISO8859-1/books/porters-handbook/uses.xml Tue Jan 14 02:20:20 2014 (r43494) @@ -59,26 +59,28 @@ (none), outsource - Uses CMake for - configuring and building. With the outsource - argument, an out-of-source build will be performed. For more - information see . + Uses CMake for configuring and + building. With the outsource argument, an + out-of-source build will be performed. For more information see + . compiler - (none), c++0x, c++11-lang, - c++11-lib, c11, - openmp, nestedfct, features + (none), c++0x, + c++11-lang, c++11-lib, + c11, openmp, + nestedfct, features Determines which compiler to use based on any given wishes. Use c++11-lang if the port needs a C+11-capable compiler, and c++11-lib if the port also needs a C++11-ready standard library. If the port needs a compiler - understanding C++0X, C11, OpenMP, or nested functions, the corresponding parameters can be - used. Use features to request a list of - features supported by the default compiler. After including + understanding C++0X, C11, OpenMP, or nested functions, the + corresponding parameters can be used. Use + features to request a list of features + supported by the default compiler. After including bsd.port.pre.mk the port can inspect the results using these variables: @@ -134,8 +136,7 @@ (none) - Uses - update-desktop-database from + Uses update-desktop-database from devel/desktop-file-utils. An extra post-install step will be run without interfering with any post-install steps already in the port @@ -164,10 +165,11 @@ (none) - 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. + 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. @@ -192,8 +194,8 @@ (none), fam, gamin - Uses a File Alteration Monitor as a library dependency, either - devel/fam or + Uses a File Alteration Monitor as a library dependency, + either devel/fam or devel/gamin. End users can set WITH_FAM_SYSTEM to specify their preference. @@ -210,7 +212,8 @@ fortran - gcc (default), ifort + gcc (default), + ifort Uses the Fortran compiler from either GNU or Intel. @@ -220,9 +223,9 @@ (none) - The port will depend on the FUSE library and handle - the dependency on the kernel module depending on the version - of &os;. + The port will depend on the FUSE library and handle the + dependency on the kernel module depending on the version of + &os;. @@ -231,13 +234,12 @@ (none), lib, build, run - 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 - dependency, and run implies a run-time - dependency. + 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 dependency, and run implies a + run-time dependency. @@ -255,11 +257,10 @@ (none), lib, build, patch - Uses iconv - functions, either from the port - 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 + Uses iconv functions, either from the port + 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 @@ -342,10 +343,10 @@ (none) - Uses - devel/open-motif as a library dependency. End - users can set WANT_LESSTIF for the dependency - to be on devel/lesstif instead of + 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. @@ -355,9 +356,8 @@ (none), base, port - Uses - ncurses, and causes some useful - variables to be set. + Uses ncurses, and causes some + useful variables to be set. @@ -376,10 +376,11 @@ al, soft (default), si, alut - Uses OpenAL. The backend can be specified, - with the software implementation as the default. The user can specify a - preferred backend with the WANT_OPENAL knob. Valid - values for this knob are soft (default) and + Uses OpenAL. The backend can be + specified, with the software implementation as the default. The + user can specify a preferred backend with the + WANT_OPENAL knob. Valid values for this knob + are soft (default) and si. @@ -399,8 +400,8 @@ (none) - Depends on Perl. - These variables can be set: + Depends on Perl. These variables + can be set: @@ -450,10 +451,9 @@ (none), build, run, both - Uses devel/pkgconf. - With no arguments or with the - build argument, it implies - pkg-config as a build-time dependency. + 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 both implies both run-time and build-time dependencies. @@ -464,9 +464,9 @@ (none), ffi - Uses lang/pure. - Largely used for building related pure - ports. With the ffi argument, it implies + Uses lang/pure. Largely used + for building related pure ports. With + the ffi argument, it implies devel/pure-ffi as a run-time dependency. @@ -477,9 +477,9 @@ (none), build, run, both, vars - Uses mail/qmail. - With the build argument, - it implies qmail as a build-time dependency. + 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 run-time and build-time dependencies. vars @@ -491,9 +491,8 @@ (none), norecursive - Uses QMake for - configuring. For more information see - . + Uses QMake for configuring. For + more information see . @@ -501,10 +500,9 @@ (none), port - Uses - readline as library dependency, and - sets CPPFLAGS and LDFLAGS as - necessary. + Uses readline as library + dependency, and sets CPPFLAGS and + LDFLAGS as necessary. @@ -512,14 +510,13 @@ (none) - Uses - update-mime-database from - 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 - removal to run update-mime-data with - the correct arguments. + Uses update-mime-database from + 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 removal to run update-mime-data + with the correct arguments. @@ -547,23 +544,24 @@ PORT Add a dependency on Tcl. The - PORT parameter can be either tcl - or tk. Either a version or wrapper dependency - can be appended using PORT:version or + PORT parameter can be either + tcl or tk. Either a version + or wrapper dependency can be appended using + PORT:version or PORT:wrapper. The version can be empty, one or more exact version numbers (currently 84, 85, or 86), or a minimal version number (currently 84+, 85+ or 86+). A build- or run-time only dependency can be specified using - PORT,build or PORT,run. After - including bsd.port.pre.mk the port can inspect - the results using these variables: + PORT,build or PORT,run. + After including bsd.port.pre.mk the port can + inspect the results using these variables: - TCL_VER: chosen major.minor version of - Tcl + TCL_VER: chosen major.minor version + of Tcl @@ -609,8 +607,8 @@ Same as arguments for tcl Small wrapper when using both Tcl - and Tk. The same variables are returned - as when using Tcl. + and Tk. The same variables are + returned as when using Tcl. @@ -729,8 +727,9 @@ (none) - 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. + 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.