[BACK]Return to index.sgml CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/Attic/index.sgml between version 1.4 and 1.7

version 1.4, 2009/02/23 20:55:56 version 1.7, 2009/02/25 12:37:18
Line 28 
Line 28 
                                         package of the BSD manual pages.  The mission of <span class="nm">mdocml</span> is to deprecate <a                                          package of the BSD manual pages.  The mission of <span class="nm">mdocml</span> is to deprecate <a
                                         href="http://www.gnu.org/software/groff/" class="external">groff</a>, the GNU roff implementation, for                                          href="http://www.gnu.org/software/groff/" class="external">groff</a>, the GNU roff implementation, for
                                         displaying BSD mdoc pages.  groff amounts to over 60 000 lines of GPL C++ source, which is a                                          displaying BSD mdoc pages.  groff amounts to over 60 000 lines of GPL C++ source, which is a
                                         considerable encumbrance to BSD operating system.                                          considerable encumbrance to BSD operating systems.
                                         </p>                                          </p>
   
                                         <p>                                          <p>
Line 73 
Line 73 
                                         i386, AMD64 and Alpha.                                          i386, AMD64 and Alpha.
                                         </p>                                          </p>
   
                                           <p>
                                           The most current version is <b>@VERSION@</b>, dated <b>@VDATE@</b>.
                                           </p>
   
                                         <h2>                                          <h2>
                                         snapshotted source                                          snapshotted source
                                         </h2>                                          </h2>
Line 86 
Line 90 
                                         % cd /tmp<br>                                          % cd /tmp<br>
                                         % ftp -V -o- http://mdocml.bsd.lv/snapshots/mdocml.tar.gz | tar -zvxf -<br>                                          % ftp -V -o- http://mdocml.bsd.lv/snapshots/mdocml.tar.gz | tar -zvxf -<br>
                                         % cd mdocml<br>                                          % cd mdocml<br>
                                         % make && make regress && make install                                          % make all<br>
                                           % make regress<br>
                                           # make install
                                         </p>                                          </p>
   
                                         <h2>                                          <h2>
Line 100 
Line 106 
                                         </p>                                          </p>
   
                                         <p class="boxed">                                          <p class="boxed">
                                         % sudo pkg_delete mdocml<br>                                          # pkg_delete mdocml<br>
                                         % cd /usr/ports/devel/<br>                                          # cd /usr/ports/devel/<br>
                                         % sudo rm -rf mdocml<br>                                          # rm -rf mdocml<br>
                                         % ftp -V -o- http://mdocml.bsd.lv/ports-openbsd/mdocml.tar.gz | sudo tar -zvxf -<br>                                          # ftp -V -o- http://mdocml.bsd.lv/ports-openbsd/mdocml.tar.gz | tar -zvxf -<br>
                                         % cd mdocml<br>                                          # cd mdocml<br>
                                         % sudo make && sudo make regress && sudo make install                                          # make build<br>
                                           # make regress<br>
                                           # make install
                                         </p>                                          </p>
                                 </td>                                  </td>
                         </tr>                          </tr>

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.7

CVSweb