pkgsrc-Changes archive

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

CVS commit: pkgsrc/doc/guide/files



Module Name:    pkgsrc
Committed By:   leot
Date:           Wed Jun 10 16:07:18 UTC 2020

Modified Files:
        pkgsrc/doc/guide/files: plist.xml

Log Message:
guide: Document EARLY_PRINT_PLIST_AWK


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/doc/guide/files/plist.xml

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

Modified files:

Index: pkgsrc/doc/guide/files/plist.xml
diff -u pkgsrc/doc/guide/files/plist.xml:1.27 pkgsrc/doc/guide/files/plist.xml:1.28
--- pkgsrc/doc/guide/files/plist.xml:1.27       Mon May 15 07:39:42 2017
+++ pkgsrc/doc/guide/files/plist.xml    Wed Jun 10 16:07:18 2020
@@ -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 @@ adding the RCS ID the space should be om
 <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