Skip to content

The dedicated application build system for DragonFly BSD

Notifications You must be signed in to change notification settings

Tymecode/DPorts

 
 

Repository files navigation

DragonFly Ports, a.k.a. "DPorts"
================================

DragonFly Ports is a derivative of FreeBSD's Ports Collection.  It serves
the same purpose for DragonFly as the Ports Collection does for FreeBSD,
which is to provide instructions on how to build software on DragonFly BSD.
The products of DPorts are executable software which are manipulated by
Baptiste Daroussin's pkgng binary package manager.

The traditional pkg_* tools seen previously on FreeBSD, DragonFly, and
currently with pkgsrc will not be offered.  They are antiquated and have
reached End-Of-Life on FreeBSD.

While anyone could clone this repository and build a DPort from source,
this will not be generally encouraged.  Unlike pkgsrc, the binary packages
will be built and made available continuously as opposed to quarterly sets.
Using pkgng to keep a system current will be recommended.

This repository is actually generated.  Starting with the Ports Collection
as a basis, DragonFly-specific patches and/or files are applied as necessary
to create a modified port that builds on DragonFly.  If the FreeBSD port is
updated in a way that either causes the patches to no longer apply, or just
plain fail to build on DragonFly, the update will not be carried forward.
The last working DPort will remain in place until a manual fix is provided
that allows the FreeBSD update to work on DragonFly as well.

Another project of Baptiste's, Poudriere, will be used to confirm good
builds.  Upon the event of successly build, a hook will update the patches
repository to indicate a good build, and then another script will generate
the DPort, place it here, and commit the change.  Theoretically, every
single DPort should build on DragonFly.

Please report issues of and submit patches for DPorts here:
https://github.com/DragonFlyBSD/DPorts/issues/

This project was conceived and implemented by John Marino.

About

The dedicated application build system for DragonFly BSD

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Makefile 51.2%
  • C 19.7%
  • XML 8.8%
  • Shell 5.3%
  • C++ 4.9%
  • OCaml 3.5%
  • Other 6.6%