Changeset View
Changeset View
Standalone View
Standalone View
en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml
| Show First 20 Lines • Show All 2,040 Lines • ▼ Show 20 Lines | <para>Provide support for <application>MySQL</application>. If no | ||||
| supported.</para> | supported.</para> | ||||
| <para>The framework sets <varname>MYSQL_VER</varname> to the | <para>The framework sets <varname>MYSQL_VER</varname> to the | ||||
| detected MySQL version.</para> | detected MySQL version.</para> | ||||
| </sect1> | </sect1> | ||||
| <sect1 xml:id="uses-mono"> | <sect1 xml:id="uses-mono"> | ||||
| <title><literal>mono</literal></title> | <title><literal>mono</literal></title> | ||||
| <para>Possible arguments: (none), <literal>nuget</literal>, | |||||
mat: Please, keep the whitespace after the `<title>`. | |||||
| <literal>build</literal></para> | |||||
| <para>Possible arguments: (none), <literal>nuget</literal></para> | |||||
| <para>Adds a dependency on the <application>Mono</application> | <para>Adds a dependency on the <application>Mono</application> | ||||
| (currently only C#) framework by setting the appropriate | (currently only C#) framework by setting the appropriate | ||||
| dependencies.</para> | dependencies.</para> | ||||
| <para>Specify <literal>build</literal> when the port has only a build | |||||
| time dependency on Mono.</para> | |||||
| <para>Specify <literal>nuget</literal> when the port uses nuget | <para>Specify <literal>nuget</literal> when the port uses nuget | ||||
| packages. <varname>NUGET_DEPENDS</varname> needs to be set with | packages. <varname>NUGET_DEPENDS</varname> needs to be set with | ||||
| the names and versions of the nuget packages in the format | the names and versions of the nuget packages in the format | ||||
| <literal><replaceable>name</replaceable>=<replaceable>version</replaceable></literal>. | <literal><replaceable>name</replaceable>=<replaceable>version</replaceable></literal>. | ||||
| An optional package origin can be added using | An optional package origin can be added using | ||||
| <literal><replaceable>name</replaceable>=<replaceable>version</replaceable>:<replaceable>origin</replaceable></literal>.</para> | <literal><replaceable>name</replaceable>=<replaceable>version</replaceable>:<replaceable>origin</replaceable></literal>.</para> | ||||
| ▲ Show 20 Lines • Show All 1,683 Lines • Show Last 20 Lines | |||||
Please, keep the whitespace after the <title>.