- Finalize rewrapping

- Tidy a few things from the previous commit
- Translators, please ignore this commit
This commit is contained in:
Glen Barber 2012-02-22 07:06:35 +00:00
parent 319b632f22
commit 9869de7d54
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=38530

View file

@ -116,9 +116,9 @@ www
ports-base</programlisting>
<para>You should, of course, change the <literal>default
host</literal> entry to a <application>CVSup</application>
host</literal> entry to a <application>CVSup</application>
mirror near your location, and the <literal>default
prefix</literal> entry to the location where you intend to
prefix</literal> entry to the location where you intend to
store the checked out files. Save this file as e.g.
<filename><replaceable>doc-www-supfile</replaceable></filename>,
and then execute the following command:</para>
@ -142,15 +142,16 @@ ports-base</programlisting>
<sect2 id="the-website-cvsup">
<title>Advanced Method: Maintaining a Local
<application>CVS</application> <literal>doc/www</literal>
Repository</title>
Repository</title>
<para>This method will give you more advanced options, but will
require you to install the <filename>net/cvsup-without-gui</filename> port or
require you to install the
<filename>net/cvsup-without-gui</filename> port or
package.</para>
<note>
<para>The <filename>net/cvsup-without-gui</filename> port has a
build dependency on <filename
<para>The <filename>net/cvsup-without-gui</filename> port has
a build dependency on <filename
role="package">lang/ezm3</filename>, a Modula&nbsp;3
compiler. This compiler takes quite some time to build,
and since most people will not need it for anything else, it
@ -166,7 +167,7 @@ ports-base</programlisting>
For detailed information on <application>CVSup</application>,
please read the <ulink
url="&url.books.handbook;/synching.html#CVSUP">CVSup
introduction</ulink> in the &os;&nbsp;Handbook.</para>
introduction</ulink> in the &os;&nbsp;Handbook.</para>
<para>The supfile shown below will fetch the cvs collections
required for the website build, and create a local
@ -200,9 +201,9 @@ cvsroot-ports
cvsroot-doc</programlisting>
<para>You should, of course, change the <literal>default
host</literal> entry to a <application>CVSup</application>
host</literal> entry to a <application>CVSup</application>
mirror near your location, and the <literal>default
prefix</literal> entry to the location where you intend to
prefix</literal> entry to the location where you intend to
store the repository files. Save this file as e.g.
<filename><replaceable>doc-www-cvsfile</replaceable></filename>,
and then execute the following command:</para>
@ -251,7 +252,7 @@ cvsroot-doc</programlisting>
<para>Having completed either of the two methods, you will be
ready to start the website build. In our example, the build
directory is <filename
class="directory"><replaceable>/usr/build</replaceable></filename>
class="directory"><replaceable>/usr/build</replaceable></filename>
and all the required files are already in place.</para>
<procedure>