Download and Install libungif version 4.1.4 on Mac OS X
Friday the 25th of July, 2008

    libungif  most recent diff


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



      # $Id: Portfile 30979 2007-11-12 22:48:47Z ryandesign macports.org $

      PortSystem 1.0

      Name: libungif
      Version: 4.1.4
      revision 2
      Category: graphics
      Platform: darwin
      Maintainers: ryandesign
      Description: Tools and library routines for working with GIF images

      Long Description: GIF loading and saving shared library (Saving uses an uncompressed gif algorithm that does not use LZW compression.)

      Homepage: http://sourceforge.net/projects/giflib/
      master_sites sourceforge:giflib
      use_bzip2 yes

      checksums md5 76865bc1bed90ecb5992a1edcc4d6c15 sha1 af687ffbcfe6afd1d76e33ea8cf27ffb02ed61fc rmd160 f96782d4e305e393a22acd84317c13dc265a21f3

      patchfiles patch-gif_lib.h.diff

      configure.args --without-x

      set docdir ${prefix}/share/doc/${name}-${version}

      post-destroot {
      xinstall -d ${destroot}${docdir}
      xinstall -m 0644 -W ${worksrcpath} AUTHORS BUGS COPYING ChangeLog NEWS TODO UNCOMPRESSED_GIF ${destroot}${docdir}
      }

      Variant: doc description {Install extra documentation} {
      post-destroot {
      xinstall -d ${destroot}${docdir}/html
      eval xinstall -m 0644 [glob ${worksrcpath}/doc/*.{html,png,txt}] ${destroot}${docdir}/html
      }
      }

      Variant: x11 description {Enable X support} {
      depends_lib-append lib:libX11.6:XFree86
      configure.args-delete --without-x
      }

      livecheck.regex "${name} [lindex [split ${version} .] 0].x ${name}-(\\d+(?:\\.\\d+)*) released .*"


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

     Where to find more information:

    Darwin Ports



    image test