Gutenprint version 5.2.3 - How to Download and Install on Mac OS X
Saturday the 21st of November, 2009

    gutenprint  most recent diff


    version 5.2.3

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


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

      PortSystem 1.0

      Name: gutenprint
      Version: 5.2.3
      Revision: 1
      set branch [join [lrange [split ${version} .] 0 1] .]
      Category: print
      Maintainers: devans
      Homepage: http://gimp-print.sourceforge.net/
      Platform: darwin

      Description: Gimp Print Plugin
      Long Description: Gutenprint plugin for the Gimp.

      universal_variant no

      Master Sites: sourceforge:gimp-print
      use_bzip2 yes

      Checksums: md5 4db2605739b3cbc6fc72bb1665731aeb sha1 e4ddb21665578835d58267d59b57d8d970c3ee86 rmd160 ae6edf1dea2cd88572736bf0784a4353b59e7113

      depends_lib lib:libgimp-2.0:gimp2

      pre-fetch {
      ui_msg "
      This port only installs the Gutenprint plugin for the Gimp.
      You can get the complete Gutenprint drivers and utilities - except the gimp plugin - from
      http://gimp-print.sourceforge.net
      "
      }

      configure.args --disable-escputil --disable-samples --disable-test --without-cups --without-readline --with-gimp2-as-gutenprint

      post-configure {
      foreach i {iconv intl} {
      reinplace "s|${prefix}/lib/lib${i}.dylib|-l${i}|g" ${worksrcpath}/src/main/Makefile
      }
      }

      livecheck.type regex
      livecheck.url http://sourceforge.net/export/rss2_projfiles.php?project=gimp-print
      livecheck.regex ${name}-${branch} (\[0-9.\]+) released.*


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

     Where to find more information:

    Darwin Ports



    Lightbox this page.