Xrender version 0.9.5 - How to Download and Install on Mac OS X
Sunday the 22nd of November, 2009

    xrender  most recent diff


    version 0.9.5

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


      The xrender Portfile 58643 2009-10-02 05:58:13Z jeremyhu macports.org $

      PortSystem 1.0

      Name: xrender
      set my_name libXrender
      Version: 0.9.5
      Category: x11
      Platform: darwin
      Maintainers: jeremyhu openmaintainer
      Description: X Render Extension library

      Long Description: ${description}

      Homepage: http://www.x.org/
      Master Sites: http://www.x.org/archive/individual/lib/ http://xorg.freedesktop.org/archive/individual/lib/
      distname ${my_name}-${version}
      use_bzip2 yes

      Checksums: md5 276dd9e85daf0680616cd9f132b354c9 sha1 278f762feb8e754aa5214175abf580ff486281f7 rmd160 efb078aa00d8a3463a2f8267f600579372ded38d

      depends_build port:pkgconfig port:xorg-xproto port:xorg-renderproto

      depends_lib port:xorg-libX11

      use_parallel_build yes

      post-destroot {
      if {[file exists "${worksrcpath}"]} {
      set docdir ${prefix}/share/doc/${name}-${version}
      xinstall -d ${destroot}${docdir}
      xinstall -m 0644 -W ${worksrcpath} AUTHORS COPYING ChangeLog NEWS README ${destroot}${docdir}
      }
      }

      livecheck.type regex
      livecheck.url [lindex ${master_sites} 0]?C=M&O=D
      livecheck.regex ${my_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/xrender
      % sudo port install xrender
      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 xrender
      ---> Verifying checksum for xrender
      ---> Extracting xrender
      ---> Configuring xrender
      ---> Building xrender with target all
      ---> Staging xrender into destroot
      ---> Installing xrender
    - 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 xrender with these commands:
      %  man xrender
      % apropos xrender
      % which xrender
      % locate xrender

     Where to find more information:

    Darwin Ports



    Lightbox this page.