2021-02-22 09:25:12 +01:00
|
|
|
<!-- $NetBSD: README.pkg,v 1.35 2021/02/22 08:25:12 nia Exp $ -->
|
2021-02-21 11:15:24 +01:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
1998-02-20 22:49:04 +01:00
|
|
|
<head>
|
2021-02-21 11:15:24 +01:00
|
|
|
<meta charset="utf-8">
|
2021-02-22 06:10:18 +01:00
|
|
|
<link href="../../templates/main.css" rel="stylesheet">
|
|
|
|
<title>%%PORT%% - The NetBSD Packages Collection</title>
|
2007-10-09 21:19:08 +02:00
|
|
|
</head>
|
2021-02-21 11:15:24 +01:00
|
|
|
<body>
|
1997-11-21 16:47:44 +01:00
|
|
|
|
1998-02-20 22:49:04 +01:00
|
|
|
<a href="http://www.mckusick.com/beastie/mainpage/copyright.html">
|
2021-02-21 11:15:24 +01:00
|
|
|
<img src="../../templates/pkg-daemon.gif" alt="Daemon Power" id="logo">
|
1998-02-20 22:49:04 +01:00
|
|
|
</a>
|
2021-02-22 06:10:18 +01:00
|
|
|
<h1><em>%%PORT%%</em> - The NetBSD Packages Collection</h1>
|
1997-11-21 16:47:44 +01:00
|
|
|
|
2021-02-22 09:25:12 +01:00
|
|
|
<details open>
|
2021-02-22 06:32:02 +01:00
|
|
|
<summary><em>%%COMMENT%%</em></summary>
|
2021-02-22 07:39:00 +01:00
|
|
|
<p></p> <!-- spacing hack for older browsers with no details support -->
|
2021-02-22 06:32:02 +01:00
|
|
|
<pre>
|
|
|
|
%%DESCR%%
|
|
|
|
</pre>
|
|
|
|
</details>
|
1997-11-21 16:47:44 +01:00
|
|
|
|
2021-02-22 06:10:18 +01:00
|
|
|
<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>
|
2021-02-22 06:32:02 +01:00
|
|
|
<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>
|
2021-02-22 06:10:18 +01:00
|
|
|
</ul>
|
1998-08-20 17:16:34 +02:00
|
|
|
|
2021-02-22 06:10:18 +01:00
|
|
|
<section>
|
|
|
|
<h2>Build dependencies</h2>
|
|
|
|
%%BUILD_DEPENDS%%
|
|
|
|
</section>
|
1998-07-22 11:18:46 +02:00
|
|
|
|
2021-02-22 06:10:18 +01:00
|
|
|
<section>
|
|
|
|
<h2>Runtime dependencies</h2>
|
|
|
|
%%RUN_DEPENDS%%
|
|
|
|
</section>
|
1997-11-21 16:47:44 +01:00
|
|
|
|
2021-02-22 06:10:18 +01:00
|
|
|
<section>
|
|
|
|
<h2>Available binary packages</h2>
|
|
|
|
<table>
|
|
|
|
%%BIN_PKGS%%
|
|
|
|
</table>
|
2001-03-19 18:44:30 +01:00
|
|
|
|
2021-02-21 11:15:24 +01:00
|
|
|
<p>
|
2021-02-22 06:10:18 +01:00
|
|
|
Binary packages can be installed with
|
|
|
|
<a href="../../pkgtools/pkgin/README.html">pkgin</a> or pkg_add(1).
|
|
|
|
|
|
|
|
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>
|
2021-02-21 11:15:24 +01:00
|
|
|
<ul>
|
2000-09-19 21:29:11 +02:00
|
|
|
%%VULNERABILITIES%%
|
2021-02-21 11:15:24 +01:00
|
|
|
</ul>
|
2021-02-22 06:10:18 +01:00
|
|
|
<p>
|
2010-03-18 11:18:19 +01:00
|
|
|
The <a href="../../pkgtools/pkg_install/README.html">pkg_admin audit</a>
|
|
|
|
command locates any installed package which has been mentioned in
|
2021-02-18 11:44:07 +01:00
|
|
|
security advisories as having vulnerabilities.
|
2021-02-21 11:15:24 +01:00
|
|
|
</p>
|
1997-11-21 16:47:44 +01:00
|
|
|
<p>
|
2021-02-22 06:10:18 +01:00
|
|
|
Please note the vulnerabilities database might not be fully accurate,
|
|
|
|
and not every bug is exploitable with every configuration.
|
2015-10-03 15:17:57 +02:00
|
|
|
<p>
|
2021-02-22 06:10:18 +01:00
|
|
|
</section>
|
2015-10-03 15:17:57 +02:00
|
|
|
|
2021-02-22 06:10:18 +01:00
|
|
|
<hr noshade>
|
1998-05-25 02:06:36 +02:00
|
|
|
|
2021-02-22 06:10:18 +01:00
|
|
|
<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>
|
1998-05-25 02:06:36 +02:00
|
|
|
|
1998-02-20 22:49:04 +01:00
|
|
|
<hr noshade>
|
|
|
|
[
|
1997-11-21 16:47:44 +01:00
|
|
|
<a href="../README.html"> Go up one level</a>
|
|
|
|
|
|
1997-11-21 16:56:50 +01:00
|
|
|
<a href="../../README.html"> Go to top of packages tree</a>
|
1999-08-22 03:30:15 +02:00
|
|
|
|
|
|
|
|
<a href="../../README-all.html"> List all packages</a>
|
1998-02-20 22:49:04 +01:00
|
|
|
]
|
1997-11-21 16:47:44 +01:00
|
|
|
</body>
|
|
|
|
</html>
|