aboutsummaryrefslogtreecommitdiff
path: root/devel/aegis
Commit message (Collapse)AuthorAgeFilesLines
* - Mark MAKE_JOBS_UNSAFEPav Lucistnik2009-11-191-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=244489
* - Change default Tcl/Tk version to 8.5Martin Matuska2009-02-231-1/+1
| | | | | | | | | - Bump PORTVERSION of ports affected Tested by: pointyhat (pav) Notes: svn path=/head/; revision=228909
* Bump the version of the curl shared library after the ftp/curl updatePeter Pentchev2009-01-231-2/+2
| | | | | | | | | 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. Notes: svn path=/head/; revision=226721
* - Avoid wrongly detecting strverscmp() as it's not in the base system.Alejandro Pulver2008-08-111-0/+20
| | | | | | | | PR: ports/124891 Submitted by: Robert Jenssen <robertjenssen@ozemail.com.au> Notes: svn path=/head/; revision=218389
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=214430
* - Forgot to add patch referenced in previous commit.Alejandro Pulver2008-03-231-0/+10
| | | | Notes: svn path=/head/; revision=209638
* - Fix building in FreeBSD < 7.x (with conditional patch).Alejandro Pulver2008-03-232-1/+9
| | | | | | | | | - Fix pkg-plist (2 missing entries). Reported by: pointyhat (pav, erwin) Notes: svn path=/head/; revision=209637
* - Update to version 4.24.Alejandro Pulver2008-03-173-8/+11
| | | | Notes: svn path=/head/; revision=209218
* - Update to version 4.22.2.Alejandro Pulver2008-01-122-6/+5
| | | | Notes: svn path=/head/; revision=205482
* - Remove devel/cook and devel/fhist dependencies (optional).Alejandro Pulver2008-01-052-3/+11
| | | | | | | | - Add a note in pkg-message about them. - Bump PORTREVISION. Notes: svn path=/head/; revision=205030
* Aegis is a transaction-based software configuration management system. ItAlejandro Pulver2008-01-045-0/+344
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/ Notes: svn path=/head/; revision=205012
* As previously announced, remove these files due to their having passedMark Linimon2005-07-195-272/+0
| | | | | | | | | their expiration dates. See individual Makefiles (or MOVED) for reasons. Hat: portmgr Notes: svn path=/head/; revision=139557
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* At maintainer's request, reassign to ports@FreeBSD.org. This port isMark Linimon2005-04-081-1/+3
| | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=132739
* BROKEN: Changes ownership of installed locale filesKris Kennaway2005-03-261-0/+2
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=131963
* Does not compile on alphaKris Kennaway2005-01-021-1/+7
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=125637
* Add missing filesKris Kennaway2004-05-081-0/+6
| | | | Notes: svn path=/head/; revision=108671
* Add aegis 4.16:Sergei Kolobov2004-03-035-0/+256
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 Notes: svn path=/head/; revision=102787