pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/doc/guide/files @dirrm has been gone for a while and s...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/84e6f90202c0
branches:  trunk
changeset: 652677:84e6f90202c0
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Jun 07 03:34:54 2015 +0000

description:
@dirrm has been gone for a while and so have the *-dir packages.

diffstat:

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

diffs (55 lines):

diff -r f47858f6a4ea -r 84e6f90202c0 doc/guide/files/plist.xml
--- a/doc/guide/files/plist.xml Sat Jun 06 20:33:42 2015 +0000
+++ b/doc/guide/files/plist.xml Sun Jun 07 03:34:54 2015 +0000
@@ -1,4 +1,4 @@
-<!-- $NetBSD: plist.xml,v 1.21 2015/03/02 16:40:54 sevan Exp $ -->
+<!-- $NetBSD: plist.xml,v 1.22 2015/06/07 03:34:54 joerg Exp $ -->
 
 <chapter id="plist">
   <title>PLIST issues</title>
@@ -37,15 +37,6 @@
   <sect1 id="print-PLIST">
     <title>Tweaking output of <command>make print-PLIST</command></title>
 
-    <para>If you have used any of the *-dirs packages, as explained in
-    <xref linkend="faq.common-dirs"/>, you may have noticed that
-    <command>make print-PLIST</command> outputs a set of
-    <varname>@comment</varname>s instead of real
-    <varname>@dirrm</varname> lines.  You can also do this for
-    specific directories and files, so that the results of that
-    command are very close to reality. This helps <emphasis>a
-    lot</emphasis> during the update of packages.</para>
-
     <para>The <varname>PRINT_PLIST_AWK</varname> variable takes a set
     of AWK patterns and actions that are used to filter the output of
     print-PLIST.  You can <emphasis>append</emphasis> any chunk of AWK
@@ -58,17 +49,8 @@
     <programlisting>
 PRINT_PLIST_AWK+=       /^libdata\/foo/ { next; }
     </programlisting>
-
-    <para>And to get all the <varname>@dirrm</varname> lines referring
-    to a specific (shared) directory converted to
-    <varname>@comment</varname>s:</para>
-
-    <programlisting>
-PRINT_PLIST_AWK+=       /^@dirrm share\/specific/ { print "@comment " $$0; next; }
-    </programlisting>
   </sect1>
 
-
   <sect1 id="plist.misc">
     <title>Variable substitution in PLIST</title>
 
@@ -177,11 +159,8 @@
 ${PLIST.foo}bin/foo
 ${PLIST.foo}man/man1/foo.1
 ${PLIST.foo}share/bar/foo.data
-${PLIST.foo}@dirrm share/bar
     </programlisting>
 
-
-
   </sect1>
 
   <sect1 id="manpage-compression">



Home | Main Index | Thread Index | Old Index