PERFORCE change 156477 for review
Rene Ladan
rene at FreeBSD.org
Wed Jan 21 08:53:57 PST 2009
http://perforce.freebsd.org/chv.cgi?CH=156477
Change 156477 by rene at rene_self on 2009/01/21 16:53:02
IFC
Affected files ...
.. //depot/projects/docproj_nl/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml#13 integrate
.. //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/ports/chapter.sgml#8 integrate
.. //depot/projects/docproj_nl/en_US.ISO8859-1/books/porters-handbook/book.sgml#18 integrate
.. //depot/projects/docproj_nl/nl_NL.ISO8859-1/books/handbook/introduction/chapter.sgml#16 integrate
.. //depot/projects/docproj_nl/www/en/gnome/images/Makefile#2 integrate
.. //depot/projects/docproj_nl/www/en/gnome/images/ss222-1-tn.png#2 delete
.. //depot/projects/docproj_nl/www/en/gnome/images/ss222-1.png#2 delete
.. //depot/projects/docproj_nl/www/en/gnome/images/ss222-2-tn.png#2 delete
.. //depot/projects/docproj_nl/www/en/gnome/images/ss222-2.png#2 delete
.. //depot/projects/docproj_nl/www/en/gnome/images/ss222-3-tn.png#2 delete
.. //depot/projects/docproj_nl/www/en/gnome/images/ss222-3.png#2 delete
.. //depot/projects/docproj_nl/www/en/gnome/images/ss222-4-tn.png#2 delete
.. //depot/projects/docproj_nl/www/en/gnome/images/ss222-4.png#2 delete
.. //depot/projects/docproj_nl/www/en/gnome/images/ss224-1-tn.png#1 branch
.. //depot/projects/docproj_nl/www/en/gnome/images/ss224-1.png#1 branch
.. //depot/projects/docproj_nl/www/en/gnome/images/ss224-2-tn.png#1 branch
.. //depot/projects/docproj_nl/www/en/gnome/images/ss224-2.png#1 branch
.. //depot/projects/docproj_nl/www/en/gnome/screenshots.sgml#2 integrate
.. //depot/projects/docproj_nl/www/en/internal/machines.sgml#3 integrate
.. //depot/projects/docproj_nl/www/share/sgml/news.xml#26 integrate
Differences ...
==== //depot/projects/docproj_nl/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml#13 (text+ko) ====
@@ -1,4 +1,4 @@
-<!-- $FreeBSD: doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml,v 1.828 2008/12/14 13:47:03 pgj Exp $ -->
+<!-- $FreeBSD: doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml,v 1.830 2009/01/21 15:10:56 amdmi3 Exp $ -->
<!--
NOTE TO COMMITTERS: Contributors lists are sorted in alphabetical
order by first name.
@@ -8602,6 +8602,11 @@
</listitem>
<listitem>
+ <para>Sevan Janiyan
+ <email>venture37 at geeklan.co.uk</email></para>
+ </listitem>
+
+ <listitem>
<para>Shane Kinney
<email>mod6 at freebsdhackers.net</email></para>
</listitem>
==== //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/ports/chapter.sgml#8 (text+ko) ====
@@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
- $FreeBSD: doc/en_US.ISO8859-1/books/handbook/ports/chapter.sgml,v 1.287 2009/01/07 15:25:46 pav Exp $
+ $FreeBSD: doc/en_US.ISO8859-1/books/handbook/ports/chapter.sgml,v 1.288 2009/01/21 13:42:15 tabthorpe Exp $
-->
<chapter id="ports">
@@ -1521,7 +1521,7 @@
questions.</para>
<para>In particular, ports shown as maintained by
- <email role="nolink">freebsd-ports at FreeBSD.org</email> are
+ <email role="nolink">ports at FreeBSD.org</email> are
actually not maintained by anyone. Fixes and support, if
any, come from the general community who subscribe to that
mailing list. More volunteers are always needed!</para>
==== //depot/projects/docproj_nl/en_US.ISO8859-1/books/porters-handbook/book.sgml#18 (text+ko) ====
@@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
- $FreeBSD: doc/en_US.ISO8859-1/books/porters-handbook/book.sgml,v 1.967 2009/01/10 16:52:19 kib Exp $
+ $FreeBSD: doc/en_US.ISO8859-1/books/porters-handbook/book.sgml,v 1.970 2009/01/21 13:05:36 pav Exp $
-->
<!DOCTYPE BOOK PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
@@ -12032,6 +12032,12 @@
</row>
<row>
+ <entry>7.1-STABLE after cpuctl(4) support
+ added.</entry>
+ <entry>701102</entry>
+ </row>
+
+ <row>
<entry>8.0-CURRENT. Separating wide and single byte
ctype.</entry>
<entry>800000</entry>
@@ -12386,6 +12392,10 @@
<entry>8.0-CURRENT after the addition of makefs.</entry>
<entry>800060</entry>
</row>
+ <row>
+ <entry>8.0-CURRENT after TCP Appropriate Byte Counting.</entry>
+ <entry>800061</entry>
+ </row>
</tbody>
</tgroup>
</table>
@@ -12553,16 +12563,11 @@
<para>If your port requires a certain user to be on the installed
system, let the <filename>pkg-install</filename> script call
<command>pw</command> to create it automatically. Look at
- <filename role="package">net/cvsup-mirror</filename> for an example.
- Please note that this is strongly discouraged, please register
- user/group ID numbers as stated below.</para>
-
- <para>If your port must use the same user/group ID number when it is
- installed as a binary package as when it was compiled, then you must
+ <filename role="package">sysutils/symon</filename> for an example.
+ Your port must use a fixed user/group ID number. You must
choose a free UID from 50 to 999 and register it either in
<filename>ports/UIDs</filename> (for users) or in
- <filename>ports/GIDs</filename> (for groups). Look at
- <filename role="package">japanese/Wnn6</filename> for an example.</para>
+ <filename>ports/GIDs</filename> (for groups).</para>
<para>Make sure you do not use a UID already used by the system or
other ports.</para>
==== //depot/projects/docproj_nl/nl_NL.ISO8859-1/books/handbook/introduction/chapter.sgml#16 (text+ko) ====
@@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
- $FreeBSD: doc/nl_NL.ISO8859-1/books/handbook/introduction/chapter.sgml,v 1.14 2009/01/05 11:49:57 rene Exp $
+ $FreeBSD: doc/nl_NL.ISO8859-1/books/handbook/introduction/chapter.sgml,v 1.15 2009/01/14 18:33:33 rene Exp $
$FreeBSDnl: nl_NL.ISO8859-1/books/handbook/introduction/chapter.sgml,v 1.35 2005/09/23 17:03:10 siebrand Exp $
%SOURCE% en_US.ISO8859-1/books/handbook/introduction/chapter.sgml
==== //depot/projects/docproj_nl/www/en/gnome/images/Makefile#2 (text+ko) ====
@@ -1,4 +1,4 @@
-# $FreeBSD: www/en/gnome/images/Makefile,v 1.53 2008/04/09 05:03:07 marcus Exp $
+# $FreeBSD: www/en/gnome/images/Makefile,v 1.54 2009/01/18 23:52:33 marcus Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
@@ -19,14 +19,10 @@
# E.g. the fourth screenshot for GNOME 2.6 is ss26-4.png, and the thumbnail
# is ss26-4-tn.png
-DATA= ss222-1.png
-DATA+= ss222-1-tn.png
-DATA+= ss222-2.png
-DATA+= ss222-2-tn.png
-DATA+= ss222-3.png
-DATA+= ss222-3-tn.png
-DATA+= ss222-4.png
-DATA+= ss222-4-tn.png
+DATA= ss224-1.png
+DATA+= ss224-1-tn.png
+DATA+= ss224-2.png
+DATA+= ss224-2-tn.png
DATA+= gnome.png
# FreeBSD GNOME Vanity Project
==== //depot/projects/docproj_nl/www/en/gnome/screenshots.sgml#2 (text+ko) ====
@@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA "..">
-<!ENTITY date "$FreeBSD: www/en/gnome/screenshots.sgml,v 1.76 2008/04/09 05:03:06 marcus Exp $">
+<!ENTITY date "$FreeBSD: www/en/gnome/screenshots.sgml,v 1.78 2009/01/19 00:14:09 marcus Exp $">
<!ENTITY title "FreeBSD GNOME Project: Screenshots">
<!ENTITY % navinclude.gnome "INCLUDE">
]>
@@ -15,42 +15,26 @@
<h3>GNOME &gnomever; Screenshots</h3>
- <p><b>A GNOME &gnomever; Desktop showing off cheese, the Apple
- Photobooth-like webcam application and the new VNC client,
- vinagre.</b><br>
- <a href="images/ss222-1.png"><img title="GNOME &gnomever; Screen
- Shot 1" src="images/ss222-1-tn.png" alt="GNOME &gnomever; Screen
+ <p><b>A GNOME &gnomever; Desktop showing off the Gimp, the
+ System Monitor applet, and the multi-byte, fully
+ internationalized power of GNOME.</b><br>
+ <a href="images/ss224-1.png"><img title="GNOME &gnomever; Screen
+ Shot 1" src="images/ss224-1-tn.png" alt="GNOME &gnomever; Screen
Shot 1" border="0"></a><br>
- <i>Contributed by Joe Marcus Clarke <marcus |at| FreeBSD.org
- ></i></p>
+ <i>Contributed by Denise H. G. <darcsis |at|
+ gmail.com></i></p>
- <p><b>A GNOME &gnomever; Desktop showing off both automatic
- blank CD-R detection, and USB flash drive mounting; the Brasero
- disc authoring application; a ConsoleKit session record; and
- PolicyKit requesting the password to gain administrative
- access.</b><br>
- <a href="images/ss222-2.png"><img title="GNOME &gnomever; Screen
- Shot 2" src="images/ss222-2-tn.png" alt="GNOME &gnomever; Screen
+ <p><b>GNOME &gnomever; within GNOME &gnomever;! This is a
+ GNOME &gnomever; Desktop running vinagre connected to another
+ GNOME &gnomever; Desktop running Epiphany. The main desktop
+ is also sporting the Anjuta IDE, the new Empathy IM client, and
+ showing off the SMB network browsing capability along with the
+ internationalized clock applet.</b><br>
+ <a href="images/ss224-2.png"><img title="GNOME &gnomever; Screen
+ Shot 2" src="images/ss224-2-tn.png" alt="GNOME &gnomever; Screen
Shot 2" border="0"></a><br>
- <i>Contributed by <mezz |at| FreeBSD.org
- ></i></p>
-
- <p><b>GNOME &gnomever; running the Totem Web Browser plugin in
- Firefox and visiting the Apple Trailers website.</b><br>
- <a href="images/ss222-3.png"><img title="GNOME &gnomever; Screen
- Shot 3" src="images/ss222-3-tn.png" alt="GNOME &gnomever; Screen
- Shot 3" border="0"></a><br>
- <i>Contributed by <mezz |at| FreeBSD.org
- ></i></p>
-
- <p><b>GNOME &gnomever; showing off the new international clock
- applet, Cheese, and GNOME System Monitor's new resource
- graph.</b><br>
- <a href="images/ss222-4.png"><img title="GNOME &gnomever;
- Screen Shot 4" src="images/ss222-4-tn.png" alt="GNOME
- &gnomever; Screen Shot 4" border="0"></a><br>
- <i>Contributed by Lachlan Michael <lachlan |at|
- lkla.org></i></p>
+ <i>Contributed by Joe Marcus Clarke <marcus |at|
+ FreeBSD.org></i></p>
&footer;
</body>
==== //depot/projects/docproj_nl/www/en/internal/machines.sgml#3 (text+ko) ====
@@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA "..">
-<!ENTITY date "$FreeBSD: www/en/internal/machines.sgml,v 1.91 2009/01/11 23:08:07 simon Exp $">
+<!ENTITY date "$FreeBSD: www/en/internal/machines.sgml,v 1.92 2009/01/19 08:56:57 simon Exp $">
<!ENTITY title "The FreeBSD.org Network">
<!ENTITY % navinclude.docs "INCLUDE">
]>
@@ -47,7 +47,7 @@
<tr>
<td>ftp-master</td>
-<td>6-STABLE</td>
+<td>7-STABLE</td>
<td>FTP Master (stage server).</td>
<td>peter/kuriyama/obrien/steve</td>
</tr>
==== //depot/projects/docproj_nl/www/share/sgml/news.xml#26 (text+ko) ====
@@ -25,7 +25,7 @@
<news>
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
<cvs:keyword name="freebsd">
- $FreeBSD: www/share/sgml/news.xml,v 1.219 2009/01/12 17:02:43 marcus Exp $
+ $FreeBSD: www/share/sgml/news.xml,v 1.220 2009/01/17 09:06:01 murray Exp $
</cvs:keyword>
</cvs:keywords>
@@ -36,6 +36,20 @@
<name>1</name>
<day>
+ <name>17</name>
+
+ <event>
+ <title>FreeBSD Kernel Internals Video Posted</title>
+
+ <p>The first lecture from Kirk McKusick's full
+ length <a href="http://www.youtube.com/watch?v=nwbqBdghh6E">FreeBSD
+ Kernel Internals</a> course has been posted to
+ the <a href="http://www.youtube.com/bsdconferences">BSD
+ Conferences</a> channel
+ on <a href="http://www.youtube.com">YouTube</a>.</p>
+ </event>
+ </day>
+ <day>
<name>9</name>
<event>
More information about the p4-projects
mailing list