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

Diff for /www/Attic/checklist.html between version 1.52 and 1.53

version 1.52, 2003/10/31 22:31:19 version 1.53, 2003/11/18 03:51:14
Line 6 
Line 6 
 <meta name="description" CONTENT="How to make/update an OpenBSD port.">  <meta name="description" CONTENT="How to make/update an OpenBSD port.">
 <meta name="keywords" content="openbsd,ports">  <meta name="keywords" content="openbsd,ports">
 <meta name="distribution" content="global">  <meta name="distribution" content="global">
 <meta name="copyright" content="This document copyright 1998-2002 by OpenBSD.">  <meta name="copyright" content="This document copyright 1998-2003 by OpenBSD.">
   
 <title>OpenBSD Porting Checklist</title>  <title>OpenBSD Porting Checklist</title>
 </head>  </head>
   
 <body text=Black bgcolor=White link="#23238E">  <body text="#000000" bgcolor="#FFFFFF" link="#23238E">
 <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>  <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
   
 <h2><font color="#e00000">OpenBSD Porting Checklist</font></h2>  <h2><font color="#e00000">OpenBSD Porting Checklist</font></h2>
Line 26 
Line 26 
   
 <li>  <li>
 If you want to be a maintainer, subscribe to  If you want to be a maintainer, subscribe to
 <a href="mailto:ports@openbsd.org"> ports@openbsd.org.</a>  <a href="mailto:ports@openbsd.org">ports@openbsd.org.</a>
 <ul><li>  <ul><li>
 This is where all ports discussions take place.  This is where all ports discussions take place.
 <li>  <li>
Line 401 
Line 401 
 <br><br><li>  <br><br><li>
 Mail <a href="mailto:ports@openbsd.org">ports@openbsd.org</a> with a short  Mail <a href="mailto:ports@openbsd.org">ports@openbsd.org</a> with a short
 note asking for comments and testing.  Attach the port to this email and  note asking for comments and testing.  Attach the port to this email and
 sent it out.  send it out.
 <p>  <p>
 Try to get others to test it on a variety of platforms for you.  Try to get others to test it on a variety of platforms for you.
 <ul><li>  <ul><li>
Line 432 
Line 432 
 <p>  <p>
 In short, import is typically used when a port is created.  In short, import is typically used when a port is created.
 From that point on cvs add and cvs rm are typically used to add or remove  From that point on cvs add and cvs rm are typically used to add or remove
 files, and the normal edit->commit cycle for changes.  files, and the normal edit-&gt;commit cycle for changes.
 You might use something like this:  You might use something like this:
 <pre>  <pre>
 $ cd kaffe1  $ cd kaffe1
Line 496 
Line 496 
   
 Thank you for supporting the OpenBSD "ports" process!  Thank you for supporting the OpenBSD "ports" process!
 <hr>  <hr>
 <a href="porting.html"><img height=24 width=24 src=back.gif  <a href="porting.html"><img height=24 width=24 src="back.gif"
  border=0 alt=Porting></a>   border=0 alt="Porting"></a>
 <a href="mailto:www@openbsd.org">www@openbsd.org</a>  <a href="mailto:www@openbsd.org">www@openbsd.org</a>
 <br><small>$OpenBSD$</small>  <br><small>$OpenBSD$</small>
 </body>  </body>

Legend:
Removed from v.1.52  
changed lines
  Added in v.1.53