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

    firemime  most recent diff


    version 0.9.4

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


      The firemime Portfile 30256 2007-10-23 02:26:16Z jmpp macports.org $

      PortSystem 1.0

      Name: firemime
      Version: 0.9.4
      Category: textproc
      Platform: darwin
      Maintainers: nomaintainer
      Description: callback-based interface for parsing MIME-encoded messages
      Long Description: FireMIME is a library providing an easy to use, callback-based interface for parsing MIME-encoded messages. It parses messages in accordance with RFC2045 and RFC2046, attempting to follow all rules set out in those documents while still allowing leniency with some common errors. FireMIME uses libfirestring for string handling. This allows it to be completely 8bit clean, including allowing \\0 anywhere in messages.

      Homepage: http://www.firestuff.org/
      Master Sites: ${homepage}/projects/
      Checksums: md5 5df7584e37dca2444ff8aa414fa9a24b
      use_bzip2 yes

      post-configure {
      reinplace "s|so.${version}|${version}.dylib|g" ${worksrcpath}/Makefile
      reinplace "s|so.0.9|0.9.dylib|g" ${worksrcpath}/Makefile
      reinplace "s|.so|.dylib|g" ${worksrcpath}/Makefile
      reinplace "s|-dynamiclib|-dynamiclib -install_name ${prefix}/lib/\$ |g" ${worksrcpath}/Makefile
      }

      build.args PREFIX=${prefix}

      destroot.destdir PREFIX=${destroot}${prefix} MANDIR=${destroot}${prefix}/share/man

      worksrcdir ${name}

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.