Gnome-doc-utils version 0.16.1 - How to Download and Install on Mac OS X
Tuesday the 3rd of November, 2009

    gnome-doc-utils  most recent diff


    version 0.16.1

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


      # -*- 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 gnome-doc-utils Portfile 57375 2009-09-10 08:16:41Z ryandesign macports.org $

      PortSystem 1.0

      Name: gnome-doc-utils
      Version: 0.16.1
      Revision: 1
      set branch [join [lrange [split ${version} .] 0 1] .]
      Description: GNOME document utils.
      Long Description: gnome-doc-utils is a collection of documentation utilities for the Gnomeproject. Notably, it contains utilities for building documentation andall auxiliary files in your source tree, and it contains the DocBookXSLT stylesheets that were once distributed with Yelp.
      Maintainers: devans openmaintainer
      Category: gnome
      Platform: darwin
      Homepage: http://www.gnome.org/
      Master Sites: gnome:sources/${name}/${branch}/

      Checksums: md5 85d4bba44773f6162de72e81e8bd0ab0 sha1 b2f8623de2d0989ad2b6b8147cd8dba62895faa9 rmd160 6a588c1cc4748a0ab8d2cf1db456ee3b085a7974

      use_bzip2 yes

      depends_build port:pkgconfig port:p5-xml-parser

      depends_lib port:gettext port:libxslt port:python26


      depends_run port:docbook-xml port:docbook-xsl port:rarian port:iso-codes port:py26-libxml2

      configure.env-append INTLTOOL_PERL=${prefix}/bin/perl
      configure.args --disable-scrollkeeper --mandir=${prefix}/share/man

      # Default to 2.6 since 2.5 fails universal on Leopard... Ticket #17501

      configure.python ${prefix}/bin/python2.6

      post-activate {
      system "${prefix}/bin/scrollkeeper-update"
      }

      Variant: python25 description {Configure to use python 2.5 instead of default 2.6} {
      depends_lib-delete port:python26
      depends_lib-append port:python25
      depends_run-delete port:py26-libxml2
      depends_run-append port:py25-libxml2
      configure.python ${prefix}/bin/python2.5
      }

      universal_variant no

      livecheck.type regex
      livecheck.url http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
      livecheck.regex {LATEST-IS-(\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/gnome-doc-utils
      % sudo port install gnome-doc-utils
      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 gnome-doc-utils
      ---> Verifying checksum for gnome-doc-utils
      ---> Extracting gnome-doc-utils
      ---> Configuring gnome-doc-utils
      ---> Building gnome-doc-utils with target all
      ---> Staging gnome-doc-utils into destroot
      ---> Installing gnome-doc-utils
    - 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 gnome-doc-utils with these commands:
      %  man gnome-doc-utils
      % apropos gnome-doc-utils
      % which gnome-doc-utils
      % locate gnome-doc-utils

     Where to find more information:

    Darwin Ports



    Lightbox this page.