Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Jan 2008 18:32:32 +0000 (UTC)
From:      Alejandro Pulver <alepulver@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefile ports/devel/aegis Makefile distinfo pkg-descr pkg-plist ports/devel/aegis/files patch-Makefile.in
Message-ID:  <200801041832.m04IWWWv033774@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
alepulver    2008-01-04 18:32:32 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/aegis          Makefile distinfo pkg-descr pkg-plist 
    devel/aegis/files    patch-Makefile.in 
  Log:
  Aegis is a transaction-based software configuration management system. It
  provides a framework within which a team of developers may work on many
  changes to a program independently, and Aegis coordinates integrating these
  changes back into the master source of the program, with as little disruption
  as possible. Some key features:
  
  * All operations on the repository are based on change sets.
  * True configurations. All changes are reproducible snapshots. Every change
    set has a unique configuration identifier.
  * Ability to rename files without losing their history.
  * Binary files are supported.
  * File meta-data are versioned. Aegis versions permissions also.
  * Commits are truly atomic. No part of a commit takes effect until the entire
    commit has succeeded. Log messages are attached to the change set, not
    stored redundantly in each file.
  * Access controls on lines of development (branches). Creating a branch in
    Aegis can be accomplished with a single, fast command.
  * Repository synchronization, geographically distributed development.
  * Optimal performance for all users, local or remote (no difference).
  * Disconnected commits.
  * Peer-to-peer architecture. Work may flow in without involving a master site.
  * Costs are proportional to change size, not data size.
  
  WWW:    http://aegis.sourceforge.net/
  
  Revision  Changes    Path
  1.2952    +1 -0      ports/devel/Makefile
  1.8       +74 -0     ports/devel/aegis/Makefile (new)
  1.3       +3 -0      ports/devel/aegis/distinfo (new)
  1.3       +30 -0     ports/devel/aegis/files/patch-Makefile.in (new)
  1.3       +24 -0     ports/devel/aegis/pkg-descr (new)
  1.4       +213 -0    ports/devel/aegis/pkg-plist (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801041832.m04IWWWv033774>