Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/doc/guide/files guide: Document EARLY_PRINT_PLIST_AWK



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ce8ec72930e3
branches:  trunk
changeset: 434068:ce8ec72930e3
user:      leot <leot%pkgsrc.org@localhost>
date:      Wed Jun 10 16:07:18 2020 +0000

description:
guide: Document EARLY_PRINT_PLIST_AWK

diffstat:

 doc/guide/files/plist.xml |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r ca0b05419da1 -r ce8ec72930e3 doc/guide/files/plist.xml
--- a/doc/guide/files/plist.xml Wed Jun 10 16:06:09 2020 +0000
+++ b/doc/guide/files/plist.xml Wed Jun 10 16:07:18 2020 +0000
@@ -1,4 +1,4 @@
-<!-- $NetBSD: plist.xml,v 1.27 2017/05/15 07:39:42 gson Exp $ -->
+<!-- $NetBSD: plist.xml,v 1.28 2020/06/10 16:07:18 leot Exp $ -->
 
 <chapter id="plist">
   <title>PLIST issues</title>
@@ -52,6 +52,12 @@
 <programlisting>
 PRINT_PLIST_AWK+=       /^libdata\/foo/ { next; }
 </programlisting>
+
+    <para>The <varname>PRINT_PLIST_AWK</varname> transformations are
+    evaluated after the file list and directory list are sorted.
+    <varname>EARLY_PRINT_PLIST_AWK</varname> is like
+    <varname>PRINT_PLIST_AWK</varname> except it operates before the file
+    list and directory list are sorted.</para>
   </sect1>
 
   <sect1 id="plist.misc">



Home | Main Index | Thread Index | Old Index