summaryrefslogtreecommitdiff
path: root/templates/README.pkg
blob: 53648a4ac2f24cd5a0580ad09969dcd2bbbbf52e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<!-- $NetBSD: README.pkg,v 1.34 2021/02/22 06:39:00 nia Exp $ -->
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<link href="../../templates/main.css" rel="stylesheet">
<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>

<details>
<summary><em>%%COMMENT%%</em></summary>
<p></p> <!-- spacing hack for older browsers with no details support -->
<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>Available binary packages</h2>
<table>
%%BIN_PKGS%%
</table>

<p>
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>
<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 noshade>

<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>

<hr noshade>
[
<a href="../README.html"> Go up one level</a>
|
<a href="../../README.html"> Go to top of packages tree</a>
|
<a href="../../README-all.html"> List all packages</a>
]
</body>
</html>