Download and Install libhermes version 1.3.3 on Mac OS X
Thursday the 24th of July, 2008

    libhermes  most recent diff


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



      # $Id: Portfile 30230 2007-10-22 23:03:23Z jmpp macports.org $

      PortSystem 1.0

      Name: libhermes
      Version: 1.3.3
      revision 1
      Category: graphics devel
      Platform: darwin
      Maintainers: nomaintainer
      Description: Hermes is a pixel conversion library.
      Long Description: Hermes is a pixel conversion library. Its only purpose is to take a buffer full of pixels and convert it into a target buffer full of pixels. The two can differ both in size and in format. Hermes is primarily intended for fast graphics display and it is optimized for that. Where this goal can be achieved by dismissing minimal graphic errors, Hermes will do so (minimal means almost not noticeable). But that is likely to be very configurable in the near future to allow for user selection of trade-off.

      Homepage: http://www.clanlib.org/hermes
      master_sites http://www.clanlib.org/download/files/
      distname Hermes-${version}
      checksums md5 1b99f623169cf62b70f3de081a633d14
      use_bzip2 yes
      patchfiles patch-autogen.sh.diff

      pre-configure {
      system "cd ${worksrcpath} && ./autogen.sh"
      }
      configure.args --with-pic --enable-shared --enable-static

      build.type gnu

      destroot.args includedir=${destroot}${prefix}/include
      post-destroot {
      xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name}
      xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog FAQ INSTALL INSTALL.BSD INSTALL.unix NEWS README TODO TODO.Blitters TODO.conversion ${destroot}${prefix}/share/doc/${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/libhermes
      % sudo port install libhermes
      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 libhermes
      ---> Verifying checksum for libhermes
      ---> Extracting libhermes
      ---> Configuring libhermes
      ---> Building libhermes with target all
      ---> Staging libhermes into destroot
      ---> Installing libhermes
    - 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 libhermes with these commands:
      %  man libhermes
      % apropos libhermes
      % which libhermes
      % locate libhermes

     Where to find more information:

    Darwin Ports



    image test