javascript-lint version 0.3.0 for Mac OS X 10.5 Leopard
Friday the 16th of May, 2008

    javascript-lint  most recent diff


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



      # $Id: Portfile 25735 2007-05-30 07:57:21Z ryandesign macports.org $

      PortSystem 1.0
      Name: javascript-lint
      Version: 0.3.0
      Category: lang devel
      Maintainers: rwilcox wilcoxd.com
      Description: Lint program for JavaScript
      Long Description: JavaScript Lint lets you check all your JavaScript source code for common mistakes without actually running the script or opening the web page.
      Homepage: http://www.javascriptlint.com/
      master_sites http://www.javascriptlint.com/download/
      distname jsl-${version}-src
      checksums md5 2b94ffa4fab07acabe0c5e73cd49bcdf

      use_configure no
      configure {}
      worksrcdir jsl-${version}/src

      build.pre_args -f Makefile.ref
      build.target {}

      destroot {
      xinstall -m 755 -d ${destroot}${prefix}/bin/

      file copy ${worksrcpath}/Darwin_DBG.OBJ/jsl ${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/javascript-lint
      % sudo port install javascript-lint
      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 javascript-lint
      ---> Verifying checksum for javascript-lint
      ---> Extracting javascript-lint
      ---> Configuring javascript-lint
      ---> Building javascript-lint with target all
      ---> Staging javascript-lint into destroot
      ---> Installing javascript-lint
    - 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 javascript-lint with these commands:
      %  man javascript-lint
      % apropos javascript-lint
      % which javascript-lint
      % locate javascript-lint

     Where to find more information:

    Darwin Ports



    image test