camlimages version 2.2 for Mac OS X 10.5 Leopard
Monday the 12th of May, 2008

    camlimages  most recent diff


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



      # $Id: Portfile 32036 2007-12-14 10:54:18Z ryandesign macports.org $

      PortSystem 1.0
      Name: camlimages
      Version: 2.2
      revision 2
      Category: devel graphics
      Maintainers: reilles loria.fr
      Description: Objective Caml interface to image manipulation functions.
      Long Description: Camlimages provides basic functions for image processing and loading/saving various image file formats, an interface to display images, and a Freetype interface to render Truetype fonts.
      Homepage: http://pauillac.inria.fr/camlimages/

      configure.cflags-append "-I${prefix}/include"
      configure.env DPORT_CAMLDIR="${prefix}/lib/ocaml"

      patchfiles patch-configure.diff patch-tiffread.c.diff

      Platform: darwin

      master_sites ftp://ftp.inria.fr/INRIA/caml-light/bazar-ocaml/

      extract.suffix .tgz
      build.target all opt
      checksums md5 d933eb58c7983f70b1a000fa01893aa4

      depends_lib bin:camlp4:ocaml lib:libjpeg.62:jpeg lib:libtiff.3:tiff lib:libgif:libungif lib:libpng:libpng bin:gs:ghostscript

      configure.args --without-lablgtk --without-lablgl --without-lablgtk2

      Variant: lablgtk {
      configure.args-delete --without-lablgtk
      configure.args-append --with-lablgtk="${prefix}/lib/ocaml/lablgtk"
      depends_lib bin:lablgtk:lablgtk
      }

      Variant: lablgl {
      configure.args-delete --without-lablgl
      configure.args-append --with-lablgl="${prefix}/lib/ocaml/lablgl"
      depends_lib bin:lablglut:lablgl
      }

      Variant: lablgtk2 {
      configure.args-delete --without-lablgtk2
      configure.args-append --with-lablgtk2="${prefix}/lib/ocaml/lablgtk2"
      depends_lib bin:lablgtk2:lablgtk2 bin:gdk-pixbuf-config:gdk-pixbuf
      }

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

     Where to find more information:

    Darwin Ports



    image test