1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
3    "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
4<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
5  <head>
6    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
7    <meta name="viewport" content="width=device-width, initial-scale=1" />
8    <title>The MidnightBSD Ports Collection</title>
9    <link rel="canonical" href="https://www.midnightbsd.org/mports/">
10    <style type="text/css" media="screen">
11	html,body{ margin:0; padding; 0; height: 100%; }
12	body{ background: #fff; color:#333; font-family: sans-serif; }
13	#globe { width: 850px; margin: 0 auto; border-left: 1px solid #999; border-right: 1px solid #999; padding: 0 2em; }
14	h1 { background: url("http://www.midnightbsd.org/images/ports-tree.png"); padding: 399px 0 0 0; width: 512px; max-width: 100%; height: 0; overflow: hidden; margin: auto; }
15	h2, h2 a { text-align: center; color: #666; }
16	h3, h3 a { text-align: center; color: #999; }
17	a { color: #79c143; }
18	a:hover { color: #a0d07b; }
19	ul { margin: 0; padding: 0; text-align: center; }
20	li { list-style: none; width: auto; background: fff; margin: 1em; text-align: left; height: auto; vertical-align: top; }
21	li a { font-weight: bold;  text-decoration: none; color: #79c143; }
22	blockquote { margin-top: 3em; color: #aaa; font-size: .9em; }
23
24        @media screen and (max-width: 700px) {
25                h1 { padding: 0; width: 95%; height: auto; background: none}
26                #globe { width: 100%; border: none; padding 0; }
27        }
28     </style>
29  </head>
30
31  <body>
32    <div id="globe">
33    <h1>The MidnightBSD Ports Collection</h1>
34    <h2>TOP</h2>
35    <h3>Parent dir</h3>
36
37    <ul>
38%%SUBDIR%%
39    </ul>
40
41    <blockquote>
42    <p>For information on how to use the ports tree, please look at
43    the <a href="http://www.midnightbsd.org/ports">MidnightBSD mports</a>
44    website.</p>
45
46    <p>If you find a bug in a port, contact the port maintainer or
47    <a href="mailto:ports@MidnightBSD.org">ports@MidnightBSD.org</a>. You may
48    also create a <a href="https://github.com/midnightbsd/mports/issues">bug report</a>.</p>
49
50    <p>If you would like to contribute a port, submit via pull request on GitHub at
51	<a href="https://github.com/MidnightBSD/mports/">mports repository</a>
52    or contact <a href="mailto:ports@MidnightBSD.org">ports@MidnightBSD.org</a>.</p>
53    </blockquote>
54    </div>
55
56    <div style="clear:both;"></div>
57
58  </body>
59</html>
60