Gnu-classpath version 0.93 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    gnu-classpath  most recent diff


    version 0.93

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


      The gnu-classpath Portfile 55737 2009-08-18 02:29:54Z ryandesign macports.org $

      PortSystem 1.0

      Name: gnu-classpath
      set my_name classpath
      Version: 0.93
      Maintainers: nomaintainer
      Category: java
      Platform: darwin
      Description: Essential libraries for Java.

      Long Description: GNU Classpath, Essential Libraries for Java, is a GNU project to create free core class libraries for use with virtual machines and compilers for the java programming language.

      Homepage: http://www.gnu.org/software/classpath/classpath.html
      Master Sites: gnu:${my_name}
      distname ${my_name}-${version}

      Checksums: sha1 336cae589ec91a4fe212c2149c57b51dab2ca002

      Patch Files: patch-native-jni-java-nio-Makefile.in

      depends_lib port:libiconv

      configure.args --mandir=${prefix}/share/man --infodir=${prefix}/share/info --disable-gtk-peer --disable-gconf-peer --with-jikes --disable-plugin

      Variant: gtk {
      depends_lib-append port:gtk2 port:gconf

      configure.args-delete --disable-gtk-peer --disable-gconf-peer
      }

      post-destroot {
      xinstall -m 755 -d ${destroot}${prefix}/share/java
      move ${destroot}${prefix}/share/classpath/glibj.zip ${destroot}${prefix}/share/java/glibj.jar
      }

      platform darwin 7 {
      # jikes on 10.3 is < 1.22
      depends_build-append port:jikes
      }

      livecheck.name ${my_name}

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.