pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/doc regen



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9066e87f1100
branches:  trunk
changeset: 645313:9066e87f1100
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 26 23:00:30 2015 +0000

description:
regen

diffstat:

 doc/pkgsrc.html |  32 ++++++++++++++++----------------
 doc/pkgsrc.txt  |   4 ++--
 2 files changed, 18 insertions(+), 18 deletions(-)

diffs (168 lines):

diff -r 4dcc6bc98a58 -r 9066e87f1100 doc/pkgsrc.html
--- a/doc/pkgsrc.html   Mon Jan 26 23:00:00 2015 +0000
+++ b/doc/pkgsrc.html   Mon Jan 26 23:00:30 2015 +0000
@@ -1728,7 +1728,7 @@
 <div class="titlepage"><div><div><h3 class="title">
 <a name="installing-binary-packages"></a>4.1.2. Installing binary packages</h3></div></div></div>
 <p>In the directory from the last section, there is a
-    subdirectory called <code class="filename">All</code>, which contains all the
+    subdirectory called <code class="filename">All/</code>, which contains all the
     binary packages that are available for the platform, excluding those
     that may not be distributed via FTP or CDROM (depending on which
     medium you are using).</p>
@@ -1737,7 +1737,7 @@
     <span class="command"><strong>su</strong></span> to root first):</p>
 <pre class="screen">
 <code class="prompt">#</code> <strong class="userinput"><code>PATH="/usr/pkg/sbin:$PATH"</code></strong>
-<code class="prompt">#</code> <strong class="userinput"><code>PKG_PATH="ftp://ftp.NetBSD.org/pub/pkgsrc/packages/<em class="replaceable"><code>OPSYS</code></em>/<em 
class="replaceable"><code>ARCH</code></em>/<em class="replaceable"><code>VERSIONS</code></em>/All"</code></strong>
+<code class="prompt">#</code> <strong class="userinput"><code>PKG_PATH="ftp://ftp.NetBSD.org/pub/pkgsrc/packages/<em class="replaceable"><code>OPSYS</code></em>/<em 
class="replaceable"><code>ARCH</code></em>/<em class="replaceable"><code>VERSIONS</code></em>/All/"</code></strong>
 <code class="prompt">#</code> <strong class="userinput"><code>export PATH PKG_PATH</code></strong>
 </pre>
 <p>Instead of URLs, you can also use local paths, for example if
@@ -7336,7 +7336,7 @@
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="tools.questions"></a>18.4. Questions regarding the tools</h2></div></div></div>
 <div class="qandaset">
-<a name="idm77815184"></a><dl>
+<a name="idm75787664"></a><dl>
 <dt>18.4.1. <a href="#tools.new">How do I add a new tool?</a>
 </dt>
 <dt>18.4.2. <a href="#tools.listall">How do I get a list of all available
@@ -7355,7 +7355,7 @@
 <tbody>
 <tr class="question">
 <td align="left" valign="top">
-<a name="tools.new"></a><a name="idm77814800"></a><p><b>18.4.1.</b></p>
+<a name="tools.new"></a><a name="idm75787280"></a><p><b>18.4.1.</b></p>
 </td>
 <td align="left" valign="top"><p>How do I add a new tool?</p></td>
 </tr>
@@ -7365,7 +7365,7 @@
 </tr>
 <tr class="question">
 <td align="left" valign="top">
-<a name="tools.listall"></a><a name="idm77813776"></a><p><b>18.4.2.</b></p>
+<a name="tools.listall"></a><a name="idm75786256"></a><p><b>18.4.2.</b></p>
 </td>
 <td align="left" valign="top"><p>How do I get a list of all available
        tools?</p></td>
@@ -7376,7 +7376,7 @@
 </tr>
 <tr class="question">
 <td align="left" valign="top">
-<a name="tools.used"></a><a name="idm77812624"></a><p><b>18.4.3.</b></p>
+<a name="tools.used"></a><a name="idm75785104"></a><p><b>18.4.3.</b></p>
 </td>
 <td align="left" valign="top"><p>How can I get a list of all the tools that a
        package is using while being built? I want to know whether it
@@ -9471,7 +9471,7 @@
        and if you still don't have the answer, ask on the
        <code class="literal">pkgsrc-users</code> mailing list.</p>
 <div class="qandaset">
-<a name="idm77263504"></a><dl>
+<a name="idm77324944"></a><dl>
 <dt>22.1. <a href="#devfaq.makeflags">What is the difference between
        MAKEFLAGS, .MAKEFLAGS and
        MAKE_FLAGS?</a>
@@ -9516,7 +9516,7 @@
 <tbody>
 <tr class="question">
 <td align="left" valign="top">
-<a name="devfaq.makeflags"></a><a name="idm77263120"></a><p><b>22.1.</b></p>
+<a name="devfaq.makeflags"></a><a name="idm77324560"></a><p><b>22.1.</b></p>
 </td>
 <td align="left" valign="top"><p>What is the difference between
        <code class="varname">MAKEFLAGS</code>, <code class="varname">.MAKEFLAGS</code> and
@@ -9532,7 +9532,7 @@
 </tr>
 <tr class="question">
 <td align="left" valign="top">
-<a name="devfaq.make"></a><a name="idm77259152"></a><p><b>22.2.</b></p>
+<a name="devfaq.make"></a><a name="idm77320592"></a><p><b>22.2.</b></p>
 </td>
 <td align="left" valign="top"><p>What is the difference between
        <code class="varname">MAKE</code>, <code class="varname">GMAKE</code> and
@@ -9550,7 +9550,7 @@
 </tr>
 <tr class="question">
 <td align="left" valign="top">
-<a name="devfaq.cc"></a><a name="idm77254672"></a><p><b>22.3.</b></p>
+<a name="devfaq.cc"></a><a name="idm77316112"></a><p><b>22.3.</b></p>
 </td>
 <td align="left" valign="top"><p>What is the difference between
        <code class="varname">CC</code>, <code class="varname">PKG_CC</code> and
@@ -9568,7 +9568,7 @@
 </tr>
 <tr class="question">
 <td align="left" valign="top">
-<a name="devfaq.bl3flags"></a><a name="idm77250576"></a><p><b>22.4.</b></p>
+<a name="devfaq.bl3flags"></a><a name="idm77312016"></a><p><b>22.4.</b></p>
 </td>
 <td align="left" valign="top"><p>What is the difference between
        <code class="varname">BUILDLINK_LDFLAGS</code>,
@@ -9581,7 +9581,7 @@
 </tr>
 <tr class="question">
 <td align="left" valign="top">
-<a name="devfaq.bl3prefix"></a><a name="idm77248400"></a><p><b>22.5.</b></p>
+<a name="devfaq.bl3prefix"></a><a name="idm77309840"></a><p><b>22.5.</b></p>
 </td>
 <td align="left" valign="top"><p>Why does <span class="command"><strong>make show-var
        VARNAME=BUILDLINK_PREFIX.<em class="replaceable"><code>foo</code></em></strong></span>
@@ -9597,7 +9597,7 @@
 </tr>
 <tr class="question">
 <td align="left" valign="top">
-<a name="devfaq.master_sites"></a><a name="idm77245200"></a><p><b>22.6.</b></p>
+<a name="devfaq.master_sites"></a><a name="idm77306640"></a><p><b>22.6.</b></p>
 </td>
 <td align="left" valign="top"><p>What does
        <code class="literal">${MASTER_SITE_SOURCEFORGE:=package/}</code> mean? I
@@ -9621,7 +9621,7 @@
 </tr>
 <tr class="question">
 <td align="left" valign="top">
-<a name="devfaq.mailinglists"></a><a name="idm77237136"></a><p><b>22.7.</b></p>
+<a name="devfaq.mailinglists"></a><a name="idm77298576"></a><p><b>22.7.</b></p>
 </td>
 <td align="left" valign="top"><p>Which mailing lists are there for package
        developers?</p></td>
@@ -9646,7 +9646,7 @@
 </tr>
 <tr class="question">
 <td align="left" valign="top">
-<a name="devfaq.documentation"></a><a name="idm77233424"></a><p><b>22.8.</b></p>
+<a name="devfaq.documentation"></a><a name="idm77294864"></a><p><b>22.8.</b></p>
 </td>
 <td align="left" valign="top"><p>Where is the pkgsrc
        documentation?</p></td>
@@ -9694,7 +9694,7 @@
 </tr>
 <tr class="question">
 <td align="left" valign="top">
-<a name="devfaq.too-much-time"></a><a name="idm77226896"></a><p><b>22.9.</b></p>
+<a name="devfaq.too-much-time"></a><a name="idm77288336"></a><p><b>22.9.</b></p>
 </td>
 <td align="left" valign="top"><p>I have a little time to kill.  What shall I
 do?</p></td>
diff -r 4dcc6bc98a58 -r 9066e87f1100 doc/pkgsrc.txt
--- a/doc/pkgsrc.txt    Mon Jan 26 23:00:00 2015 +0000
+++ b/doc/pkgsrc.txt    Mon Jan 26 23:00:30 2015 +0000
@@ -1549,7 +1549,7 @@
 
 4.1.2. Installing binary packages
 
-In the directory from the last section, there is a subdirectory called All,
+In the directory from the last section, there is a subdirectory called All/,
 which contains all the binary packages that are available for the platform,
 excluding those that may not be distributed via FTP or CDROM (depending on
 which medium you are using).
@@ -1558,7 +1558,7 @@
 commands in a Bourne-compatible shell (be sure to su to root first):
 
 # PATH="/usr/pkg/sbin:$PATH"
-# PKG_PATH="ftp://ftp.NetBSD.org/pub/pkgsrc/packages/OPSYS/ARCH/VERSIONS/All";
+# PKG_PATH="ftp://ftp.NetBSD.org/pub/pkgsrc/packages/OPSYS/ARCH/VERSIONS/All/";
 # export PATH PKG_PATH
 
 Instead of URLs, you can also use local paths, for example if you are



Home | Main Index | Thread Index | Old Index