From owner-svn-doc-head@FreeBSD.ORG Fri Oct 18 17:55:49 2013 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E2CD1DF6; Fri, 18 Oct 2013 17:55:48 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CE9352451; Fri, 18 Oct 2013 17:55:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9IHtmlm010569; Fri, 18 Oct 2013 17:55:48 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9IHtmHH010566; Fri, 18 Oct 2013 17:55:48 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201310181755.r9IHtmHH010566@svn.freebsd.org> From: Koop Mast Date: Fri, 18 Oct 2013 17:55:48 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43000 - in head: en_US.ISO8859-1/htdocs/gnome en_US.ISO8859-1/htdocs/gnome/docs share/xml X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Oct 2013 17:55:49 -0000 Author: kwm (ports committer) Date: Fri Oct 18 17:55:47 2013 New Revision: 43000 URL: http://svnweb.freebsd.org/changeset/doc/43000 Log: Bump development version that we are currently working on. Update misc items like supported FreeBSD versions. And GNOME development happens in SVN these days. Replace FreeBSD with &os; [1] Reviewed by: rene@ Suggested by: rene@ [1] Modified: head/en_US.ISO8859-1/htdocs/gnome/docs/develfaq.xml head/en_US.ISO8859-1/htdocs/gnome/index.xsl head/share/xml/release.ent Modified: head/en_US.ISO8859-1/htdocs/gnome/docs/develfaq.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/gnome/docs/develfaq.xml Fri Oct 18 13:52:57 2013 (r42999) +++ head/en_US.ISO8859-1/htdocs/gnome/docs/develfaq.xml Fri Oct 18 17:55:47 2013 (r43000) @@ -22,7 +22,7 @@
  • What should I do when something does not work?
  • How can I help with the development versions?
  • What is the current state of development GNOME on - FreeBSD
  • + &os;

    Full Text

    @@ -38,20 +38,22 @@
    1. STABLE - The applications and libraries in the stable branch are considered "release quality," and are the versions that - appear in the FreeBSD ports tree. The current stable version is + appear in the &os; ports tree. The current stable version is GNOME &gnomever;.
    2. DEVELOPMENT - In between stable releases are development releases. Traditionally, GNOME development releases have odd minor - numbers (e.g. 2.3, &gnomedevelver;, 2.(n*2)-1). Development releases will + numbers (e.g. 2.3, &gnomedevelver;, 3.(n*2)-1). Development releases will become stable releases, and move from alpha to beta quality during - their lifecycle. The development releases need testing by FreeBSD + their lifecycle. The development releases need testing by &os; users to minimize the number of surprises when the new stable - versions are committed to the FreeBSD CVS tree. This document is - about the development branch. The current development branch - is GNOME &gnomedevelver;.
    3. + versions are committed to the &os; SVN tree. This document is + about the development branch. At any time the development branch for &os; + might be based of a stable GNOME release. However it will be tagged + "development" here if it is the version that is work in progress by the &os; + GNOME team. The current development branch for &os; is GNOME &gnomedevelver;.
    4. GIT - Often newer-than-new, the GIT master versions of GNOME applications and libraries are alpha quality, or often completely - unbuildable. The FreeBSD GNOME project pays attention to, but + unbuildable. The &os; GNOME project pays attention to, but does not track the alpha quality code.
    @@ -62,7 +64,7 @@

    If you are looking for a stable environment, absolutely not. Please only track the GNOME &gnomedevelver; branch if you wish to help identify bugs - and improve the FreeBSD GNOME project. You will find little + and improve the &os; GNOME project. You will find little sympathy if a development-quality GNOME application eats your homework.

    @@ -72,12 +74,12 @@

    How do I obtain the development versions of GNOME stuff?

    Marcus maintains a - CVS repository where all the development versions of - the GNOME components for FreeBSD are housed. Instructions for + SVN repository where all the development versions of + the GNOME components for &os; are housed. Instructions for how to check out the development ports module and how to merge it - into the FreeBSD ports tree reside on the entrance page to his + into the &os; ports tree reside on the entrance page to his SVN repository. Please read carefully the instructions at - http://www.marcuscom.com:8080/cgi-bin/cvsweb.cgi. + http://www.marcuscom.com:8080/viewvc/viewvc.cgi/marcuscom/.

    During the development cycle, FreeBSD-specific caveats and @@ -97,7 +99,7 @@

     WITH_DEBUG="yes"
     
    -

    GNOME has an excellent guide for getting +

    GNOME has an excellent guide for getting useful back traces.

    @@ -106,7 +108,7 @@ WITH_DEBUG="yes"

    How do I keep everything up-to-date and in sync?

    The short answer is that you need to use the marcusmerge - script to merge the development tree with the FreeBSD ports tree. + script to merge the development tree with the &os; ports tree. The marcusmerge script is available here, and a man page on using the script is available @@ -127,7 +129,8 @@ WITH_DEBUG="yes" (irc.freenode.net).

    If all of this sounds scary, or you need a desktop that - "Just Works," you should stick with the stable GNOME branch.

    + "Just Works," you should stick with the &gnomever; version that + is available in the &os; ports tree.

    @@ -137,7 +140,7 @@ WITH_DEBUG="yes"

    It depends. If you think the problem is truly a bug with the GNOME component, you can report a bug using bug-buddy or the GNOME Bugzilla - interface. If you think the problem lies in a FreeBSD port, or + interface. If you think the problem lies in a &os; port, or is FreeBSD-specific, send email to &email;@FreeBSD.org, or report the problem on the #freebsd-gnome IRC @@ -161,11 +164,10 @@ WITH_DEBUG="yes"

  • -

    What is the current state of development GNOME on FreeBSD?

    +

    What is the current state of development GNOME on &os;?

    -

    We have just cleared out the MarcusCom ports tree after - merging &gnomever; into the FreeBSD ports tree. Stay tuned - for the start of &gnomedevelver; work.

    +

    &gnomever; is the latest version that was merged into the &os; ports tree. + Work is currently underway to make &gnomedevelver; stable.

  • Modified: head/en_US.ISO8859-1/htdocs/gnome/index.xsl ============================================================================== --- head/en_US.ISO8859-1/htdocs/gnome/index.xsl Fri Oct 18 13:52:57 2013 (r42999) +++ head/en_US.ISO8859-1/htdocs/gnome/index.xsl Fri Oct 18 17:55:47 2013 (r43000) @@ -100,9 +100,9 @@ web browsers, audio players, office programs, and more.

    -

    The FreeBSD GNOME Project is a team of devoted +

    The &os; GNOME Project is a team of devoted developers and users that manage the - integration of GNOME and FreeBSD.

    + integration of GNOME and &os;.

    How to install GNOME

    @@ -129,15 +129,15 @@

    State of the port

    -

    GNOME for FreeBSD is currently fully supported on - 8.3, 8-STABLE, 9.0, 9.1, and 9-STABLE, while - 10.0-CURRENT is provided on a best effort basis. - Most of GNOME has been ported to FreeBSD, but there is still - plenty left to be done!

    +

    GNOME for &os; is currently fully supported on + 8.4, 8-STABLE, 9.1, 9.2, and 9-STABLE, 10.0 and 10-STABLE while + 11.0-CURRENT is provided on a best effort basis. + Work is being done to replace Gnome 2 with Mate and Gnome3. + There is still plenty left to be done!

    One stop solution shop!

    -

    GNOME is simple and easy to build using the FreeBSD ports system, but +

    GNOME is simple and easy to build using the &os; ports system, but sometimes things simply go wrong. If GNOME -- or anything that uses GNOME libraries -- is not building the way it should, simply run the gnomelogalyzer.sh Modified: head/share/xml/release.ent ============================================================================== --- head/share/xml/release.ent Fri Oct 18 13:52:57 2013 (r42999) +++ head/share/xml/release.ent Fri Oct 18 17:55:47 2013 (r43000) @@ -83,4 +83,4 @@ - +