pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/doc update for Tru64 and DragonFly (hand patched, a re...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/050606653b2c
branches:  trunk
changeset: 487511:050606653b2c
user:      grant <grant%pkgsrc.org@localhost>
date:      Sun Jan 16 02:33:52 2005 +0000

description:
update for Tru64 and DragonFly (hand patched, a regen resulted in some
bad quoting and whitespace changes)

diffstat:

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

diffs (166 lines):

diff -r 1e7632c097ea -r 050606653b2c doc/pkgsrc.html
--- a/doc/pkgsrc.html   Sun Jan 16 02:31:33 2005 +0000
+++ b/doc/pkgsrc.html   Sun Jan 16 02:33:52 2005 +0000
@@ -920,6 +920,11 @@
               <p><a href="http://www.sun.com/solaris/"; target=
               "_top">Solaris</a></p>
             </li>
+
+            <li>
+              <p><a href="http://h30097.www3.hp.com/"; target=
+              "_top">Tru64</a> (Digital UNIX/OSF1)</p>
+            </li>
           </ul>
         </div>
       </div>
@@ -1520,6 +1525,10 @@
               </li>
 
               <li>
+                <p>DragonFlyBSD</p>
+              </li>
+
+              <li>
                 <p>FreeBSD</p>
               </li>
 
@@ -1542,6 +1551,10 @@
               <li>
                 <p>Solaris</p>
               </li>
+
+              <li>
+                <p>Tru64 (Digital UNIX/OSF1)</p>
+              </li>
             </ul>
           </div>
 
@@ -4490,7 +4503,7 @@
           audit-packages installation procedure:</p>
           <pre class="screen">
 ===========================================================================
-$NetBSD: faq.xml,v 1.4 2005/01/11 16:05:20 wiz Exp $
+$NetBSD: pkgsrc.html,v 1.15 2005/01/11 16:34:44 xtraeme 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
@@ -5525,7 +5538,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$
+@comment $NetBSD: pkgsrc.html,v 1.15 2005/01/11 16:34:44 xtraeme Exp $
 </pre>
         </div>
 
@@ -6200,7 +6213,7 @@
             "filename">buildlink3.mk</code> is taken from
             <code class="filename">pkgsrc/graphics/tiff</code>:</p>
             <pre class="programlisting">
-# $NetBSD: buildlink3.mk,v 1.7 2004/03/18 09:12:12 jlam Exp $
+# $NetBSD: pkgsrc.html,v 1.15 2005/01/11 16:34:44 xtraeme Exp $
 
 BUILDLINK_DEPTH:=       ${BUILDLINK_DEPTH}+
 TIFF_BUILDLINK3_MK:=    ${TIFF_BUILDLINK3_MK}+
@@ -10710,7 +10723,7 @@
             </div>
           </div>
           <pre class="programlisting">
-# $NetBSD$
+# $NetBSD: pkgsrc.html,v 1.15 2005/01/11 16:34:44 xtraeme Exp $
 #
 
 DISTNAME=       bison-1.25
@@ -10755,7 +10768,7 @@
             </div>
           </div>
           <pre class="programlisting">
-@comment $NetBSD$
+@comment $NetBSD: pkgsrc.html,v 1.15 2005/01/11 16:34:44 xtraeme Exp $
 bin/bison
 man/man1/bison.1.gz
 share/bison.simple
diff -r 1e7632c097ea -r 050606653b2c doc/pkgsrc.txt
--- a/doc/pkgsrc.txt    Sun Jan 16 02:31:33 2005 +0000
+++ b/doc/pkgsrc.txt    Sun Jan 16 02:33:52 2005 +0000
@@ -14,7 +14,7 @@
 
 Copyright (C) 1994-2004 The NetBSD Foundation, Inc
 
-$NetBSD: pkgsrc.xml,v 1.3 2004/10/22 00:24:48 hubertf Exp $
+$NetBSD: pkgsrc.txt,v 1.15 2005/01/11 16:34:44 xtraeme Exp $
 
 Abstract
 
@@ -297,6 +297,8 @@
 
   * Solaris
 
+  * Tru64 (Digital UNIX/OSF1)
+
 1.2. Overview
 
 This document is divided into two parts. The first, The pkgsrc user's guide,
@@ -514,6 +516,8 @@
 
   * Darwin (Mac OS X)
 
+  * DragonFlyBSD
+
   * FreeBSD
 
   * Interix (Windows 2000, XP, 2003)
@@ -526,6 +530,8 @@
 
   * Solaris
 
+  * Tru64 (Digital UNIX/OSF1)
+
 Support for other platforms is under development.
 
 Installing the bootstrap kit should be as simple as:
@@ -1766,7 +1772,7 @@
 procedure:
 
 ===========================================================================
-$NetBSD: faq.xml,v 1.4 2005/01/11 16:05:20 wiz Exp $
+$NetBSD: pkgsrc.txt,v 1.15 2005/01/11 16:34:44 xtraeme 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
@@ -2182,7 +2188,7 @@
 
 Be sure to add a RCS ID line as the first thing in any PLIST file you write:
 
-@comment $NetBSD$
+@comment $NetBSD: pkgsrc.txt,v 1.15 2005/01/11 16:34:44 xtraeme Exp $
 
 8.2. Semi-automatic PLIST generation
 
@@ -2457,7 +2463,7 @@
 The following real-life example buildlink3.mk is taken from pkgsrc/graphics/
 tiff:
 
-# $NetBSD: buildlink3.mk,v 1.7 2004/03/18 09:12:12 jlam Exp $
+# $NetBSD: pkgsrc.txt,v 1.15 2005/01/11 16:34:44 xtraeme Exp $
 
 BUILDLINK_DEPTH:=       ${BUILDLINK_DEPTH}+
 TIFF_BUILDLINK3_MK:=    ${TIFF_BUILDLINK3_MK}+
@@ -4420,7 +4426,7 @@
 
 A.1.1. Makefile
 
-# $NetBSD$
+# $NetBSD: pkgsrc.txt,v 1.15 2005/01/11 16:34:44 xtraeme Exp $
 #
 
 DISTNAME=       bison-1.25
@@ -4444,7 +4450,7 @@
 
 A.1.3. PLIST
 
-@comment $NetBSD$
+@comment $NetBSD: pkgsrc.txt,v 1.15 2005/01/11 16:34:44 xtraeme Exp $
 bin/bison
 man/man1/bison.1.gz
 share/bison.simple



Home | Main Index | Thread Index | Old Index