head	1.5;
access;
symbols
	HRS_XML_CLEANUP:1.3
	HRS_XML_CLEANUP_PRE:1.3
	EMILYBOYD_REDESIGN:1.1
	PRE_REDESIGN:1.1;
locks; strict;
comment	@# @;


1.5
date	2011.05.02.12.59.28;	author erwin;	state Exp;
branches;
next	1.4;

1.4
date	2010.09.17.13.29.46;	author tabthorpe;	state Exp;
branches;
next	1.3;

1.3
date	2006.05.11.22.58.42;	author pav;	state Exp;
branches;
next	1.2;

1.2
date	2005.12.15.01.10.43;	author linimon;	state Exp;
branches;
next	1.1;

1.1
date	2005.03.12.07.30.25;	author linimon;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Remove the 6.x specific EoL policy and replace it with a general
description of what releases are supported by the ports tree and
for which architectures and branches we provide binary packages.

Reviewed by:	bz (re), simon (so)
Approved by:	portmgr
@
text
@# $FreeBSD: www/en/portmgr/Makefile,v 1.4 2010/09/17 13:29:46 tabthorpe Exp $

.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif

DOCS?=	index.sgml
DOCS+=	charter.sgml
DOCS+=	implementation.sgml
DOCS+=	policies.sgml
DOCS+=	policies_committing.sgml
DOCS+=	policies_contributors.sgml
DOCS+=	policies_eol.sgml
DOCS+=	qa.sgml

.include "${WEB_PREFIX}/share/mk/web.site.mk"
@


1.4
log
@Replace the RELENG_4 EOL/EOS policy with one for RELENG_6

Approved by:	pav
@
text
@d1 1
a1 1
# $FreeBSD: www/en/portmgr/Makefile,v 1.3 2006/05/11 22:58:42 pav Exp $
d16 1
a16 1
DOCS+=	policies_releng_6.sgml
@


1.3
log
@- Add a page with end of support policy on FreeBSD 4.X

Obtained from:	http://lists.freebsd.org/pipermail/freebsd-ports/2006-February/029594.html
Approved by:	erwin (portmgr)
@
text
@d1 1
a1 1
# $FreeBSD: www/en/portmgr/Makefile,v 1.2 2005/12/15 01:10:43 linimon Exp $
d16 1
a16 1
DOCS+=	policies_releng_4.sgml
@


1.2
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
@
text
@d1 1
a1 1
# $FreeBSD: www/en/portmgr/Makefile,v 1.1 2005/03/12 07:30:25 linimon Exp $
d16 1
@


1.1
log
@Add documentation about the Ports Management (portmgr) team.

policies.sgml gathers together the various policies that portmgr has
promulgated in the past to try to assure the integrity of the Ports
Collection.  It is indexed more-or-less in order of the responsibilities
listed in charter.sgml.

qa.sgml explains the work that portmgr does for Quality Assurance (QA)
for the ports collection, both during and between release cycles, to
help increase the visibility of its role.

The portmgr team requests that they be allowed a courtesy review of any
proposed changes to these files.
@
text
@d1 1
a1 1
# $FreeBSD$
d10 7
a16 1
DOCS?=	index.sgml charter.sgml policies.sgml qa.sgml
@

