Annotation of wikisrc/templates/port.mdwn, revision 1.8
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.7 mspo 23: <a href="mailto:port-<TMPL_VAR port>-maintainer@NetBSD.org">Mail the NetBSD/<TMPL_VAR port> port maintainer</a>
1.4 mspo 24:
1.1 mspo 25: <TMPL_IF supported_hardware>
1.2 mspo 26: ## Supported Hardware
1.1 mspo 27: <TMPL_VAR supported_hardware>
28: </TMPL_IF>
29:
1.6 mspo 30: <TMPL_IF unsupported_hardware>
1.2 mspo 31: ## Unsupported Hardware
1.1 mspo 32: <TMPL_VAR unsupported_hardware>
33: </TMPL_IF>
34:
35: <TMPL_IF additional>
1.2 mspo 36: ## Additional Info
1.1 mspo 37: <TMPL_VAR additional>
38: </TMPL_IF>
39:
40: <TMPL_ELSE>
41: # Ports page template
42:
43: The *port* template is used to make the ports pages very easy
44:
45: It supports the following parameters:
46:
47: - port (required)
48: - about (required)
49: - cur_rel (required)
50: - future_rel (required)
51: - changes_cur (required)
52: - changes_future (required)
53: - thumbnail (optional)
54: - supported_hardware (optional)
55: - unsupported_hardware (optional)
56: - additional (optional)
57:
58: </TMPL_IF>
CVSweb for NetBSD wikisrc <wikimaster@NetBSD.org> software: FreeBSD-CVSweb