Move the navigation to the top and reword it slightly. This makes it more immediately visible. I'm not sure if this justifies a "Skip to content" button yet. Give the binary package table headers.
117 lines
2.8 KiB
Text
117 lines
2.8 KiB
Text
<!-- $NetBSD: README.pkg,v 1.38 2021/03/08 16:37:59 nia Exp $ -->
|
|
<!-- generated by pkgsrc/mk/scripts/mkreadme -->
|
|
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<link href="../../templates/main.css" rel="stylesheet">
|
|
<!-- make tables not look terrible on mobile... -->
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>%%PORT%% - The NetBSD Packages Collection</title>
|
|
</head>
|
|
<body>
|
|
|
|
<a href="http://www.mckusick.com/beastie/mainpage/copyright.html">
|
|
<img src="../../templates/pkg-daemon.gif" alt="Daemon Power" id="logo">
|
|
</a>
|
|
<h1><em>%%PORT%%</em> - The NetBSD Packages Collection</h1>
|
|
|
|
<nav>
|
|
<p>
|
|
[
|
|
<a href="../README.html"> Back to category</a>
|
|
|
|
|
<a href="../../README.html"> List of categories</a>
|
|
|
|
|
<a href="../../README-all.html"> List all packages</a>
|
|
]
|
|
</p>
|
|
<p></p> <!-- spacing hack for older browsers -->
|
|
</nav>
|
|
|
|
<details open>
|
|
<summary><em>%%COMMENT%%</em></summary>
|
|
<p></p> <!-- spacing hack for older browsers -->
|
|
<pre>
|
|
%%DESCR%%
|
|
</pre>
|
|
</details>
|
|
|
|
<ul class="package-data">
|
|
<li><strong>Source version:</strong> <samp>%%PKG%%</samp></li>
|
|
<li><strong>Maintainer:</strong> <em>%%MAINTAINER%%</em></li>
|
|
<li><strong>Website:</strong> %%HOMEPAGE%%</li>
|
|
<li><strong>License:</strong> %%LICENSE%%</li>
|
|
<li><strong>Package history:</strong>
|
|
<a href="http://cvsweb.NetBSD.org/bsdweb.cgi/pkgsrc/%%PORT%%/">cvs</a>,
|
|
<a href="https://anonhg.NetBSD.org/pkgsrc/file/tip/%%PORT%%/">hg</a>,
|
|
<a href="https://github.com/NetBSD/pkgsrc/tree/trunk/%%PORT%%/">git</a></li>
|
|
</ul>
|
|
|
|
<section>
|
|
<h2>Build dependencies</h2>
|
|
%%BUILD_DEPENDS%%
|
|
</section>
|
|
|
|
<section>
|
|
<h2>Runtime dependencies</h2>
|
|
%%RUN_DEPENDS%%
|
|
</section>
|
|
|
|
<section>
|
|
<h2>Binary packages</h2>
|
|
<table>
|
|
<thead>
|
|
<tr>
|
|
<th>OS</th><th>Architecture</th><th>Version</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
%%BIN_PKGS%%
|
|
</tbody>
|
|
</table>
|
|
|
|
<p>
|
|
Binary packages can be installed with the high-level tool
|
|
<a href="../../pkgtools/pkgin/README.html">pkgin</a>
|
|
(which can be installed with pkg_add)
|
|
or
|
|
<a href="//man.NetBSD.org/pkg_add.1">pkg_add(1)</a>
|
|
(installed by default).
|
|
|
|
The NetBSD packages collection is also designed to permit
|
|
easy <a href="../../doc/pkgsrc.html">installation from source</a>.
|
|
</p>
|
|
</section>
|
|
|
|
<section>
|
|
<h2>Available build options</h2>
|
|
<dl>
|
|
%%OPTIONS%%
|
|
</dl>
|
|
</section>
|
|
|
|
<section>
|
|
<h2>Known vulnerabilities</h2>
|
|
<ul>
|
|
%%VULNERABILITIES%%
|
|
</ul>
|
|
<p>
|
|
The <a href="../../pkgtools/pkg_install/README.html">pkg_admin audit</a>
|
|
command locates any installed package which has been mentioned in
|
|
security advisories as having vulnerabilities.
|
|
</p>
|
|
<p>
|
|
Please note the vulnerabilities database might not be fully accurate,
|
|
and not every bug is exploitable with every configuration.
|
|
<p>
|
|
</section>
|
|
|
|
<hr>
|
|
|
|
<p>Problem reports, updates or suggestions for this package should be
|
|
reported with
|
|
<a href="http://www.NetBSD.org/support/send-pr.html">send-pr.</a></p>
|
|
|
|
</body>
|
|
</html>
|