Aegis version 4.24 - How to Download and Install on Mac OS X
Sunday the 21st of March, 2010

    version 4.24

      View the most recent changes for the aegis port at: aegis.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for aegis.
      The raw portfile for aegis 4.24 is located here:
      http://aegis.darwinports.com/dports/devel/aegis/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/aegis


      The aegis Portfile 40472 2008-10-02 18:13:33Z boeyms macports.org $

      PortSystem 1.0

      Name: aegis
      Version: 4.24
      Revision: 0
      Category: devel
      Maintainers: boeyms openmaintainer
      Description: Aegis is a SCM/CASE tool with a difference
      Homepage: http://aegis.sourceforge.net/
      Platform: darwin

      Long Description: In the spirit of the UNIX Operating System, Aegis is a small component designed to work with other programs. Among other things, it supports geographically distributed development on both push and pull models and on many distribution topologies, concurrent editing, atomic locking for changesets over multiple files, and perhaps most usefully, enforcement of tests on changes to the baseline to ensure that it always works.

      Master Sites: sourceforge
      Checksums: md5 68e3b79107f8b2c2a8689e7279db8f47 sha1 83dc200af71807ad87802d87e043c3b5a81ab18d rmd160 a868225fc151d8b8909382e7d72b22ea3048fbcd

      depends_lib port:libxml2 port:zlib port:bison port:gettext port:file port:cook

      pre-configure {
      reinplace "s|\$(RPM_BUILD_ROOT)|${destroot}|g" "${worksrcpath}/Makefile.in"
      }
      configure.args --mandir=${prefix}/share/man --infodir=${prefix}/share/info

      destroot.keepdirs ${destroot}${prefix}/com
      destroot.violate_mtree yes

      post-install {
      ui_msg "In order to use Aegis properly, you need to source a file \n provided by Aegis that is appropriate to your shell, \n ${prefix}/share/aegis/profile if you use a Bourne-compatible \n shell, or ${prefix}/share/aegis/cshrc if you use a C shell."
      }


    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/aegis
      % sudo port install aegis
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching aegis
      ---> Verifying checksum for aegis
      ---> Extracting aegis
      ---> Configuring aegis
      ---> Building aegis with target all
      ---> Staging aegis into destroot
      ---> Installing aegis
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using aegis with these commands:
      %  man aegis
      % apropos aegis
      % which aegis
      % locate aegis

     Where to find more information:

    Darwin Ports



    Lightbox this page.