Ghex version 2.24.0 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    version 2.24.0

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


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

      PortSystem 1.0

      Name: ghex
      Version: 2.24.0
      set branch [join [lrange [split ${version} .] 0 1] .]
      Description: GHex - a binary editor.
      Long Description: GHex allows the user to load data from any file, view and edit it in either hex or ascii. A must for anyone playing games that use non-ascii format for saving.
      Maintainers: nomaintainer
      Category: gnome
      Platform: darwin
      Homepage: http://www.gnome.org/
      Master Sites: gnome:sources/${name}/${branch}/

      use_bzip2 yes

      Checksums: md5 982b2a4e70e80d2166bcc782e989889c sha1 6fd8e0df1cb6fb9fcf60cfa2bc88877713e4366c rmd160 dfdcf1eda509246f805ab593cf4a3e8a06e831d7

      depends_build port:pkgconfig port:intltool port:p5-xml-parser port:gnome-doc-utils

      depends_lib port:libgnomeprintui port:libgnomeui

      configure.args --disable-schemas-install --disable-scrollkeeper

      configure.cflags-append -no-cpp-precomp

      post-activate {
      system "scrollkeeper-update"
      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/ghex
      % sudo port install ghex
      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 ghex
      ---> Verifying checksum for ghex
      ---> Extracting ghex
      ---> Configuring ghex
      ---> Building ghex with target all
      ---> Staging ghex into destroot
      ---> Installing ghex
    - 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 ghex with these commands:
      %  man ghex
      % apropos ghex
      % which ghex
      % locate ghex

     Where to find more information:

    Darwin Ports



    Lightbox this page.