[BACK]Return to porttest.html CVS log [TXT][DIR] Up to [local] / www

Diff for /www/Attic/porttest.html between version 1.10 and 1.11

version 1.10, 2002/09/11 14:40:07 version 1.11, 2002/09/11 15:40:20
Line 85 
Line 85 
   
       <li><i>checksum</i>        <li><i>checksum</i>
         <ul>          <ul>
          <li>Verify that downloaded distfiles are matching.</li>           <li>Verify that downloaded distfiles match the checksums recorded in the <tt>distinfo</tt> file.</li>
         </ul>          </ul>
   
       <li><i>extract</i>        <li><i>extract</i>
Line 156 
Line 156 
         </ul>          </ul>
     </ul>      </ul>
   
     <p>Remaining pkg/ files like DESCR and MESSAGE could be checked      <p>Remaining <tt>pkg/</tt> files like DESCR and MESSAGE should be checked
     for grammar and typo, no more than 70 characters per line and also      for grammar and typos.  Paragraphs should be formatted using
     wording.</p>      <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fmt&amp;sektion=1&amp;format=html">fmt(1)</a> and wrapped at 70 characters.</p>
   
     <h2><a name="Commenting"><font color="#0000e0">Commenting</font></a></h2>      <h2><a name="Commenting"><font color="#0000e0">Commenting</font></a></h2>
   
Line 176 
Line 176 
     </p>      </p>
   
     <div style="margin-left: 2em">      <div style="margin-left: 2em">
       <table border="0" cellpadding="3" width="100%">        <table border="0" cellpadding="3" width="90%">
         <tr>          <tr>
           <td nowrap bgcolor="#EEEEEE">            <td nowrap bgcolor="#EEEEEE">
 <pre>  <pre>
Line 196 
Line 196 
     <h2><a name="More"><font color="#0000e0">More testing</font></a></h2>      <h2><a name="More"><font color="#0000e0">More testing</font></a></h2>
   
     <p>Check the port Makefile for typos, incorrect links, useless or      <p>Check the port Makefile for typos, incorrect links, useless or
     missing variables, correct licensing and correct category.      missing variables, correct licensing and categories.
     For those who are more skilled other targets can be tested like      For those who are more skilled other targets can be tested like
     lib-depends-check. Patches and pkg directories deep verification      <i>lib-depends-check</i>, examining patches, as well as providing
     as well as providing diffs to correct bugs, add flavors, or other      diffs to correct bugs, add flavors, or other enhancements.</p>
     enhancements.</p>      <p>These diffs should be done with the <tt>-uNr --exclude=CVS</tt> options.
     <p>These diffs should be done with the -uN options (using -r for      <tt>cvs diff -uN</tt> can also be used to generate patches against
     recursive in directories)</p>      the CVS repository.</p>
     <hr>      <hr>
     <small>      <small>
       <p>$OpenBSD$<br>        <p>$OpenBSD$<br>

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