Annotation of wikisrc/templates/port.mdwn, revision 1.10
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.10 ! mspo 17: <TMPL_IF port_alt>
! 18: The [NetBSD/<TMPL_VAR port_alt> mailing list](http://www.netbsd.org/mailinglists/#port-<TMPL_VAR port_alt> "<TMPL_VAR port_alt>mailing list"), covering NetBSD's port to <TMPL_VAR port_alt> machine:
! 19: [
! 20: <a href="http://www.NetBSD.org/cgi-bin/subscribe_list.pl?list=port-<TMPL_VAR port_alt>">subscribe</a>
! 21: |
! 22: <a href="http://mail-index.NetBSD.org/port-<TMPL_VAR port_alt>/">archive</a>
! 23: ]
! 24:
! 25: <a href="mailto:port-<TMPL_VAR port_alt>-maintainer@NetBSD.org">Mail the NetBSD/<TMPL_VAR port_alt> port maintainer</a>
! 26: <TMPL_ELSE>
1.7 mspo 27: 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 28: [
1.5 mspo 29: <a href="http://www.NetBSD.org/cgi-bin/subscribe_list.pl?list=port-<TMPL_VAR port>">subscribe</a>
1.8 mspo 30: |
1.5 mspo 31: <a href="http://mail-index.NetBSD.org/port-<TMPL_VAR port>/">archive</a>
1.8 mspo 32: ]
1.9 mspo 33:
1.7 mspo 34: <a href="mailto:port-<TMPL_VAR port>-maintainer@NetBSD.org">Mail the NetBSD/<TMPL_VAR port> port maintainer</a>
1.10 ! mspo 35: </TMPL_IF>
1.4 mspo 36:
1.1 mspo 37: <TMPL_IF supported_hardware>
1.2 mspo 38: ## Supported Hardware
1.1 mspo 39: <TMPL_VAR supported_hardware>
40: </TMPL_IF>
41:
1.6 mspo 42: <TMPL_IF unsupported_hardware>
1.2 mspo 43: ## Unsupported Hardware
1.1 mspo 44: <TMPL_VAR unsupported_hardware>
45: </TMPL_IF>
46:
47: <TMPL_IF additional>
1.2 mspo 48: ## Additional Info
1.1 mspo 49: <TMPL_VAR additional>
50: </TMPL_IF>
51:
52: <TMPL_ELSE>
53: # Ports page template
54:
55: The *port* template is used to make the ports pages very easy
56:
57: It supports the following parameters:
58:
59: - port (required)
60: - about (required)
61: - cur_rel (required)
62: - future_rel (required)
63: - changes_cur (required)
64: - changes_future (required)
65: - thumbnail (optional)
66: - supported_hardware (optional)
67: - unsupported_hardware (optional)
68: - additional (optional)
69:
70: </TMPL_IF>
CVSweb for NetBSD wikisrc <wikimaster@NetBSD.org> software: FreeBSD-CVSweb