=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/Attic/checklist.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- www/Attic/checklist.html 1998/08/16 00:16:31 1.3 +++ www/Attic/checklist.html 1998/09/09 02:45:25 1.4 @@ -27,6 +27,9 @@ marc@snafu.org.

    +
  1. To avoid duplication, subscribe to the ports@openbsd.org + mailing list - somebody may be already working on the same port as you. +

  2. Create Makefile -- start with this skeleton makefile.

    @@ -149,7 +152,82 @@ package first do a pkg_delete and then do a pkg_add The results after an add should EXACTLY match the results after a `make install'. +

    +

  3. Distribute it!
    + Since the whole point of this process + is to make your ported version of the software available to + other OpenBSD users, you now need to disseminate it. + +

    +

  4. Maintain the port!
    + As time goes by, problems may arise, or new versions of the software + may be released. You should strive to keep your port up to date. + In other words - iterate, test, test, iterate, ...
+ Thank you for supporting the OpenBSD "ports" process!

Skeleton ports makefile

@@ -163,7 +241,7 @@ # Date created: ;;; # Whom: you@your.domain # -# $OpenBSD: checklist.html,v 1.3 1998/08/16 00:16:31 marc Exp $ +# $OpenBSD: checklist.html,v 1.4 1998/09/09 02:45:25 ian Exp $ # # What port/package will be created @@ -277,6 +355,6 @@
Porting www@openbsd.org -
$OpenBSD: checklist.html,v 1.3 1998/08/16 00:16:31 marc Exp $ +
$OpenBSD: checklist.html,v 1.4 1998/09/09 02:45:25 ian Exp $