From edwin@mavetju.org  Sat Jan 21 23:06:26 2006
Return-Path: <edwin@mavetju.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 782E516A41F
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 21 Jan 2006 23:06:26 +0000 (GMT)
	(envelope-from edwin@mavetju.org)
Received: from mail2out.barnet.com.au (mail2out.barnet.com.au [202.83.176.14])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 0CEEC43D46
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 21 Jan 2006 23:06:23 +0000 (GMT)
	(envelope-from edwin@mavetju.org)
Received: by mail2out.barnet.com.au (Postfix, from userid 27)
	id 17B067073E4; Sun, 22 Jan 2006 10:06:22 +1100 (EST)
Received: from mail2-auth.barnet.com.au (mail2.barnet.com.au [202.83.176.13])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(Client CN "*.barnet.com.au", Issuer "BarNet Root Certificate Authority" (verified OK))
	by mail2.barnet.com.au (Postfix) with ESMTP id D368A7073DB
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 22 Jan 2006 10:06:21 +1100 (EST)
Received: from k7.mavetju (edwin-3.int.barnet.com.au [10.10.12.2])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(Client did not present a certificate)
	by mail2-auth.barnet.com.au (Postfix) with ESMTP id 315947073D9
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 22 Jan 2006 10:06:21 +1100 (EST)
Received: by k7.mavetju (Postfix, from userid 1001)
	id A65B29D5; Sun, 22 Jan 2006 10:06:18 +1100 (EST)
Message-Id: <20060121230618.A65B29D5@k7.mavetju>
Date: Sun, 22 Jan 2006 10:06:18 +1100 (EST)
From: Edwin Groothuis <edwin@mavetju.org>
Reply-To: Edwin Groothuis <edwin@mavetju.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] tell porters handbook about NOFETCHFILES and update on PERL_*_DEPENDS
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         92118
>Category:       docs
>Synopsis:       [patch] tell porters handbook about NOFETCHFILES and update on PERL_*_DEPENDS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 21 23:10:03 GMT 2006
>Closed-Date:    Sat Jan 21 23:21:49 GMT 2006
>Last-Modified:  Sat Jan 21 23:21:49 GMT 2006
>Originator:     Edwin Groothuis
>Release:        FreeBSD 6.0-RELEASE i386
>Organization:
-
>Environment:
System: FreeBSD k7.mavetju 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Thu Nov 3 09:36:13 UTC 2005 root@x64.samsco.home:/usr/obj/usr/src/sys/GENERIC i386

>Description:

Document NOFETCHFILES and fix documentation of PERL_*_DEPENDS.

>How-To-Repeat:
>Fix:

Index: book.sgml
===================================================================
RCS file: /home/dcvs/doc/en_US.ISO8859-1/books/porters-handbook/book.sgml,v
retrieving revision 1.669
diff -u -r1.669 book.sgml
--- book.sgml	21 Jan 2006 21:26:22 -0000	1.669
+++ book.sgml	21 Jan 2006 23:05:28 -0000
@@ -3289,10 +3289,11 @@
 	  <para>These variables allow you to specify dependencies on Perl
 	    modules. For example,
 
-	    <programlisting>PERL_RUN_DEPENDS=	MIME::Base64:${PORTSDIR}/converters/p5-MIME-Base64</programlisting>
+	    <programlisting>PERL_RUN_DEPENDS=	MIME-Base64:${PORTSDIR}/converters/p5-MIME-Base64</programlisting>
 
 	    will check for the <literal>MIME::Base64</literal> Perl module
-	    and install it if it is missing.</para>
+	    (note the replacement of :: with -) and install it if
+	    it is missing.</para>
 	</sect2>
 
 	<sect2>
@@ -4062,6 +4063,20 @@
       </sect2>
 
       <sect2>
+	<title><makevar>NOFETCHFILES</makevar></title>
+
+	<para>Files defined in the <makevar>NOFETCHFILES</makevar>
+	  variable are not fetchable from any of the
+	  <makevar>MASTER_SITES</makevar>. An example of such a
+	  file is when the file is supplied on CD-ROM by the
+	  vendor.</para>
+
+	<para>Tools which check for the availability of these files
+	  on the <makevar>MASTER_SITES</makevar> should ignore these
+	  files and not report about them.</para>
+      </sect2>
+
+      <sect2>
 	<title><makevar>RESTRICTED</makevar></title>
 
 	<para>Set this variable alone if the application's license permits
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Sat Jan 21 23:21:38 UTC 2006 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=92118 
>Unformatted:
