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

    version 0.1.0

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


      # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
      The babl Portfile 57375 2009-09-10 08:16:41Z ryandesign macports.org $

      PortSystem 1.0

      Name: babl
      Version: 0.1.0
      set branch [join [lrange [split ${version} .] 0 1] .]
      Category: graphics
      Maintainers: devans
      Platform: darwin
      Homepage: http://gegl.org/babl
      Master Sites: gimp:${name}/${branch}

      use_bzip2 yes

      Description: Babl is a library for dynamically handling pixel formats and managing conversions between them.

      Long Description: ${description}

      Checksums: md5 197133d84fe120ee66c8137dff1696e6 sha1 6e95e24c48b8018fefbf8e69ad62f4a4de56640c rmd160 7bf933eacd9654ea20e639394fc7481bc918f79b

      depends_build port:w3m port:librsvg

      platform darwin 10 {
      # workaround for ticket #20906
      configure.args --disable-mmx
      }

      livecheck.type regex
      livecheck.url ftp://ftp.gimp.org/pub/${name}/${branch}/
      livecheck.regex "${name}-(\\d+(?:\\.\\d+)+)"

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.