Arj version 3.10.22 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    version 3.10.22

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


      # -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
      The arj Portfile 57453 2009-09-11 08:17:15Z ryandesign macports.org $

      PortSystem 1.0

      Name: arj
      Version: 3.10.22
      Category: archivers sysutils
      Platform: darwin
      Description: create and extract files from dos .arj archives
      #license GPL
      Maintainers: snc openmaintainer
      Long Description: ${description}
      Homepage: http://arj.sourceforge.net/
      Master Sites: sourceforge:arj
      Checksums: md5 f263bf3cf6d42a8b7e85b4fb514336d3
      depends_lib port:libtool
      use_autoconf yes
      autoconf.dir gnu
      configure.dir ${autoconf.dir}

      post-extract {
      if {[file exists ${prefix}/share/libtool/config/config.guess]} {
      copy -force ${prefix}/share/libtool/config/config.guess ${prefix}/share/libtool/config/config.sub ${worksrcpath}/${autoconf.dir}
      } else {
      copy -force ${prefix}/share/libtool/config.guess ${prefix}/share/libtool/config.sub ${worksrcpath}/${autoconf.dir}
      }
      }

      Patch Files: patch-conifgure.in patch-environ.c patch-makefile.in patch-postproc.c patch-uxspec.c

      build.target prepare all

      livecheck.type regex
      livecheck.url ${homepage}
      livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)

      use_parallel_build no

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.