PERFORCE change 153422 for review

Gabor Pali pgj at FreeBSD.org
Sun Nov 23 22:19:22 PST 2008


http://perforce.freebsd.org/chv.cgi?CH=153422

Change 153422 by pgj at kolbasz on 2008/11/24 06:18:21

	IFC

Affected files ...

.. //depot/projects/docproj_hu/doc/en_US.ISO8859-1/share/sgml/authors.ent#18 integrate
.. //depot/projects/docproj_hu/doc/share/misc/docbook.css#3 integrate
.. //depot/projects/docproj_hu/doc/share/pgpkeys/pgpkeys-developers.sgml#13 integrate
.. //depot/projects/docproj_hu/doc/share/pgpkeys/pgpkeys.ent#13 integrate
.. //depot/projects/docproj_hu/doc/share/pgpkeys/pho.key#1 branch
.. //depot/projects/docproj_hu/doc/share/sgml/freebsd.ent#5 integrate
.. //depot/projects/docproj_hu/doc/share/sgml/man-refs.ent#10 integrate
.. //depot/projects/docproj_hu/src/release/doc/en_US.ISO8859-1/hardware/article.sgml#7 integrate
.. //depot/projects/docproj_hu/src/release/doc/en_US.ISO8859-1/relnotes/article.sgml#9 integrate
.. //depot/projects/docproj_hu/src_7/release/doc/en_US.ISO8859-1/hardware/article.sgml#3 integrate
.. //depot/projects/docproj_hu/src_7/release/doc/en_US.ISO8859-1/relnotes/article.sgml#5 integrate
.. //depot/projects/docproj_hu/www/en/donations/wantlist.sgml#7 integrate
.. //depot/projects/docproj_hu/www/share/sgml/events.xml#8 integrate
.. //depot/projects/docproj_hu/www/share/sgml/news.xml#28 integrate

Differences ...

==== //depot/projects/docproj_hu/doc/en_US.ISO8859-1/share/sgml/authors.ent#18 (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.465 2008/11/04 20:03:28 rene Exp $
+     $FreeBSD: doc/en_US.ISO8859-1/share/sgml/authors.ent,v 1.466 2008/11/20 11:15:54 koitsu Exp $
 -->
 
 <!ENTITY a.aaron "Aaron Dalton <email>aaron at FreeBSD.org</email>">
@@ -578,8 +578,6 @@
 
 <!ENTITY a.knu "Akinori MUSHA <email>knu at FreeBSD.org</email>">
 
-<!ENTITY a.koitsu "Jeremy Chadwick <email>koitsu at FreeBSD.org</email>">
-
 <!ENTITY a.krion "Kirill Ponomarew <email>krion at FreeBSD.org</email>">
 
 <!ENTITY a.kris "Kris Kennaway <email>kris at FreeBSD.org</email>">

==== //depot/projects/docproj_hu/doc/share/misc/docbook.css#3 (text+ko) ====

@@ -23,7 +23,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * $FreeBSD: doc/share/misc/docbook.css,v 1.13 2008/11/09 04:24:47 chinsan Exp $
+ * $FreeBSD: doc/share/misc/docbook.css,v 1.14 2008/11/21 07:28:34 keramida Exp $
  */
 
 BODY ADDRESS {
@@ -149,61 +149,55 @@
 	text-decoration: underline;
 } 
 
-.PROGRAMLISTING, .SCREEN {
-	background-color: #DEE3E7;
-	padding: 4px;
+.SCREEN {
+	padding: 1ex;
+}
+
+.PROGRAMLISTING {
+	padding: 1ex;
+	background-color: #eee;
+	border: 1px solid #ccc;
 }
 
 @media screen {  /* hide from IE3 */
 	a[href]:hover { background: #ffa }
 }
 
-
-BLOCKQUOTE.NOTE{
-	color: #173B7F;
-	background: #d5e3ff;
-	border: 2px solid #7387b0;
-	padding-top: 1px;
-	padding-left: 5px;
-	padding-right: 5px;
-	padding-bottom: 2px;
-	width: 800px;
+BLOCKQUOTE.NOTE {
+	color: #222;
+	background: #eee;
+	border: 1px solid #ccc;
+	padding: 0.4em 0.4em;
+	width: 85%;
 }
 
-BLOCKQUOTE.TIP{
+BLOCKQUOTE.TIP {
 	color: #004F00;
-	background: #c8dcc6;
-	border: 2px solid green;
-	padding: 3px;
-	width: 800px;
-	align: middle;
+	background: #d8ecd6;
+	border: 1px solid green;
+	padding: 0.2em 2em;
+	width: 85%;
 }
 
-BLOCKQUOTE.IMPORTANT{
-	color:red;
-	font-family: arial; 
+BLOCKQUOTE.IMPORTANT {
 	font-style:italic;
-	font-weight:bold;
-	line-height: 21px;
+	border: 1px solid #a00;
+	border-left: 12px solid #c00;
+	padding: 0.1em 1em;
 }
 
-BLOCKQUOTE.WARNING{
+BLOCKQUOTE.WARNING {
 	color: #9F1313;
-	background: #f8e4e4;
-	border: 2px solid #e59595;
-	padding-top: 1px;
-	padding-left: 5px;
-	padding-right: 5px;
-	padding-bottom: 2px;
-	width: 800px;	
+	background: #f8e8e8;
+	border: 1px solid #e59595;
+	padding: 0.2em 2em;
+	width: 85%;
 }
 
-.EXAMPLE{
+.EXAMPLE {
 	background: #fefde6;
-	border: 2px solid #f1bb16;
-	padding-top: 1px;
-	padding-left: 5px;
-	padding-right: 5px;
-	padding-bottom: 2px;
-	width: 800px;
+	border: 1px solid #f1bb16;
+	margin: 1em 0;
+	padding: 0.2em 2em;
+	width: 90%;
 }

==== //depot/projects/docproj_hu/doc/share/pgpkeys/pgpkeys-developers.sgml#13 (text+ko) ====

@@ -1,7 +1,7 @@
 <!--
      The FreeBSD Documentation Project
 
-     $FreeBSD: doc/share/pgpkeys/pgpkeys-developers.sgml,v 1.82 2008/11/04 20:58:25 rene Exp $
+     $FreeBSD: doc/share/pgpkeys/pgpkeys-developers.sgml,v 1.84 2008/11/20 11:53:43 pgj Exp $
 -->
 
     <sect2 id="pgpkey-ariff">
@@ -174,10 +174,12 @@
       &pgpkey.gahr;
     </sect2>
 
+<!--
     <sect2 id="pgpkey-koitsu">
       <title>&a.koitsu;</title>
       &pgpkey.koitsu;
     </sect2>
+-->
 
     <sect2 id="pgpkey-perky">
       <title>&a.perky;</title>
@@ -454,6 +456,11 @@
       &pgpkey.mux;
     </sect2>
 
+    <sect2 id="pgpkey-pho">
+      <title>&a.pho;</title>
+      &pgpkey.pho;
+    </sect2>
+
     <sect2 id="pgpkey-mich">
       <title>&a.mich;</title>
       &pgpkey.mich;

==== //depot/projects/docproj_hu/doc/share/pgpkeys/pgpkeys.ent#13 (text+ko) ====

@@ -1,5 +1,5 @@
 
-<!-- $FreeBSD: doc/share/pgpkeys/pgpkeys.ent,v 1.179 2008/11/04 20:59:03 rene Exp $ -->
+<!-- $FreeBSD: doc/share/pgpkeys/pgpkeys.ent,v 1.180 2008/11/18 17:34:30 hrs Exp $ -->
 <!-- PGP keyblocks -->
 <!ENTITY pgpkey.aaron SYSTEM "aaron.key">
 <!ENTITY pgpkey.ache SYSTEM "ache.key">
@@ -222,6 +222,7 @@
 <!ENTITY pgpkey.phantom SYSTEM "phantom.key">
 <!ENTITY pgpkey.philip SYSTEM "philip.key">
 <!ENTITY pgpkey.phk SYSTEM "phk.key">
+<!ENTITY pgpkey.pho SYSTEM "pho.key">
 <!ENTITY pgpkey.pirzyk SYSTEM "pirzyk.key">
 <!ENTITY pgpkey.pjd SYSTEM "pjd.key">
 <!ENTITY pgpkey.portmgr-secretary SYSTEM "portmgr-secretary.key">

==== //depot/projects/docproj_hu/doc/share/sgml/freebsd.ent#5 (text+ko) ====

@@ -1,7 +1,7 @@
 <!-- -*- sgml -*-
      DocBook Miscellaneous FreeBSD Entities.
 
-     $FreeBSD: doc/share/sgml/freebsd.ent,v 1.105 2008/11/03 19:21:44 blackend Exp $
+     $FreeBSD: doc/share/sgml/freebsd.ent,v 1.106 2008/11/20 20:59:51 pgj Exp $
 
 This file is now valid XML as well as SGML.  Please do not add CDATA
 attributes or anything else that will prevent this file from being
@@ -50,6 +50,11 @@
 <!ENTITY xorg "Xorg">
 <!ENTITY xorg.version "7.3">
 
+<!-- Use an entity for DTrace to avoid spelling
+     mistakes stem from unusual capitalization -->
+
+<!ENTITY dtrace "DTrace">
+
 <!-- The currently released version of FreeBSD.  This value is used to
      create some links on web sites and such, so do NOT change it until
      it's really release time -->

==== //depot/projects/docproj_hu/doc/share/sgml/man-refs.ent#10 (text+ko) ====

@@ -20,7 +20,7 @@
      lexicographical order by the entity (i.e., the dots used in place of
      special characters should not be expanded when comparing).
 
-     $FreeBSD: doc/share/sgml/man-refs.ent,v 1.472 2008/10/06 21:49:01 simon Exp $
+     $FreeBSD: doc/share/sgml/man-refs.ent,v 1.473 2008/11/24 01:25:26 delphij Exp $
 -->
 
 <!ENTITY man...1 "<citerefentry/<refentrytitle/[/<manvolnum/1//">
@@ -3257,6 +3257,7 @@
 <!ENTITY man.ahd.4 "<citerefentry/<refentrytitle/ahd/<manvolnum/4//">
 <!ENTITY man.aic.4 "<citerefentry/<refentrytitle/aic/<manvolnum/4//">
 <!ENTITY man.aio.4 "<citerefentry/<refentrytitle/aio/<manvolnum/4//">
+<!ENTITY man.ale.4 "<citerefentry/<refentrytitle/ale/<manvolnum/4//">
 <!ENTITY man.alpm.4 "<citerefentry/<refentrytitle/alpm/<manvolnum/4//">
 <!ENTITY man.als4000.4 "<citerefentry/<refentrytitle/als4000/<manvolnum/4//">
 <!ENTITY man.altq.4 "<citerefentry/<refentrytitle/altq/<manvolnum/4//">

==== //depot/projects/docproj_hu/src/release/doc/en_US.ISO8859-1/hardware/article.sgml#7 (text+ko) ====

@@ -17,7 +17,7 @@
 
     <corpauthor>The &os; Documentation Project</corpauthor>
 
-    <pubdate>$FreeBSD: src/release/doc/en_US.ISO8859-1/hardware/article.sgml,v 1.341 2008/10/23 10:38:04 marck Exp $</pubdate>
+    <pubdate>$FreeBSD: src/release/doc/en_US.ISO8859-1/hardware/article.sgml,v 1.342 2008/11/24 01:26:22 delphij Exp $</pubdate>
 
     <copyright>
       <year>2000</year>
@@ -664,6 +664,8 @@
 
       &hwlist.age;
 
+      &hwlist.ale;
+
       &hwlist.aue;
 
       &hwlist.axe;

==== //depot/projects/docproj_hu/src/release/doc/en_US.ISO8859-1/relnotes/article.sgml#9 (text+ko) ====

@@ -17,7 +17,7 @@
 
   <corpauthor>The &os; Project</corpauthor>
 
-  <pubdate>$FreeBSD: src/release/doc/en_US.ISO8859-1/relnotes/article.sgml,v 1.1095 2008/10/15 12:02:32 edwin Exp $</pubdate>
+  <pubdate>$FreeBSD: src/release/doc/en_US.ISO8859-1/relnotes/article.sgml,v 1.1098 2008/11/24 01:26:22 delphij Exp $</pubdate>
 
   <copyright>
     <year>2000</year>
@@ -167,7 +167,7 @@
     <para>Kernel support for M:N threading has been removed.  While
       the KSE (Kernel Scheduled Entities) project was quite successful
       in bringing threading to FreeBSD, the M:N approach taken by the
-      kse library was never developed to its full potential.
+      KSE library was never developed to its full potential.
       Backwards compatibility for applications using KSE threading
       will be provided via &man.libmap.conf.5; for dynamically linked
       binaries.  The &os; Project greatly appreciates the work of
@@ -225,10 +225,13 @@
       <sect4 id="net-if">
 	<title>Network Interface Support</title>
 
+	<para>The &man.ale.4; driver has been added to provide support
+	  for Atheros AR8121/AR8113/AR8114 Gigabit/Fast Ethernet controllers.</para>
+
 	<para>The &man.em.4; driver has been split into two drivers
 	  with some common parts.  The &man.em.4; driver will continue
 	  to support adapters up to the 82575, as well as new
-	  client/desktop adapters.  A new igb driver
+	  client/desktop adapters.  A new &man.igb.4; driver
 	  will support new server adapters.</para>
 
 	<para>The &man.jme.4; driver has been added to provide support

==== //depot/projects/docproj_hu/src_7/release/doc/en_US.ISO8859-1/hardware/article.sgml#3 (text+ko) ====

@@ -18,7 +18,7 @@
 
   <corpauthor>The &os; Documentation Project</corpauthor>
 
-  <pubdate>$FreeBSD: src/release/doc/en_US.ISO8859-1/hardware/article.sgml,v 1.326.2.3 2008/10/26 22:56:17 marck Exp $</pubdate>
+  <pubdate>$FreeBSD: src/release/doc/en_US.ISO8859-1/hardware/article.sgml,v 1.326.2.4 2008/11/20 00:43:41 delphij Exp $</pubdate>
 
   <copyright>
     <year>2000</year>
@@ -29,6 +29,7 @@
     <year>2005</year>
     <year>2006</year>
     <year>2007</year>
+    <year>2008</year>
     <holder role="mailto:doc at FreeBSD.org">The &os; Documentation Project</holder>
   </copyright>
 
@@ -657,6 +658,8 @@
 
     &hwlist.ie;
 
+    &hwlist.igb;
+
     &hwlist.ixgb;
 
     &hwlist.kue;

==== //depot/projects/docproj_hu/src_7/release/doc/en_US.ISO8859-1/relnotes/article.sgml#5 (text+ko) ====

@@ -17,7 +17,7 @@
 
   <corpauthor>The &os; Project</corpauthor>
 
-  <pubdate>$FreeBSD: src/release/doc/en_US.ISO8859-1/relnotes/article.sgml,v 1.1068.2.28 2008/10/08 16:44:35 hrs Exp $</pubdate>
+  <pubdate>$FreeBSD: src/release/doc/en_US.ISO8859-1/relnotes/article.sgml,v 1.1068.2.29 2008/11/20 00:43:41 delphij Exp $</pubdate>
 
   <copyright>
     <year>2000</year>
@@ -198,6 +198,12 @@
       <sect4 id="net-if">
 	<title>Network Interface Support</title>
 
+	<para>The &man.em.4; driver has been split into two drivers
+	  with some common parts.  The &man.em.4; driver will continue
+	  to support adapters up to the 82575, as well as new
+	  client/desktop adapters.  A new &man.igb.4; driver
+	  will support new server adapters.</para>
+
 	<para>[&arch.amd64;, &arch.i386;] The &man.wpi.4; driver has
 	  been updated to include a number of stability fixes.</para>
 

==== //depot/projects/docproj_hu/www/en/donations/wantlist.sgml#7 (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.470 2008/10/21 12:18:49 brueffer Exp $">
+<!ENTITY date "$FreeBSD: www/en/donations/wantlist.sgml,v 1.471 2008/11/20 22:08:52 brueffer Exp $">
 <!ENTITY title "FreeBSD Developers Want List">
 <!ENTITY email 'donations'>
 <!ENTITY % navinclude.about "INCLUDE">
@@ -51,14 +51,6 @@
       </tr>
 
       <tr>
-        <td>brueffer</td>
-	<td>Germany</td>
-	<td>IBM 14.1" SGXA+ notebook display</td>
-	<td>Replacement for the faulty display on my notebook
-	  (IBM Thinkpad T41p).</td>
-      </tr>
-
-      <tr>
 	<td>cognet</td>
 	<td>France</td>
 	<td>A Zaurus, with hard disk preferably.</td>

==== //depot/projects/docproj_hu/www/share/sgml/events.xml#8 (text+ko) ====

@@ -10,7 +10,7 @@
 <events>
   <cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
     <cvs:keyword name="freebsd">
-      $FreeBSD: www/share/sgml/events.xml,v 1.58 2008/10/21 12:41:23 rwatson Exp $
+      $FreeBSD: www/share/sgml/events.xml,v 1.59 2008/11/19 07:09:05 murray Exp $
     </cvs:keyword>
   </cvs:keywords>
 
@@ -38,6 +38,56 @@
       track, tutorials, and FreeBSD developer summit.</description>
   </event>
 
+  <event id="bsdcan-2009">
+    <name>BSDCan 2009</name>
+    <url>http://www.bsdcan.org/2009/</url>
+    <startdate>
+      <year>2009</year>
+      <month>5</month>
+      <day>14</day>
+    </startdate>
+    <enddate>
+      <year>2009</year>
+      <month>5</month>
+      <day>15</day>
+    </enddate>
+    <location>
+      <country code="CA">Canada</country>
+      <city>Ottawa</city>
+      <site>University of Ottawa</site>
+    </location>
+    <description>BSDCan is a developers conference with a strong focus
+      on emerging technologies, research projects, and works in
+      progress. It also features Userland infrastructure projects and
+      invites contributions from both free software developers and those
+      from commercial vendors.</description>
+  </event>
+
+  <event id="dcbsdcon-2009">
+    <name>DCBSDCon 2009</name>
+    <url>http://www.dcbsdcon.org/</url>
+    <startdate>
+      <year>2009</year>
+      <month>2</month>
+      <day>4</day>
+    </startdate>
+    <enddate>
+      <year>2009</year>
+      <month>2</month>
+      <day>5</day>
+    </enddate>
+    <location>
+      <country code="US">USA</country>
+      <city>Washington, D.C.</city>
+      <site>Marriott Wardman</site>
+    </location>
+
+    <description>The first large BSD Conference in the DC area.  Will
+      include 45 minute presentations on BSD related topics and
+      security themes.</description>
+  </event>
+
+
   <event id="meetbsd-2008">
     <name>MeetBSD California 2008</name>
     <url>http://meetbsd.com/</url>

==== //depot/projects/docproj_hu/www/share/sgml/news.xml#28 (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.209 2008/11/16 17:15:46 danger Exp $
+      $FreeBSD: www/share/sgml/news.xml,v 1.210 2008/11/18 16:51:58 pho Exp $
     </cvs:keyword>
   </cvs:keywords>
 
@@ -36,6 +36,15 @@
       <name>11</name>
 
       <day>
+        <name>18</name>
+
+         <event>
+           <p>Commit bit restored: <a href="mailto:pho at FreeBSD.org">Peter
+              Holm</a> (src)</p>
+         </event>
+      </day>
+
+      <day>
 	<name>16</name>
 
 	<event>


More information about the p4-projects mailing list