1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/devel/tla/pkg-descr
Alexey Dokuchaev f497386f85 - Correctly assign RUN_DEPENDS so gmake(1) does not appear in rdeps
- Use HAS_CONFIGURE instead of GNU_CONFIGURE since provided script does
  not look like autotools generated
- Drop custom do-configure target, provide correct CONFIGURE_SCRIPT and
  CONFIGURE_ARGS values instead
- Do not say LOCALBASE when PREFIX is meant
- Canonicalize Makefile header, wrap excessively long lines
- Reformat port description
2008-11-09 20:48:19 +00:00

9 lines
482 B
Plaintext

Arch is a really nifty revision control system. It's "whole-tree changeset
based" which means, roughly, that it can handle (with atomic commits) file
and directory adds, deletes, and renames cleanly, and that it does branching
simply and easily. Arch is also "distributed" which means, for example that
you can make arch branches of your own from remote projects, even if you do
not have write access to the revision control archives for those projects.
WWW: http://gnuarch.org/