PERFORCE change 186370 for review

Rene Ladan rene at FreeBSD.org
Sun Nov 28 14:29:10 UTC 2010


http://p4web.freebsd.org/@@186370?ac=10

Change 186370 by rene at rene_acer on 2010/11/28 14:28:11

	IFC

Affected files ...

.. //depot/projects/docproj_nl/en_US.ISO8859-1/books/porters-handbook/book.sgml#93 integrate
.. //depot/projects/docproj_nl/nl_NL.ISO8859-1/books/handbook/disks/chapter.sgml#22 integrate
.. //depot/projects/docproj_nl/www/en/cgi/man.cgi#19 integrate
.. //depot/projects/docproj_nl/www/en/developers.sgml#48 integrate
.. //depot/projects/docproj_nl/www/en/gnome/newsflash.xsl#2 integrate
.. //depot/projects/docproj_nl/www/nl/administration.sgml#25 integrate
.. //depot/projects/docproj_nl/www/nl/share/sgml/navibar.l10n.ent#16 integrate
.. //depot/projects/docproj_nl/www/share/sgml/usergroups.xml#19 integrate

Differences ...

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

@@ -1,7 +1,7 @@
 <!--
      The FreeBSD Documentation Project
 
-     $FreeBSD: doc/en_US.ISO8859-1/books/porters-handbook/book.sgml,v 1.1081 2010/11/20 13:45:33 jkois Exp $
+     $FreeBSD: doc/en_US.ISO8859-1/books/porters-handbook/book.sgml,v 1.1083 2010/11/22 19:15:29 jkois Exp $
 -->
 
 <!DOCTYPE BOOK PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
@@ -4108,7 +4108,7 @@
 	  <listitem>
 	    <para><makevar>INSTALL_LIB</makevar> is a command to install
 	      shared libraries.</para>
-	  </listitem>
+          </listitem>
 
 	  <listitem>
 	    <para><makevar>INSTALL_KLD</makevar> is a command to install
@@ -4134,16 +4134,16 @@
       </sect2>
 
       <sect2 id="install-strip">
-	<title>Stripping binaries and shared libraries</title>
+	<title>Stripping Binaries and shared libraries</title>
 
 	<para>Do not strip binaries manually unless you have to.  All binaries
-	  should be stripped, but the <makevar>INSTALL_PROGRAM</makevar>
-	  macro will install and strip a binary at the same time (see the next
+	  should be stripped, but the <makevar>INSTALL_PROGRAM</makevar> macro
+	  will install and strip a binary at the same time (see the next
 	  section). The <makevar>INSTALL_LIB</makevar> macro does the same thing
 	  to shared libraries.</para>
 
-	<para>If you need to strip a file, but do not wish to use either
-	  <makevar>INSTALL_PROGRAM</makevar> or <makevar>INSTALL_LIB</makevar>
+	<para>If you need to strip a file, but wish to use neither
+	  <makevar>INSTALL_PROGRAM</makevar> nor <makevar>INSTALL_LIB</makevar>
 	  macros, <makevar>${STRIP_CMD}</makevar> will strip your program or
 	  shared library.  This is typically done within the
 	  <maketarget>post-install</maketarget> target.  For example:</para>
@@ -9411,6 +9411,31 @@
       <para>Now that you have done all that, you will want to read about
 	how to keep up-to-date in <xref linkend="keeping-up">.</para>
 
+      <sect1 id="moved-and-updating-files">
+	<title>The files UPDATING and MOVED</title>
+
+	<para>If upgrading the port requires special steps like
+	  changing configuration files or running a specific program,
+	  you should document this in the file
+	  <filename>/usr/ports/UPDATING</filename>.  The format of
+	  an entry in this file is as follows:</para>
+
+	<programlisting>YYYYMMDD:
+  AFFECTS: users of portcategory/portname
+  AUTHOR: Your name &lt;Your email address&gt;
+
+  Special instructions</programlisting>
+
+	<para>If you are including exact portmaster or portupgrading
+	  instructions, please make sure to get the shell escaping
+	  right.</para>
+
+	<para>If your port is deleted or renamed, you should add an entry
+	  to <filename>/usr/ports/MOVED</filename>.  Entries in this file
+	  use the following format:</para>
+
+	<programlisting>old name|new name (blank for deleted)|date of move|reason</programlisting>
+      </sect1>
     </chapter>
 
     <chapter id="security">

==== //depot/projects/docproj_nl/nl_NL.ISO8859-1/books/handbook/disks/chapter.sgml#22 (text+ko) ====

@@ -1,7 +1,7 @@
 <!--
      The FreeBSD Dutch Documentation Project
 
-     $FreeBSD: doc/nl_NL.ISO8859-1/books/handbook/disks/chapter.sgml,v 1.18 2010/08/22 20:25:17 rene Exp $
+     $FreeBSD: doc/nl_NL.ISO8859-1/books/handbook/disks/chapter.sgml,v 1.19 2010/11/21 20:56:37 rene Exp $
 
      %SOURCE%	en_US.ISO8859-1/books/handbook/disks/chapter.sgml
      %SRCID%	1.298

==== //depot/projects/docproj_nl/www/en/cgi/man.cgi#19 (text+ko) ====

@@ -34,7 +34,7 @@
 # Dual CGI/Plexus mode and new interface by sanders at bsdi.com 9/22/1995
 #
 # $Id: man.cgi,v 1.172 2007/11/28 18:51:29 hrs Exp $
-# $FreeBSD: www/en/cgi/man.cgi,v 1.255 2010/09/26 15:29:49 wosch Exp $
+# $FreeBSD: www/en/cgi/man.cgi,v 1.256 2010/11/22 21:24:40 wosch Exp $
 
 ############################################################################
 # !!! man.cgi is stale perl4 code !!!
@@ -356,6 +356,7 @@
     'NetBSD 4.0',   "$manLocalDir/NetBSD-4.0",
     'NetBSD 4.0.1', "$manLocalDir/NetBSD-4.0.1",
     'NetBSD 5.0',   "$manLocalDir/NetBSD-5.0",
+    'NetBSD 5.1',   "$manLocalDir/NetBSD-5.1",
 
     '2.8 BSD',      "$manLocalDir/2.8BSD",
     '2.9.1 BSD',    "$manLocalDir/2.9.1BSD",
@@ -549,7 +550,7 @@
     'opendarwin', 'OpenDarwin 7.2.1',
     'macosx',     'Darwin 8.0.1/ppc',
 
-    'netbsd',        'NetBSD 5.0',
+    'netbsd',        'NetBSD 5.1',
     'openbsd',       'OpenBSD 4.7',
     'v7',            'Unix Seventh Edition',
     'v7man',         'Unix Seventh Edition',
@@ -1445,7 +1446,7 @@
     }
 
     local $id =
-      '$FreeBSD: www/en/cgi/man.cgi,v 1.255 2010/09/26 15:29:49 wosch Exp $';
+      '$FreeBSD: www/en/cgi/man.cgi,v 1.256 2010/11/22 21:24:40 wosch Exp $';
     return qq{\
 <pre>
 Copyright (c) 1996-2010 <a href="$mailtoURL">Wolfram Schneider</a>

==== //depot/projects/docproj_nl/www/en/developers.sgml#48 (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.272 2010/11/15 13:55:42 rea Exp $
+$FreeBSD: www/en/developers.sgml,v 1.273 2010/11/27 15:57:04 erwin Exp $
 
 -->
 
@@ -659,7 +659,7 @@
 <!ENTITY a.donations '&a.brueffer;, &a.mwlucas;, &a.nsayer;, &a.obrien;, &a.rwatson;, &a.trhodes;, &a.wilko;'>
 
 <!-- FreeBSD Ports Manager Team -->
-<!ENTITY a.portmgr '&a.marcus;, &a.kris;, &a.erwin;, &a.linimon;, &a.pav;, &a.miwi;, &a.itetcu;, &a.flz;'>
+<!ENTITY a.portmgr '&a.marcus;, &a.erwin;, &a.linimon;, &a.pav;, &a.miwi;, &a.itetcu;, &a.flz;'>
 
 <!-- FreeBSD Release Engineering Teams -->
 <!ENTITY a.re.members '&a.murray;, &a.rwatson;, &a.dwhite;, &a.kensmith;, &a.hrs;, &a.mux;, &a.kib;, &a.blackend;, &a.gnn;'>

==== //depot/projects/docproj_nl/www/en/gnome/newsflash.xsl#2 (text+ko) ====

@@ -6,11 +6,11 @@
 <!ENTITY rsslink "&base;/gnome/rss.xml">
 <!ENTITY rsstitle "&title;">
 <!ENTITY email "freebsd-gnome">
-<!ENTITY % navinclude.developers "INCLUDE">
+<!ENTITY % navinclude.gnome "INCLUDE">
 <!ENTITY % header.rss "INCLUDE">
 ]>
 
-<!-- $FreeBSD: www/en/gnome/newsflash.xsl,v 1.12 2008/01/16 03:02:00 murray Exp $ -->
+<!-- $FreeBSD: www/en/gnome/newsflash.xsl,v 1.13 2010/11/23 14:40:36 kwm Exp $ -->
 
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
   xmlns:cvs="http://www.FreeBSD.org/XML/CVS" exclude-result-prefixes="cvs">

==== //depot/projects/docproj_nl/www/nl/administration.sgml#25 (text+ko) ====

@@ -1,5 +1,5 @@
 <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
-<!ENTITY date "$FreeBSD: www/nl/administration.sgml,v 1.11 2010/11/07 13:43:19 rene Exp $">
+<!ENTITY date "$FreeBSD: www/nl/administration.sgml,v 1.12 2010/11/21 20:59:12 rene Exp $">
 <!ENTITY title "&os; Project Regelgeving en Beheer">
 <!ENTITY % navinclude.about "INCLUDE">
 <!ENTITY % developers SYSTEM "../en/developers.sgml"> %developers;

==== //depot/projects/docproj_nl/www/nl/share/sgml/navibar.l10n.ent#16 (text+ko) ====

@@ -1,4 +1,4 @@
-<!-- $FreeBSD: www/nl/share/sgml/navibar.l10n.ent,v 1.4 2010/05/12 19:13:09 rene Exp $
+<!-- $FreeBSD: www/nl/share/sgml/navibar.l10n.ent,v 1.5 2010/11/21 20:59:12 rene Exp $
      %SOURCE%	share/sgml/navibar.ent
      %SRCID%	1.31
  -->

==== //depot/projects/docproj_nl/www/share/sgml/usergroups.xml#19 (text+ko) ====

@@ -5,7 +5,7 @@
 <usergroups>
   <cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
     <cvs:keyword name="freebsd">
-      $FreeBSD: www/share/sgml/usergroups.xml,v 1.99 2010/11/20 17:25:05 jkois Exp $
+      $FreeBSD: www/share/sgml/usergroups.xml,v 1.100 2010/11/21 16:23:48 jkois Exp $
     </cvs:keyword>
   </cvs:keywords>
 
@@ -924,13 +924,15 @@
 
   <country code="MX" name="Mexico">
   <entry id="freebsd-mexico">
-    <name>FreeBSD Mexico</name>
-    <url>http://www.freebsd.org.mx</url>
-    <description>FreeBSD Mexico is a Spanish oriented User Group not
-      only for people in Mexico but also in other Spanish speaking
-      countries.  Please contact <a
-	href="mailto:acosta at tre-systems.com">Alejandro Acosta</a>
-      for more information.
+    <name>The FreeBSD Mexican Community</name>
+    <url>http://www.freebsd.mx</url>
+    <description>The FreeBSD Mexican Community is a spanish language
+      orientated user group which wants to promote and educate people about
+      BSD operating systems by making tutorials and organizing events and
+      conferences.  We are also working with other Open Source Unix
+      derivates like NetBSD, OpenBSDa and Linux.  For more
+      information please visit our <a href="http://freebsd.mx/">website</a>
+      or send us an <a href="mailto:ernesto at freebsd.mx">email</a>.
     </description>
   </entry>
   </country>


More information about the p4-projects mailing list