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:   sevan
Date:           Mon Jan  9 07:22:52 UTC 2017

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

Log Message:
Stop the NetBSD keyword substitution by introducing a space.
Add a note to highlight the artificial space added to example.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 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.24 pkgsrc/doc/guide/files/plist.xml:1.25
--- pkgsrc/doc/guide/files/plist.xml:1.24       Sun Jul 10 07:46:29 2016
+++ pkgsrc/doc/guide/files/plist.xml    Mon Jan  9 07:22:52 2017
@@ -1,4 +1,4 @@
-<!-- $NetBSD: plist.xml,v 1.24 2016/07/10 07:46:29 rillig Exp $ -->
+<!-- $NetBSD: plist.xml,v 1.25 2017/01/09 07:22:52 sevan Exp $ -->
 
 <chapter id="plist">
   <title>PLIST issues</title>
@@ -20,8 +20,11 @@
     <filename>PLIST</filename> file you write:</para>
 
 <programlisting>
-@comment &#36;NetBSD&#36;
+@comment &#36;NetBSD &#36;
 </programlisting>
+     <para>An artificial space has been added betweeen NetBSD and $, this is a
+workaround here to prevent CVS expanding to the filename of the guide. When
+adding the RCS ID the space should be ommited.</para>
   </sect1>
 
   <sect1 id="automatic-plist-generation">
@@ -153,7 +156,7 @@ PLIST.foo=      yes
 
     <para>And then in <filename>PLIST</filename>:</para>
 <programlisting>
-@comment &#36;NetBSD&#36;
+@comment &#36;NetBSD &#36;
 bin/bar
 man/man1/bar.1
 ${PLIST.foo}bin/foo
@@ -161,6 +164,10 @@ ${PLIST.foo}man/man1/foo.1
 ${PLIST.foo}share/bar/foo.data
 </programlisting>
 
+     <para>An artificial space has been added betweeen NetBSD and $, this is a
+workaround here to prevent CVS expanding to the filename of the guide. When
+adding the RCS ID the space should be ommited.</para>
+
   </sect1>
 
   <sect1 id="manpage-compression">



Home | Main Index | Thread Index | Old Index