From owner-p4-projects@FreeBSD.ORG Sun Nov 21 17:06:12 2010 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 98232106566C; Sun, 21 Nov 2010 17:06:12 +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 5A4FF106564A for ; Sun, 21 Nov 2010 17:06:12 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from skunkworks.freebsd.org (skunkworks.freebsd.org [IPv6:2001:4f8:fff6::2d]) by mx1.freebsd.org (Postfix) with ESMTP id 45E058FC17 for ; Sun, 21 Nov 2010 17:06:12 +0000 (UTC) Received: from skunkworks.freebsd.org (localhost [127.0.0.1]) by skunkworks.freebsd.org (8.14.4/8.14.4) with ESMTP id oALH6ClN096369 for ; Sun, 21 Nov 2010 17:06:12 GMT (envelope-from rene@FreeBSD.org) Received: (from perforce@localhost) by skunkworks.freebsd.org (8.14.4/8.14.4/Submit) id oALH6C6F096366 for perforce@freebsd.org; Sun, 21 Nov 2010 17:06:12 GMT (envelope-from rene@FreeBSD.org) Date: Sun, 21 Nov 2010 17:06:12 GMT Message-Id: <201011211706.oALH6C6F096366@skunkworks.freebsd.org> X-Authentication-Warning: skunkworks.freebsd.org: perforce set sender to rene@FreeBSD.org using -f From: Rene Ladan To: Perforce Change Reviews Precedence: bulk Cc: Subject: PERFORCE change 186071 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: Sun, 21 Nov 2010 17:06:12 -0000 http://p4web.freebsd.org/@@186071?ac=10 Change 186071 by rene@rene_acer on 2010/11/21 17:05:31 IFC Affected files ... .. //depot/projects/docproj_nl/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml#79 integrate .. //depot/projects/docproj_nl/en_US.ISO8859-1/books/porters-handbook/book.sgml#92 integrate .. //depot/projects/docproj_nl/www/en/administration.sgml#16 integrate .. //depot/projects/docproj_nl/www/en/gnome/docs/Makefile#6 integrate .. //depot/projects/docproj_nl/www/en/gnome/docs/develfaq.sgml#6 integrate .. //depot/projects/docproj_nl/www/en/gnome/docs/faq232.sgml#1 branch .. //depot/projects/docproj_nl/www/en/gnome/index.xsl#7 integrate .. //depot/projects/docproj_nl/www/en/gnome/news.xml#7 integrate .. //depot/projects/docproj_nl/www/en/releases/index.sgml#11 integrate .. //depot/projects/docproj_nl/www/share/sgml/commercial.software.xml#10 integrate .. //depot/projects/docproj_nl/www/share/sgml/navibar.ent#8 integrate .. //depot/projects/docproj_nl/www/share/sgml/press.xml#21 integrate .. //depot/projects/docproj_nl/www/share/sgml/release.ent#29 integrate .. //depot/projects/docproj_nl/www/share/sgml/usergroups.xml#18 integrate Differences ... ==== //depot/projects/docproj_nl/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml#79 (text+ko) ==== @@ -1,4 +1,4 @@ - + July 22, 2010 9.0-CURRENT after the import of BSD grep. + + 900016 + July 28, 2010 + 9.0-CURRENT after adding mti_zone to + struct malloc_type_internal. + 900017 August 23, 2010 @@ -13685,12 +13691,43 @@ 9.0-CURRENT after addition of the MAP_PREFAULT_READ flag to mmap(2). + + 900020 + September 9, 2010 + 9.0-CURRENT after adding drain functionality + to sbufs, which also changed the layout of + struct sbuf. + + 900021 + September 13, 2010 + 9.0-CURRENT after DTrace has grown support + for userland tracing. + + 900022 October 2, 2010 9.0-CURRENT after addition of the BSDL man utilities and retirement of GNU/GPL man utilities. + + 900023 + October 11, 2010 + 9.0-CURRENT after updating xz to git 20101010 + snapshot. + + + 900024 + November 11, 2010 + 9.0-CURRENT after libgcc.a was replaced + by libcompiler_rt.a. + + + 900025 + November 12, 2010 + 9.0-CURRENT after the introduction of the + modularised congestion control. + ==== //depot/projects/docproj_nl/www/en/administration.sgml#16 (text+ko) ==== @@ -1,5 +1,5 @@ + %developers; @@ -133,7 +133,6 @@
  • &a.marcus; <marcus@FreeBSD.org>
  • -
  • &a.kris; <kris@FreeBSD.org>
  • &a.erwin; <erwin@FreeBSD.org>
  • &a.linimon; <linimon@FreeBSD.org>
  • &a.pav; <pav@FreeBSD.org>
  • ==== //depot/projects/docproj_nl/www/en/gnome/docs/Makefile#6 (text+ko) ==== @@ -1,4 +1,4 @@ -# $FreeBSD: www/en/gnome/docs/Makefile,v 1.30 2010/05/10 19:33:23 kwm Exp $ +# $FreeBSD: www/en/gnome/docs/Makefile,v 1.31 2010/11/20 15:22:27 kwm Exp $ .if exists(../Makefile.conf) .include "../Makefile.conf" @@ -20,6 +20,7 @@ DOCS+= faq226.sgml DOCS+= faq228.sgml DOCS+= faq230.sgml +DOCS+= faq232.sgml DOCS+= gnome_porting.sgml DOCS+= gnome1_porting.sgml DOCS+= gnome2_porting.sgml ==== //depot/projects/docproj_nl/www/en/gnome/docs/develfaq.sgml#6 (text+ko) ==== @@ -1,6 +1,6 @@ - + @@ -44,7 +44,7 @@ versions are committed to the FreeBSD CVS tree. This document is about the development branch. The current development branch is GNOME &gnomedevelver;. -
  • SVN - Often newer-than-new, the SVN trunk versions of GNOME +
  • 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 does not track the alpha quality code.
  • ==== //depot/projects/docproj_nl/www/en/gnome/index.xsl#7 (text+ko) ==== @@ -4,7 +4,7 @@ ]> - + devel/gnome2-hacker-tools (development tools)
-

Upgrading to GNOME 2.30?

+

Upgrading to GNOME 2.32?

-

If you are upgrading from GNOME 2.28 to GNOME 2.30, read the - Upgrade FAQ for upgrade +

If you are upgrading from GNOME 2.30 to GNOME 2.32, read the + Upgrade FAQ for upgrade instructions.

State of the port

GNOME for FreeBSD is currently supported on - 6-STABLE, 7.1, 7.2, 7-STABLE, 8.0, 8-STABLE, and 9-CURRENT. + 7.1, 7.3, 7-STABLE, 8.0, 8.1, 8-STABLE, and 9-CURRENT. Most of GNOME has been ported to FreeBSD, but there is still plenty left to be done!

==== //depot/projects/docproj_nl/www/en/gnome/news.xml#7 (text+ko) ==== @@ -19,13 +19,61 @@ - $FreeBSD: www/en/gnome/news.xml,v 1.152 2010/05/10 19:33:23 kwm Exp $ + $FreeBSD: www/en/gnome/news.xml,v 1.154 2010/11/20 23:23:37 ryusuke Exp $ 2010 + November + + + 19 + + + Announcing GNOME 2.32.1 for FreeBSD! + +

Presenting GNOME 2.32.1 for FreeBSD. The offical release + notes for this release can be found at + + http://library.gnome.org/misc/release-notes/2.32/

+ +

This will be the last release of the GNOME 2.x series, mainly a bugfix + and bridge release to the first release of the GNOME 3.x series.

+ +

This release features commits by avl, marcus, mezz and myself.

+ +

The FreeBSD GNOME Team would like to thank the following contributors + and testers for there help with this release:

+ +

+ Zane C.B. +
+ romain@ +
+ Olaf Seibert +
+ DomiX +
+ Bapt +
+ jsa@ +
+ miwi@ +
+ Sergio de Almeida Lenzi +
+ Maxim Samsonov +
+ Kris Moore +
+

+
+
+
+ + May ==== //depot/projects/docproj_nl/www/en/releases/index.sgml#11 (text+ko) ==== @@ -1,10 +1,10 @@ - + ]> - + &header; @@ -42,6 +42,14 @@ also available. Please see Getting FreeBSD for details.

+ +

Supported Releases

+ +

The current designation and estimated lifetimes of currently +supported releases can be found on the +FreeBSD +Security Information page.

+

Future Releases

==== //depot/projects/docproj_nl/www/share/sgml/commercial.software.xml#10 (text+ko) ==== @@ -1,12 +1,12 @@ - + - $FreeBSD: www/share/sgml/commercial.software.xml,v 1.36 2010/11/04 09:42:44 jkois Exp $ + $FreeBSD: www/share/sgml/commercial.software.xml,v 1.37 2010/11/20 11:05:03 jkois Exp $ @@ -1552,29 +1552,32 @@ - + Anthemion Software Ltd. http://www.anthemion.co.uk - Anthemion DialogBlocks helps you create resizeable, - platform-independent user interfaces for wxWidgets in C++ or XRC. - Generated code can be edited in DialogBlocks or in other - applications, and DialogBlocks will merge its own changes into - your edited source files. You can compile your projects (and - wxWidgets itself) using DialogBlocks' extensive configuration - mechanism, which allows most popular compilers to be used. - Controls that are not directly supported by DialogBlocks can be - catered for by definining their main characteristics for the - benefit of C++ and XRC generation. Complex dialogs such as - multi-page notebooks and wizards can be edited and previewed - directly, without having to piece the parts together by writing - further code. DialogBlocks also supports validators, the data - transfer mechanism, and can generate conditional code, for - example specific UIs for certain platforms. DialogBlocks is - available from - http://www.anthemion.co.uk/dialogblocks/. + Anthemion Software Ltd. is a small independent software company + based in Edinburgh, Scotland, specialising in tools to help + writers and users of the wxWidgets application development + framework. We provide you with the following products: + +

DialogBlocks + is a sizer-based GUI resource editor that allows you to + quickly create professional-looking dialogs, wizards and + frames for deployment on Windows, Linux, Mac or any other + supported wxWidgets platform.

+ +

Jutoh makes it easy + to create ebooks in popular formats that you can sell on + many ebook sites. Create your project in seconds from + existing files using the New Project Wizard; or create + your book from scratch using the built-in styled text + editor. Select a book cover design from Jutoh's template, + or create your own cover design with the built-in cover + editor. Jutoh lets you start creating your ebooks quickly, + but has plenty of features and configuration for more + advanced use, including support for contents, index and + endnotes pages.

==== //depot/projects/docproj_nl/www/share/sgml/navibar.ent#8 (text+ko) ==== @@ -1,4 +1,4 @@ - + FreeBSD/GNOME '> ==== //depot/projects/docproj_nl/www/share/sgml/press.xml#21 (text+ko) ==== @@ -9,7 +9,7 @@ - $FreeBSD: www/share/sgml/press.xml,v 1.92 2010/03/08 16:41:08 jkois Exp $ + $FreeBSD: www/share/sgml/press.xml,v 1.93 2010/11/18 16:45:28 jkois Exp $ @@ -17,6 +17,22 @@ 2010 + 8 + + + PC-BSD 8.1 review + http://www.linuxbsdos.com/2010/08/17/pc-bsd-8-1-review/ + LinuxBSDos.com + http://www.linuxbsdos.com/ + 17 August 2010 + LinuxBSDos.com +

LinuxBSDos.com looks at the installation, system configuration + and system management (including the installation of third party + software packages via PC-BSD's PBI system) of PC-BSD 8.1.

+
+
+ + 2 ==== //depot/projects/docproj_nl/www/share/sgml/release.ent#29 (text+ko) ==== @@ -1,4 +1,4 @@ - +