Meld version 1.3.1 - How to Download and Install on Mac OS X
Thursday the 9th of September, 2010

    version 1.3.1

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


      # -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
      The meld Portfile 59508 2009-10-15 21:57:33Z snc macports.org $

      PortSystem 1.0

      Name: meld
      Version: 1.3.1
      Category: textproc devel
      Platform: darwin
      Maintainers: landonf
      Homepage: http://meld.sourceforge.net/
      Description: Visual diff and merge tool.
      Long Description: Meld is a visual diff and merge tool. You can compare two or three files and edit them in place (diffs update dynamically). You can compare two or three folders and launch file comparisons. You can browse and view a working copy from popular version control systems such such as CVS, Subversion, Bazaar-ng and Mercurial.

      Master Sites: http://ftp.gnome.org/pub/gnome/sources/meld/1.3/

      depends_lib port:intltool port:py25-gtk port:py25-gnome port:rarian

      #patchfiles patch-translations # patch-scrollkeeper

      use_configure no

      post-patch {
      reinplace "s|/usr/local|${prefix}|g" ${worksrcpath}/INSTALL
      reinplace "s|#! /usr/bin/env python|#! ${prefix}/bin/python2.5|" ${worksrcpath}/meld

      file mkdir ${worksrcpath}/help/fr/figures
      file mkdir ${worksrcpath}/help/oc/figures

      system "cp ${worksrcpath}/help/C/figures/*.png ${worksrcpath}/help/fr/figures"
      system "cp ${worksrcpath}/help/C/figures/*.png ${worksrcpath}/help/oc/figures"
      }
      Checksums: md5 e153f8d8675659dd0e6563008d4d7b4a sha1 fb3f611de93b63602e963c2fad7ac428d8da95f4 rmd160 c1d950d5cdfa8199e56b917ca6ae9b2c92a8e78d


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

     Where to find more information:

    Darwin Ports



    Lightbox this page.