jmol version 11.4.RC2 for Mac OS X 10.5 Leopard
Saturday the 17th of May, 2008

    jmol  most recent diff


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



      # $Id: Portfile 33618 2008-01-31 18:06:00Z simon macports.org $

      PortSystem 1.0

      Name: jmol
      Version: 11.4.RC2
      Category: science
      Platform: darwin
      Maintainers: simon
      Description: An open-source Java viewer for chemical structures in 3D
      Long Description: Jmol is a free, open source molecule viewer for students, educators, and researchers in chemistry and biochemistry. This port only installs the Jmol application, not the applet or developer version. If you want to use it, please download it from the Jmol homepage.

      Homepage: http://jmol.sourceforge.net/
      master_sites sourceforge

      distname ${name}-${version}-binary
      checksums md5 ca898017d3ddf131dbe4a2ad548b2758 sha1 07216b3111f409a53622954fb68de3412a31e7cc rmd160 580d961f03af875f640599c01fca12b6f7705064
      worksrcdir ${name}-${version}

      depends_run bin:java:kaffe

      use_configure no

      post-patch {
      reinplace "s|/usr/share/jmol/|${prefix}/share/java/jmol/|g" ${worksrcpath}/jmol
      }

      build {}

      destroot {
      # install the jmol script:
      xinstall ${worksrcpath}/jmol ${destroot}${prefix}/bin
      # install the jmol java files:
      xinstall -d ${destroot}${prefix}/share/java/jmol
      foreach jar [glob ${worksrcpath}/*.jar] {
      xinstall $jar ${destroot}${prefix}/share/java/jmol
      }
      }

      livecheck.check regex
      livecheck.url http://sourceforge.net/project/showfiles.php?group_id=23629
      livecheck.regex {version (11[0-9a-zA-Z.]+)}

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

     Where to find more information:

    Darwin Ports



    image test