Xmedcon version 0.10.4 - How to Download and Install on Mac OS X
Monday the 23rd of November, 2009

    xmedcon  most recent diff


    version 0.10.4

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


      # -*- 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 xmedcon Portfile 58271 2009-09-25 03:17:55Z ryandesign macports.org $

      PortSystem 1.0

      Name: xmedcon
      Version: 0.10.4
      Category: science graphics
      Maintainers: jameskyle
      Description: an open source toolkit for medical image conversion
      Long Description: xmedcon is a framework specifically designed to resolve the complexities involved with conversion of medical image formats. It offers a GUI, a CLI (medcon), and a library for writing custom applications licensed under the (L)GPL.

      Homepage: http://xmedcon.sourceforge.net/
      Platform: darwin
      Master Sites: http://prdownloads.sourceforge.net/xmedcon/
      Checksums: md5 45b6a305336b731ad216e09744bc946b sha1 d382ce055e1497d3cb66db649adcc107c5802aa3 rmd160 f7a691eca3f7c59230488a585e3c0a1e0cdc0567
      use_parallel_build yes

      depends_lib port:libpng

      configure.pre_args
      configure.args --prefix=${prefix} --disable-gui --with-png-prefix=${prefix}


      default_variants +gcc43

      Variant: gtk2 conflicts gtk1 description {Enable gtk2 gui front end} {
      configure.args-delete --disable-gui

      depends_lib-append port:gtk2 path:lib/pkgconfig/glib-2.0.pc:glib2
      }
      Variant: gtk1 conflicts gtk2 description {Enable gtk1 legacy gui} {
      depends_lib-append port:gtk1 port:gdk-pixbuf

      configure.args-delete --disable-gui
      configure.args-append --enable-gtk1
      }

      Variant: gcc43 description {Enable gcc43 compiler support} {
      depends_lib-append port:gcc43

      configure.compiler macports-gcc-4.3
      }


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

     Where to find more information:

    Darwin Ports



    Lightbox this page.