Jline version 0.9.94 - How to Download and Install on Mac OS X
Saturday the 20th of March, 2010

    version 0.9.94

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


      The jline Portfile 56104 2009-08-24 07:17:46Z ryandesign macports.org $

      PortSystem 1.0

      Name: jline
      Version: 0.9.94
      Category: devel java
      Maintainers: cs.wm.edu:mpd
      Description: A library for handling console input
      Long Description: JLine is a Java library for reading and editing user input in console applications. It features tab-completion, command history, password masking, customizable keybindings, and pass-through handlers to use to chain to other console applications.
      Homepage: http://jline.sourceforge.net/
      Platform: darwin
      Master Sites: sourceforge

      Checksums: md5 cd4aad9fb454e8acf7af476dae8abb72 sha1 0c3b98545764e641f2e8255faa804d8225673602 rmd160 664a69d52e8e8375881197988a7f3c348c5f7857
      use_zip yes

      use_configure no
      build {}

      destroot {
      set javadir ${destroot}${prefix}/share/java
      set jlinejar jline-${version}.jar
      set jlinelink ${javadir}/jline.jar

      xinstall -m 0755 -d ${javadir}
      xinstall -m 0644 -W ${worksrcpath} ${jlinejar} ${javadir}
      ln -s ${jlinejar} ${jlinelink}
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.