From owner-p4-projects@FreeBSD.ORG Sun Dec 27 18:24:46 2009 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id B565A106568F; Sun, 27 Dec 2009 18:24:45 +0000 (UTC) Delivered-To: perforce@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 60B6A106568B for ; Sun, 27 Dec 2009 18:24:45 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4DAA88FC14 for ; Sun, 27 Dec 2009 18:24:45 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id nBRIOjcO033463 for ; Sun, 27 Dec 2009 18:24:45 GMT (envelope-from rene@FreeBSD.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id nBRIOj11033461 for perforce@freebsd.org; Sun, 27 Dec 2009 18:24:45 GMT (envelope-from rene@FreeBSD.org) Date: Sun, 27 Dec 2009 18:24:45 GMT Message-Id: <200912271824.nBRIOj11033461@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to rene@FreeBSD.org using -f From: Rene Ladan To: Perforce Change Reviews Precedence: bulk Cc: Subject: PERFORCE change 172292 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Dec 2009 18:24:46 -0000 http://p4web.freebsd.org/chv.cgi?CH=172292 Change 172292 by rene@rene_self on 2009/12/27 18:24:01 IFC Affected files ... .. //depot/projects/docproj_nl/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml#41 integrate .. //depot/projects/docproj_nl/en_US.ISO8859-1/articles/contributors/contrib.committers.sgml#34 integrate .. //depot/projects/docproj_nl/en_US.ISO8859-1/books/porters-handbook/book.sgml#63 integrate .. //depot/projects/docproj_nl/en_US.ISO8859-1/share/sgml/authors.ent#28 integrate .. //depot/projects/docproj_nl/nl_NL.ISO8859-1/books/handbook/mirrors/chapter.sgml#41 integrate .. //depot/projects/docproj_nl/share/mk/doc.images.mk#2 integrate .. //depot/projects/docproj_nl/share/pgpkeys/pgpkeys-developers.sgml#30 integrate .. //depot/projects/docproj_nl/share/pgpkeys/pgpkeys.ent#27 integrate .. //depot/projects/docproj_nl/share/pgpkeys/ryusuke.key#1 branch .. //depot/projects/docproj_nl/www/en/cgi/man.cgi#11 integrate .. //depot/projects/docproj_nl/www/en/cgi/query-pr-lib.pl#2 integrate .. //depot/projects/docproj_nl/www/en/copyright/daemon.sgml#2 integrate .. //depot/projects/docproj_nl/www/en/developers.sgml#28 integrate .. //depot/projects/docproj_nl/www/en/donations/donors.sgml#22 integrate .. //depot/projects/docproj_nl/www/en/news/status/README#2 integrate .. //depot/projects/docproj_nl/www/share/sgml/commercial.consult.xml#15 integrate .. //depot/projects/docproj_nl/www/share/sgml/commercial.hardware.xml#3 integrate .. //depot/projects/docproj_nl/www/share/sgml/commercial.isp.xml#14 integrate .. //depot/projects/docproj_nl/www/share/sgml/news.xml#61 integrate Differences ... ==== //depot/projects/docproj_nl/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml#41 (text+ko) ==== @@ -1,4 +1,4 @@ - + + pkg-plist. + If your port installs files conditionally on the options + set in the port, the usual way of handling it is prefixing + the pkg-plist lines with + a %%TAG%% and adding that TAG + to the PLIST_SUB variable inside the + Makefile with a special value of + @comment, which makes package tools to ignore the + line: + + .if defined(WITH_X11) +PLIST_SUB+= X11="" +.else +PLIST_SUB+= X11="@comment " +.endif + + and in the pkg-plist: + + %%X11%%bin/foo-gui + This substitution (as well as addition of any manual pages) will be done between the pre-install and ==== //depot/projects/docproj_nl/en_US.ISO8859-1/share/sgml/authors.ent#28 (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.492 2009/11/18 13:39:41 mandree Exp $ + $FreeBSD: doc/en_US.ISO8859-1/share/sgml/authors.ent,v 1.493 2009/12/22 15:43:15 ryusuke Exp $ --> aaron@FreeBSD.org"> @@ -956,6 +956,8 @@ rwatson@FreeBSD.org"> +ryusuke@FreeBSD.org"> + sada@FreeBSD.org"> sah@FreeBSD.org"> ==== //depot/projects/docproj_nl/nl_NL.ISO8859-1/books/handbook/mirrors/chapter.sgml#41 (text+ko) ==== @@ -1,7 +1,7 @@ @@ -1311,6 +1311,11 @@ &pgpkey.metal; + + &a.ryusuke; + &pgpkey.ryusuke; + + &a.garys; &pgpkey.garys; ==== //depot/projects/docproj_nl/share/pgpkeys/pgpkeys.ent#27 (text+ko) ==== @@ -1,5 +1,5 @@ - + @@ -260,6 +260,7 @@ + ==== //depot/projects/docproj_nl/www/en/cgi/man.cgi#11 (text+ko) ==== @@ -1,6 +1,6 @@ #!/usr/bin/perl -T # -# Copyright (c) 1996-2008 Wolfram Schneider +# Copyright (c) 1996-2010 Wolfram Schneider # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -34,7 +34,7 @@ # Dual CGI/Plexus mode and new interface by sanders@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.239 2009/11/23 18:45:05 wosch Exp $ +# $FreeBSD: www/en/cgi/man.cgi,v 1.242 2009/12/21 11:10:20 wosch Exp $ ############################################################################ # !!! man.cgi is stale perl4 code !!! @@ -201,9 +201,11 @@ "$manLocalDir/FreeBSD-6.4-RELEASE/man:$manLocalDir/FreeBSD-6.4-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports", 'FreeBSD Ports', "$manLocalDir/FreeBSD-ports", - 'FreeBSD 8-current', "$manLocalDir/FreeBSD-8-current/man:$manLocalDir/FreeBSD-8-current/openssl/man", + 'FreeBSD 9-current', "$manLocalDir/FreeBSD-9-current/man:$manLocalDir/FreeBSD-9-current/openssl/man", 'FreeBSD 8.0-RELEASE', "$manLocalDir/FreeBSD-8.0-RELEASE/man:$manLocalDir/FreeBSD-8.0-RELEASE/openssl/man", + 'FreeBSD 8.0-stable', "$manLocalDir/FreeBSD-8.0-stable/man:$manLocalDir/FreeBSD-8.0-stable/openssl/man", + 'FreeBSD 7.2-stable', "$manLocalDir/FreeBSD-7.2-stable", 'FreeBSD 7.2-RELEASE', "$manLocalDir/FreeBSD-7.2-RELEASE/man:$manLocalDir/FreeBSD-7.2-RELEASE/openssl/man", 'FreeBSD 7.1-RELEASE', "$manLocalDir/FreeBSD-7.1-RELEASE/man:$manLocalDir/FreeBSD-7.1-RELEASE/openssl/man", @@ -520,7 +522,7 @@ 'freebsd-stable7', 'FreeBSD 7.2-stable', 'freebsd-stable6', 'FreeBSD 6.4-stable', - 'freebsd-current', 'FreeBSD 8-current', + 'freebsd-current', 'FreeBSD 9-current', 'freebsd-release-ports', 'FreeBSD 8.0-RELEASE and Ports', 'slackware', 'Linux Slackware 3.1', @@ -1427,10 +1429,10 @@ } local $id = - '$FreeBSD: www/en/cgi/man.cgi,v 1.239 2009/11/23 18:45:05 wosch Exp $'; + '$FreeBSD: www/en/cgi/man.cgi,v 1.242 2009/12/21 11:10:20 wosch Exp $'; return qq{\
-Copyright (c) 1996-2008 Wolfram Schneider
+Copyright (c) 1996-2010 Wolfram Schneider
 Copyright (c) 1993-1995 Berkeley Software Design, Inc.
 
 This data is part of a licensed program from BERKELEY SOFTWARE

==== //depot/projects/docproj_nl/www/en/cgi/query-pr-lib.pl#2 (text+ko) ====

@@ -144,7 +144,9 @@
 Release: