Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Oct 2010 11:12:29 GMT
From:      Rene Ladan <rene@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 184574 for review
Message-ID:  <201010101112.o9ABCTna066565@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@184574?ac=10

Change 184574 by rene@rene_acer on 2010/10/10 11:12:16

	IFC

Affected files ...

.. //depot/projects/docproj_nl/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml#73 integrate
.. //depot/projects/docproj_nl/en_US.ISO8859-1/articles/contributors/contrib.committers.sgml#53 integrate
.. //depot/projects/docproj_nl/en_US.ISO8859-1/articles/portbuild/article.sgml#27 integrate
.. //depot/projects/docproj_nl/en_US.ISO8859-1/books/porters-handbook/book.sgml#89 integrate
.. //depot/projects/docproj_nl/en_US.ISO8859-1/share/sgml/authors.ent#46 integrate
.. //depot/projects/docproj_nl/share/pgpkeys/jonathan.key#1 branch
.. //depot/projects/docproj_nl/share/pgpkeys/pgpkeys-developers.sgml#46 integrate
.. //depot/projects/docproj_nl/share/pgpkeys/pgpkeys.ent#43 integrate
.. //depot/projects/docproj_nl/share/pgpkeys/pluknet.key#1 branch
.. //depot/projects/docproj_nl/www/en/developers.sgml#44 integrate
.. //depot/projects/docproj_nl/www/en/donations/donors.sgml#36 integrate
.. //depot/projects/docproj_nl/www/en/donations/wantlist.sgml#24 integrate
.. //depot/projects/docproj_nl/www/share/sgml/news.xml#91 integrate

Differences ...

==== //depot/projects/docproj_nl/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml#73 (text+ko) ====

@@ -1,4 +1,4 @@
-<!-- $FreeBSD: doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml,v 1.964 2010/09/30 17:37:22 hrs Exp $ -->
+<!-- $FreeBSD: doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml,v 1.965 2010/10/06 14:23:52 pluknet Exp $ -->
 <!--
 	NOTE TO COMMITTERS: Contributors lists are sorted in alphabetical
 	order by first name.
@@ -8852,11 +8852,6 @@
     </listitem>
 
     <listitem>
-      <para>Sergey Kandaurov
-	<email>pluknet@gmail.com</email></para>
-    </listitem>
-
-    <listitem>
       <para>Sergey Kosyakov
 	<email>ks@itp.ac.ru</email></para>
     </listitem>

==== //depot/projects/docproj_nl/en_US.ISO8859-1/articles/contributors/contrib.committers.sgml#53 (text+ko) ====

@@ -1,4 +1,4 @@
-<!-- $FreeBSD: doc/en_US.ISO8859-1/articles/contributors/contrib.committers.sgml,v 1.311 2010/09/24 23:21:03 martymac Exp $ -->
+<!-- $FreeBSD: doc/en_US.ISO8859-1/articles/contributors/contrib.committers.sgml,v 1.313 2010/10/07 17:57:50 jonathan Exp $ -->
 <!--
 	NOTE TO NEW COMMITTERS: Core and committers lists are sorted in
 	alphabetical order by last name. Please keep in mind that fact while
@@ -239,6 +239,10 @@
     </listitem>
 
     <listitem>
+      <para>&a.jonathan;</para>
+    </listitem>
+
+    <listitem>
       <para>&a.loader;</para>
     </listitem>
 
@@ -675,6 +679,10 @@
     </listitem>
 
     <listitem>
+      <para>&a.pluknet;</para>
+    </listitem>
+
+    <listitem>
       <para>&a.cokane;</para>
     </listitem>
 

==== //depot/projects/docproj_nl/en_US.ISO8859-1/articles/portbuild/article.sgml#27 (text+ko) ====

@@ -11,7 +11,7 @@
       <corpauthor>The &os; Ports Management Team</corpauthor>
     </authorgroup>
 
-    <pubdate>$FreeBSD: doc/en_US.ISO8859-1/articles/portbuild/article.sgml,v 1.60 2010/09/19 21:00:28 linimon Exp $</pubdate>
+    <pubdate>$FreeBSD: doc/en_US.ISO8859-1/articles/portbuild/article.sgml,v 1.61 2010/10/09 16:13:15 linimon Exp $</pubdate>
 
     <copyright>
       <year>2003</year>
@@ -169,8 +169,13 @@
     <sect2 id="build-dopackages">
       <title><command>dopackages</command> scripts</title>
 
-    <para>The <filename>scripts/dopackages*</filename> scripts
-      are used to perform the builds.  Most useful are:</para>
+    <para>The <filename>scripts/dopackages</filename> scripts
+      are used to perform the builds.</para>
+
+    <sect3>
+      <title>Old codebase</title>
+      <para>For the old codebase: the
+      most useful are:</para>
 
     <itemizedlist>
       <listitem>
@@ -228,6 +233,20 @@
 
     <screen><command>dopackages.6 <replaceable>${arch}</replaceable> <replaceable>${buildid}</replaceable> <literal>[-options]</literal></command></screen>
 
+    </sect3>
+
+    <sect3>
+      <title>New codebase</title>
+      <para>The symlinks go away, and you just use
+        <command>dopackages.wrapper</command> directly.  For example:</para>
+
+    <screen><command>dopackages.wrapper <replaceable>${arch}</replaceable> <replaceable>${branch}</replaceable> <replaceable>${buildid}</replaceable> <literal>[-options]</literal></command></screen>
+
+    </sect3>
+
+    <sect3>
+      <title>Either codebase</title>
+
     <para>Most often, you will be using <literal>latest</literal> for
       the value of <replaceable>buildid</replaceable>.</para>
 
@@ -322,6 +341,13 @@
       </listitem>
 
       <listitem>
+	<para><literal>-nochecksubdirs</literal> - Do not check the
+	  <makevar>SUBDIRS</makevar> for ports that are not connected
+	  to the build.  (New codebase only).
+	</para>
+      </listitem>
+
+      <listitem>
 	<para><literal>-trybroken</literal> - Try to build
 	  <literal>BROKEN</literal> ports (off by default
 	  because the amd64/&i386; clusters are fast enough now
@@ -460,18 +486,21 @@
       <title>Update the i386-6 tree and do a complete build</title>
 
       <para><command>dopackages.6 i386 -nosrc -norestr -nofinish</command></para>
+      <para><command>dopackages.wrapper i386 6 -nosrc -norestr -nofinish</command></para>
     </example>
 
     <example>
       <title>Restart an interrupted amd64-8 build without updating</title>
 
       <para><command>dopackages.8 amd64 -nosrc -noports -norestr -continue -noindex -noduds -nofinish</command></para>
+      <para><command>dopackages.wrapper amd64 8 -nosrc -noports -norestr -continue -noindex -noduds -nofinish</command></para>
     </example>
 
     <example>
       <title>Post-process a completed sparc64-7 tree</title>
 
       <para><command>dopackages.7 sparc64 -finish</command></para>
+      <para><command>dopackages.wrapper sparc64 7 -finish</command></para>
     </example>
 
     <para>Hint: it us usually best to run the <command>dopackages</command>
@@ -493,6 +522,8 @@
 	    [<replaceable>newid</replaceable>]</literal> - Creates
 	    <replaceable>newid</replaceable> (or a datestamp if not specified).
 	    Only needed when bringing up a new branch or a new architecture.
+	    (TODO: document whether newid must be specified as
+	    <literal>latest</literal> in the new codebase.)
 	  </para>
 	</listitem>
 
@@ -609,12 +640,10 @@
     <para>[+] If any of these steps fail, the build will stop
       cold in its tracks.</para>
 
-    <!-- XXX MCL make.* is obsolete? -->
     <para>[++] Status of these steps can be found in
-      <filename><replaceable>${arch}</replaceable>/<replaceable>${branch}</replaceable>/make.[0|1]</filename>,
-      where <filename>make.0</filename> is the log file used by
-      phase 1 of the package build and <filename>make.1</filename>
-      is the log file used by phase 2.  Individual ports will write
+      <filename><replaceable>${arch}</replaceable>/<replaceable>${branch}</replaceable>/make</filename> (old codebase) or
+      <filename><replaceable>${arch}</replaceable>/<replaceable>${branch}</replaceable>/journal</filename> (new codebase).
+      Individual ports will write
       their build logs to
       <filename><replaceable>${arch}</replaceable>/<replaceable>${branch}</replaceable>/logs</filename>
       and their error logs to
@@ -1062,7 +1091,7 @@
 
     <screen>&prompt.root; <userinput>rsync -n -r -v -l -t -p --delete packages/ portmgr@ftp-master:w/ports/<replaceable>${arch}</replaceable>/<replaceable>${subdir}</replaceable>/ | tee log</userinput></screen>
 
-    <para>Distfiles can be transferred with the
+    <para>Distfiles should be transferred with the
       <command>cpdistfiles</command> script:</para>
 
     <screen>&prompt.root; <userinput>/var/portbuild/scripts/cpdistfiles <replaceable>${arch}</replaceable> <replaceable>${branch}</replaceable></userinput></screen>
@@ -1119,7 +1148,7 @@
     <para>In order to have a good control case with which to compare
       failures, you should first do a package build of the branch on
       which the experimental patches branch is based for the &i386;
-      architecture (currently this is <literal>7</literal>).  Then, when
+      architecture (currently this is <literal>8</literal>).  Then, when
       preparing for the experimental patches build, checkout a ports
       tree and a src tree with the same date as was used for the control
       build.  This will ensure an apples-to-apples comparison
@@ -1207,11 +1236,13 @@
     <note><para>Be sure to <literal>cvs update</literal> this tree to the same date as
       the experimental patches tree.</para></note>
 
+    <!-- XXX MCL fix -->
     <para>The following command will set up the control branch for
-      the partial build:</para>
+      the partial build (old codebase):</para>
 
     <screen>&prompt.user; <userinput>/var/portbuild/scripts/dopackages.8 -noportscvs -nobuild -nocvs -nofinish</userinput></screen>
 
+    <!-- XXX MCL obsolete -->
     <para>The builds must be performed from the
       <literal>packages/All</literal> directory.  This directory should
       initially be empty except for the Makefile symlink.  If this
@@ -1624,6 +1655,7 @@
 	    </listitem>
 
 	    <listitem>
+	      <!-- XXX MCL get latest patches from narutos -->
 	      <para>Create
 		 <filename>usr/local/etc/rc.d/portbuild.sh</filename>,
 		 using the appropriate value for
@@ -1954,7 +1986,8 @@
       </listitem>
 
       <listitem>
-	<para>Add a link from
+        <para>(Only necessary for old codebase):
+	  Add a link from
 	  <filename>/var/portbuild/scripts/dopackages</filename> to
 	  <filename>/var/portbuild/scripts/dopackages.<replaceable>branch</replaceable></filename>.
       </listitem>
@@ -1966,12 +1999,15 @@
       </listitem>
 
       <listitem>
-	<para>Add the <literal>snap</literal> directory to
+	<!-- XXX MCL writeup for new codebase -->
+        <para>(Only necessary for old codebase):
+	  Add the <literal>snap</literal> directory to
 	  <filename>/var/portbuild/scripts/zexpire</filename>.</para>
       </listitem>
 
       <listitem>
-	<para>In the <filename>/var/portbuild/errorlogs/</filename>
+        <para>(Only necessary for old codebase):
+	  In the <filename>/var/portbuild/errorlogs/</filename>
 	  directory, create links for the webserver:<screen>
 ln -s ../<replaceable>arch</replaceable>/<replaceable>branch</replaceable>/builds/latest/bak/errors <replaceable>arch</replaceable>-<replaceable>branch</replaceable>-full
 ln -s ../<replaceable>arch</replaceable>/<replaceable>branch</replaceable>/builds/latest/bak/logs <replaceable>arch</replaceable>-<replaceable>branch</replaceable>-full-logs
@@ -2119,7 +2155,8 @@
       </listitem>
 
       <listitem>
-	<para>As with the procedure for creating a new branch:
+        <para>(Only necessary for old codebase):
+	  As with the procedure for creating a new branch:
 	  in the <filename>/var/portbuild/errorlogs/</filename>
 	  directory, create links for the webserver:<screen>
 ln -s ../<replaceable>arch</replaceable>/<replaceable>branch</replaceable>/builds/latest/bak/errors <replaceable>arch</replaceable>-<replaceable>branch</replaceable>-full
@@ -2132,7 +2169,8 @@
       </listitem>
 
       <listitem>
-	<para>In that
+        <para>(Only necessary for old codebase):
+	  In that
 	  directory, create two more links for the webserver:<screen>
 ln -s ../<replaceable>arch</replaceable>/archive/buildlogs <replaceable>arch</replaceable>-buildlogs
 ln -s ../<replaceable>arch</replaceable>/archive/errorlogs <replaceable>arch</replaceable>-errorlogs</screen>

==== //depot/projects/docproj_nl/en_US.ISO8859-1/books/porters-handbook/book.sgml#89 (text+ko) ====

@@ -1,7 +1,7 @@
 <!--
      The FreeBSD Documentation Project
 
-     $FreeBSD: doc/en_US.ISO8859-1/books/porters-handbook/book.sgml,v 1.1076 2010/09/19 15:06:42 pgj Exp $
+     $FreeBSD: doc/en_US.ISO8859-1/books/porters-handbook/book.sgml,v 1.1077 2010/10/04 01:23:59 gordon Exp $
 -->
 
 <!DOCTYPE BOOK PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
@@ -13672,6 +13672,12 @@
 		    <entry>9.0-CURRENT after addition of the MAP_PREFAULT_READ
 		      flag to <function>mmap(2)</function>.</entry>
 		  </row>
+		  <row>
+		    <entry>900022</entry>
+		    <entry>October 2, 2010</entry>
+		    <entry>9.0-CURRENT after addition of the BSDL man utilities
+		      and retirement of GNU/GPL man utilities.</entry>
+		  </row>
 		</tbody>
 	      </tgroup>
 	    </table>

==== //depot/projects/docproj_nl/en_US.ISO8859-1/share/sgml/authors.ent#46 (text+ko) ====

@@ -13,7 +13,7 @@
                  builds for the other languages, and we will poke fun of you
                  in public.
 
-     $FreeBSD: doc/en_US.ISO8859-1/share/sgml/authors.ent,v 1.526 2010/09/24 22:57:35 martymac Exp $
+     $FreeBSD: doc/en_US.ISO8859-1/share/sgml/authors.ent,v 1.528 2010/10/07 17:57:50 jonathan Exp $
 -->
 
 <!ENTITY a.aaron "Aaron Dalton <email>aaron@FreeBSD.org</email>">
@@ -586,6 +586,8 @@
 
 <!ENTITY a.jon "Jonathan Chen <email>jon@FreeBSD.org</email>">
 
+<!ENTITY a.jonathan "Jonathan Anderson <email>jonathan@FreeBSD.org</email>">
+
 <!ENTITY a.josef "Josef El-Rayes <email>josef@FreeBSD.org</email>">
 
 <!ENTITY a.jpaetzel "Josh Paetzel <email>jpaetzel@FreeBSD.org</email>">
@@ -928,6 +930,8 @@
 
 <!ENTITY a.pjd "Pawel Jakub Dawidek <email>pjd@FreeBSD.org</email>">
 
+<!ENTITY a.pluknet "Sergey Kandaurov <email>pluknet@FreeBSD.org</email>">
+
 <!ENTITY a.proven "Chris Provenzano <email>proven@FreeBSD.org</email>">
 
 <!ENTITY a.ps "Paul Saab <email>ps@FreeBSD.org</email>">

==== //depot/projects/docproj_nl/share/pgpkeys/pgpkeys-developers.sgml#46 (text+ko) ====

@@ -1,7 +1,7 @@
 <!--
      The FreeBSD Documentation Project
 
-     $FreeBSD: doc/share/pgpkeys/pgpkeys-developers.sgml,v 1.141 2010/09/25 00:26:42 martymac Exp $
+     $FreeBSD: doc/share/pgpkeys/pgpkeys-developers.sgml,v 1.143 2010/10/07 17:57:50 jonathan Exp $
 -->
 
     <sect2 id="pgpkey-ariff">
@@ -236,6 +236,11 @@
       &pgpkey.jon;
     </sect2>
 
+    <sect2 id="pgpkey-jonathan">
+      <title>&a.jonathan;</title>
+      &pgpkey.jonathan;
+    </sect2>
+
     <sect2 id="pgpkey-loader">
       <title>&a.loader;</title>
       &pgpkey.loader;
@@ -621,6 +626,11 @@
       &pgpkey.phk;
     </sect2>
 
+    <sect2 id="pgpkey-pluknet">
+      <title>&a.pluknet;</title>
+      &pgpkey.pluknet;
+    </sect2>
+
     <sect2 id="pgpkey-cokane">
       <title>&a.cokane;</title>
       &pgpkey.cokane;

==== //depot/projects/docproj_nl/share/pgpkeys/pgpkeys.ent#43 (text+ko) ====

@@ -1,5 +1,5 @@
 
-<!-- $FreeBSD: doc/share/pgpkeys/pgpkeys.ent,v 1.231 2010/09/25 00:26:42 martymac Exp $ -->
+<!-- $FreeBSD: doc/share/pgpkeys/pgpkeys.ent,v 1.233 2010/10/07 17:57:50 jonathan Exp $ -->
 <!-- PGP keyblocks -->
 <!ENTITY pgpkey.aaron SYSTEM "aaron.key">
 <!ENTITY pgpkey.ache SYSTEM "ache.key">
@@ -158,6 +158,7 @@
 <!ENTITY pgpkey.joerg SYSTEM "joerg.key">
 <!ENTITY pgpkey.johans SYSTEM "johans.key">
 <!ENTITY pgpkey.jon SYSTEM "jon.key">
+<!ENTITY pgpkey.jonathan SYSTEM "jonathan.key">
 <!ENTITY pgpkey.josef SYSTEM "josef.key">
 <!ENTITY pgpkey.jpaetzel SYSTEM "jpaetzel.key">
 <!ENTITY pgpkey.jsa SYSTEM "jsa.key">
@@ -259,6 +260,7 @@
 <!ENTITY pgpkey.pho SYSTEM "pho.key">
 <!ENTITY pgpkey.pirzyk SYSTEM "pirzyk.key">
 <!ENTITY pgpkey.pjd SYSTEM "pjd.key">
+<!ENTITY pgpkey.pluknet SYSTEM "pluknet.key">
 <!ENTITY pgpkey.portmgr-secretary SYSTEM "portmgr-secretary.key">
 <!ENTITY pgpkey.rafan SYSTEM "rafan.key">
 <!ENTITY pgpkey.rdivacky SYSTEM "rdivacky.key">

==== //depot/projects/docproj_nl/www/en/developers.sgml#44 (text+ko) ====

@@ -6,7 +6,7 @@
 us to update author names, or the representation of those names (such
 as adding email addresses), by just editing a single file.
 
-$FreeBSD: www/en/developers.sgml,v 1.267 2010/09/24 23:05:14 martymac Exp $
+$FreeBSD: www/en/developers.sgml,v 1.269 2010/10/07 17:59:17 jonathan Exp $
 
 -->
 
@@ -293,6 +293,7 @@
 <!ENTITY a.johans "Johan van Selst">
 <!ENTITY a.john "John Cavanaugh">
 <!ENTITY a.jon "Jonathan Chen">
+<!ENTITY a.jonathan "Jonathan Anderson">
 <!ENTITY a.josef "Josef El-Rayes">
 <!ENTITY a.jpaetzel "Josh Paetzel">
 <!ENTITY a.jsa "Joseph S. Atkinson">
@@ -464,6 +465,7 @@
 <!ENTITY a.pirzyk "Jim Pirzyk">
 <!ENTITY a.piso "Paolo Pisati">
 <!ENTITY a.pjd "Pawel Jakub Dawidek">
+<!ENTITY a.pluknet "Sergey Kandaurov">
 <!ENTITY a.proven "Chris Provenzano">
 <!ENTITY a.ps "Paul Saab">
 <!ENTITY a.pst "Paul Traina">

==== //depot/projects/docproj_nl/www/en/donations/donors.sgml#36 (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/donations/donors.sgml,v 1.418 2010/09/14 23:05:02 dougb Exp $">
+<!ENTITY date "$FreeBSD: www/en/donations/donors.sgml,v 1.420 2010/10/05 07:11:46 gahr Exp $">
 <!ENTITY title "Hardware Donors Page">
 <!ENTITY % navinclude.about "INCLUDE">
 <!ENTITY % developers SYSTEM "../developers.sgml"> %developers;
@@ -2802,6 +2802,20 @@
     <td> dougb</td>
     <td> received</td>
   </tr>
+
+  <tr>
+    <td> Olivier Cochard-Labbe</td>
+    <td> Sun Blade 150</td>
+    <td> fjoe</td>
+    <td> received</td>
+  </tr>
+
+  <tr>
+    <td> Andreas Thalau </td>
+    <td> Level One GSW-0502T gigabit switch </td>
+    <td> lme </td>
+    <td> received </td>
+  </tr>
 </table>
 
 &footer;

==== //depot/projects/docproj_nl/www/en/donations/wantlist.sgml#24 (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/donations/wantlist.sgml,v 1.495 2010/09/27 23:41:30 tabthorpe Exp $">
+<!ENTITY date "$FreeBSD: www/en/donations/wantlist.sgml,v 1.497 2010/10/08 08:59:19 simon Exp $">
 <!ENTITY title "FreeBSD Developers Want List">
 <!ENTITY email 'donations'>
 <!ENTITY % navinclude.about "INCLUDE">
@@ -36,6 +36,7 @@
 	<th>Developer Country</th>
 	<th>Equipment Desired</th>
 	<th>Equipment Use</th>
+	<th>Date Added</th>
       </tr>
 
       <tr>
@@ -45,6 +46,7 @@
 	  drives.</td>
 	<td>Going to be in my home office, so I can sacrifice performance 
 	  in favor of less noise pollution.</td>
+	<td>2008/09/10</td>
       </tr>
 
       <tr>
@@ -52,17 +54,8 @@
 	<td>Norway</td>
 	<td>Mac Mini with 1 GB RAM, no peripherals</td>
 	<td>Tinderbox.</td>
-      </tr>
-
-      <!-- ucycom is broken, and i have no time for it at the moment
-      <tr>
-	<td>des</td>
-	<td>Norway</td>
-	<td>Any USB device based on the Cypress CY7C637xx /
-	  CY7C640/1xx USB to RS232 bridge chip.</td>
-	<td>Improve the ucycom driver.</td>
+	<td>2005/05/19</td>
       </tr>
-      -->
 
       <tr>
 	<td>dfr</td>
@@ -71,6 +64,7 @@
 	  acceptable.</td>
 	<td>Debug and improve the performance of firewire, especially
 	  IP over firewire.</td>
+	<td>2004/07/01</td>
       </tr>
 
       <tr>
@@ -78,6 +72,7 @@
 	<td>California, USA</td>
 	<td>Apple G4 XServe</td>
 	<td>Rackmount PowerPC machine for developer cluster.</td>
+	<td>2004/07/24</td>
       </tr>
 
       <tr>
@@ -86,6 +81,7 @@
 	<td>Gigabit switch</td>
 	<td>Development/build cluster.  Any kind of switch could
 	  work.</td>
+	<td>2005/08/11</td>
       </tr>
 
       <tr>
@@ -93,6 +89,7 @@
 	<td>Rishi Valley, India.</td>
 	<td>4-port USB KVM switch &amp; USB<->PS/2 adapters</td>
 	<td>Facilitate working with multiple machines.</td>
+	<td>2008/09/02</td>
       </tr>
 
       <tr>
@@ -100,6 +97,7 @@
 	<td>Rishi Valley, India.</td>
 	<td>Solar backed UPS (500W x 4-6 hrs)</td>
 	<td>Permit work on FreeBSD in the absence of grid power.</td>
+	<td>2008/09/02</td>
       </tr>
 
       <tr>
@@ -108,6 +106,7 @@
 	<td>Fast multiprocessor AMD64 capable machine (dual core CPU ok).</td>
 	<td>General build box to support FreeBSD work including ARM and
 	  multi-arch testing of patches.</td>
+	<td>2006/07/17</td>
       </tr>
 
       <tr>
@@ -115,6 +114,7 @@
 	<td>California, USA</td>
 	<td>Tape drive, preferably SCSI DDS-3 or later</td>
 	<td>bsdtar testing and development.</td>
+	<td>2010/01/24</td>
       </tr>
 
       <tr>
@@ -140,6 +140,7 @@
 	  load distribution.  Not all at once but in the long term.
 	  Most of this knowledge will be reverted to FreeBSD if I
 	  can.</td>
+	<td>2003/04/14</td>
       </tr>
 
       <tr>
@@ -150,6 +151,7 @@
 	  DIMMs. Low-profile is a must. ECC is optional.</td>
 	<td>More memory allows for better workloads when testing code in
 	  SMP setups.</td>
+	<td>2007/05/26</td>
       </tr>
 
       <tr>
@@ -158,6 +160,7 @@
 	<td>Flexelint v8. (www.gimpel.com)</td>
 	<td>(Semi-)automated code cleaning and cross-platform compiler needs
 	  cleaning.</td>
+	<td>2002/09/23</td>
       </tr>
 
       <tr>
@@ -166,6 +169,7 @@
 	<td>ACPI laptops (also for lend)</td>
 	<td>(1) ACPI laptops that work, to test new code on.<br>
          (2) ACPI laptops that don't work, (to try) to fix.</td>
+	<td>2004/12/19</td>
       </tr>
 
       <tr>
@@ -174,6 +178,7 @@
 	<td>IBM ThinkPad Dock II</td>
 	<td>(1) Enhance the acpi_ibm(4) driver.<br>
 	 (2) Enhance docking support.</td>
+	<td>2005/06/13</td>
       </tr>
 
       <tr>
@@ -182,6 +187,7 @@
 	<td>2-3 build machines:Pentium4 2GHz+,20GB+ ATA66+
 	  HDD,256MB+RAM, 100base-TX NIC,serial, etc.</td>
 	<td>Rebuild dying snapshots.jp.FreeBSD.org.</td>
+	<td>2002/08/05</td>
       </tr>
 
       <tr>
@@ -191,6 +197,7 @@
 	  storage (RAID0+1 desirable),256MB+RAM, 100base-TX
 	  NIC,serial, etc.</td>
 	<td>Rebuild dying snapshots.jp.FreeBSD.org.</td>
+	<td>2002/08/05</td>
       </tr>
 
       <tr>
@@ -202,6 +209,7 @@
 	 if I still need the card. Fixed cards will go to the busdma
 	 project.</td>
 	<td>Add support for unsupported and broken drivers.</td>
+	<td>2003/02/03</td>
       </tr>
 
       <tr>
@@ -210,7 +218,8 @@
 	<td>Network cards listed on <a
 	  href="http://www.FreeBSD.org/projects/busdma/">busdma
 	  project</a> page.</td>
-	<td>Busdma conversion of network cards.<td>
+	<td>Busdma conversion of network cards.</td>
+	<td>2003/01/03</td>
       </tr>
 
       <tr>
@@ -218,6 +227,7 @@
 	<td>France</td>
 	<td>Relatively recent laptop with serial port</td>
 	<td>Live kernel debugging.</td>
+	<td>2003/01/03</td>
       </tr>
 
       <tr>
@@ -225,6 +235,7 @@
 	<td>Madison, WI, USA</td>
 	<td>IBM PPC desktop or rackmount hardware with a POWER4/5/6/7 or Cell CPU</td>
 	<td>Add support for these machines.</td>
+	<td>2010/08/17</td>
       </tr>
 
       <tr>
@@ -232,6 +243,7 @@
 	<td>Silicon Valley, USA</td>
 	<td>AlphaServer DS15.</td>
 	<td>continued FreeBSD/alpha development and testing.</td>
+	<td>2005/12/09</td>
       </tr>
 
       <tr>
@@ -240,6 +252,7 @@
 	<td>1U or 2U rack-mount cases, with power supplies. </td>
 	<td>Build into AMD64 reference machines for the FreeBSD.org
 	    cluster.</td>
+	<td>2004/08/24</td>
       </tr>
 
       <tr>
@@ -247,6 +260,7 @@
 	<td>California, USA</td>
 	<td>Rack mount AMD64 Opteron system.</td>
 	<td>To make available on the developer cluster. </td>
+	<td>2003/05/23</td>
       </tr>
 
       <tr>
@@ -259,7 +273,9 @@
 	    Add more capacity to i386 and sparc64 package
 	    building clusters.
 	</td>
+	<td>2009/07/23</td>
       </tr>
+
       <tr>
 	<td>portmgr</td>
 	<td>worldwide</td>
@@ -271,7 +287,9 @@
 	  SunFire V120, V210, or V240) for our package building
 	  cluster in the US.
 	</td>
+	<td>2009/07/23</td>
       </tr>
+
       <tr>
 	<td>rpaulo</td>
 	<td>Portugal</td>
@@ -281,6 +299,7 @@
 	<td>
 	    General FreeBSD kernel/userland development/testing.
 	</td>
+	<td>2008/08/29</td>
       </tr>
 
       <tr>
@@ -288,6 +307,7 @@
 	<td>Portugal</td>
 	<td>Intel Mac, possibly Mac Mini for a small shipment fee</td>
 	<td>EFI support under FreeBSD and other Mac development work.</td>
+	<td>2008/08/29</td>
       </tr>
 
       <tr>
@@ -296,68 +316,15 @@
 	<td>crypto devices (pci, pcmcia, cardbus cards,
 	    CPUs with builtin crypto support)</td>
 	<td>For improving hardware crypto support.</td>
+	<td>2003/02/23</td>
       </tr>
 
       <tr>
-	<td>simon / cperciva</td>
-	<td>Ontario, Canada</td>
-	<td>Fast 1U rack mountable server.  Preferably 4 cores, 2GB
-	  RAM, 2 x 36GB+ disks, decent hardware RAID controller for
-	  RAID1, 100Mbit NIC, and not too electrical power
-	  hungry.</td>
-        <td>Faster portsnap build system to reduce time between
-	  portsnap builds and to introduce more redundancy in portsnap
-	  to reduce downtime in case one build server fails.</td>
-      </tr>
-
-      <tr>
-	<td>simon</td>
-	<td>Denmark</td>
-	<td>12 port Remote Power Controller 220V 10A with serial or
-	  Ethernet connection.	It does not have to be one big power
-	  controller and fewer than 12 ports can certainly also be a
-	  good start.</td>
-	<td>Being able to remote power cycle servers hosted at home,
-	  including <tt>tb3 / tb4.droso.net</tt> and all the
-	  assosiated network equipment.</td>
-      </tr>
-
-      <tr>
-	<td>simon</td>
-	<td>Denmark</td>
-	<td>1KW - 1.5KW APC Smart-UPS or similar</td>
-	<td>Being able to have all local systems (including
-	  tb[345].droso.net) turned on without current UPS complaining
-	  about overload.</td>
-      </tr>
-
-      <tr>
-	<td>simon</td>
-	<td>Denmark</td>
-	<td>8 port serial console server.</td>
-	<td>Being able to remote manage servers hosted at home better,
-	  including <tt>tb3 / tb4.droso.net</tt>.</td>
-      </tr>
-
-      <tr>
-	<td>simon</td>
-	<td>Denmark</td>
-	<td>Dual Opteron server motherboard which supports Opteron
-	   875 CPU's, 2GB ECC RAM, 2xSATA disks (RAID1)</td>
-	<td>Replacement hardware for trillian.nitro.dk / tb3.droso.net
-	  (it is currently running on my workstation) which is a
-	  system I host where all FreeBSD committers can get an
-	  account.  It is mainly used by ports developers for testing,
-	  but is also used by multiple <a
-	    href="http://wiki.freebsd.org/SummerOfCode2006">SoC
-	    2006</a> students.</td>
-      </tr>
-
-      <tr>
 	<td>tanimura</td>
 	<td>Japan</td>
 	<td>Any Japanese laptop (Preferably IBM Thinkpad A30 or A31).</td>
 	<td>Replace a recently stolen IBM.</td>
+	<td>2003/04/15</td>
       </tr>
     </table>
 

==== //depot/projects/docproj_nl/www/share/sgml/news.xml#91 (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.346 2010/09/24 23:29:32 martymac Exp $
+      $FreeBSD: www/share/sgml/news.xml,v 1.348 2010/10/07 17:59:17 jonathan Exp $
     </cvs:keyword>
   </cvs:keywords>
 
@@ -33,6 +33,24 @@
     <name>2010</name>
 
     <month>
+      <name>10</name>
+        
+      <day>
+	<name>7</name>
+	<event>
+	  <p>New committer: <a href="mailto:jonathan@FreeBSD.org">Jonathan Anderson</a></p>
+	</event>
+      </day>
+
+      <day>
+	<name>5</name>
+	<event>
+	  <p>New committer: <a href="mailto:pluknet@FreeBSD.org">Sergey Kandaurov</a> (src)</p>
+	</event>
+      </day>
+    </month>
+
+    <month>
       <name>9</name>
 
       <day>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010101112.o9ABCTna066565>