Home
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
- pkg_add git
- git clone git://gitorious.org/openbsd-ports-wip/mainline.git ports-wip
- cd ports-wip
- git config user.name “Your Name”
- git config user.email “you@example.com” (use the email address you've
used to register at gitorious here.)
- in .git/config, [remote “origin”] change url to
for being able to push to the repositorygit@gitorious.org:openbsd-ports-wip/mainline.git

