arch version 1.3.5 for Mac OS X 10.5 Leopard
Monday the 12th of May, 2008

    arch  most recent diff


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



      # $Id: Portfile 32425 2007-12-31 09:36:13Z ryandesign macports.org $

      PortSystem 1.0
      Name: arch
      Version: 1.3.5
      distname tla-${version}
      Category: devel
      Maintainers: nomaintainer
      Description: GNU arch - revision control system
      Long Description: GNU arch is a revision control system, similar in purpose to tools such as CVS, SCCS, and Subversion. It is used to keep track of the changes made to a source tree and to help programmers combine and otherwise manipulate changes made by multiple people or at different times.
      Homepage: http://www.gnu.org/software/gnu-arch/
      Platform: darwin

      master_sites gnu:gnu-arch
      checksums sha1 0fb3b5bfa6b2fb5eb953fdca9e0f75ac1b35b15e

      configure.dir ${worksrcpath}/src/=build
      build.dir ${configure.dir}

      pre-configure {
      file mkdir ${configure.dir}
      }
      configure.cmd ../configure
      configure.args --destdir=${destroot}

      test.run yes

      destroot.destdir

      platform darwin {
      if {${os.version} < 8} {
      depends_lib bin:gdiff:diffutils
      configure.args-append --with-gnu-diff=${prefix}/bin/gdiff --with-gnu-diff3=${prefix}/bin/gdiff3
      }
      }

      livecheck.name gnu-${name}
      livecheck.regex tla-(\[0-9.\]+)\\.tar

    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/arch
      % sudo port install arch
      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 arch
      ---> Verifying checksum for arch
      ---> Extracting arch
      ---> Configuring arch
      ---> Building arch with target all
      ---> Staging arch into destroot
      ---> Installing arch
    - 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 arch with these commands:
      %  man arch
      % apropos arch
      % which arch
      % locate arch

     Where to find more information:

    Darwin Ports



    image test