jlint version 1.21 for Mac OS X 10.5 Leopard
Friday the 16th of May, 2008

    jlint  most recent diff


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



      # $Id: Portfile 19465 2006-09-09 05:19:17Z waqar macports.org $

      PortSystem 1.0
      Name: jlint
      Version: 1.21
      revision 1
      Category: devel
      Maintainers: waqar macports.org
      Description: Java code verifier
      Long Description: Jlint will check your Java code and find bugs, inconsistencies and synchronization problems by doing data flow analysis and building lock graph.
      Homepage: http://www.garret.ru/~knizhnik/lang.html
      Platform: darwin
      master_sites http://www.garret.ru/~knizhnik
      checksums md5 ab5b93437dd04d43d6d18a1c96888425 sha1 e18eb0c18b68e4272f9782fd2cb110b2f5363bcf

      worksrcdir ${name}
      use_configure no

      destroot {
      cd ${worksrcpath}
      xinstall -m 755 antic ${destroot}${prefix}/bin
      xinstall -m 755 jlint ${destroot}${prefix}/bin
      }

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

     Where to find more information:

    Darwin Ports



    image test