=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/Attic/porttest.html,v retrieving revision 1.6 retrieving revision 1.7 diff -c -r1.6 -r1.7 *** www/Attic/porttest.html 2002/09/11 08:49:36 1.6 --- www/Attic/porttest.html 2002/09/11 09:31:13 1.7 *************** *** 51,91 ****

First step

!

Before starting you must know that ports development is done by ! following OpenBSD-current; you can find ! instructions on following current source and ! upgrade faq. When it's done you ! are ready to follow ports mailing list .

!

Testing

!

Now that you are on the mailing-list you can find two types of ! submissions; new ports and updates. New ports are generally posted as ! an attachment or url to a tarball which contains the port tree. A good ! idea is to extract it into the /usr/ports/mystuff/ directory ! and then test it. Updates are generally a diff against the current ! ports tree, so it is suggested that you copy the port into mystuff/ ! and apply the diff to prevent breaking your tree.

!

You will need to perform step-by-step the building of the port to ! verify that every target (see ! ports(7)) is going correctly :

!

Checking of pkg/ files like DESCR, MESSAGE, INSTALL, ! DEINSTALL is also to be done

Commenting

At the end of the test comes the really important thing : comments. ! Even if the port is working fine comments must be done. If we have ten posts where people say that the port runs fine under different architectures ! then the commit is done faster. If it does not work then some information ! must be given. ! There are tools that can help in this task, like portslogger.

*************** *** 142,154 ****

More testing

!

For those who are more skilled they can test targets like ! lib-depends-check, look at patches and pkg stuff. You can also provide ! diffs to correct bugs, add flavors, or other enhancements.


!

$OpenBSD: porttest.html,v 1.6 2002/09/11 08:49:36 couderc Exp $
OpenBSD Copyright © 2002 OpenBSD

--- 147,162 ----

More testing

!

Check the port Makefile for typos, incorrect links, useless or ! missing variables, correct licensing and correct category. ! For those who are more skilled other targets can be tested like ! lib-depends-check. Patches and pkg directories deep verification ! as well as providing diffs to correct bugs, add flavors, or other ! enhancements.


!

$OpenBSD: porttest.html,v 1.7 2002/09/11 09:31:13 couderc Exp $
OpenBSD Copyright © 2002 OpenBSD