1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
Commit Graph

5 Commits

Author SHA1 Message Date
Alejandro Pulver
729f218c1a - Avoid wrongly detecting strverscmp() as it's not in the base system.
PR:		ports/124891
Submitted by:	Robert Jenssen <robertjenssen@ozemail.com.au>
2008-08-11 01:34:45 +00:00
Alejandro Pulver
a9155381f5 - Forgot to add patch referenced in previous commit. 2008-03-23 18:49:30 +00:00
Alejandro Pulver
fda41532f6 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/
2008-01-04 18:32:32 +00:00
Mark Linimon
a335efdd3f As previously announced, remove these files due to their having passed
their expiration dates.  See individual Makefiles (or MOVED) for reasons.

Hat:	portmgr
2005-07-19 02:30:05 +00:00
Sergei Kolobov
25fcff520e Add aegis 4.16:
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.

Author:	Peter Miller <millerp@canb.auug.org.au>
WWW:	http://aegis.sourceforge.net/

PR:		ports/54060
Submitted by:	vance@aurema.com
2004-03-03 07:48:27 +00:00