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/03dbcf6d775a
branches: trunk
changeset: 369027:03dbcf6d775a
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Sep 26 10:31:32 2017 +0000
description:
regen
diffstat:
doc/pkgsrc.html | 42 +++++++++++++++---------------------------
doc/pkgsrc.txt | 20 +++++---------------
2 files changed, 20 insertions(+), 42 deletions(-)
diffs (222 lines):
diff -r 761276b2cf8f -r 03dbcf6d775a doc/pkgsrc.html
--- a/doc/pkgsrc.html Tue Sep 26 10:30:20 2017 +0000
+++ b/doc/pkgsrc.html Tue Sep 26 10:31:32 2017 +0000
@@ -160,8 +160,7 @@
<dt><span class="sect1"><a href="#creating.common">10.1. Common types of packages</a></span></dt>
<dd><dl>
<dt><span class="sect2"><a href="#creating.perl-module">10.1.1. Perl modules</a></span></dt>
-<dt><span class="sect2"><a href="#creating.kde-app">10.1.2. KDE3 & KDE4 applications</a></span></dt>
-<dt><span class="sect2"><a href="#creating.python-module">10.1.3. Python modules and programs</a></span></dt>
+<dt><span class="sect2"><a href="#creating.python-module">10.1.2. Python modules and programs</a></span></dt>
</dl></dd>
<dt><span class="sect1"><a href="#creating.examples">10.2. Examples</a></span></dt>
<dd><dl><dt><span class="sect2"><a href="#creating.nvu">10.2.1. How the www/nvu package came into pkgsrc</a></span></dt></dl></dd>
@@ -1231,7 +1230,6 @@
easy:</p>
<pre class="screen">
<code class="prompt">#</code> <strong class="userinput"><code>pkg_add libreoffice</code></strong>
-<code class="prompt">#</code> <strong class="userinput"><code>pkg_add kde-3.5.7</code></strong>
<code class="prompt">#</code> <strong class="userinput"><code>pkg_add ap24-php71-*</code></strong>
</pre>
<p>Note that any prerequisite packages needed to run the
@@ -1431,7 +1429,7 @@
and adding the definitions there.</p>
<p>
If a package depends on many other packages (such as
- <a href="http://cdn.NetBSD.org/pub/pkgsrc/current/pkgsrc/meta-pkgs/kde3/README.html" target="_top"><code class="filename">meta-pkgs/kde3</code></a>), the build process may
+ <a href="http://cdn.NetBSD.org/pub/pkgsrc/current/pkgsrc/meta-pkgs/kde4/README.html" target="_top"><code class="filename">meta-pkgs/kde4</code></a>), the build process may
alternate between periods of
downloading source, and compiling. To ensure you have all the source
downloaded initially you can run the command:
@@ -2770,8 +2768,7 @@
<dt><span class="sect1"><a href="#creating.common">10.1. Common types of packages</a></span></dt>
<dd><dl>
<dt><span class="sect2"><a href="#creating.perl-module">10.1.1. Perl modules</a></span></dt>
-<dt><span class="sect2"><a href="#creating.kde-app">10.1.2. KDE3 & KDE4 applications</a></span></dt>
-<dt><span class="sect2"><a href="#creating.python-module">10.1.3. Python modules and programs</a></span></dt>
+<dt><span class="sect2"><a href="#creating.python-module">10.1.2. Python modules and programs</a></span></dt>
</dl></dd>
<dt><span class="sect1"><a href="#creating.examples">10.2. Examples</a></span></dt>
<dd><dl><dt><span class="sect2"><a href="#creating.nvu">10.2.1. How the www/nvu package came into pkgsrc</a></span></dt></dl></dd>
@@ -3001,8 +2998,7 @@
<dt><span class="sect1"><a href="#creating.common">10.1. Common types of packages</a></span></dt>
<dd><dl>
<dt><span class="sect2"><a href="#creating.perl-module">10.1.1. Perl modules</a></span></dt>
-<dt><span class="sect2"><a href="#creating.kde-app">10.1.2. KDE3 & KDE4 applications</a></span></dt>
-<dt><span class="sect2"><a href="#creating.python-module">10.1.3. Python modules and programs</a></span></dt>
+<dt><span class="sect2"><a href="#creating.python-module">10.1.2. Python modules and programs</a></span></dt>
</dl></dd>
<dt><span class="sect1"><a href="#creating.examples">10.2. Examples</a></span></dt>
<dd><dl><dt><span class="sect2"><a href="#creating.nvu">10.2.1. How the www/nvu package came into pkgsrc</a></span></dt></dl></dd>
@@ -3104,15 +3100,7 @@
</div>
<div class="sect2">
<div class="titlepage"><div><div><h3 class="title">
-<a name="creating.kde-app"></a>10.1.2. KDE3 & KDE4 applications</h3></div></div></div>
-<p>KDE3 applications should always include
-<code class="filename">meta-pkgs/kde3/kde3.mk</code>, which contains numerous
-settings that are typical of KDE3 packages and KDE4 applications should
-always include <code class="filename">meta-pkgs/kde4/kde4.mk</code>, respectively.</p>
-</div>
-<div class="sect2">
-<div class="titlepage"><div><div><h3 class="title">
-<a name="creating.python-module"></a>10.1.3. Python modules and programs</h3></div></div></div>
+<a name="creating.python-module"></a>10.1.2. Python modules and programs</h3></div></div></div>
<p>Python modules and programs packages are easily created using a
set of predefined variables.</p>
<p>
@@ -8852,7 +8840,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="idm86822032"></a><dl>
+<a name="idm81736208"></a><dl>
<dt>22.1. <a href="#devfaq.makeflags">What is the difference between
MAKEFLAGS, .MAKEFLAGS and
MAKE_FLAGS?</a>
@@ -8897,7 +8885,7 @@
<tbody>
<tr class="question">
<td align="left" valign="top">
-<a name="devfaq.makeflags"></a><a name="idm86821648"></a><p><b>22.1.</b></p>
+<a name="devfaq.makeflags"></a><a name="idm81735824"></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
@@ -8913,7 +8901,7 @@
</tr>
<tr class="question">
<td align="left" valign="top">
-<a name="devfaq.make"></a><a name="idm86817680"></a><p><b>22.2.</b></p>
+<a name="devfaq.make"></a><a name="idm81731856"></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
@@ -8931,7 +8919,7 @@
</tr>
<tr class="question">
<td align="left" valign="top">
-<a name="devfaq.cc"></a><a name="idm86813200"></a><p><b>22.3.</b></p>
+<a name="devfaq.cc"></a><a name="idm81727376"></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
@@ -8949,7 +8937,7 @@
</tr>
<tr class="question">
<td align="left" valign="top">
-<a name="devfaq.bl3flags"></a><a name="idm86809104"></a><p><b>22.4.</b></p>
+<a name="devfaq.bl3flags"></a><a name="idm81723280"></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>,
@@ -8962,7 +8950,7 @@
</tr>
<tr class="question">
<td align="left" valign="top">
-<a name="devfaq.bl3prefix"></a><a name="idm86806800"></a><p><b>22.5.</b></p>
+<a name="devfaq.bl3prefix"></a><a name="idm81721104"></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>
@@ -8978,7 +8966,7 @@
</tr>
<tr class="question">
<td align="left" valign="top">
-<a name="devfaq.master_sites"></a><a name="idm86803728"></a><p><b>22.6.</b></p>
+<a name="devfaq.master_sites"></a><a name="idm81717904"></a><p><b>22.6.</b></p>
</td>
<td align="left" valign="top"><p>What does
<code class="code">${MASTER_SITE_SOURCEFORGE:=package/}</code> mean? I
@@ -9002,7 +8990,7 @@
</tr>
<tr class="question">
<td align="left" valign="top">
-<a name="devfaq.mailinglists"></a><a name="idm86796816"></a><p><b>22.7.</b></p>
+<a name="devfaq.mailinglists"></a><a name="idm81710992"></a><p><b>22.7.</b></p>
</td>
<td align="left" valign="top"><p>Which mailing lists are there for package
developers?</p></td>
@@ -9027,7 +9015,7 @@
</tr>
<tr class="question">
<td align="left" valign="top">
-<a name="devfaq.documentation"></a><a name="idm86793104"></a><p><b>22.8.</b></p>
+<a name="devfaq.documentation"></a><a name="idm81707280"></a><p><b>22.8.</b></p>
</td>
<td align="left" valign="top"><p>Where is the pkgsrc
documentation?</p></td>
@@ -9075,7 +9063,7 @@
</tr>
<tr class="question">
<td align="left" valign="top">
-<a name="devfaq.too-much-time"></a><a name="idm86786576"></a><p><b>22.9.</b></p>
+<a name="devfaq.too-much-time"></a><a name="idm81700752"></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 761276b2cf8f -r 03dbcf6d775a doc/pkgsrc.txt
--- a/doc/pkgsrc.txt Tue Sep 26 10:30:20 2017 +0000
+++ b/doc/pkgsrc.txt Tue Sep 26 10:31:32 2017 +0000
@@ -144,8 +144,7 @@
10.1. Common types of packages
10.1.1. Perl modules
- 10.1.2. KDE3 & KDE4 applications
- 10.1.3. Python modules and programs
+ 10.1.2. Python modules and programs
10.2. Examples
@@ -1076,7 +1075,6 @@
After these preparations, installing a package is very easy:
# pkg_add libreoffice
-# pkg_add kde-3.5.7
# pkg_add ap24-php71-*
Note that any prerequisite packages needed to run the package in question will
@@ -1232,7 +1230,7 @@
want to keep the settings, by editing the mk.conf file, and adding the
definitions there.
-If a package depends on many other packages (such as meta-pkgs/kde3), the build
+If a package depends on many other packages (such as meta-pkgs/kde4), the build
process may alternate between periods of downloading source, and compiling. To
ensure you have all the source downloaded initially you can run the command:
@@ -2357,8 +2355,7 @@
10.1. Common types of packages
10.1.1. Perl modules
- 10.1.2. KDE3 & KDE4 applications
- 10.1.3. Python modules and programs
+ 10.1.2. Python modules and programs
10.2. Examples
@@ -2587,8 +2584,7 @@
10.1. Common types of packages
10.1.1. Perl modules
- 10.1.2. KDE3 & KDE4 applications
- 10.1.3. Python modules and programs
+ 10.1.2. Python modules and programs
10.2. Examples
@@ -2680,13 +2676,7 @@
Simple Perl modules are handled automatically by url2pkg, including
dependencies.
-10.1.2. KDE3 & KDE4 applications
-
-KDE3 applications should always include meta-pkgs/kde3/kde3.mk, which contains
-numerous settings that are typical of KDE3 packages and KDE4 applications
-should always include meta-pkgs/kde4/kde4.mk, respectively.
-
-10.1.3. Python modules and programs
+10.1.2. Python modules and programs
Python modules and programs packages are easily created using a set of
predefined variables.
Home |
Main Index |
Thread Index |
Old Index