pango version 1.18.4 for Mac OS X 10.5 Leopard
Friday the 9th of May, 2008

    pango  most recent diff


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



      # $Id: Portfile 32729 2008-01-12 19:34:36Z ryandesign macports.org $

      PortSystem 1.0

      Name: pango
      Version: 1.18.4
      set branch [join [lrange [split ${version} .] 0 1] .]
      Category: x11
      Maintainers: ryandesign
      Homepage: http://www.pango.org/
      master_sites gnome:sources/pango/${branch}
      Platform: darwin
      use_bzip2 yes

      Description: Framework for the layout and rendering of i18n text

      Long Description: The goal of the Pango project is to provide an open-source framework for the layout and rendering of internationalized text.

      checksums md5 5f4a24eb03789746a13e41beb7044776 sha1 6a72db90bf82b151e18bd83d25f0844129cc93d6 rmd160 73213249d86f9344572d27ce0720ee574b8cdecd

      depends_lib port:glib2 lib:libX11.6:XFree86 port:Xft2 port:cairo port:fontconfig

      patchfiles patch-ltmain.sh

      configure.cppflags-append -no-cpp-precomp

      configure.ldflags-append -no-undefined -bind_at_load

      configure.args --enable-cairo

      Variant: no_x11 description {Disable X11 support} {
      depends_lib-delete lib:libX11.6:XFree86 port:Xft2
      configure.args-append --without-x
      }

      post-destroot {
      if {[variant_isset no_x11]} {
      xinstall -d ${destroot}${prefix}/etc/pango
      }
      xinstall -m 0644 ${worksrcpath}/modules/pangorc ${destroot}${prefix}/etc/pango
      reinplace "s|\\.\\./modules/|${prefix}/etc/pango/|g" ${destroot}${prefix}/etc/pango/pangorc

      system "env LANG=C DYLD_LIBRARY_PATH=${destroot}${prefix}/lib ${destroot}${prefix}/bin/pango-querymodules ${destroot}${prefix}/lib/pango/1.6.0/modules/*.so >${destroot}${prefix}/etc/pango/pango.modules"
      reinplace s|${destroot}||g ${destroot}${prefix}/etc/pango/pango.modules

      set docdir ${prefix}/share/doc/${name}-${version}
      xinstall -d ${destroot}${docdir}
      xinstall -m 0644 -W ${worksrcpath} AUTHORS ChangeLog COPYING MAINTAINERS NEWS README THANKS ${destroot}${docdir}
      }

      test.run yes
      test.target check

      livecheck.check regex
      livecheck.url http://ftp.gnome.org/pub/GNOME/sources/${name}/${branch}/?C=M&O=D
      livecheck.regex ${name}-(\[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/pango
      % sudo port install pango
      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 pango
      ---> Verifying checksum for pango
      ---> Extracting pango
      ---> Configuring pango
      ---> Building pango with target all
      ---> Staging pango into destroot
      ---> Installing pango
    - 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 pango with these commands:
      %  man pango
      % apropos pango
      % which pango
      % locate pango

     Where to find more information:

    Darwin Ports



    image test