mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
fda41532f6
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/
31 lines
988 B
Plaintext
31 lines
988 B
Plaintext
--- ./Makefile.in.orig Wed Mar 29 06:07:48 2006
|
|
+++ ./Makefile.in Fri Dec 21 03:23:09 2007
|
|
@@ -25500,8 +25500,7 @@
|
|
|
|
LibFiles =
|
|
|
|
-DataFiles = $(RPM_BUILD_ROOT)$(sysconfdir)/profile.d/aegis.sh \
|
|
- $(RPM_BUILD_ROOT)$(sysconfdir)/profile.d/aegis.csh \
|
|
+DataFiles = \
|
|
$(RPM_BUILD_ROOT)$(datadir)/aedefault.css \
|
|
$(RPM_BUILD_ROOT)$(datadir)/aegis.icon \
|
|
$(RPM_BUILD_ROOT)$(datadir)/aegis.mask \
|
|
@@ -25563,8 +25562,6 @@
|
|
$(RPM_BUILD_ROOT)$(datadir)/if.sh \
|
|
$(RPM_BUILD_ROOT)$(datadir)/ip.inews.sh \
|
|
$(RPM_BUILD_ROOT)$(datadir)/ip.sh \
|
|
- $(RPM_BUILD_ROOT)$(datadir)/man1/en/ae_c.1 \
|
|
- $(RPM_BUILD_ROOT)$(datadir)/man1/en/ae_p.1 \
|
|
$(RPM_BUILD_ROOT)$(datadir)/profile \
|
|
$(RPM_BUILD_ROOT)$(datadir)/remind/awt_dvlp.sh \
|
|
$(RPM_BUILD_ROOT)$(datadir)/remind/awt_intgrtn.sh \
|
|
@@ -28305,7 +28302,7 @@
|
|
|
|
install-man: install-man-$(HAVE_GROFF)
|
|
|
|
-install-doc: install-doc-$(HAVE_GROFF)
|
|
+install-doc:
|
|
|
|
install: install-bin install-lib install-po install-man install-doc
|
|
|