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

    version 1.24.5

      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.24.5 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


      The pango Portfile 59767 2009-10-21 19:26:07Z jmr macports.org $

      PortSystem 1.0
      PortGroup muniversal 1.0

      Name: pango
      conflicts pango-devel
      epoch 1
      Version: 1.24.5
      set branch [join [lrange [split ${version} .] 0 1] .]
      Category: x11
      Maintainers: ryandesign
      license LGPLv2
      Homepage: http://www.pango.org/
      Master Sites: gnome:sources/pango/${branch}
      Platform: darwin
      use_bzip2 yes
      use_parallel_build 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 815416a452e9cccc172fed9862401f37 sha1 a5aa40b78546a7ee59f21804b172e5d47ef776ad rmd160 7e436752734c55950ad5feced7c7d5c3f040a1b4

      depends_extract port:pkgconfig

      depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2 port:Xft2 path:lib/pkgconfig/cairo.pc:cairo

      Patch Files: patch-which.diff patch-ltmain.sh.diff patch-configure.diff

      configure.ccache no

      # Do not call gzip on man files as it interferes with the universal merger process.
      post-patch {
      reinplace "s|\$(MAKE) \$(AM_MAKEFLAGS) install-data-hook||" ${worksrcpath}/pango-view/Makefile.in
      }

      platform macosx {}
      Variant: quartz requires macosx {
      # Although this variant does nothing, pango will automatically build
      # itself differently depending on whether or not cairo is installed with
      # the quartz variant. Therefore this variant is necessary to be able to
      # distinguish whether an installed pango has quartz support or not.
      }

      pre-extract {
      set glib_minimum_version 2.17.3
      set glib_installed_version [exec pkg-config glib-2.0 --modversion]
      if {[rpm-vercomp ${glib_installed_version} ${glib_minimum_version}] < 0} {
      ui_error "${name} ${version} requires glib2 ${glib_minimum_version} or later but you have glib2 ${glib_installed_version}."
      return -code error "incompatible glib2 version"
      }

      set cairo_minimum_version 1.7.4
      set cairo_installed_version [exec pkg-config cairo --modversion]
      if {[rpm-vercomp ${cairo_installed_version} ${cairo_minimum_version}] < 0} {
      ui_error "${name} ${version} requires cairo ${cairo_minimum_version} or later but you have cairo ${cairo_installed_version}."
      return -code error "incompatible cairo version"
      }

      set cairo_quartz_pc ${prefix}/lib/pkgconfig/cairo-quartz.pc
      if {[variant_isset quartz]} {
      if {![file exists ${cairo_quartz_pc}]} {
      ui_error "To install pango with the quartz variant, cairo must be installed with the quartz variant."
      return -code error "incompatible cairo installation"
      }
      } else {
      if {[file exists ${cairo_quartz_pc}]} {
      ui_error "To install pango without the quartz variant, cairo must be installed without the quartz variant."
      return -code error "incompatible cairo installation"
      }
      }

      set cairo_xlib_pc ${prefix}/lib/pkgconfig/cairo-xlib.pc
      if {[variant_isset no_x11]} {
      if {[file exists ${cairo_xlib_pc}]} {
      ui_error "To install pango with the no_x11 variant, cairo must be installed with the no_x11 variant."
      return -code error "incompatible cairo installation"
      }
      } else {
      if {![file exists ${cairo_xlib_pc}]} {
      ui_error "To install pango without the no_x11 variant, cairo must be installed without the no_x11 variant."
      return -code error "incompatible cairo installation"
      }
      }
      }

      if { ${os.arch}=="i386" } {
      set merger_configure_env(ppc) "NM='/usr/bin/nm -p'"
      set merger_configure_env(ppc64) "NM='/usr/bin/nm -p'"
      } else {
      set merger_configure_env(i386) "NM='/usr/bin/nm -p'"
      set merger_configure_env(x86_64) "NM='/usr/bin/nm -p'"
      }
      lappend merger_configure_args(ppc64) have_atsui=false
      lappend merger_configure_args(x86_64) have_atsui=false

      configure.cppflags-append -no-cpp-precomp

      configure.ldflags-append -no-undefined -bind_at_load

      configure.args --enable-static --x-include=${prefix}/include --x-lib=${prefix}/lib

      if {![variant_isset universal] && $build_arch == "x86_64" || $build_arch == "ppc64"} {
      configure.args-append have_atsui=false
      }

      Variant: no_x11 {
      depends_lib-delete 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.type 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



    Lightbox this page.