Download and Install libpixman version 0.10.0 on Mac OS X
Sunday the 27th of July, 2008

    libpixman  most recent diff


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



      # $Id: Portfile 37622 2008-06-15 23:18:18Z ryandesign macports.org $

      PortSystem 1.0

      Name: libpixman
      set my_name pixman
      Version: 0.10.0
      Category: graphics
      Platform: darwin
      Maintainers: ryandesign
      Homepage: http://www.x.org/
      master_sites ${homepage}pub/individual/lib/
      distname ${my_name}-${version}
      use_bzip2 yes
      use_parallel_build yes

      Description: Pixel region Library

      Long Description: libpixman is a generic library for manipulating pixel regions. A PixRegion is a set of Y-X banded rectangles that cover the desired region.

      checksums md5 fb23e17a8a0308e8fad6dc153753ba9a sha1 9262e945281877c42d484098de664dcf1a68d857 rmd160 16c356f5fa3dfa4c0196456552daca3ab6244276

      post-destroot {
      set docdir ${destroot}${prefix}/share/doc/${name}-${version}
      xinstall -d ${docdir}
      eval xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING [glob ${worksrcpath}/ChangeLog*] NEWS README TODO ${docdir}
      }

      livecheck.check regex
      livecheck.url [lindex ${master_sites} 0]?C=M&O=D
      livecheck.regex ${my_name}-(\[0-9\]+\\.\[0-9\]*\[02468\](\\.\[0-9\]+)*)\\.tar

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

     Where to find more information:

    Darwin Ports



    image test