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

Diff for /mandoc/Attic/index.sgml between version 1.9 and 1.10

version 1.9, 2009/02/27 10:55:16 version 1.10, 2009/02/28 10:13:45
Line 102 
Line 102 
                                         </p>                                          </p>
   
                                         <h2>                                          <h2>
                                         Snapshot port                                          Snapshot port/pkgsrc
                                         </h2>                                          </h2>
   
                                         <p>                                          <p>
                                         The source snapshot is automatically converted into an OpenBSD port (ports for other BSD systems not                                          The source snapshot is automatically converted into OpenBSD port and NetBSD pkgsrc forms at <a
                                         yet available).  These may be found in the <a href="/ports-openbsd/">/ports-openbsd/</a> directory.                                          href="/ports-openbsd/">/ports-openbsd/</a> and <a href="/ports-netbsd/">/ports-netbsd/</a>,
                                         You <span class="emph">must</span> have the ports tree installed.                                          respectively.  Please read the <a href="http://www.openbsd.org/faq/faq15.html">OpenBSD Ports FAQ</a> or
                                           <a href="http://www.netbsd.org/docs/software/packages.html">NetBSD pkgsrc guide</a>, first.
                                         </p>                                          </p>
   
                                           <h3>
                                           OpenBSD port
                                           </h3>
   
                                         <p class="boxed">                                          <p class="boxed">
                                         # pkg_delete mdocml<br>                                          # pkg_delete mdocml<br>
                                         # cd /usr/ports/devel/<br>                                          # cd /usr/ports/devel/<br>
Line 118 
Line 123 
                                         # ftp -V -o- http://mdocml.bsd.lv/ports-openbsd/mdocml.tar.gz | tar -zvxf -<br>                                          # ftp -V -o- http://mdocml.bsd.lv/ports-openbsd/mdocml.tar.gz | tar -zvxf -<br>
                                         # cd mdocml<br>                                          # cd mdocml<br>
                                         # make build<br>                                          # make build<br>
                                         # make regress<br>                                          # make install
                                           </p>
   
                                           <h3>
                                           NetBSD pkgsrc
                                           </h3>
   
                                           <p class="boxed">
                                           # pkg_delete mdocml<br>
                                           # cd /usr/pkgsrc/devel/<br>
                                           # rm -rf mdocml<br>
                                           # ftp -V -o- http://mdocml.bsd.lv/ports-netbsd/mdocml.tar.gz | tar -zvxf -<br>
                                           # cd mdocml<br>
                                           # make build<br>
                                         # make install                                          # make install
                                         </p>                                          </p>
                                 </td>                                  </td>

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

CVSweb