nagelfar version 1.1.7 for Mac OS X 10.5 Leopard
Saturday the 17th of May, 2008

    nagelfar  most recent diff


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



      # $Id: Portfile 28708 2007-09-07 21:34:07Z afb macports.org $

      PortSystem 1.0

      Name: nagelfar
      Version: 1.1.7
      Category: lang
      Maintainers: afb macports.org openmaintainer
      Description: A Tcl Syntax checker
      Long Description: Nagelfar is a Tcl application to read a Tcl program and provide static syntax analysis - information regarding Tcl syntax errors like missing braces, incomplete commands, etc.
      Homepage: http://nagelfar.berlios.de
      Platform: darwin
      master_sites http://download.berlios.de/${name}/
      distname nagelfar117
      checksums md5 672febfd1b6abdb75973a86eaca1dc9b sha1 9e9509bb65eebb6fd57eef34807d51575ebf98c3

      worksrcdir ${name}
      use_configure no

      build {}
      destroot {
      xinstall -d ${destroot}${prefix}/lib/${name}
      foreach file [glob ${worksrcpath}/*.tcl] {
      copy $file ${destroot}${prefix}/lib/${name}
      }
      ln -s ${prefix}/lib/${name}/${name}.tcl ${destroot}${prefix}/bin/${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/nagelfar
      % sudo port install nagelfar
      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 nagelfar
      ---> Verifying checksum for nagelfar
      ---> Extracting nagelfar
      ---> Configuring nagelfar
      ---> Building nagelfar with target all
      ---> Staging nagelfar into destroot
      ---> Installing nagelfar
    - 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 nagelfar with these commands:
      %  man nagelfar
      % apropos nagelfar
      % which nagelfar
      % locate nagelfar

     Where to find more information:

    Darwin Ports



    image test