Javascript-lint version 0.3.0 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    javascript-lint  most recent diff


    version 0.3.0

      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


      The javascript-lint Portfile 57178 2009-09-07 03:25:48Z ryandesign macports.org $

      PortSystem 1.0
      Name: javascript-lint
      Version: 0.3.0
      Category: lang devel
      Platform: darwin
      Maintainers: wilcoxd.com:rwilcox
      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
      worksrcdir jsl-${version}/src

      use_parallel_build no
      build.pre_args -f Makefile.ref
      build.target

      destroot {
      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



    Lightbox this page.