From owner-cvs-doc@FreeBSD.ORG Thu Dec 15 01:10:46 2005 Return-Path: X-Original-To: cvs-doc@FreeBSD.org Delivered-To: cvs-doc@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD79116A422; Thu, 15 Dec 2005 01:10:46 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C98D43D60; Thu, 15 Dec 2005 01:10:43 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBF1AhJi016198; Thu, 15 Dec 2005 01:10:43 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBF1AhIT016197; Thu, 15 Dec 2005 01:10:43 GMT (envelope-from linimon) Message-Id: <200512150110.jBF1AhIT016197@repoman.freebsd.org> From: Mark Linimon Date: Thu, 15 Dec 2005 01:10:43 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/portmgr Makefile implementation.sgml index.sgml policies.sgml policies_committing.sgml policies_contributors.sgml qa.sgml X-BeenThere: cvs-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the doc and www trees List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Dec 2005 01:10:47 -0000 linimon 2005-12-15 01:10:43 UTC FreeBSD doc repository Modified files: en/portmgr Makefile index.sgml policies.sgml qa.sgml Added files: en/portmgr implementation.sgml policies_committing.sgml policies_contributors.sgml Log: Refactor these pages and add new text about the following: - implementation details of the Ports Collection. This is necessary background to understand why certain policy decisions have been made. - definitions and clarification of policies for maintainer timeouts, "sweeping changes", and related matters. This text has been separated out into smaller pages (policies_*) for easier reference. Reviewed by: portmgr team Revision Changes Path 1.2 +8 -2 www/en/portmgr/Makefile 1.1 +120 -0 www/en/portmgr/implementation.sgml (new) 1.7 +13 -2 www/en/portmgr/index.sgml 1.4 +23 -10 www/en/portmgr/policies.sgml 1.1 +48 -0 www/en/portmgr/policies_committing.sgml (new) 1.1 +51 -0 www/en/portmgr/policies_contributors.sgml (new) 1.4 +5 -12 www/en/portmgr/qa.sgml