Subject: CVS commit: pkgsrc/devel/pijul
From: Nikita
Date: 2022-12-13 23:10:15
Message id: 20221213221015.15C2FFA90@cvs.NetBSD.org

Log Message:
devel/pijul: import pijul-1.0.0.beta2

Pijul is a version control system based on patches, that can mimic the
behaviour and workflows of both Git and Darcs, but contrarily to those
systems, Pijul is based on a mathematically sound theory of patches.

Pijul was started out of frustration that no version control system
was at the same time fast and sound:

- Git has non-associative merges, which might lead to security problems.
  Concretely, this means that the commits you merge might not be the same as
  the ones you review and test.

- Handling of conflicts: Pijul has an explicit internal representation of
  conflicts, a rock-solid theory of how they behave, and super-fast data
  structures to handle them.

- Speed! The complexity of Pijul is low in all cases, whereas previous
  attempts to build a mathematically sound distributed version control
  system had huge worst-case complexities. The use of Rust
  additionally yields a blazingly fast implementation.

Files:
RevisionActionfile
1.1addpkgsrc/devel/pijul/DESCR
1.1addpkgsrc/devel/pijul/Makefile
1.1addpkgsrc/devel/pijul/PLIST
1.1addpkgsrc/devel/pijul/cargo-depends.mk
1.1addpkgsrc/devel/pijul/distinfo
1.1addpkgsrc/devel/pijul/patches/patch-..vendor_pager-0.16.0_src_utils.rs