1: <TMPL_IF NAME="port">
2: [[!meta title="NetBSD/<TMPL_VAR port>"]]
3:
4: # <TMPL_IF thumbnail><img src=<TMPL_VAR thumbnail> alt="<TMPL_VAR port> thumbnail image"/></TMPL_IF>
5:
6: ## About NetBSD/<TMPL_VAR port>
7: <TMPL_VAR about>
8:
9: ## Release Info
10: * [NetBSD/<TMPL_VAR port> <TMPL_VAR cur_rel> via FTP](http://ftp.NetBSD.org/pub/NetBSD/NetBSD-<TMPL_VAR cur_rel>/<TMPL_VAR port>/ "NetBSD/<TMPL_VAR port> FTP")
11: * [NetBSD/<TMPL_VAR port> <TMPL_VAR cur_rel> INSTALL notes](http://ftp.NetBSD.org/pub/NetBSD/NetBSD-<TMPL_VAR cur_rel>/<TMPL_VAR port>/INSTALL.html "NetBSD/<TMPL_VAR port> INSTALL notes")
12: * [NetBSD/<TMPL_VAR port> <TMPL_VAR cur_rel> pre-build binary packages from pkgsrc](http://ftp.NetBSD.org/pub/pkgsrc/packages/NetBSD/<TMPL_VAR port>/<TMPL_VAR changes_cur>/ "NetBSD/<TMPL_VAR port> pkgsrc binary packages")
13: * [NetBSD/<TMPL_VAR port> <TMPL_VAR changes_cur> changes](http://www.NetBSD.org/changes/changes-<TMPL_VAR changes_cur>.html#port-<TMPL_VAR port> "NetBSD/<TMPL_VAR port> <TMPL_VAR changes_cur> changes")
14: * [NetBSD/<TMPL_VAR port> <TMPL_VAR changes_future> changes](http://www.NetBSD.org/changes/changes-<TMPL_VAR changes_future>.html#port-<TMPL_VAR port> "NetBSD/<TMPL_VAR port> <TMPL_VAR changes_future> changes")
15:
16: ## Mailing List
17: * The [NetBSD/<TMPL_VAR port> mailing list](http://www.netbsd.org/mailinglists/#port-<TMPL_VAR port> "<TMPL_VAR port>mailing list"), covering NetBSD's port to <TMPL_VAR port> machine:
18:
19: <table>
20: <tr>
21: <td>
22: <a href="http://www.NetBSD.org/cgi-bin/subscribe_list.pl?list=port-<TMPL_VAR port>">subscribe</a>
23: </td><td>
24: <a href="http://mail-index.NetBSD.org/port-<TMPL_VAR port>/">archive</a>
25: </td>
26: </tr>
27: </table>
28:
29: <TMPL_IF supported_hardware>
30: ## Supported Hardware
31: <TMPL_VAR supported_hardware>
32: </TMPL_IF>
33:
34: <TMPL_IF unsupported_hardware>
35: ## Unsupported Hardware
36: <TMPL_VAR unsupported_hardware>
37: </TMPL_IF>
38:
39: <TMPL_IF additional>
40: ## Additional Info
41: <TMPL_VAR additional>
42: </TMPL_IF>
43:
44: <TMPL_ELSE>
45: # Ports page template
46:
47: The *port* template is used to make the ports pages very easy
48:
49: It supports the following parameters:
50:
51: - port (required)
52: - about (required)
53: - cur_rel (required)
54: - future_rel (required)
55: - changes_cur (required)
56: - changes_future (required)
57: - thumbnail (optional)
58: - supported_hardware (optional)
59: - unsupported_hardware (optional)
60: - additional (optional)
61:
62: </TMPL_IF>
CVSweb for NetBSD wikisrc <wikimaster@NetBSD.org> software: FreeBSD-CVSweb