From owner-p4-projects@FreeBSD.ORG Mon Oct 19 06:46:17 2009 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 554F41065692; Mon, 19 Oct 2009 06:46:17 +0000 (UTC) Delivered-To: perforce@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EB657106566B for ; Mon, 19 Oct 2009 06:46:16 +0000 (UTC) (envelope-from pgj@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D7D0B8FC08 for ; Mon, 19 Oct 2009 06:46:16 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n9J6kGfL015103 for ; Mon, 19 Oct 2009 06:46:16 GMT (envelope-from pgj@FreeBSD.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n9J6kGTS015101 for perforce@freebsd.org; Mon, 19 Oct 2009 06:46:16 GMT (envelope-from pgj@FreeBSD.org) Date: Mon, 19 Oct 2009 06:46:16 GMT Message-Id: <200910190646.n9J6kGTS015101@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to pgj@FreeBSD.org using -f From: Gabor Pali To: Perforce Change Reviews Precedence: bulk Cc: Subject: PERFORCE change 169590 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Oct 2009 06:46:17 -0000 http://p4web.freebsd.org/chv.cgi?CH=169590 Change 169590 by pgj@beehive on 2009/10/19 06:45:58 IFC Affected files ... .. //depot/projects/docproj_hu/src/release/doc/en_US.ISO8859-1/errata/article.sgml#2 integrate .. //depot/projects/docproj_hu/src/release/doc/share/mk/doc.relnotes.mk#2 integrate .. //depot/projects/docproj_hu/src/release/doc/share/sgml/release.dsl#2 integrate .. //depot/projects/docproj_hu/src/release/doc/share/sgml/release.ent#3 integrate .. //depot/projects/docproj_hu/www/en/administration.sgml#9 integrate .. //depot/projects/docproj_hu/www/hu/platforms/ppc.sgml#14 integrate Differences ... ==== //depot/projects/docproj_hu/src/release/doc/en_US.ISO8859-1/errata/article.sgml#2 (text+ko) ==== @@ -16,7 +16,6 @@ %release; - ]>
@@ -37,7 +36,7 @@ The &os; Project - $FreeBSD: src/release/doc/en_US.ISO8859-1/errata/article.sgml,v 1.73 2005/04/19 09:42:25 hrs Exp $ + $FreeBSD: src/release/doc/en_US.ISO8859-1/errata/article.sgml,v 1.74 2009/10/15 07:58:01 hrs Exp $ 2000 ==== //depot/projects/docproj_hu/src/release/doc/share/mk/doc.relnotes.mk#2 (text+ko) ==== @@ -1,4 +1,4 @@ -# $FreeBSD: src/release/doc/share/mk/doc.relnotes.mk,v 1.14 2007/02/16 02:10:12 bmah Exp $ +# $FreeBSD: src/release/doc/share/mk/doc.relnotes.mk,v 1.15 2009/10/15 07:58:01 hrs Exp $ DOC_PREFIX?= ${RELN_ROOT}/../../../doc @@ -11,23 +11,6 @@ DSLPRINT?= ${RELN_ROOT}/share/sgml/default.dsl # -# Tweakable Makefile variables -# -# INCLUDE_HISTORIC Used by relnotes document only. When set, -# causes all release notes entries to be printed, -# even those marked as "historic". If not set -# (the default), only print "non-historic" -# release note entries. To designate a release -# note entry as "historic", add a role="historic" -# attribute to the applicable element(s). -# -.if defined(INCLUDE_HISTORIC) -JADEFLAGS+= -iinclude.historic -.else -JADEFLAGS+= -ino.include.historic -.endif - -# # Automatic device list generation: # .if exists(${RELN_ROOT}/../man4) ==== //depot/projects/docproj_hu/src/release/doc/share/sgml/release.dsl#2 (text+ko) ==== @@ -1,10 +1,8 @@ - + - - %release.ent; @@ -14,14 +12,6 @@ -; Configure behavior of this stylesheet - - - ; String manipulation functions (define (split-string-to-list STR) ;; return list of STR separated with char #\ or #\, @@ -54,36 +44,6 @@ ((equal? STR (car s)) #t) (else (loop (cdr s)))))) -; Deal with conditional inclusion of text via entities. -(default - (let* ((role (attribute-string (normalize "role"))) - (for-arch (entity-text "arch"))) - (cond - - ;; If role=historic, and we're not printing historic things, then - ;; don't output this element. - ((and (equal? role "historic") - (not %include-historic%)) - (empty-sosofo)) - - ;; None of the above - (else (next-match))))) - -(mode qandatoc - (default - (let* ((role (attribute-string (normalize "role"))) - (for-arch (entity-text "arch"))) - (cond - - ;; If role=historic, and we're not printing historic things, then - ;; don't output this element. - ((and (equal? role "historic") - (not %include-historic%)) - (empty-sosofo)) - - ;; None of the above - (else (next-match)))))) - ; We might have some sect1 level elements where the modification times ; are significant. An example of this is the "What's New" section in ; the release notes. We enable the printing of pubdate entry in @@ -198,7 +158,6 @@ (u (string-append "&release.man.url;?query=" (data r) "&" "sektion=" (data m)))) (case v - (("xfree86") (string-append u "&" "manpath=XFree86+&release.manpath.xfree86;" )) (("xorg") (string-append u "&" "manpath=Xorg+&release.manpath.xorg;" )) (("netbsd") (string-append u "&" "manpath=NetBSD+&release.manpath.netbsd;")) (("ports") (string-append u "&" "manpath=FreeBSD+&release.manpath.freebsd-ports;")) ==== //depot/projects/docproj_hu/src/release/doc/share/sgml/release.ent#3 (text+ko) ==== @@ -1,28 +1,28 @@ - + - + - + - + - + @@ -36,11 +36,10 @@ - - - + + - + ==== //depot/projects/docproj_hu/www/en/administration.sgml#9 (text+ko) ==== @@ -1,5 +1,5 @@ + %developers; @@ -26,8 +26,6 @@
  • Release Engineering

    FreeBSD Port Management Team @@ -151,7 +149,7 @@

    The Primary Release Engineering Team is responsible for setting and publishing release schedules for official project releases of FreeBSD, - announcing code freezes and maintaining RELENG_* branches, among other + announcing code freezes and maintaining RELENG_* branches, among other things. The release engineering team charter describes the duties and responsibilities of the Primary Release @@ -166,23 +164,11 @@

  • &a.hrs; <hrs@FreeBSD.org>
  • &a.kensmith; <kensmith@FreeBSD.org> (Lead)
  • -
  • &a.murray; <murray@FreeBSD.org>
  • &a.rwatson; <rwatson@FreeBSD.org>
  • &a.dwhite; <dwhite@FreeBSD.org>
  • &a.bz; <bz@FreeBSD.org>
  • -

    FreeBSD/alpha Release Engineering Team - <re-alpha@FreeBSD.org>

    - -

    The FreeBSD/alpha Release Engineering Team is responsible for specific - release issues related to the FreeBSD/alpha platform.

    - - -

    FreeBSD/amd64 Release Engineering Team <re-amd64@FreeBSD.org>

    @@ -210,7 +196,6 @@ release issues related to the FreeBSD/i386 platform.

    @@ -247,7 +232,6 @@
  • &a.tmm; <tmm@FreeBSD.org>
  • &a.obrien; <obrien@FreeBSD.org>
  • &a.kensmith; <kensmith@FreeBSD.org>
  • -
  • &a.murray; <murray@FreeBSD.org>
  • &a.rwatson; <rwatson@FreeBSD.org>
  • ==== //depot/projects/docproj_hu/www/hu/platforms/ppc.sgml#14 (text+ko) ==== @@ -1,6 +1,6 @@ - +