Macfile-gimp version 0.1 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    macfile-gimp  most recent diff


    version 0.1

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


      # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
      The macfile-gimp Portfile 45767 2009-01-21 16:53:22Z devans macports.org $

      PortSystem 1.0

      Name: macfile-gimp
      Version: 0.1
      Maintainers: nomaintainer
      Description: \"Show in Finder\" Gimp plugin
      Long Description: Quickie plugin to add a \"Show in Finder\" to the Gimp image window file menu.

      universal_variant no

      Category: aqua graphics
      Platform: macosx
      Homepage: http://leuksman.com/pages/MacFile

      Master Sites: sourceforge:gimp-mac-helper
      Checksums: md5 38b4d3f860fb1d8fe511915f2f8670c3

      depends_lib lib:libgimp-2.0:gimp2

      patch {
      reinplace "s|/sw|${prefix}|g" ${worksrcpath}/Makefile
      reinplace "s|gcc|${configure.cc}|g" ${worksrcpath}/Makefile
      delete ${worksrcpath}/macfile
      }

      use_configure no

      destroot {
      xinstall -m 755 -d ${destroot}${prefix}/lib/gimp/2.0/plug-ins
      xinstall -m 755 ${worksrcpath}/macfile ${destroot}${prefix}/lib/gimp/2.0/plug-ins
      }

      livecheck.regex "MacFile (\\d+(?:\\.\\d+)*) 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/macfile-gimp
      % sudo port install macfile-gimp
      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 macfile-gimp
      ---> Verifying checksum for macfile-gimp
      ---> Extracting macfile-gimp
      ---> Configuring macfile-gimp
      ---> Building macfile-gimp with target all
      ---> Staging macfile-gimp into destroot
      ---> Installing macfile-gimp
    - 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 macfile-gimp with these commands:
      %  man macfile-gimp
      % apropos macfile-gimp
      % which macfile-gimp
      % locate macfile-gimp

     Where to find more information:

    Darwin Ports



    Lightbox this page.