Gimp-user-manual version 2.4.2 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    gimp-user-manual  most recent diff


    version 2.4.2

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


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

      PortSystem 1.0

      Name: gimp-user-manual
      Version: 2.4.2
      Category: graphics
      Maintainers: devans
      Description: A multilingual user manual for GIMP (out of date).
      Long Description: The GIMP User Manual is a newly written User Manual for the GIMP. It is written for the GIMP Help Browser, but can produce the Help pages or other mediums as well.

      Homepage: http://docs.gimp.org/
      Platform: darwin

      pre-fetch {
      ui_msg "

      This port installs an outdated version of the GIMP User Manual
      that doesn't accurately describe the functionality of the current
      gimp2 port.

      Proceed at your own risk.

      An updated manual will be provided as soon as it is available from
      the Gimp Documentation Team.

      "
      }

      build {}

      default_variants +en

      distname gimp-help-${version}
      Master Sites: gimp:gimp/help

      use_bzip2 yes

      Checksums: md5 497e1212cbd1499d151b85dabaa3875c sha1 461ac31e8299185d3f16c658c5008090691e45ef rmd160 368c9c75b1a28637091de57edcd26722cf6e199a

      depends_build port:coreutils port:docbook-xsl port:docbook-xml-4.3 port:libxslt port:pkgconfig path:lib/pkgconfig/gimp-2.0.pc:gimp2

      post-patch {
      reinplace "s|cp|gcp|g" ${worksrcpath}/Makefile.in
      }

      configure.args --enable-build
      destroot.env XML_CATALOG_FILES=${prefix}/etc/xml/catalog

      Variant: without_gimp description {Build without GIMP installed} {
      configure.args-append --without-gimp
      depends_build-delete path:lib/pkgconfig/gimp-2.0.pc:gimp2
      }

      Variant: cs description {Build cs locale} {
      configure.env-append ALL_LINGUAS=cs
      }

      Variant: de description {Build de locale} {
      configure.env-append ALL_LINGUAS=de
      }

      Variant: en description {Build en locale} {
      configure.env-append ALL_LINGUAS=en
      }

      Variant: es description {Build es locale} {
      configure.env-append ALL_LINGUAS=es
      }

      Variant: fr description {Build fr locale} {
      configure.env-append ALL_LINGUAS=fr
      }

      Variant: hr description {Build hr locale} {
      configure.env-append ALL_LINGUAS=hr
      }

      Variant: it description {Build it locale} {
      configure.env-append ALL_LINGUAS=it
      }

      Variant: ko description {Build ko locale} {
      configure.env-append ALL_LINGUAS=ko
      }

      Variant: nl description {Build nl locale} {
      configure.env-append ALL_LINGUAS=nl
      }

      Variant: no description {Build no locale} {
      configure.env-append ALL_LINGUAS=no
      }

      Variant: ru description {Build ru locale} {
      configure.env-append ALL_LINGUAS=ru
      }

      Variant: sv description {Build sv locale} {
      configure.env-append ALL_LINGUAS=sv
      }

      Variant: zh_CN description {Build zh_CN locale} {
      configure.env-append ALL_LINGUAS=zh_CN
      }

      livecheck.type regex
      livecheck.url ftp://ftp.gimp.org/pub/gimp/help/
      livecheck.regex "gimp-help-(\\d+(?:\\.\\d+)*)${extract.suffix}"

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.