All Projects → jasperla → Openbsd Wip

jasperla / Openbsd Wip

OpenBSD work in progress ports

Labels

Projects that are alternatives of or similar to Openbsd Wip

Qtfm
Qt File Manager
Stars: ✭ 73 (-66.82%)
Mutual labels:  openbsd
Mg
Micro (GNU) Emacs-like text editor ❤️ public-domain
Stars: ✭ 117 (-46.82%)
Mutual labels:  openbsd
Src
Public git conversion mirror of OpenBSD's official CVS src repository. Pull requests not accepted - send diffs to the tech@ mailing list.
Stars: ✭ 2,213 (+905.91%)
Mutual labels:  openbsd
Snap
OpenBSD upgrade tool (OpenBSD,Shell)
Stars: ✭ 92 (-58.18%)
Mutual labels:  openbsd
Libtuntap
The portable Tun/Tap devices configuration utility
Stars: ✭ 107 (-51.36%)
Mutual labels:  openbsd
Glaucus
An independent Linux® distribution built from scratch
Stars: ✭ 130 (-40.91%)
Mutual labels:  openbsd
Ruby Vmstat
A focused and fast library to gather memory, cpu, network, load avg and disk information
Stars: ✭ 68 (-69.09%)
Mutual labels:  openbsd
Purritobin
ultra fast, minimalistic, encrypted command line paste-bin
Stars: ✭ 171 (-22.27%)
Mutual labels:  openbsd
Fisy Fuzz
This is the full file system fuzzing framework that I presented at the Hack in the Box 2020 Lockdown Edition conference in April.
Stars: ✭ 110 (-50%)
Mutual labels:  openbsd
Aws Openbsd
AWS OpenBSD image builder (AMI) and cloud-init replacement
Stars: ✭ 144 (-34.55%)
Mutual labels:  openbsd
Mdnsd
Mdns daemon for OpenBSD.
Stars: ✭ 100 (-54.55%)
Mutual labels:  openbsd
Postinstall
💻 Bash Script to automate post-installation steps
Stars: ✭ 104 (-52.73%)
Mutual labels:  openbsd
Battstat
🔋 CLI battery status indicator for macOS, Linux, and OpenBSD ⚡
Stars: ✭ 132 (-40%)
Mutual labels:  openbsd
Openbsd Cookbooks
Setup environment in OpenBSD using Ansible playbook
Stars: ✭ 80 (-63.64%)
Mutual labels:  openbsd
Durden
Desktop Environment for Arcan
Stars: ✭ 158 (-28.18%)
Mutual labels:  openbsd
Zapret
Обход DPI в linux
Stars: ✭ 1,148 (+421.82%)
Mutual labels:  openbsd
Signify
OpenBSD tool to signs and verify signatures on files. Portable version.
Stars: ✭ 122 (-44.55%)
Mutual labels:  openbsd
Punes
Nintendo Entertaiment System emulator and NSF/NSFe Music Player (Linux, FreeBSD, OpenBSD and Windows)
Stars: ✭ 217 (-1.36%)
Mutual labels:  openbsd
Objfw
[Official Mirror] A portable framework for the Objective-C language.
Stars: ✭ 161 (-26.82%)
Mutual labels:  openbsd
Oksh
Portable OpenBSD ksh, based on the Public Domain Korn Shell (pdksh).
Stars: ✭ 142 (-35.45%)
Mutual labels:  openbsd

openbsd-wip - work in progress ports for OpenBSD

This tree is to be used to maintain and eventually migrate ports into the official OpenBSD ports tree. This means that ports in this tree are actively worked on and may not always build, though of course it's best to aim for building ports.

The goal of this exercise is to get more people actively involved in ports. As well as having a tool to better keep track of (half-)finished ports out there. Instead of having it rot in a corner of a mailinglist.

Updated ports

Updates are also welcome; just try to keep this tree clean by removing ports that are updated/imported upstream.

If you're importing an update, please add an UPDATE file in the ports' directory with a summary of changes/explanation. This will make it easier to keep updates and new ports apart.

If it's a rather trivial update, please don't bother importing it here and just send the diff to [email protected] and/or the maintainer.

Finished ports

When a port is ready to get committed, please add an entry to /FINISHED in the following format (subject to change):

net/gnaughty:	ready for import, sent to [email protected] (jasperla)

Use a TODO file to list what the outstanding issues are before the port can be listed in FINISHED.

Also, only commit full ports please. Not just a Makefile or just a diff.

Administrative files

As one of the main goals of this repository is to ease the workload for committers, please use the following files to keep the overview of what's here:

  • FINISHED: Described above
  • TODO: File in the ports' directory explaining what needs to be done
  • UPDATE: Explain the update, could contain a ready-to-use commit message? :)
  • ABANDONED: Ports that have not seen any activity in recent years nor have any licensing restrictions that would prevent them from ever being imported into CVS.

Workflow (open for discussion)

  • Commit your updated port here with a corresponding UPDATE file.
  • or commit your new port WIP-update here with a TODO/UPDATE file and hack on it.
  • Mail [email protected] and/or maintainer.
  • Add an entry to FINISHED.
  • When the port is committed, remove the FINISHED entry as well as the port.

This repository is not here to migrate people away from using [email protected] Ports posted here are unlikely to get the level of discussion and testing they get on [email protected] So this repository is here to keep track of the submissions.

If you don't want to work anymore on your half-finished or not-committed-yet port, please remove it from the repository. In the future, other people can rescue your work from the git history. Maintaining the repository will prevent it from becoming a graveyard of abandoned ports.

Branches

Ideally this repo should contain only one branch, where all development happens. If you want to create a feature branch, please consider avoiding it. Most likely your feature branch will desync from master, making it difficult to merge and, after some time, difficult to locate in the repo. Most likely you only need edit a handful of ports, so just directly editing them in master will work. If you really need a feature branch, please, merge it back as soon as you know whether things worked out or not.

How to use this tree

One way to use this tree is to clone it into your /usr/ports/ directory and adjust PORTSDIR_PATH accordingly in /etc/mk.conf:

PORTSDIR_PATH=${PORTSDIR}:${PORTSDIR}/openbsd-wip:${PORTSDIR}/mystuff

In the above example, a port with version 1 in cvs, version 2 in openbsd-wip. Then, the version in cvs will be picked up before the version in openbsd-wip. This is important if you are building packages using dpb. The order of PORTSDIR_PATH is important.

To prevent "merge commits" from showing up in git log, it's recommended to either update your tree with:

git fetch && git rebase origin

or set the following option in .git/config in your local openbsd-wip repo (see git-config(1) on branch.<name>.rebase and branch.autosetuprebase):

git config branch.master.rebase true

How to contribute

Please let me know if you need write access to this repository. But please stick the workflow outlined in this document as well the pointers in https://openbsd.org/porting.html

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].