Annotation of wikisrc/templates/port.mdwn, revision 1.9
1.1 mspo 1: <TMPL_IF NAME="port">
2: [[!meta title="NetBSD/<TMPL_VAR port>"]]
3:
1.4 mspo 4: # <TMPL_IF thumbnail><img src=<TMPL_VAR thumbnail> alt="<TMPL_VAR port> thumbnail image"/></TMPL_IF>
1.1 mspo 5:
6: ## About NetBSD/<TMPL_VAR port>
1.2 mspo 7: <TMPL_VAR about>
1.1 mspo 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")
1.2 mspo 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")
1.1 mspo 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:
1.4 mspo 16: ## Mailing List
1.7 mspo 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:
1.8 mspo 18: [
1.5 mspo 19: <a href="http://www.NetBSD.org/cgi-bin/subscribe_list.pl?list=port-<TMPL_VAR port>">subscribe</a>
1.8 mspo 20: |
1.5 mspo 21: <a href="http://mail-index.NetBSD.org/port-<TMPL_VAR port>/">archive</a>
1.8 mspo 22: ]
1.9 ! mspo 23:
1.7 mspo 24: <a href="mailto:port-<TMPL_VAR port>-maintainer@NetBSD.org">Mail the NetBSD/<TMPL_VAR port> port maintainer</a>
1.4 mspo 25:
1.1 mspo 26: <TMPL_IF supported_hardware>
1.2 mspo 27: ## Supported Hardware
1.1 mspo 28: <TMPL_VAR supported_hardware>
29: </TMPL_IF>
30:
1.6 mspo 31: <TMPL_IF unsupported_hardware>
1.2 mspo 32: ## Unsupported Hardware
1.1 mspo 33: <TMPL_VAR unsupported_hardware>
34: </TMPL_IF>
35:
36: <TMPL_IF additional>
1.2 mspo 37: ## Additional Info
1.1 mspo 38: <TMPL_VAR additional>
39: </TMPL_IF>
40:
41: <TMPL_ELSE>
42: # Ports page template
43:
44: The *port* template is used to make the ports pages very easy
45:
46: It supports the following parameters:
47:
48: - port (required)
49: - about (required)
50: - cur_rel (required)
51: - future_rel (required)
52: - changes_cur (required)
53: - changes_future (required)
54: - thumbnail (optional)
55: - supported_hardware (optional)
56: - unsupported_hardware (optional)
57: - additional (optional)
58:
59: </TMPL_IF>
CVSweb for NetBSD wikisrc <wikimaster@NetBSD.org> software: FreeBSD-CVSweb