head	1.4;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_6_3_0:1.4
	RELEASE_7_0_0:1.4
	RELEASE_6_2_0:1.4
	RELEASE_5_5_0:1.4
	RELEASE_6_1_0:1.4
	RELEASE_6_0_0:1.4
	RELEASE_5_4_0:1.4
	RELEASE_4_11_0:1.4
	RELEASE_5_3_0:1.4
	RELEASE_4_10_0:1.4
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.3
	RELEASE_4_9_0:1.3
	RELEASE_5_1_0:1.3
	RELEASE_4_8_0:1.1
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1;
locks; strict;
comment	@# @;


1.4
date	2004.04.06.16.10.07;	author phantom;	state Exp;
branches;
next	1.3;

1.3
date	2003.04.22.18.35.40;	author hrs;	state Exp;
branches;
next	1.2;

1.2
date	2003.04.19.11.39.26;	author hrs;	state Exp;
branches;
next	1.1;

1.1
date	2002.02.25.14.33.46;	author murray;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Sync these Makefiles to have one style of declarations and comments.
@
text
@# 
# $FreeBSD$
#
# Article: FreeBSD Release Engineering of Third Party Software Packages

DOC?= article

FORMATS?= html

INSTALL_COMPRESSED?= gz
INSTALL_ONLY_COMPRESSED?=

SRCS=	article.sgml

CSS_SHEET_ADDITIONS= extra.css

DOC_PREFIX?= ${.CURDIR}/../../..
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
@


1.3
log
@Back out WITH_DOCFORMAT_NAVI_LINK?=YES in Makefile.  The navi-link
is generated when ${WITH_DOCFORMAT_NAVI_LINK} is defined or
${FORMATS} includes "html" and "html-split."
@
text
@d13 1
a13 2
# SGML content
SRCS=  article.sgml
a17 1

@


1.2
log
@- Add WITH_DOCFORMAT_NAVI_LINK to mk/doc.docbook.mk and
  enable it in en_US.ISO8859-1/ and ja_JP.eucJP/.

- Add PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN"
  and l10n.ent for entity localization.

- Use share/misc/docbook.css for indentiation of <programlisting>
  and <screen>.

- Add some missing $FreeBSD$.
@
text
@a12 2
WITH_DOCFORMAT_NAVI_LINK?=YES

@


1.1
log
@Add an article on the Release Engineering / QA activities for the
third party software packages that accompany an official FreeBSD
release.

This document currently describes the "package split" procedure that
Steve Price uses to create clusters of like packages with similar
dependencies that are grouped onto specific discs.

In the future, this article should document the scripts that generate
clean packages on the bento cluster, the steps necessary to setup
another group of machines as a "Ports Cluster", and the scripts that
are used to verify the integrity of a package split.

Submitted by:	   steve
Sponsored by:	   FreeBSD Mall, Inc.
@
text
@d13 2
@

