pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/doc manually update (MASTER_SITE_IFARCHIVE)



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8f736cc7a409
branches:  trunk
changeset: 485013:8f736cc7a409
user:      dillo <dillo%pkgsrc.org@localhost>
date:      Thu Dec 02 22:23:46 2004 +0000

description:
manually update (MASTER_SITE_IFARCHIVE)

XXX: guide's dependency w3m failed to compile

diffstat:

 doc/pkgsrc.html |  11 ++++++-----
 doc/pkgsrc.txt  |  13 +++++++------
 2 files changed, 13 insertions(+), 11 deletions(-)

diffs (121 lines):

diff -r ba9c9150a8cd -r 8f736cc7a409 doc/pkgsrc.html
--- a/doc/pkgsrc.html   Thu Dec 02 22:20:34 2004 +0000
+++ b/doc/pkgsrc.html   Thu Dec 02 22:23:46 2004 +0000
@@ -4297,7 +4297,7 @@
           audit-packages installation procedure:</p>
           <pre class="screen">
 ===========================================================================
-$NetBSD: pkgsrc.html,v 1.7 2004/11/22 16:52:08 wiz Exp $
+$NetBSD: pkgsrc.html,v 1.8 2004/12/01 09:52:59 wiz Exp $
 
 You may wish to have the vulnerabilities file downloaded daily so that
 it remains current.  This may be done by adding an appropriate entry
@@ -4779,6 +4779,7 @@
         ${MASTER_SITE_GNOME}
         ${MASTER_SITE_GNU}
         ${MASTER_SITE_GNUSTEP}
+        ${MASTER_SITE_IFARCHIVE}
         ${MASTER_SITE_MOZILLA}
         ${MASTER_SITE_PERL_CPAN}
         ${MASTER_SITE_SOURCEFORGE}
@@ -5331,7 +5332,7 @@
           <p>Be sure to add a RCS ID line as the first thing in any
           <code class="filename">PLIST</code> file you write:</p>
           <pre class="programlisting">
-@comment $NetBSD: pkgsrc.html,v 1.7 2004/11/22 16:52:08 wiz Exp $
+@comment $NetBSD: pkgsrc.html,v 1.8 2004/12/01 09:52:59 wiz Exp $
 </pre>
         </div>
 
@@ -6006,7 +6007,7 @@
             "filename">buildlink3.mk</code> is taken from
             <code class="filename">pkgsrc/graphics/tiff</code>:</p>
             <pre class="programlisting">
-# $NetBSD: pkgsrc.html,v 1.7 2004/11/22 16:52:08 wiz Exp $
+# $NetBSD: pkgsrc.html,v 1.8 2004/12/01 09:52:59 wiz Exp $
 
 BUILDLINK_DEPTH:=       ${BUILDLINK_DEPTH}+
 TIFF_BUILDLINK3_MK:=    ${TIFF_BUILDLINK3_MK}+
@@ -10511,7 +10512,7 @@
             </div>
           </div>
           <pre class="programlisting">
-# $NetBSD: pkgsrc.html,v 1.7 2004/11/22 16:52:08 wiz Exp $
+# $NetBSD: pkgsrc.html,v 1.8 2004/12/01 09:52:59 wiz Exp $
 #
 
 DISTNAME=       bison-1.25
@@ -10556,7 +10557,7 @@
             </div>
           </div>
           <pre class="programlisting">
-@comment $NetBSD: pkgsrc.html,v 1.7 2004/11/22 16:52:08 wiz Exp $
+@comment $NetBSD: pkgsrc.html,v 1.8 2004/12/01 09:52:59 wiz Exp $
 bin/bison
 man/man1/bison.1.gz
 info/bison.info
diff -r ba9c9150a8cd -r 8f736cc7a409 doc/pkgsrc.txt
--- a/doc/pkgsrc.txt    Thu Dec 02 22:20:34 2004 +0000
+++ b/doc/pkgsrc.txt    Thu Dec 02 22:23:46 2004 +0000
@@ -14,7 +14,7 @@
 
 Copyright (C) 1994-2004 The NetBSD Foundation, Inc
 
-$NetBSD: pkgsrc.txt,v 1.7 2004/11/22 16:52:09 wiz Exp $
+$NetBSD: pkgsrc.txt,v 1.8 2004/12/01 09:52:59 wiz Exp $
 
 Abstract
 
@@ -1663,7 +1663,7 @@
 procedure:
 
 ===========================================================================
-$NetBSD: pkgsrc.txt,v 1.7 2004/11/22 16:52:09 wiz Exp $
+$NetBSD: pkgsrc.txt,v 1.8 2004/12/01 09:52:59 wiz Exp $
 
 You may wish to have the vulnerabilities file downloaded daily so that
 it remains current.  This may be done by adding an appropriate entry
@@ -1837,6 +1837,7 @@
         ${MASTER_SITE_GNOME}
         ${MASTER_SITE_GNU}
         ${MASTER_SITE_GNUSTEP}
+        ${MASTER_SITE_IFARCHIVE}
         ${MASTER_SITE_MOZILLA}
         ${MASTER_SITE_PERL_CPAN}
         ${MASTER_SITE_SOURCEFORGE}
@@ -2078,7 +2079,7 @@
 
 Be sure to add a RCS ID line as the first thing in any PLIST file you write:
 
-@comment $NetBSD: pkgsrc.txt,v 1.7 2004/11/22 16:52:09 wiz Exp $
+@comment $NetBSD: pkgsrc.txt,v 1.8 2004/12/01 09:52:59 wiz Exp $
 
 8.2. Semi-automatic PLIST generation
 
@@ -2353,7 +2354,7 @@
 The following real-life example buildlink3.mk is taken from pkgsrc/graphics/
 tiff:
 
-# $NetBSD: pkgsrc.txt,v 1.7 2004/11/22 16:52:09 wiz Exp $
+# $NetBSD: pkgsrc.txt,v 1.8 2004/12/01 09:52:59 wiz Exp $
 
 BUILDLINK_DEPTH:=       ${BUILDLINK_DEPTH}+
 TIFF_BUILDLINK3_MK:=    ${TIFF_BUILDLINK3_MK}+
@@ -4315,7 +4316,7 @@
 
 A.1.1. Makefile
 
-# $NetBSD: pkgsrc.txt,v 1.7 2004/11/22 16:52:09 wiz Exp $
+# $NetBSD: pkgsrc.txt,v 1.8 2004/12/01 09:52:59 wiz Exp $
 #
 
 DISTNAME=       bison-1.25
@@ -4339,7 +4340,7 @@
 
 A.1.3. PLIST
 
-@comment $NetBSD: pkgsrc.txt,v 1.7 2004/11/22 16:52:09 wiz Exp $
+@comment $NetBSD: pkgsrc.txt,v 1.8 2004/12/01 09:52:59 wiz Exp $
 bin/bison
 man/man1/bison.1.gz
 info/bison.info



Home | Main Index | Thread Index | Old Index