pkgsrc-Changes archive

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

CVS commit: pkgsrc/doc



Module Name:    pkgsrc
Committed By:   leot
Date:           Wed Jun 10 16:08:32 UTC 2020

Modified Files:
        pkgsrc/doc: pkgsrc.html pkgsrc.txt

Log Message:
doc/pkgsrc.*: regen


To generate a diff of this commit:
cvs rdiff -u -r1.296 -r1.297 pkgsrc/doc/pkgsrc.html
cvs rdiff -u -r1.294 -r1.295 pkgsrc/doc/pkgsrc.txt

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/doc/pkgsrc.html
diff -u pkgsrc/doc/pkgsrc.html:1.296 pkgsrc/doc/pkgsrc.html:1.297
--- pkgsrc/doc/pkgsrc.html:1.296        Sun Jun  7 23:11:29 2020
+++ pkgsrc/doc/pkgsrc.html      Wed Jun 10 16:08:31 2020
@@ -4729,6 +4729,11 @@ adding the RCS ID the space should be om
 <pre class="programlisting">
 PRINT_PLIST_AWK+=       /^libdata\/foo/ { next; }
 </pre>
+<p>The <code class="varname">PRINT_PLIST_AWK</code> transformations are
+    evaluated after the file list and directory list are sorted.
+    <code class="varname">EARLY_PRINT_PLIST_AWK</code> is like
+    <code class="varname">PRINT_PLIST_AWK</code> except it operates before the file
+    list and directory list are sorted.</p>
 </div>
 <div class="sect1">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">

Index: pkgsrc/doc/pkgsrc.txt
diff -u pkgsrc/doc/pkgsrc.txt:1.294 pkgsrc/doc/pkgsrc.txt:1.295
--- pkgsrc/doc/pkgsrc.txt:1.294 Sun Jun  7 23:11:29 2020
+++ pkgsrc/doc/pkgsrc.txt       Wed Jun 10 16:08:31 2020
@@ -3989,6 +3989,10 @@ resulting PLIST:
 
 PRINT_PLIST_AWK+=       /^libdata\/foo/ { next; }
 
+The PRINT_PLIST_AWK transformations are evaluated after the file list and
+directory list are sorted. EARLY_PRINT_PLIST_AWK is like PRINT_PLIST_AWK except
+it operates before the file list and directory list are sorted.
+
 15.4. Variable substitution in PLIST
 
 A number of variables are substituted automatically in PLISTs when a package is



Home | Main Index | Thread Index | Old Index