Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/doc doc/pkgsrc.*: regen



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e04a1d85ec89
branches:  trunk
changeset: 434069:e04a1d85ec89
user:      leot <leot%pkgsrc.org@localhost>
date:      Wed Jun 10 16:08:31 2020 +0000

description:
doc/pkgsrc.*: regen

diffstat:

 doc/pkgsrc.html |  5 +++++
 doc/pkgsrc.txt  |  4 ++++
 2 files changed, 9 insertions(+), 0 deletions(-)

diffs (29 lines):

diff -r ce8ec72930e3 -r e04a1d85ec89 doc/pkgsrc.html
--- a/doc/pkgsrc.html   Wed Jun 10 16:07:18 2020 +0000
+++ b/doc/pkgsrc.html   Wed Jun 10 16:08:31 2020 +0000
@@ -4729,6 +4729,11 @@
 <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">
diff -r ce8ec72930e3 -r e04a1d85ec89 doc/pkgsrc.txt
--- a/doc/pkgsrc.txt    Wed Jun 10 16:07:18 2020 +0000
+++ b/doc/pkgsrc.txt    Wed Jun 10 16:08:31 2020 +0000
@@ -3989,6 +3989,10 @@
 
 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