pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/doc doc/pkgsrc.*: regen
details: https://anonhg.NetBSD.org/pkgsrc/rev/9833a97547da
branches: trunk
changeset: 399908:9833a97547da
user: rillig <rillig%pkgsrc.org@localhost>
date: Sun Aug 18 16:36:11 2019 +0000
description:
doc/pkgsrc.*: regen
diffstat:
doc/pkgsrc.html | 1511 +++++++++++++++++++++++++++++-------------------------
doc/pkgsrc.txt | 1380 +++++++++++++++++++++++++-------------------------
2 files changed, 1496 insertions(+), 1395 deletions(-)
diffs (truncated from 3844 to 300 lines):
diff -r e2329c49ab85 -r 9833a97547da doc/pkgsrc.html
--- a/doc/pkgsrc.html Sun Aug 18 16:35:16 2019 +0000
+++ b/doc/pkgsrc.html Sun Aug 18 16:36:11 2019 +0000
@@ -163,8 +163,6 @@
<dd><dl>
<dt><span class="sect2"><a href="#creating.perl-module">12.1.1. Perl modules</a></span></dt>
<dt><span class="sect2"><a href="#creating.python-module">12.1.2. Python modules and programs</a></span></dt>
-<dt><span class="sect2"><a href="#creating.R-package">12.1.3. R packages</a></span></dt>
-<dt><span class="sect2"><a href="#creating.TeX-package">12.1.4. TeXlive packages</a></span></dt>
</dl></dd>
<dt><span class="sect1"><a href="#creating.examples">12.2. Examples</a></span></dt>
<dd><dl><dt><span class="sect2"><a href="#creating.nvu">12.2.1. How the www/nvu package came into pkgsrc</a></span></dt></dl></dd>
@@ -2799,8 +2797,6 @@
<dd><dl>
<dt><span class="sect2"><a href="#creating.perl-module">12.1.1. Perl modules</a></span></dt>
<dt><span class="sect2"><a href="#creating.python-module">12.1.2. Python modules and programs</a></span></dt>
-<dt><span class="sect2"><a href="#creating.R-package">12.1.3. R packages</a></span></dt>
-<dt><span class="sect2"><a href="#creating.TeX-package">12.1.4. TeXlive packages</a></span></dt>
</dl></dd>
<dt><span class="sect1"><a href="#creating.examples">12.2. Examples</a></span></dt>
<dd><dl><dt><span class="sect2"><a href="#creating.nvu">12.2.1. How the www/nvu package came into pkgsrc</a></span></dt></dl></dd>
@@ -3062,8 +3058,6 @@
<dd><dl>
<dt><span class="sect2"><a href="#creating.perl-module">12.1.1. Perl modules</a></span></dt>
<dt><span class="sect2"><a href="#creating.python-module">12.1.2. Python modules and programs</a></span></dt>
-<dt><span class="sect2"><a href="#creating.R-package">12.1.3. R packages</a></span></dt>
-<dt><span class="sect2"><a href="#creating.TeX-package">12.1.4. TeXlive packages</a></span></dt>
</dl></dd>
<dt><span class="sect1"><a href="#creating.examples">12.2. Examples</a></span></dt>
<dd><dl><dt><span class="sect2"><a href="#creating.nvu">12.2.1. How the www/nvu package came into pkgsrc</a></span></dt></dl></dd>
@@ -3235,47 +3229,6 @@
Look inside <code class="filename">versioned_dependencies.mk</code> for a list
of supported packages.</p>
</div>
-<div class="sect2">
-<div class="titlepage"><div><div><h3 class="title">
-<a name="creating.R-package"></a>12.1.3. R packages</h3></div></div></div>
-<p>Simple R packages from <a class="ulink" href="https://cran.r-project.org/web/packages/available_packages_by_name.html" target="_top">CRAN</a>
-are handled automatically by <span class="command"><strong>R2pkg</strong></span>, which is
-available in <a href="https://cdn.NetBSD.org/pub/pkgsrc/current/pkgsrc/pkgtools/R2pkg/README.html" target="_top"><code class="filename">pkgtools/R2pkg</code></a>.
-Individual packages (and optionally their dependencies) may be created
-and updated. R packages generally follow the same form, and most of
-the relevant information needed is contained in a
-<code class="filename">DESCRIPTION</code> file as part of each R package on
-<a class="ulink" href="https://cran.r-project.org/web/packages/available_packages_by_name.html" target="_top">CRAN</a>.
-Consequently, <span class="command"><strong>R2pkg</strong></span> downloads that information and
-creates or updates a package in the canonical form. The resulting
-package should be reviewed for correctness.</p>
-</div>
-<div class="sect2">
-<div class="titlepage"><div><div><h3 class="title">
-<a name="creating.TeX-package"></a>12.1.4. TeXlive packages</h3></div></div></div>
-<p>TeXlive packages from <a class="ulink" href="https://www.ctan.org/" target="_top">CTAN</a> are handled automatically by
-<span class="command"><strong>texlive2pkg</strong></span>, which is available in <a href="https://cdn.NetBSD.org/pub/pkgsrc/current/pkgsrc/pkgtools/texlive2pkg/README.html" target="_top"><code
class="filename">pkgtools/texlive2pkg</code></a>.</p>
-<p>If the TeXlive package name is not known, it may be useful to
-search <a class="ulink" href="https://www.ctan.org/" target="_top">CTAN</a>. A
-<span class="quote">“<span class="quote">Contained in</span>”</span> field on the package page typically
-identifies the basename of the package file in the <a class="ulink" href="https://www.ctan.org/tex-archive/systems/texlive/tlnet/archive" target="_top">TeXlive
-archive</a>.</p>
-<p>If the TeXlive package name is known, download the files from
-the <a class="ulink" href="https://www.ctan.org/tex-archive/systems/texlive/tlnet/archive" target="_top">TeXlive
-archive</a>. For package <code class="filename">foo</code>, you will need
-to download <code class="filename">foo.tar.xz</code>. Most TeXlive packages
-also have associated documentation packages, so download
-<code class="filename">foo.doc.tar.xz</code> at the same time. These files
-should be placed in the appropriate category directory, which is often
-but not always <code class="filename">print</code>. Then run the following
-command in the category directory.</p>
-<pre class="programlisting">
-texlive2pkg foo.tar.xz foo.doc.tar.xz
-</pre>
-<p>This will create two packages, <code class="filename">tex-foo</code> and
-<code class="filename">tex-foo-doc</code>. Be sure to check that both packages
-are correct.</p>
-</div>
</div>
<div class="sect1">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
@@ -3783,7 +3736,7 @@
<code class="varname">PATCHDIR</code> to the path where the patch files
can be found, e.g.:</p>
<pre class="programlisting">
-PATCHDIR= ${.CURDIR}/../xemacs/patches
+PATCHDIR= ../../editors/xemacs/patches
</pre>
<p>Patch files that are distributed by the author or other
maintainers can be listed in
@@ -4102,7 +4055,7 @@
to the other package's <code class="filename">files</code> directory,
e.g.:</p>
<pre class="programlisting">
-FILESDIR=${.CURDIR}/../xemacs/files
+FILESDIR= ../../editors/xemacs/files
</pre>
</div>
</div>
@@ -8989,7 +8942,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="idp140232492973624"></a><dl>
+<a name="idm78996464"></a><dl>
<dt>24.1. <a href="#devfaq.makeflags">What is the difference between
MAKEFLAGS, .MAKEFLAGS and
MAKE_FLAGS?</a>
@@ -9034,7 +8987,7 @@
<tbody>
<tr class="question">
<td align="left" valign="top">
-<a name="devfaq.makeflags"></a><a name="idp140232492974296"></a><p><b>24.1.</b></p>
+<a name="devfaq.makeflags"></a><a name="idm78996080"></a><p><b>24.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
@@ -9050,7 +9003,7 @@
</tr>
<tr class="question">
<td align="left" valign="top">
-<a name="devfaq.make"></a><a name="idp140232492978760"></a><p><b>24.2.</b></p>
+<a name="devfaq.make"></a><a name="idm78992112"></a><p><b>24.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
@@ -9068,7 +9021,7 @@
</tr>
<tr class="question">
<td align="left" valign="top">
-<a name="devfaq.cc"></a><a name="idp140232492983736"></a><p><b>24.3.</b></p>
+<a name="devfaq.cc"></a><a name="idm78987632"></a><p><b>24.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
@@ -9086,7 +9039,7 @@
</tr>
<tr class="question">
<td align="left" valign="top">
-<a name="devfaq.bl3flags"></a><a name="idp140232492988648"></a><p><b>24.4.</b></p>
+<a name="devfaq.bl3flags"></a><a name="idm78983536"></a><p><b>24.4.</b></p>
</td>
<td align="left" valign="top"><p>What is the difference between
<code class="varname">BUILDLINK_LDFLAGS</code>,
@@ -9099,7 +9052,7 @@
</tr>
<tr class="question">
<td align="left" valign="top">
-<a name="devfaq.bl3prefix"></a><a name="idp140232492991272"></a><p><b>24.5.</b></p>
+<a name="devfaq.bl3prefix"></a><a name="idm78981360"></a><p><b>24.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>
@@ -9115,7 +9068,7 @@
</tr>
<tr class="question">
<td align="left" valign="top">
-<a name="devfaq.master_sites"></a><a name="idp140232492995144"></a><p><b>24.6.</b></p>
+<a name="devfaq.master_sites"></a><a name="idm78978160"></a><p><b>24.6.</b></p>
</td>
<td align="left" valign="top"><p>What does
<code class="code">${MASTER_SITE_SOURCEFORGE:=package/}</code> mean? I
@@ -9139,7 +9092,7 @@
</tr>
<tr class="question">
<td align="left" valign="top">
-<a name="devfaq.mailinglists"></a><a name="idp140232493002824"></a><p><b>24.7.</b></p>
+<a name="devfaq.mailinglists"></a><a name="idm78971248"></a><p><b>24.7.</b></p>
</td>
<td align="left" valign="top"><p>Which mailing lists are there for package
developers?</p></td>
@@ -9164,7 +9117,7 @@
</tr>
<tr class="question">
<td align="left" valign="top">
-<a name="devfaq.documentation"></a><a name="idp140232493007736"></a><p><b>24.8.</b></p>
+<a name="devfaq.documentation"></a><a name="idm78967536"></a><p><b>24.8.</b></p>
</td>
<td align="left" valign="top"><p>Where is the pkgsrc
documentation?</p></td>
@@ -9212,7 +9165,7 @@
</tr>
<tr class="question">
<td align="left" valign="top">
-<a name="devfaq.too-much-time"></a><a name="idp140232493016584"></a><p><b>24.9.</b></p>
+<a name="devfaq.too-much-time"></a><a name="idm78961008"></a><p><b>24.9.</b></p>
</td>
<td align="left" valign="top"><p>I have a little time to kill. What shall I
do?</p></td>
@@ -10490,70 +10443,78 @@
</tr>
<tr>
<td>ALL_ENV</td>
+<td>ALSA_PC</td>
+</tr>
+<tr>
<td>ALTERNATIVES_SRC</td>
-</tr>
-<tr>
<td>AMANDA_TMP</td>
+</tr>
+<tr>
<td>AMANDA_USER</td>
-</tr>
-<tr>
<td>AMANDA_VAR</td>
+</tr>
+<tr>
<td>APACHE_GROUP</td>
-</tr>
-<tr>
<td>APACHE_MODULE_NAME</td>
+</tr>
+<tr>
<td>APACHE_MODULE_SRC</td>
-</tr>
-<tr>
<td>APACHE_MODULE_SRCDIR</td>
+</tr>
+<tr>
<td>APACHE_PKG_PREFIX</td>
-</tr>
-<tr>
<td>APACHE_SUEXEC_CONFIGURE_ARGS</td>
+</tr>
+<tr>
<td>APACHE_SUEXEC_DOCROOT</td>
-</tr>
-<tr>
<td>APACHE_USER</td>
+</tr>
+<tr>
<td>APPEND_ABI</td>
-</tr>
-<tr>
<td>APPEND_ELF</td>
+</tr>
+<tr>
<td>ARLA_CACHE</td>
-</tr>
-<tr>
<td>AUDIT_PACKAGES_FLAGS</td>
+</tr>
+<tr>
<td>AUTOCONF_REQD</td>
-</tr>
-<tr>
<td>AUTOMAKE_OVERRIDE</td>
+</tr>
+<tr>
<td>AUTOMAKE_REQD</td>
-</tr>
-<tr>
<td>AUTO_MKDIRS</td>
+</tr>
+<tr>
<td>BDB185_DEFAULT</td>
-</tr>
-<tr>
<td>BDBBASE</td>
+</tr>
+<tr>
<td>BDB_ACCEPTED</td>
-</tr>
-<tr>
<td>BDB_DEFAULT</td>
+</tr>
+<tr>
<td>BDB_LIBS</td>
-</tr>
-<tr>
<td>BDB_TYPE</td>
+</tr>
+<tr>
<td>BIND_DIR</td>
-</tr>
-<tr>
<td>BIND_GROUP</td>
+</tr>
+<tr>
<td>BIND_USER</td>
-</tr>
-<tr>
<td>BINPKG_SITES</td>
+</tr>
+<tr>
<td>BIN_INSTALL_FLAGS</td>
-</tr>
-<tr>
<td>BISON_PKGDATADIR</td>
+</tr>
+<tr>
+<td>BLAS_ACCEPTED</td>
+<td>BLAS_LIBS</td>
+</tr>
+<tr>
+<td>BLAS_TYPE</td>
<td>BOOTSTRAP_DEPENDS</td>
</tr>
<tr>
@@ -10666,83 +10627,95 @@
</tr>
<tr>
Home |
Main Index |
Thread Index |
Old Index