pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/doc/guide/files detab



details:   https://anonhg.NetBSD.org/pkgsrc/rev/31b6ce5a852d
branches:  trunk
changeset: 349550:31b6ce5a852d
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Jul 10 07:46:29 2016 +0000

description:
detab

diffstat:

 doc/guide/files/buildlink.xml  |  12 ++++++------
 doc/guide/files/bulk.xml       |  10 +++++-----
 doc/guide/files/components.xml |   4 ++--
 doc/guide/files/faq.xml        |   4 ++--
 doc/guide/files/fixes.xml      |  12 ++++++------
 doc/guide/files/plist.xml      |   6 +++---
 doc/guide/files/regression.xml |  12 ++++++------
 7 files changed, 30 insertions(+), 30 deletions(-)

diffs (177 lines):

diff -r 0899a2085bb1 -r 31b6ce5a852d doc/guide/files/buildlink.xml
--- a/doc/guide/files/buildlink.xml     Sun Jul 10 07:43:23 2016 +0000
+++ b/doc/guide/files/buildlink.xml     Sun Jul 10 07:46:29 2016 +0000
@@ -1,4 +1,4 @@
-<!-- $NetBSD: buildlink.xml,v 1.38 2014/12/30 15:18:59 wiz Exp $ -->
+<!-- $NetBSD: buildlink.xml,v 1.39 2016/07/10 07:46:29 rillig Exp $ -->
 
 <chapter id="buildlink">
   <title>Buildlink methodology</title>
@@ -206,20 +206,20 @@
 <programlisting>
 # &#36;NetBSD: buildlink3.mk,v 1.16 2009/03/20 19:24:45 joerg Exp &#36;
 
-BUILDLINK_TREE+=       tiff
+BUILDLINK_TREE+=        tiff
 
 .if !defined(TIFF_BUILDLINK3_MK)
 TIFF_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.tiff+=   tiff>=3.6.1
-BUILDLINK_ABI_DEPENDS.tiff+=   tiff>=3.7.2nb1
-BUILDLINK_PKGSRCDIR.tiff?=     ../../graphics/tiff
+BUILDLINK_API_DEPENDS.tiff+=    tiff>=3.6.1
+BUILDLINK_ABI_DEPENDS.tiff+=    tiff>=3.7.2nb1
+BUILDLINK_PKGSRCDIR.tiff?=      ../../graphics/tiff
 
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../graphics/jpeg/buildlink3.mk"
 .endif # TIFF_BUILDLINK3_MK
 
-BUILDLINK_TREE+=       -tiff
+BUILDLINK_TREE+=        -tiff
 </programlisting>
 
       <para>The header and footer manipulate
diff -r 0899a2085bb1 -r 31b6ce5a852d doc/guide/files/bulk.xml
--- a/doc/guide/files/bulk.xml  Sun Jul 10 07:43:23 2016 +0000
+++ b/doc/guide/files/bulk.xml  Sun Jul 10 07:46:29 2016 +0000
@@ -1,4 +1,4 @@
-<!-- $NetBSD: bulk.xml,v 1.22 2016/07/10 07:43:23 rillig Exp $ -->
+<!-- $NetBSD: bulk.xml,v 1.23 2016/07/10 07:46:29 rillig Exp $ -->
 
 <chapter id="bulk">
 <title>Creating binary packages for everything in pkgsrc (bulk
@@ -115,10 +115,10 @@
 apply to packages you build. For instance,</para>
 
 <programlisting>
-PKG_DEVELOPER=         yes     # perform more checks
-X11_TYPE=              modular # use pkgsrc X11
-SKIP_LICENSE_CHECK=    yes     # accept all licences (useful
-                               # when building all packages)
+PKG_DEVELOPER=          yes     # perform more checks
+X11_TYPE=               modular # use pkgsrc X11
+SKIP_LICENSE_CHECK=     yes     # accept all licences (useful
+                                # when building all packages)
 </programlisting>
 </note>
 <!-- Think how to merge this or maintain short reference of useful settings.
diff -r 0899a2085bb1 -r 31b6ce5a852d doc/guide/files/components.xml
--- a/doc/guide/files/components.xml    Sun Jul 10 07:43:23 2016 +0000
+++ b/doc/guide/files/components.xml    Sun Jul 10 07:46:29 2016 +0000
@@ -1,4 +1,4 @@
-<!-- $NetBSD: components.xml,v 1.52 2016/06/11 14:58:26 rillig Exp $ -->
+<!-- $NetBSD: components.xml,v 1.53 2016/07/10 07:46:29 rillig Exp $ -->
 
 <chapter id="components"> <?dbhtml filename="components.html"?>
 <title>Package components - files, directories and contents</title>
@@ -435,7 +435,7 @@
         int fd = kqueue();
         ...
 #else
-       ...
+        ...
 #endif
 }
 </programlisting>
diff -r 0899a2085bb1 -r 31b6ce5a852d doc/guide/files/faq.xml
--- a/doc/guide/files/faq.xml   Sun Jul 10 07:43:23 2016 +0000
+++ b/doc/guide/files/faq.xml   Sun Jul 10 07:46:29 2016 +0000
@@ -1,4 +1,4 @@
-<!-- $NetBSD: faq.xml,v 1.53 2016/06/11 14:58:26 rillig Exp $ -->
+<!-- $NetBSD: faq.xml,v 1.54 2016/07/10 07:46:29 rillig Exp $ -->
 
 <chapter id="faq"> <?dbhtml filename="faq.html"?>
 <title>Frequently Asked Questions</title>
@@ -261,7 +261,7 @@
 like:</para>
 
 <programlisting>
-FETCH_USING=   wget
+FETCH_USING=    wget
 </programlisting>
 
 </sect1>
diff -r 0899a2085bb1 -r 31b6ce5a852d doc/guide/files/fixes.xml
--- a/doc/guide/files/fixes.xml Sun Jul 10 07:43:23 2016 +0000
+++ b/doc/guide/files/fixes.xml Sun Jul 10 07:46:29 2016 +0000
@@ -1,4 +1,4 @@
-<!-- $NetBSD: fixes.xml,v 1.141 2016/07/09 16:19:15 rillig Exp $ -->
+<!-- $NetBSD: fixes.xml,v 1.142 2016/07/10 07:46:29 rillig Exp $ -->
 
 <chapter id="fixes"> <?dbhtml filename="fixes.html"?>
 <title>Making your package work</title>
@@ -1409,13 +1409,13 @@
     binary:</para>
 
 <programlisting>
-USE_GAMESGROUP=                yes
+USE_GAMESGROUP=         yes
 
-BUILD_DEFS+=           VARBASE
+BUILD_DEFS+=            VARBASE
 
-OWN_DIRS_PERMS+=       ${VARBASE}/games/moon-buggy ${GAMEDIR_PERMS}
-REQD_FILES_PERMS+=     /dev/null ${VARBASE}/games/moon-buggy/mbscore ${GAMEDATA_PERMS}
-SPECIAL_PERMS+=                ${PREFIX}/bin/moon-buggy ${SETGID_GAMES_PERMS}
+OWN_DIRS_PERMS+=        ${VARBASE}/games/moon-buggy ${GAMEDIR_PERMS}
+REQD_FILES_PERMS+=      /dev/null ${VARBASE}/games/moon-buggy/mbscore ${GAMEDATA_PERMS}
+SPECIAL_PERMS+=         ${PREFIX}/bin/moon-buggy ${SETGID_GAMES_PERMS}
 </programlisting>
 
     <para>Various <varname>INSTALL_*</varname> variables are also available:
diff -r 0899a2085bb1 -r 31b6ce5a852d doc/guide/files/plist.xml
--- a/doc/guide/files/plist.xml Sun Jul 10 07:43:23 2016 +0000
+++ b/doc/guide/files/plist.xml Sun Jul 10 07:46:29 2016 +0000
@@ -1,4 +1,4 @@
-<!-- $NetBSD: plist.xml,v 1.23 2016/07/09 16:07:35 rillig Exp $ -->
+<!-- $NetBSD: plist.xml,v 1.24 2016/07/10 07:46:29 rillig Exp $ -->
 
 <chapter id="plist">
   <title>PLIST issues</title>
@@ -145,9 +145,9 @@
     For example, in <filename>Makefile</filename>:</para>
 
 <programlisting>
-PLIST_VARS+=   foo
+PLIST_VARS+=    foo
 .if <replaceable>condition</replaceable>
-PLIST.foo=     yes
+PLIST.foo=      yes
 .else
 </programlisting>
 
diff -r 0899a2085bb1 -r 31b6ce5a852d doc/guide/files/regression.xml
--- a/doc/guide/files/regression.xml    Sun Jul 10 07:43:23 2016 +0000
+++ b/doc/guide/files/regression.xml    Sun Jul 10 07:46:29 2016 +0000
@@ -1,4 +1,4 @@
-<!-- $NetBSD: regression.xml,v 1.3 2016/06/11 13:28:09 rillig Exp $ -->
+<!-- $NetBSD: regression.xml,v 1.4 2016/07/10 07:46:29 rillig Exp $ -->
 
 <chapter id="regression"> <?dbhtml filename="regression.html"?>
 <title>Regression tests</title>
@@ -62,7 +62,7 @@
 
 <programlisting>
 do_test() {
-       echo "Example output"
+        echo "Example output"
 } 1>$TEST_OUTFILE 2>&1
 </programlisting>
 
@@ -77,10 +77,10 @@
 
 <programlisting>
 check_result() {
-       exit_status 0
-       output_require "Example"
-       output_require "^[[:alpha:]+[[:space:]][[:alpha:]]{6}$"
-       output_prohibit "no such file or directory"
+        exit_status 0
+        output_require "Example"
+        output_require "^[[:alpha:]+[[:space:]][[:alpha:]]{6}$"
+        output_prohibit "no such file or directory"
 }
 </programlisting>
 



Home | Main Index | Thread Index | Old Index