From owner-svn-doc-head@FreeBSD.ORG Sun Feb 9 03:26:09 2014 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 B803A746; Sun, 9 Feb 2014 03:26:09 +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 A2DB11D43; Sun, 9 Feb 2014 03:26:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s193Q9ui063544; Sun, 9 Feb 2014 03:26:09 GMT (envelope-from wblock@svn.freebsd.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s193Q9Zk063543; Sun, 9 Feb 2014 03:26:09 GMT (envelope-from wblock@svn.freebsd.org) Message-Id: <201402090326.s193Q9Zk063543@svn.freebsd.org> From: Warren Block Date: Sun, 9 Feb 2014 03:26:09 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43847 - head/en_US.ISO8859-1/books/porters-handbook/new-port 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, 09 Feb 2014 03:26:09 -0000 Author: wblock Date: Sun Feb 9 03:26:08 2014 New Revision: 43847 URL: http://svnweb.freebsd.org/changeset/doc/43847 Log: Whitespace-only fixes, translators please ignore. Modified: head/en_US.ISO8859-1/books/porters-handbook/new-port/chapter.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/new-port/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/new-port/chapter.xml Sun Feb 9 03:04:10 2014 (r43846) +++ head/en_US.ISO8859-1/books/porters-handbook/new-port/chapter.xml Sun Feb 9 03:26:08 2014 (r43847) @@ -5,43 +5,45 @@ $FreeBSD$ --> - - - Making a New Port - - So, you are interested in making your own port or - upgrading an existing one? Great! - - What follows are some guidelines for creating a new port for - &os;. If you want to upgrade an existing port, you should - read this and then read . - - When this document is not sufficiently detailed, you should - refer to /usr/ports/Mk/bsd.port.mk, which - all port Makefiles include. Even if you do not hack Makefiles - daily, it is well commented, and you will still gain much - knowledge from it. Additionally, you may send specific - questions to the &a.ports;. - - - Only a fraction of the variables - (VAR) that can - be overridden are mentioned in this document. Most (if not - all) are documented at the start of - /usr/ports/Mk/bsd.port.mk; the others - probably ought to be. Note that this file uses a non-standard - tab setting: Emacs and - Vim should recognize the setting on - loading the file. Both &man.vi.1; and &man.ex.1; can be set - to use the correct value by typing - :set tabstop=4 once the file has been - loaded. - - - - Looking for something easy to start with? Take a look at the - list of - requested ports and see if you can work on one (or - more). - + + + Making a New Port + + So, you are interested in making your own port or + upgrading an existing one? Great! + + What follows are some guidelines for creating a new port for + &os;. If you want to upgrade an existing port, you should read + this and then read . + + When this document is not sufficiently detailed, you should + refer to /usr/ports/Mk/bsd.port.mk, which all + port Makefiles include. Even if you do not hack Makefiles daily, + it is well commented, and you will still gain much knowledge from + it. Additionally, you may send specific questions to the + &a.ports;. + + + Only a fraction of the variables + (VAR) that can be + overridden are mentioned in this document. Most (if not all) + are documented at the start of + /usr/ports/Mk/bsd.port.mk; the others + probably ought to be. Note that this file uses a non-standard + tab setting: Emacs and + Vim should recognize the setting on + loading the file. Both &man.vi.1; and &man.ex.1; can be set to + use the correct value by typing + :set tabstop=4 once the file has been + loaded. + + + + Looking for something easy to start with? Take a look at the + list of + requested ports and see if you can work on one (or + more). +