Gnome-terminal version 2.26.3.1 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    gnome-terminal  most recent diff


    version 2.26.3.1

      View the most recent changes for the gnome-terminal port at: gnome-terminal.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for gnome-terminal.
      The raw portfile for gnome-terminal 2.26.3.1 is located here:
      http://gnome-terminal.darwinports.com/dports/gnome/gnome-terminal/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-terminal


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

      PortSystem 1.0

      Name: gnome-terminal
      Version: 2.26.3.1
      set branch [join [lrange [split ${version} .] 0 1] .]
      Description: Terminal component for the GNOME 2 Desktop
      Long Description: Terminal component for the GNOME 2 Desktop
      Maintainers: devans openmaintainer
      Category: gnome
      Platform: darwin
      Homepage: http://www.gnome.org/
      Master Sites: gnome:sources/${name}/${branch}/

      Checksums: md5 b6c6c0f5f3e061da7e56f3a04385bb7b sha1 68dc9739b4d35c0647596b1773c5da76782f1164 rmd160 db6b5ba601c3c74e3424e88119501b9414e1f37d

      depends_lib port:gconf port:startup-notification port:vte

      use_bzip2 yes

      Patch Files: patch-src-terminal.c.diff

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

      configure.args --mandir=${prefix}/share/man --disable-schemas-install --disable-scrollkeeper

      post-activate {
      system "${prefix}/bin/scrollkeeper-update"
      system "${prefix}/bin/update-desktop-database -q ${prefix}/share/applications; true"
      system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.