Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Jan 2010 00:05:04 GMT
From:      Gabor Pali <pgj@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 172499 for review
Message-ID:  <201001030005.o03054ke056306@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/chv.cgi?CH=172499

Change 172499 by pgj@Binturong on 2010/01/03 00:04:55

	IFC

Affected files ...

.. //depot/projects/docproj_hu/doc/hu_HU.ISO8859-2/books/handbook/mirrors/chapter.sgml#43 integrate
.. //depot/projects/docproj_hu/www/en/cgi/cgi-style.pl#5 integrate
.. //depot/projects/docproj_hu/www/en/cgi/mid.cgi#3 integrate
.. //depot/projects/docproj_hu/www/en/cgi/missing_handler.cgi#2 integrate
.. //depot/projects/docproj_hu/www/en/cgi/pds.cgi#2 integrate
.. //depot/projects/docproj_hu/www/en/cgi/ports.cgi#3 integrate
.. //depot/projects/docproj_hu/www/en/releases/8.0R/schedule.sgml#3 integrate
.. //depot/projects/docproj_hu/www/en/releng/index.sgml#34 integrate
.. //depot/projects/docproj_hu/www/hu/share/sgml/news.xml#74 integrate
.. //depot/projects/docproj_hu/www/hu/share/sgml/templates.events.xsl#7 integrate
.. //depot/projects/docproj_hu/www/share/sgml/commercial.consult.xml#19 integrate

Differences ...

==== //depot/projects/docproj_hu/doc/hu_HU.ISO8859-2/books/handbook/mirrors/chapter.sgml#43 (text+ko) ====

@@ -1,7 +1,7 @@
 <!--
      The FreeBSD Documentation Project
 
-     $FreeBSD: doc/hu_HU.ISO8859-2/books/handbook/mirrors/chapter.sgml,v 1.21 2009/12/06 21:28:55 pgj Exp $
+     $FreeBSD: doc/hu_HU.ISO8859-2/books/handbook/mirrors/chapter.sgml,v 1.22 2009/12/28 23:26:35 pgj Exp $
 -->
 <!--
      The FreeBSD Hungarian Documentation Project

==== //depot/projects/docproj_hu/www/en/cgi/cgi-style.pl#5 (text+ko) ====

@@ -1,4 +1,4 @@
-# $FreeBSD: www/en/cgi/cgi-style.pl,v 1.39 2009/07/08 08:22:51 danger Exp $
+# $FreeBSD: www/en/cgi/cgi-style.pl,v 1.40 2009/12/31 16:32:32 wosch Exp $
 #
 # Perl routines to encapsulate various elements of HTML page style.
 
@@ -236,7 +236,7 @@
     return qq`
 	</div>
         <div id="footer">
-          <a href="$hsty_base/copyright/">Legal Notices</a> | &copy; 1995-2009
+          <a href="$hsty_base/copyright/">Legal Notices</a> | &copy; 1995-2010
           The FreeBSD Project. All rights reserved.<br />
 	  <address>$hsty_author<br />$hsty_date</address>
         </div>

==== //depot/projects/docproj_hu/www/en/cgi/mid.cgi#3 (text+ko) ====

@@ -1,6 +1,6 @@
 #!/usr/bin/perl -T
 #
-# Copyright (c) March 1998-2000 Wolfram Schneider <wosch@FreeBSD.org>. Berlin.
+# Copyright (c) March 1998-2010 Wolfram Schneider <wosch@FreeBSD.org>. Berlin.
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -26,7 +26,7 @@
 #
 # Search a mail by Message-ID, References or In-Reply-To field
 #
-# $FreeBSD: www/en/cgi/mid.cgi,v 1.17 2008/09/23 12:42:17 wosch Exp $
+# $FreeBSD: www/en/cgi/mid.cgi,v 1.18 2009/12/31 16:37:18 wosch Exp $
 
 require "./cgi-lib.pl";
 require "./cgi-style.pl";

==== //depot/projects/docproj_hu/www/en/cgi/missing_handler.cgi#2 (text+ko) ====

@@ -1,5 +1,5 @@
 #!/usr/bin/perl -T
-# Copyright (c) July 1997-2007. Wolfram Schneider <wosch@FreeBSD.org>
+# Copyright (c) July 1997-2010. Wolfram Schneider <wosch@FreeBSD.org>
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -52,7 +52,7 @@
 #
 #     _________________________________________________________________
 #
-# $FreeBSD: www/en/cgi/missing_handler.cgi,v 1.19 2007/07/08 12:28:11 wosch Exp $
+# $FreeBSD: www/en/cgi/missing_handler.cgi,v 1.20 2009/12/31 16:37:18 wosch Exp $
 # ----------------------------------------------------------------------
 
 sub escape($) { $_ = $_[0]; s/&/&amp;/g; s/</&lt;/g; s/>/&gt;/g; $_; }

==== //depot/projects/docproj_hu/www/en/cgi/pds.cgi#2 (text+ko) ====

@@ -1,5 +1,5 @@
 #!/usr/bin/perl -T
-# Copyright (c) 1997-2000 Wolfram Schneider <wosch@FreeBSD.ORG>, Berlin.
+# Copyright (c) 1997-2010 Wolfram Schneider <wosch@FreeBSD.ORG>, Berlin.
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -26,7 +26,7 @@
 # pds.cgi - FreeBSD Ports download sources cgi script
 #	    print a list of source files for a port
 #
-# $FreeBSD: www/en/cgi/pds.cgi,v 1.12 2006/08/19 21:18:18 simon Exp $
+# $FreeBSD: www/en/cgi/pds.cgi,v 1.13 2009/12/31 16:37:18 wosch Exp $
 
 sub escape($) { $_ = $_[0]; s/&/&amp;/g; s/</&lt;/g; s/>/&gt;/g; $_; }
 

==== //depot/projects/docproj_hu/www/en/cgi/ports.cgi#3 (text+ko) ====

@@ -1,6 +1,6 @@
 #!/usr/bin/perl -T
 #
-# Copyright (c) 1996-2008 Wolfram Schneider <wosch@FreeBSD.ORG>
+# Copyright (c) 1996-2010 Wolfram Schneider <wosch@FreeBSD.ORG>
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -24,7 +24,7 @@
 # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 # SUCH DAMAGE.
 #
-# $FreeBSD: www/en/cgi/ports.cgi,v 1.97 2008/09/22 19:13:42 wosch Exp $
+# $FreeBSD: www/en/cgi/ports.cgi,v 1.98 2009/12/31 16:37:18 wosch Exp $
 #
 # ports.cgi - search engine for FreeBSD ports
 #             	o search for a port by name or description
@@ -515,10 +515,10 @@
 
     print qq{
 <img align="right" src="$hsty_base/gifs/powerlogo.gif" alt="Powered by FreeBSD" />
-&copy; 1996-2008 by Wolfram Schneider. All rights reserved.<br />
+&copy; 1996-2010 by Wolfram Schneider. All rights reserved.<br />
 };
 
-#print q{$FreeBSD: www/en/cgi/ports.cgi,v 1.97 2008/09/22 19:13:42 wosch Exp $} . "<br />\n";
+#print q{$FreeBSD: www/en/cgi/ports.cgi,v 1.98 2009/12/31 16:37:18 wosch Exp $} . "<br />\n";
     print qq{Please direct questions about this service to
 <i><a href="$mailtoURL">$mailto</a></i><br />\n};
     print qq{General questions about FreeBSD ports should be sent to }

==== //depot/projects/docproj_hu/www/en/releases/8.0R/schedule.sgml#3 (text+ko) ====

@@ -1,7 +1,7 @@
 <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
 <!ENTITY base CDATA "../..">
 <!ENTITY email 'freebsd-qa'>
-<!ENTITY date "$FreeBSD: www/en/releases/8.0R/schedule.sgml,v 1.2 2009/09/23 20:21:38 blackend Exp $">
+<!ENTITY date "$FreeBSD: www/en/releases/8.0R/schedule.sgml,v 1.5 2010/01/01 00:47:54 obrien Exp $">
 <!ENTITY local.rel "8.0">
 <!ENTITY local.rel.tag "8_0">
 <!ENTITY title "FreeBSD &local.rel; Release Process">
@@ -101,7 +101,7 @@
     </tr>
 
     <tr>
-      <td><tt>BETA4</tt> builds</td>
+      <td>BETA4</td>
       <td>5&nbsp;September&nbsp;2009</td>
       <td>7&nbsp;September&nbsp;2009</td>
       <td>Begin BETA4 builds.</td>
@@ -117,34 +117,46 @@
     <tr>
       <td>RC2</td>
       <td>21&nbsp;September&nbsp;2009</td>
+      <td>28&nbsp;October&nbsp;2009</td>
+      <td>Second release candidate.</td>
+    </tr>
+
+    <tr>
+      <td>RC3</td>
       <td>-</td>
-      <td>Second release candidate.</td>
+      <td>12&nbsp;November&nbsp;2009</td>
+      <td>Third release candidate.</td>
     </tr>
 
     <tr>
       <td>RELEASE build</td>
       <td>28&nbsp;September&nbsp;2009</td>
-      <td>-</td>
+      <td>22&nbsp;November&nbsp;2009</td>
       <td>8.0-RELEASE built.</td>
     </tr>
 
     <tr>
       <td>RELEASE announcement</td>
       <td>TBD</td>
-      <td>-</td>
-      <td>8.0-RELEASE announced.</td>
+      <td>25&nbsp;November&nbsp;2009</td>
+      <td>8.0-RELEASE press release.</td>
     </tr>
 
     <tr>
       <td>Turn over to the secteam</td>
       <td>TBD</td>
-      <td>--</td>
+      <td>01&nbsp;December&nbsp;2009</td>
       <td>RELENG_&local.rel.tag; branch is handed over to
 	the FreeBSD Security Officer Team in one or two weeks after the
 	announcement.</td>
     </tr>
   </table>
 
+  <p>
+  <h1>Status / TODO</h1>
+  <a href="http://wiki.freebsd.org/8.0TODO">http://wiki.freebsd.org/8.0TODO</a>;
+
+  <p>
   <h1>Additional Information</h1>
 
   <ul>

==== //depot/projects/docproj_hu/www/en/releng/index.sgml#34 (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/releng/index.sgml,v 1.276 2009/12/02 06:39:08 maxim Exp $">
+<!ENTITY date "$FreeBSD: www/en/releng/index.sgml,v 1.278 2010/01/01 07:44:51 lwhsu Exp $">
 <!ENTITY email 're'>
 <!ENTITY title "Release Engineering Information">
 <!ENTITY % navinclude.developers "INCLUDE">
@@ -54,11 +54,9 @@
     </tr>
 
     <tr>
-      <td>September 2009</td>
-      <td>FreeBSD 8.0</td>
-      <td>Code Freeze since June 26th.  A TODO list and a Release
-	status are available on the <a
-	href="http://wiki.freebsd.org/8.0TODO">Wiki</a>.</td>;
+      <td>November 2009</td>
+      <td><a href="../releases/8.0R/schedule.html">FreeBSD 8.0</a></td>
+      <td>Released.</td>
     </tr>
   </table>
 

==== //depot/projects/docproj_hu/www/hu/share/sgml/news.xml#74 (text+ko) ====

@@ -11,7 +11,7 @@
 <news>
   <cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
     <cvs:keyword name="freebsd">
-      $FreeBSD: www/hu/share/sgml/news.xml,v 1.31 2009/12/10 23:07:27 pgj Exp $
+      $FreeBSD: www/hu/share/sgml/news.xml,v 1.32 2009/12/28 23:08:22 pgj Exp $
     </cvs:keyword>
   </cvs:keywords>
 

==== //depot/projects/docproj_hu/www/hu/share/sgml/templates.events.xsl#7 (text+ko) ====

@@ -9,7 +9,7 @@
 <!ENTITY % header.rss "INCLUDE">
 ]>
 
-<!-- $FreeBSD: www/hu/share/sgml/templates.events.xsl,v 1.2 2009/04/22 11:04:02 pgj Exp $ -->
+<!-- $FreeBSD: www/hu/share/sgml/templates.events.xsl,v 1.3 2009/12/28 23:18:54 pgj Exp $ -->
 
 <!-- Copyright (c) 2003 Simon L. Nielsen <simon@FreeBSD.org>
      Copyright (c) 2008 Murray M Stokely <murray@FreeBSD.org>

==== //depot/projects/docproj_hu/www/share/sgml/commercial.consult.xml#19 (text+ko) ====

@@ -1,12 +1,12 @@
 <?xml version="1.0"?>
 <!DOCTYPE entries PUBLIC "-//FreeBSD//DTD FreeBSD XML Database for Commercial Gallery//EN"
                          "http://www.FreeBSD.org/XML/www/share/sgml/gallery.dtd">;
-<!-- $FreeBSD: www/share/sgml/commercial.consult.xml,v 1.68 2009/12/21 21:00:37 jkois Exp $ -->
+<!-- $FreeBSD: www/share/sgml/commercial.consult.xml,v 1.69 2009/12/29 20:35:42 jkois Exp $ -->
 
 <entries>
   <cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
     <cvs:keyword name="freebsd">
-      $FreeBSD: www/share/sgml/commercial.consult.xml,v 1.68 2009/12/21 21:00:37 jkois Exp $
+      $FreeBSD: www/share/sgml/commercial.consult.xml,v 1.69 2009/12/29 20:35:42 jkois Exp $
     </cvs:keyword>
   </cvs:keywords>
 
@@ -584,6 +584,19 @@
     </description>
   </entry>
 
+  <entry id="hntsolutions" category="namerica">
+    <name>HNT Solutions</name>
+    <url>http://www.hntsolutions.com</url>;
+    <description>
+      HNT Solutions provides complete &os; support services and
+      consulting.  Please contact us at <a
+      href="mailto:unix@hntsolutions.com">unix@hntsolutions.com</a> or
+      visit our <a
+      href="http://www.hntsolutions.com/unixpractice">website</a>;
+      for more information.
+    </description>
+  </entry>
+  
   <entry id="GregLehey" category="australia">
     <name>Greg Lehey</name>
     <url>http://www.lemis.com/~grog/</url>;



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