pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/templates



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Feb 22 09:40:49 UTC 2021

Modified Files:
        pkgsrc/templates: README.all README.category README.pkg README.top
            main.css

Log Message:
templates: replace <hr noshade> with CSS

noshade is deprecated in modern HTML.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/templates/README.all
cvs rdiff -u -r1.14 -r1.15 pkgsrc/templates/README.category
cvs rdiff -u -r1.36 -r1.37 pkgsrc/templates/README.pkg
cvs rdiff -u -r1.22 -r1.23 pkgsrc/templates/README.top
cvs rdiff -u -r1.3 -r1.4 pkgsrc/templates/main.css

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/templates/README.all
diff -u pkgsrc/templates/README.all:1.8 pkgsrc/templates/README.all:1.9
--- pkgsrc/templates/README.all:1.8     Mon Feb 22 09:34:52 2021
+++ pkgsrc/templates/README.all Mon Feb 22 09:40:48 2021
@@ -1,4 +1,4 @@
-<!-- $NetBSD: README.all,v 1.8 2021/02/22 09:34:52 nia Exp $ -->
+<!-- $NetBSD: README.all,v 1.9 2021/02/22 09:40:48 nia Exp $ -->
 <!-- generated by pkgsrc/mk/scripts/mkreadme -->
 <!doctype html>
 <html lang="en">
@@ -22,13 +22,13 @@ in the NetBSD Packages Collection, sorte
 Please select an entry for more details!
 </p>
 
-<hr noshade>
+<hr>
 <table>
 <tr><th>Package <th>Category <th>Package description
 %%PKGS%%
 </table>
 
-<hr noshade>
+<hr>
 [
 <a href="README.html"> Go to top of packages tree</a>
 ]

Index: pkgsrc/templates/README.category
diff -u pkgsrc/templates/README.category:1.14 pkgsrc/templates/README.category:1.15
--- pkgsrc/templates/README.category:1.14       Mon Feb 22 09:34:52 2021
+++ pkgsrc/templates/README.category    Mon Feb 22 09:40:48 2021
@@ -1,4 +1,4 @@
-<!-- $NetBSD: README.category,v 1.14 2021/02/22 09:34:52 nia Exp $ -->
+<!-- $NetBSD: README.category,v 1.15 2021/02/22 09:40:48 nia Exp $ -->
 <!-- generated by pkgsrc/mk/scripts/mkreadme -->
 <!doctype html>
 <html lang="en">
@@ -22,12 +22,12 @@
 %%NUMITEMS%%
 items in this directory:</p>
 
-<hr noshade>
+<hr>
 <dl>
 %%SUBDIR%%
 </dl>
 
-<hr noshade>
+<hr>
 [
 <a href="../README.html"> Go to top of packages tree</a>
 |

Index: pkgsrc/templates/README.pkg
diff -u pkgsrc/templates/README.pkg:1.36 pkgsrc/templates/README.pkg:1.37
--- pkgsrc/templates/README.pkg:1.36    Mon Feb 22 09:34:52 2021
+++ pkgsrc/templates/README.pkg Mon Feb 22 09:40:48 2021
@@ -1,4 +1,4 @@
-<!-- $NetBSD: README.pkg,v 1.36 2021/02/22 09:34:52 nia Exp $ -->
+<!-- $NetBSD: README.pkg,v 1.37 2021/02/22 09:40:48 nia Exp $ -->
 <!-- generated by pkgsrc/mk/scripts/mkreadme -->
 <!doctype html>
 <html lang="en">
@@ -81,13 +81,13 @@ and not every bug is exploitable with ev
 <p>
 </section>
 
-<hr noshade>
+<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>
 
-<hr noshade>
+<hr>
 [
 <a href="../README.html"> Go up one level</a>
 |

Index: pkgsrc/templates/README.top
diff -u pkgsrc/templates/README.top:1.22 pkgsrc/templates/README.top:1.23
--- pkgsrc/templates/README.top:1.22    Mon Feb 22 09:34:52 2021
+++ pkgsrc/templates/README.top Mon Feb 22 09:40:48 2021
@@ -1,4 +1,4 @@
-<!-- $NetBSD: README.top,v 1.22 2021/02/22 09:34:52 nia Exp $ -->
+<!-- $NetBSD: README.top,v 1.23 2021/02/22 09:40:48 nia Exp $ -->
 <!-- generated by pkgsrc/mk/scripts/mkreadme -->
 <!doctype html>
 <html lang="en">
@@ -24,11 +24,11 @@ is also available.
 %%DESCR%%
 </p>
 
-<hr noshade>
+<hr>
 <dl>
 %%SUBDIR%%
 </dl>
-<hr noshade>
+<hr>
 
 Prebuilt binary packages can be installed using
 <a href="pkgtools/pkgin/README.html">pkgin</a> or pkg_add(8).

Index: pkgsrc/templates/main.css
diff -u pkgsrc/templates/main.css:1.3 pkgsrc/templates/main.css:1.4
--- pkgsrc/templates/main.css:1.3       Mon Feb 22 06:42:14 2021
+++ pkgsrc/templates/main.css   Mon Feb 22 09:40:48 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: main.css,v 1.3 2021/02/22 06:42:14 nia Exp $ */
+/* $NetBSD: main.css,v 1.4 2021/02/22 09:40:48 nia Exp $ */
 
 body {
        font-family: sans-serif;
@@ -45,6 +45,11 @@ th {
        font-weight: bold;
 }
 
+hr {
+       border: 0;
+       border-bottom: 1px solid #aaa;
+}
+
 #logo {
        float: right;
        border: 0;



Home | Main Index | Thread Index | Old Index