Welcome to the OpenBSD Ports WIP Repository

First:

This repository should NOT replace or harm the OpenBSD ports mailing list at ports@openbsd.org. Every new port should go to ports@ to ask for testing. If this little project seems to cause any problems in that regard, I’ll delete it!

    -- Bernd

Contribute

You can contribute to this repository in two ways:

1. Clone the repository in your gitorious account and create
   merge requests.  
   (http://gitorious.org/projects/openbsd-ports-wip/repos/mainline)

2. Ask for push permission to the main repo.

Both ways require a gitorious account.

Git repository setup


  1. pkg_add git
  2. git clone git://gitorious.org/openbsd-ports-wip/mainline.git ports-wip
  3. cd ports-wip
  4. git config user.name “Your Name”
  5. git config user.email “you@example.com” (use the email address you've
    used to register at gitorious here.)
  6. in .git/config, [remote “origin”] change url to
    git@gitorious.org:openbsd-ports-wip/mainline.git
    
    for being able to push to the repository