Download and Install texshop version 2.14 on Mac OS X
Thursday the 24th of July, 2008

    texshop  most recent diff


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



      # $Id: Portfile 35937 2008-04-10 19:38:52Z waqar macports.org $

      PortSystem 1.0

      Name: TeXShop
      Version: 2.14
      revision 5
      Category: editors aqua
      PortGroup xcode 1.0

      Maintainers: waqar macports.org
      Description: TeX previewer for Mac OS X
      Long Description: TeXShop is a TeX previewer for Mac OS X, written in Cocoa. Since pdf is a native file format on OS X, TeXShop uses "pdftex" and "pdflatex" rather than "tex" and "latex" to typeset, these programs in the standard teTeX distribution of TeX produce pdf output instead of dvi output.
      Homepage: http://www.uoregon.edu/~koch/texshop/texshop.html
      Platform: macosx
      master_sites http://www.uoregon.edu/~koch/texshop
      use_zip yes
      distname texshopsource
      checksums md5 3093d3c7030ae512d1e5af1533d02f24 sha1 4ddfb52d6523b71a109c505bbda1d95785cb8f3d

      platform darwin 7 {
      pre-fetch {
      return -code error "\n
      TeXShop 2.x will not install on less than OS X 10.4 and there isn't a
      TeXShop 1.x port contributed as yet to accommodate 10.3.\n"
      }
      }

      post-extract {
      reinplace "s/defaultConfigurationName = Debug/defaultConfigurationName = Release/" ${worksrcpath}/${name}.xcodeproj/project.pbxproj
      }

      use_configure no
      build.type pbx
      build.target ${name}

      xcode.project ${name}.xcodeproj
      xcode.configuration Release
      xcode.build.settings FRAMEWORK_SEARCH_PATHS=${worksrcpath} CONFIGURATION_BUILD_DIR=${worksrcpath}/build

      destroot {
      system "cd ${worksrcpath} && ${build.cmd} DSTROOT=${destroot} INSTALL_PATH=/Applications/MacPorts -target ${name} install INSTALL_MODE_FLAG=755 ${xcode.build.settings}"

      file delete -force ${destroot}/Applications/MacPorts/TeX.mdimporter
      }

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

     Where to find more information:

    Darwin Ports



    image test