Smultron version 3.6b1 - How to Download and Install on Mac OS X
Sunday the 22nd of November, 2009

    smultron  most recent diff


    version 3.6b1

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


      The smultron Portfile 58022 2009-09-20 22:30:15Z toby macports.org $

      PortSystem 1.0
      PortGroup xcode 1.0

      Name: Smultron
      Version: 3.6b1
      Category: aqua editors
      Platform: darwin
      Maintainers: bfulgham
      Homepage: http://smultron.sourceforge.net/
      Description: Cocoa text editor with syntax colouring

      Long Description: Smultron is an open-source text editor written in Cocoa for Mac OS X with many of the features that you might need. It features easy selection of the opened documents, line numbers, support for syntax colouring for many different languages, support for text encodings, code snippets, a toolbar, a status bar, HTML preview, multi-document find and replace with regular expressions, possibility to show invisible characters, authenticated saves, command-line utility, .Mac synchronisation of preferences and many more features.


      Master Sites: sourceforge:smultron
      Checksums: md5 73844a1bce1f9ff546d49be291658e85 sha1 723ec603c2d2371172cce3a9096adc46469a6ad7 rmd160 1b40870e2b028ecda156e1899378fb89e6214809


      use_zip yes
      distname ${name}Source-${version}
      worksrcdir ${name}Source

      destroot {
      xinstall -m 755 -d ${destroot}${applications_dir}
      file copy ${workpath}/${name}Source/build/Release/Smultron.app ${destroot}${applications_dir}
      system "ln -sf ${applications_dir}/Smultron.app/Contents/Resources/smultron ${destroot}${prefix}/bin/smultron"
      system "ln -sf ${applications_dir}/Smultron.app/Contents/Resources/smultron.1 ${destroot}${prefix}/share/man/man1/smultron.1"
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.