From 8bd1e44718f1e29727a36c227ef3e1dcec8ca918 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Sat, 30 Jun 2007 02:24:15 +0000 Subject: [PATCH] Clarify procedure for implementing virtual categories. (The previous commit turned out to be unneccesary on review). Hat: portmgr --- .../articles/committers-guide/article.sgml | 40 ++++++++++++++++--- 1 file changed, 35 insertions(+), 5 deletions(-) diff --git a/en_US.ISO8859-1/articles/committers-guide/article.sgml b/en_US.ISO8859-1/articles/committers-guide/article.sgml index 57bc935ba1..bfd4daa460 100644 --- a/en_US.ISO8859-1/articles/committers-guide/article.sgml +++ b/en_US.ISO8859-1/articles/committers-guide/article.sgml @@ -745,11 +745,11 @@ alias scvs cvs -d user@ncvs.FreeBSD.org:/home/ncvs

You will almost certainly get a conflict because - of the $Id: article.sgml,v 1.265 2007-06-30 02:11:52 linimon Exp $ (or in FreeBSD's case, + of the $Id: article.sgml,v 1.266 2007-06-30 02:24:15 linimon Exp $ (or in FreeBSD's case, $FreeBSD$) lines, so you will have to edit the file to resolve the conflict - (remove the marker lines and the second $Id: article.sgml,v 1.265 2007-06-30 02:11:52 linimon Exp $ line, - leaving the original $Id: article.sgml,v 1.265 2007-06-30 02:11:52 linimon Exp $ line intact). + (remove the marker lines and the second $Id: article.sgml,v 1.266 2007-06-30 02:24:15 linimon Exp $ line, + leaving the original $Id: article.sgml,v 1.266 2007-06-30 02:24:15 linimon Exp $ line intact). @@ -2799,7 +2799,8 @@ docs:Documentation Bug:freebsd-doc: - Perform any needed repocopies. + Perform any needed repocopies. (This only applies + to physical categories.) @@ -2817,7 +2818,8 @@ docs:Documentation Bug:freebsd-doc: - What do I need to do? + What do I need to do to implement a new physical + category? @@ -3014,6 +3016,34 @@ docs:Documentation Bug:freebsd-doc: + + + + What do I need to do to implement a new virtual + category? + + + + This is much simpler than a physical category. You + only need to modify the following: + + + + src/usr.sbin/sysinstall + + + + the + + list of categories in the Porter's Handbook + + + + www/en/ports/categories + + + +