FreshPorts -- The Place For Ports notbug Sun, 12 Feb 2012 4:00 AM GMT
Port details
aegis 4.24.3 devel on this many watch lists=1 search for ports that depend on this port
Transaction-based software configuration management system
Maintained by: aryeh.friedman@gmail.com search for ports maintained by this maintainer
Port Added: 03 Mar 2004 07:49:43
License: not specified in port
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/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: lang/perl5.8, devel/pkg-config
Required To Run: textproc/tkdiff, lang/perl5.8, devel/pkg-config
Required Libraries: ftp/curl, x11-toolkits/tk85, devel/gettext, textproc/libxml2
There are no ports dependent upon this port

To install the port: cd /usr/ports/devel/aegis/ && make install clean
To add the package: pkg_add -r aegis


Configuration Options
     No options to configure

Master Sites:
http://heanet.dl.sourceforge.net/project/aegis/aegis/4.24.3/
http://sunet.dl.sourceforge.net/project/aegis/aegis/4.24.3/
http://iweb.dl.sourceforge.net/project/aegis/aegis/4.24.3/
http://switch.dl.sourceforge.net/project/aegis/aegis/4.24.3/
http://surfnet.dl.sourceforge.net/project/aegis/aegis/4.24.3/
http://kent.dl.sourceforge.net/project/aegis/aegis/4.24.3/
http://freefr.dl.sourceforge.net/project/aegis/aegis/4.24.3/
http://voxel.dl.sourceforge.net/project/aegis/aegis/4.24.3/
http://jaist.dl.sourceforge.net/project/aegis/aegis/4.24.3/
http://osdn.dl.sourceforge.net/project/aegis/aegis/4.24.3/
http://nchc.dl.sourceforge.net/project/aegis/aegis/4.24.3/
http://ncu.dl.sourceforge.net/project/aegis/aegis/4.24.3/
http://transact.dl.sourceforge.net/project/aegis/aegis/4.24.3/
http://softlayer.dl.sourceforge.net/project/aegis/aegis/4.24.3/
http://internode.dl.sourceforge.net/project/aegis/aegis/4.24.3/
http://ufpr.dl.sourceforge.net/project/aegis/aegis/4.24.3/
http://waix.dl.sourceforge.net/project/aegis/aegis/4.24.3/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 25

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
23 Sep 2011 22:26:39
Original commit files touched by this commit  4.24.3
amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
18 Aug 2011 20:22:31
Original commit files touched by this commit  4.24.3
crees search for other commits by this committer
- Update to 4.24.3
- Pass maintainership to submitter
- While here, use PORTDATA and PORTDOCS

PR:             ports/159289
Submitted by:   aryeh.friedman@gmail.com
03 Jul 2011 14:59:23
Original commit files touched by this commit  4.24_5
ohauer search for other commits by this committer
-remove MD5
11 Oct 2010 02:27:03
Original commit files touched by this commit  4.24_5
alepulver search for other commits by this committer
- Drop maintainership.
31 May 2010 02:01:56
Original commit files touched by this commit  4.24_5
ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
03 Apr 2010 10:44:36
Original commit files touched by this commit  4.24_4
roam search for other commits by this committer
Chase the ftp/curl shlib version bump.
19 Nov 2009 22:07:43
Original commit files touched by this commit  4.24_3
pav search for other commits by this committer
- Mark MAKE_JOBS_UNSAFE

Reported by:    pointyhat
23 Feb 2009 14:46:38
Original commit files touched by this commit  4.24_2
mm search for other commits by this committer
- Change default Tcl/Tk version to 8.5
- Bump PORTVERSION of ports affected

Tested by:      pointyhat (pav)
23 Jan 2009 15:43:14
Original commit files touched by this commit  4.24_2
roam search for other commits by this committer
Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working.
11 Aug 2008 01:34:45
Original commit files touched by this commit  4.24_1
alepulver search for other commits by this committer
- Avoid wrongly detecting strverscmp() as it's not in the base system.

PR:             ports/124891
Submitted by:   Robert Jenssen <robertjenssen@ozemail.com.au>
06 Jun 2008 13:21:59
Original commit files touched by this commit  4.24_1
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
23 Mar 2008 18:49:30
Original commit files touched by this commit  4.24
alepulver search for other commits by this committer
- Forgot to add patch referenced in previous commit.
23 Mar 2008 18:45:00
Original commit files touched by this commit  4.24
alepulver search for other commits by this committer
- Fix building in FreeBSD < 7.x (with conditional patch).
- Fix pkg-plist (2 missing entries).

Reported by:    pointyhat (pav, erwin)
17 Mar 2008 16:05:05
Original commit files touched by this commit  4.24
alepulver search for other commits by this committer
- Update to version 4.24.
12 Jan 2008 04:27:46
Original commit files touched by this commit  4.22.2
alepulver search for other commits by this committer
- Update to version 4.22.2.
05 Jan 2008 00:57:13
Original commit files touched by this commit  4.22_1
alepulver search for other commits by this committer
- Remove devel/cook and devel/fhist dependencies (optional).
- Add a note in pkg-message about them.
- Bump PORTREVISION.
04 Jan 2008 18:32:32
Original commit files touched by this commit  4.22
alepulver search for other commits by this committer
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/
19 Jul 2005 02:30:05
Original commit files touched by this commit  4.16
linimon search for other commits by this committer
As previously announced, remove these files due to their having passed
their expiration dates.  See individual Makefiles (or MOVED) for reasons.

Hat:    portmgr
12 Apr 2005 03:26:57
Original commit files touched by this commit  4.16
obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
11 Apr 2005 08:04:41
Original commit files touched by this commit  4.16
obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
08 Apr 2005 06:21:56
Original commit files touched by this commit  4.16
linimon search for other commits by this committer
At maintainer's request, reassign to ports@FreeBSD.org.  This port is
now available for adoption.  However, from his email:

  I have looked at the problem for a while myself. and also notified
  the upstream community both of the problem, and of my wish to drop
  maintainership.

  Nobody has expressed an interest in either fixing the issue or in
  taking over the port, so I don't think the users of the software care
  whether there's a FreeBSD port or not.  Either that or they don't care
  about it enough to read the aegis-users mailing list.

  I would therefore like you to change maintainer to ports@, mark the
  thing as BROKEN, and schedule it for removal.
26 Mar 2005 19:25:24
Original commit files touched by this commit  4.16
kris search for other commits by this committer
BROKEN: Changes ownership of installed locale files

Approved by:    portmgr (self)
02 Jan 2005 00:39:25
Original commit files touched by this commit  4.16
kris search for other commits by this committer
Does not compile on alpha

Approved by:    portmgr (self)
08 May 2004 06:06:09
Original commit files touched by this commit  4.16
kris search for other commits by this committer
Add missing files
03 Mar 2004 07:48:27
Original commit files touched by this commit  4.16
sergei search for other commits by this committer
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

Number of commits found: 25

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
bipFeb 11
firefoxFeb 11
linux-firefoxFeb 11
linux-seamonkeyFeb 11
linux-thunderbirdFeb 11
seamonkeyFeb 11
surfFeb 11
thunderbirdFeb 11
chromiumFeb 09
chromiumFeb 09
drupal6Feb 07
drupal7Feb 07
bugzillaFeb 06
bugzilla2Feb 06
bugzilla3Feb 06

14 vulnerabilities affecting 32 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds

Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23150
Broken 192
Deprecated 96
Ignore 728
Forbidden 2
Restricted 329
No CDROM 109
Vulnerable 0
Expired 7
Set to expire 93
Interactive 59
new 24 hours 2
new 48 hours6
new 7 days43
new fortnight70
new month141

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.156 seconds.