Annotation of wikisrc/templates/port.mdwn, revision 1.2
1.1 mspo 1: <TMPL_IF NAME="port">
2: [[!meta title="NetBSD/<TMPL_VAR port>"]]
3:
1.2 ! mspo 4: # <TMPL_IF thumbnail><img src=<TMPL_VAR thumbnail> alt="<TMPL_VAR port> thumbnail image"/>NetBSD/<TMPL_VAR port>
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:
16: <TMPL_IF supported_hardware>
1.2 ! mspo 17: ## Supported Hardware
1.1 mspo 18: <TMPL_VAR supported_hardware>
19: </TMPL_IF>
20:
21: <TMPL_IF supported_hardware>
1.2 ! mspo 22: ## Unsupported Hardware
1.1 mspo 23: <TMPL_VAR unsupported_hardware>
24: </TMPL_IF>
25:
26: <TMPL_IF additional>
1.2 ! mspo 27: ## Additional Info
1.1 mspo 28: <TMPL_VAR additional>
29: </TMPL_IF>
30:
31: <TMPL_ELSE>
32: # Ports page template
33:
34: The *port* template is used to make the ports pages very easy
35:
36: It supports the following parameters:
37:
38: - port (required)
39: - about (required)
40: - mlist (required)
41: - cur_rel (required)
42: - future_rel (required)
43: - changes_cur (required)
44: - changes_future (required)
45: - thumbnail (optional)
46: - supported_hardware (optional)
47: - unsupported_hardware (optional)
48: - additional (optional)
49:
50: </TMPL_IF>
CVSweb for NetBSD wikisrc <wikimaster@NetBSD.org> software: FreeBSD-CVSweb