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:   rillig
Date:           Sun Jul 10 07:46:29 UTC 2016

Modified Files:
        pkgsrc/doc/guide/files: buildlink.xml bulk.xml components.xml faq.xml
            fixes.xml plist.xml regression.xml

Log Message:
detab


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/doc/guide/files/buildlink.xml
cvs rdiff -u -r1.22 -r1.23 pkgsrc/doc/guide/files/bulk.xml
cvs rdiff -u -r1.52 -r1.53 pkgsrc/doc/guide/files/components.xml
cvs rdiff -u -r1.53 -r1.54 pkgsrc/doc/guide/files/faq.xml
cvs rdiff -u -r1.141 -r1.142 pkgsrc/doc/guide/files/fixes.xml
cvs rdiff -u -r1.23 -r1.24 pkgsrc/doc/guide/files/plist.xml
cvs rdiff -u -r1.3 -r1.4 pkgsrc/doc/guide/files/regression.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/buildlink.xml
diff -u pkgsrc/doc/guide/files/buildlink.xml:1.38 pkgsrc/doc/guide/files/buildlink.xml:1.39
--- pkgsrc/doc/guide/files/buildlink.xml:1.38   Tue Dec 30 15:18:59 2014
+++ pkgsrc/doc/guide/files/buildlink.xml        Sun Jul 10 07:46:29 2016
@@ -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 @@ BUILDLINK_API_DEPENDS.foo+=   foo>=1.1.0
 <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

Index: pkgsrc/doc/guide/files/bulk.xml
diff -u pkgsrc/doc/guide/files/bulk.xml:1.22 pkgsrc/doc/guide/files/bulk.xml:1.23
--- pkgsrc/doc/guide/files/bulk.xml:1.22        Sun Jul 10 07:43:23 2016
+++ pkgsrc/doc/guide/files/bulk.xml     Sun Jul 10 07:46:29 2016
@@ -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 @@ Create a user with name "pbulk".</para>
 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.

Index: pkgsrc/doc/guide/files/components.xml
diff -u pkgsrc/doc/guide/files/components.xml:1.52 pkgsrc/doc/guide/files/components.xml:1.53
--- pkgsrc/doc/guide/files/components.xml:1.52  Sat Jun 11 14:58:26 2016
+++ pkgsrc/doc/guide/files/components.xml       Sun Jul 10 07:46:29 2016
@@ -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 @@ monitor_file(...)
         int fd = kqueue();
         ...
 #else
-       ...
+        ...
 #endif
 }
 </programlisting>

Index: pkgsrc/doc/guide/files/faq.xml
diff -u pkgsrc/doc/guide/files/faq.xml:1.53 pkgsrc/doc/guide/files/faq.xml:1.54
--- pkgsrc/doc/guide/files/faq.xml:1.53 Sat Jun 11 14:58:26 2016
+++ pkgsrc/doc/guide/files/faq.xml      Sun Jul 10 07:46:29 2016
@@ -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 @@ provide <varname>FETCH_CMD</varname>, <v
 like:</para>
 
 <programlisting>
-FETCH_USING=   wget
+FETCH_USING=    wget
 </programlisting>
 
 </sect1>

Index: pkgsrc/doc/guide/files/fixes.xml
diff -u pkgsrc/doc/guide/files/fixes.xml:1.141 pkgsrc/doc/guide/files/fixes.xml:1.142
--- pkgsrc/doc/guide/files/fixes.xml:1.141      Sat Jul  9 16:19:15 2016
+++ pkgsrc/doc/guide/files/fixes.xml    Sun Jul 10 07:46:29 2016
@@ -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 @@ ${INSTALL_DATA_DIR} ${PREFIX}/dir2
     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:

Index: pkgsrc/doc/guide/files/plist.xml
diff -u pkgsrc/doc/guide/files/plist.xml:1.23 pkgsrc/doc/guide/files/plist.xml:1.24
--- pkgsrc/doc/guide/files/plist.xml:1.23       Sat Jul  9 16:07:35 2016
+++ pkgsrc/doc/guide/files/plist.xml    Sun Jul 10 07:46:29 2016
@@ -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 @@ PLIST_SUBST+=   SOMEVAR="somevalue"
     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>
 

Index: pkgsrc/doc/guide/files/regression.xml
diff -u pkgsrc/doc/guide/files/regression.xml:1.3 pkgsrc/doc/guide/files/regression.xml:1.4
--- pkgsrc/doc/guide/files/regression.xml:1.3   Sat Jun 11 13:28:09 2016
+++ pkgsrc/doc/guide/files/regression.xml       Sun Jul 10 07:46:29 2016
@@ -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 @@ do_test() {
 
 <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