Download and Install smultron version 3.4 on Mac OS X
Thursday the 21st of August, 2008

    smultron  most recent diff


      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.4 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
      Google
      Web Darwinports.com



      # $Id: Portfile 35804 2008-04-06 22:55:39Z bfulgham macports.org $

      PortSystem 1.0
      PortGroup xcode 1.0

      Name: Smultron
      Version: 3.4
      Category: aqua editors
      Platform: darwin
      Maintainers: bfulgham macports.org
      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 Panther 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 062f3cc58dd33f0df41e06be19059b68

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

      pre-fetch {
      if {[variant_isset darwin_6] || [variant_isset darwin_7] || [variant_isset darwin_8]} {
      return -code error "${name} ${version} only builds on Mac OS X Leopard (10.5.x). Sorry."
      }
      }

      use_configure no

      platform darwin 6 { }
      platform darwin 7 { }
      platform darwin 8 { }

      platform darwin 9 {
      if {$xcodeversion == "2.1"} {
      set xcodebuilddir build/Deployment
      }
      }

      build.type pbx
      build.dir ${workpath}/${name}Source

      destroot {
      xinstall -m 755 -d ${destroot}/Applications/MacPorts
      file copy ${workpath}/${name}Source/build/Release/Smultron.app ${destroot}/Applications/MacPorts
      }

      post-activate {
      system "ln -sf /Applications/MacPorts/Smultron.app/Contents/Resources/smultron ${prefix}/bin/smultron"
      system "ln -sf /Applications/MacPorts/Smultron.app/Contents/Resources/smultron.1 ${prefix}/share/man/man1/smultron.1"
      }

      # post-uninstall {
      # file delete -force ${prefix}/bin/smultron
      # file delete -force ${prefix}/bin/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



    image test