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

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

version 1.9, 2002/09/11 13:39:51 version 1.10, 2002/09/11 14:40:07
Line 81 
Line 81 
       <li><i>fetch</i>        <li><i>fetch</i>
         <ul>          <ul>
          <li>Needed to verify that distfile(s) are correctly downloaded. Try to test all of the <tt>MASTER_SITES</tt> specified to make sure they are all valid sources.</li>           <li>Needed to verify that distfile(s) are correctly downloaded. Try to test all of the <tt>MASTER_SITES</tt> specified to make sure they are all valid sources.</li>
       </ul>          </ul>
   
         <li><i>checksum</i>
           <ul>
            <li>Verify that downloaded distfiles are matching.</li>
           </ul>
   
       <li><i>extract</i>        <li><i>extract</i>
         <ul><li>Each of the distfiles should install any dependent programs (such as bzip2) beforehand.</li></ul>          <ul><li>Each of the distfiles should install any dependent programs (such as bzip2) beforehand.</li></ul>
   
Line 151 
Line 156 
         </ul>          </ul>
     </ul>      </ul>
   
     <p>Checking of pkg/ files like DESCR, MESSAGE, INSTALL,      <p>Remaining pkg/ files like DESCR and MESSAGE could be checked
     DEINSTALL is also to be done</p>      for grammar and typo, no more than 70 characters per line and also
       wording.</p>
   
     <h2><a name="Commenting"><font color="#0000e0">Commenting</font></a></h2>      <h2><a name="Commenting"><font color="#0000e0">Commenting</font></a></h2>
   
Line 163 
Line 169 
     must be given.      must be given.
     There are tools that can help in this task, like <a href=      There are tools that can help in this task, like <a href=
     "http://www.openbsd.org/cgi-bin/cvsweb/ports/infrastructure/build/portslogger">      "http://www.openbsd.org/cgi-bin/cvsweb/ports/infrastructure/build/portslogger">
     portslogger</a>.</p>      portslogger</a> which is like an "intelligent tee" that redirects output into
       a log file.</p>
   
     <p>Example :<br>      <p>Example :<br>
     </p>      </p>
Line 194 
Line 201 
     lib-depends-check. Patches and pkg directories deep verification      lib-depends-check. Patches and pkg directories deep verification
     as well as providing diffs to correct bugs, add flavors, or other      as well as providing diffs to correct bugs, add flavors, or other
     enhancements.</p>      enhancements.</p>
       <p>These diffs should be done with the -uN options (using -r for
       recursive in directories)</p>
     <hr>      <hr>
     <small>      <small>
       <p>$OpenBSD$<br>        <p>$OpenBSD$<br>

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