Erlsom version 1.2.1 - How to Download and Install on Mac OS X
Sunday the 22nd of November, 2009

    version 1.2.1

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


      The erlsom Portfile 57453 2009-09-11 08:17:15Z ryandesign macports.org $

      PortSystem 1.0

      Name: erlsom
      Version: 1.2.1
      Revision: 1
      Category: erlang textproc
      Maintainers: kallisys.net:pguyot
      Platform: darwin
      Description: An Erlang libary for XML parsing.
      Long Description: An Erlang libary for XML parsing. It supports various modes of operation: as an efficient SAX parser, as a simple DOM-like parser, or as a 'data mapper'. The data mapper transforms the XML document to Erlang records, based on an XML Schema.
      Homepage: http://erlsom.sourceforge.net/
      Master Sites: sourceforge:erlsom
      Checksums: md5 b58aa0da4267544e2bcba45185f7cb10 sha1 1d6e6e2514f4ccf3ec1fe3a3c188b57c8d26e4c6 rmd160 7ff62b83af6daedeed3eb0802a39a909099288d8
      depends_build port:erlang
      depends_lib port:libtool
      use_autoconf yes
      extract.mkdir yes
      Patch Files: patch-Makefile.diff patch-src-Makefile.diff
      build.target debuginfo

      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}
      } else {
      copy -force ${prefix}/share/libtool/config.guess ${prefix}/share/libtool/config.sub ${worksrcpath}
      }
      file delete -force "${worksrcpath}/configure"
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.