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