Mon Feb 22 09:40:49 2021 UTC ()
templates: replace <hr noshade> with CSS

noshade is deprecated in modern HTML.


(nia)
diff -r1.8 -r1.9 pkgsrc/templates/README.all
diff -r1.14 -r1.15 pkgsrc/templates/README.category
diff -r1.36 -r1.37 pkgsrc/templates/README.pkg
diff -r1.22 -r1.23 pkgsrc/templates/README.top
diff -r1.3 -r1.4 pkgsrc/templates/main.css

cvs diff -r1.8 -r1.9 pkgsrc/templates/README.all (expand / switch to unified diff)

--- pkgsrc/templates/README.all 2021/02/22 09:34:52 1.8
+++ pkgsrc/templates/README.all 2021/02/22 09:40:48 1.9
@@ -1,36 +1,36 @@ @@ -1,36 +1,36 @@
1<!-- $NetBSD: README.all,v 1.8 2021/02/22 09:34:52 nia Exp $ --> 1<!-- $NetBSD: README.all,v 1.9 2021/02/22 09:40:48 nia Exp $ -->
2<!-- generated by pkgsrc/mk/scripts/mkreadme --> 2<!-- generated by pkgsrc/mk/scripts/mkreadme -->
3<!doctype html> 3<!doctype html>
4<html lang="en"> 4<html lang="en">
5<head> 5<head>
6<meta charset="utf-8"> 6<meta charset="utf-8">
7<link href="templates/main.css" rel="stylesheet"> 7<link href="templates/main.css" rel="stylesheet">
8<title>All NetBSD Packages</title> 8<title>All NetBSD Packages</title>
9</head> 9</head>
10<body> 10<body>
11 11
12<a href="http://www.mckusick.com/beastie/mainpage/copyright.html"> 12<a href="http://www.mckusick.com/beastie/mainpage/copyright.html">
13<img src="templates/pkg-daemon.gif" alt="Daemon Power" id="logo"> 13<img src="templates/pkg-daemon.gif" alt="Daemon Power" id="logo">
14</a> 14</a>
15<h1>The NetBSD Packages Collection</h1> 15<h1>The NetBSD Packages Collection</h1>
16 16
17<p> 17<p>
18The following list contains all 18The following list contains all
19%%NPKGS%% 19%%NPKGS%%
20packages currently available 20packages currently available
21in the NetBSD Packages Collection, sorted alphabetically. 21in the NetBSD Packages Collection, sorted alphabetically.
22Please select an entry for more details! 22Please select an entry for more details!
23</p> 23</p>
24 24
25<hr noshade> 25<hr>
26<table> 26<table>
27<tr><th>Package <th>Category <th>Package description 27<tr><th>Package <th>Category <th>Package description
28%%PKGS%% 28%%PKGS%%
29</table> 29</table>
30 30
31<hr noshade> 31<hr>
32[ 32[
33<a href="README.html"> Go to top of packages tree</a> 33<a href="README.html"> Go to top of packages tree</a>
34] 34]
35</body> 35</body>
36</html> 36</html>

cvs diff -r1.14 -r1.15 pkgsrc/templates/README.category (expand / switch to unified diff)

--- pkgsrc/templates/README.category 2021/02/22 09:34:52 1.14
+++ pkgsrc/templates/README.category 2021/02/22 09:40:48 1.15
@@ -1,37 +1,37 @@ @@ -1,37 +1,37 @@
1<!-- $NetBSD: README.category,v 1.14 2021/02/22 09:34:52 nia Exp $ --> 1<!-- $NetBSD: README.category,v 1.15 2021/02/22 09:40:48 nia Exp $ -->
2<!-- generated by pkgsrc/mk/scripts/mkreadme --> 2<!-- generated by pkgsrc/mk/scripts/mkreadme -->
3<!doctype html> 3<!doctype html>
4<html lang="en"> 4<html lang="en">
5<head> 5<head>
6<meta charset="utf-8"> 6<meta charset="utf-8">
7<link href="../templates/main.css" rel="stylesheet"> 7<link href="../templates/main.css" rel="stylesheet">
8<title>%%CATEGORY%% - The NetBSD Packages Collection</title> 8<title>%%CATEGORY%% - The NetBSD Packages Collection</title>
9</head> 9</head>
10<body> 10<body>
11 11
12<a href="http://www.mckusick.com/beastie/mainpage/copyright.html"> 12<a href="http://www.mckusick.com/beastie/mainpage/copyright.html">
13<img src="../templates/pkg-daemon.gif" alt="Daemon Power" id="logo"> 13<img src="../templates/pkg-daemon.gif" alt="Daemon Power" id="logo">
14</a> 14</a>
15<h1><em>%%CATEGORY%%</em> - The NetBSD Packages Collection</h1> 15<h1><em>%%CATEGORY%%</em> - The NetBSD Packages Collection</h1>
16 16
17<p> 17<p>
18%%DESCR%% 18%%DESCR%%
19</p> 19</p>
20 20
21<p>Here are the one-line descriptions for each of the 21<p>Here are the one-line descriptions for each of the
22%%NUMITEMS%% 22%%NUMITEMS%%
23items in this directory:</p> 23items in this directory:</p>
24 24
25<hr noshade> 25<hr>
26<dl> 26<dl>
27%%SUBDIR%% 27%%SUBDIR%%
28</dl> 28</dl>
29 29
30<hr noshade> 30<hr>
31[ 31[
32<a href="../README.html"> Go to top of packages tree</a> 32<a href="../README.html"> Go to top of packages tree</a>
33| 33|
34<a href="../README-all.html"> List all packages</a> 34<a href="../README-all.html"> List all packages</a>
35] 35]
36</body> 36</body>
37</html> 37</html>

cvs diff -r1.36 -r1.37 pkgsrc/templates/README.pkg (expand / switch to unified diff)

--- pkgsrc/templates/README.pkg 2021/02/22 09:34:52 1.36
+++ pkgsrc/templates/README.pkg 2021/02/22 09:40:48 1.37
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1<!-- $NetBSD: README.pkg,v 1.36 2021/02/22 09:34:52 nia Exp $ --> 1<!-- $NetBSD: README.pkg,v 1.37 2021/02/22 09:40:48 nia Exp $ -->
2<!-- generated by pkgsrc/mk/scripts/mkreadme --> 2<!-- generated by pkgsrc/mk/scripts/mkreadme -->
3<!doctype html> 3<!doctype html>
4<html lang="en"> 4<html lang="en">
5<head> 5<head>
6<meta charset="utf-8"> 6<meta charset="utf-8">
7<link href="../../templates/main.css" rel="stylesheet"> 7<link href="../../templates/main.css" rel="stylesheet">
8<title>%%PORT%% - The NetBSD Packages Collection</title> 8<title>%%PORT%% - The NetBSD Packages Collection</title>
9</head> 9</head>
10<body> 10<body>
11 11
12<a href="http://www.mckusick.com/beastie/mainpage/copyright.html"> 12<a href="http://www.mckusick.com/beastie/mainpage/copyright.html">
13<img src="../../templates/pkg-daemon.gif" alt="Daemon Power" id="logo"> 13<img src="../../templates/pkg-daemon.gif" alt="Daemon Power" id="logo">
14</a> 14</a>
@@ -71,29 +71,29 @@ The NetBSD packages collection is also d @@ -71,29 +71,29 @@ The NetBSD packages collection is also d
71%%VULNERABILITIES%% 71%%VULNERABILITIES%%
72</ul> 72</ul>
73<p> 73<p>
74The <a href="../../pkgtools/pkg_install/README.html">pkg_admin audit</a> 74The <a href="../../pkgtools/pkg_install/README.html">pkg_admin audit</a>
75command locates any installed package which has been mentioned in 75command locates any installed package which has been mentioned in
76security advisories as having vulnerabilities. 76security advisories as having vulnerabilities.
77</p> 77</p>
78<p> 78<p>
79Please note the vulnerabilities database might not be fully accurate, 79Please note the vulnerabilities database might not be fully accurate,
80and not every bug is exploitable with every configuration. 80and not every bug is exploitable with every configuration.
81<p> 81<p>
82</section> 82</section>
83 83
84<hr noshade> 84<hr>
85 85
86<p>Problem reports, updates or suggestions for this package should be 86<p>Problem reports, updates or suggestions for this package should be
87reported with 87reported with
88<a href="http://www.NetBSD.org/support/send-pr.html">send-pr.</a></p> 88<a href="http://www.NetBSD.org/support/send-pr.html">send-pr.</a></p>
89 89
90<hr noshade> 90<hr>
91[ 91[
92<a href="../README.html"> Go up one level</a> 92<a href="../README.html"> Go up one level</a>
93| 93|
94<a href="../../README.html"> Go to top of packages tree</a> 94<a href="../../README.html"> Go to top of packages tree</a>
95| 95|
96<a href="../../README-all.html"> List all packages</a> 96<a href="../../README-all.html"> List all packages</a>
97] 97]
98</body> 98</body>
99</html> 99</html>

cvs diff -r1.22 -r1.23 pkgsrc/templates/README.top (expand / switch to unified diff)

--- pkgsrc/templates/README.top 2021/02/22 09:34:52 1.22
+++ pkgsrc/templates/README.top 2021/02/22 09:40:48 1.23
@@ -1,42 +1,42 @@ @@ -1,42 +1,42 @@
1<!-- $NetBSD: README.top,v 1.22 2021/02/22 09:34:52 nia Exp $ --> 1<!-- $NetBSD: README.top,v 1.23 2021/02/22 09:40:48 nia Exp $ -->
2<!-- generated by pkgsrc/mk/scripts/mkreadme --> 2<!-- generated by pkgsrc/mk/scripts/mkreadme -->
3<!doctype html> 3<!doctype html>
4<html lang="en"> 4<html lang="en">
5<head> 5<head>
6<meta charset="utf-8"> 6<meta charset="utf-8">
7<link href="templates/main.css" rel="stylesheet"> 7<link href="templates/main.css" rel="stylesheet">
8<title>The NetBSD Packages Collection</title> 8<title>The NetBSD Packages Collection</title>
9</head> 9</head>
10<body> 10<body>
11 11
12<a href="http://www.mckusick.com/beastie/mainpage/copyright.html"> 12<a href="http://www.mckusick.com/beastie/mainpage/copyright.html">
13<img src="templates/pkg-daemon.gif" alt="Daemon Power" id="logo"> 13<img src="templates/pkg-daemon.gif" alt="Daemon Power" id="logo">
14</a> 14</a>
15<h1>The NetBSD Packages Collection</h1> 15<h1>The NetBSD Packages Collection</h1>
16 16
17<p> 17<p>
18The packages collection is divided into categories of packages. 18The packages collection is divided into categories of packages.
19A <a href="README-all.html">complete list of all packages</a> 19A <a href="README-all.html">complete list of all packages</a>
20is also available. 20is also available.
21</p> 21</p>
22 22
23<p> 23<p>
24%%DESCR%% 24%%DESCR%%
25</p> 25</p>
26 26
27<hr noshade> 27<hr>
28<dl> 28<dl>
29%%SUBDIR%% 29%%SUBDIR%%
30</dl> 30</dl>
31<hr noshade> 31<hr>
32 32
33Prebuilt binary packages can be installed using 33Prebuilt binary packages can be installed using
34<a href="pkgtools/pkgin/README.html">pkgin</a> or pkg_add(8). 34<a href="pkgtools/pkgin/README.html">pkgin</a> or pkg_add(8).
35For more information on how to build packages from pkgsrc, see the 35For more information on how to build packages from pkgsrc, see the
36<a href="doc/pkgsrc.html">doc/pkgsrc.html</a> document. 36<a href="doc/pkgsrc.html">doc/pkgsrc.html</a> document.
37 37
38pkgsrc and binary packages for NetBSD are available on 38pkgsrc and binary packages for NetBSD are available on
39<a href="https://cdn.netbsd.org/pub/pkgsrc/current/pkgsrc/">the NetBSD mirrors</a>. 39<a href="https://cdn.netbsd.org/pub/pkgsrc/current/pkgsrc/">the NetBSD mirrors</a>.
40 40
41</body> 41</body>
42</html> 42</html>

cvs diff -r1.3 -r1.4 pkgsrc/templates/main.css (expand / switch to unified diff)

--- pkgsrc/templates/main.css 2021/02/22 06:42:14 1.3
+++ pkgsrc/templates/main.css 2021/02/22 09:40:48 1.4
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1/* $NetBSD: main.css,v 1.3 2021/02/22 06:42:14 nia Exp $ */ 1/* $NetBSD: main.css,v 1.4 2021/02/22 09:40:48 nia Exp $ */
2 2
3body { 3body {
4 font-family: sans-serif; 4 font-family: sans-serif;
5 background-color: #fff; 5 background-color: #fff;
6 color: #000; 6 color: #000;
7} 7}
8 8
9body, pre, code, samp { 9body, pre, code, samp {
10 font-size: 16px; 10 font-size: 16px;
11} 11}
12 12
13h1 { 13h1 {
14 font-size: 160%; 14 font-size: 160%;
@@ -35,22 +35,27 @@ a:visited { @@ -35,22 +35,27 @@ a:visited {
35 color: #844; 35 color: #844;
36 text-decoration: none; 36 text-decoration: none;
37} 37}
38 38
39a:visited:hover { 39a:visited:hover {
40 text-decoration: underline; 40 text-decoration: underline;
41} 41}
42 42
43th { 43th {
44 text-align: left; 44 text-align: left;
45 font-weight: bold; 45 font-weight: bold;
46} 46}
47 47
 48hr {
 49 border: 0;
 50 border-bottom: 1px solid #aaa;
 51}
 52
48#logo { 53#logo {
49 float: right; 54 float: right;
50 border: 0; 55 border: 0;
51} 56}
52 57
53.package-data { 58.package-data {
54 list-style-type: none; 59 list-style-type: none;
55 padding-left: 0; 60 padding-left: 0;
56} 61}