Detex version 2.8 - How to Download and Install on Mac OS X
Sunday the 22nd of November, 2009

    version 2.8

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


      The detex Portfile 57758 2009-09-16 07:48:28Z ryandesign macports.org $

      PortSystem 1.0

      Name: detex
      Version: 2.8
      Category: tex textproc
      Maintainers: ryandesign
      license NCSA/University of Illinois Open Source License
      Homepage: http://www.cs.purdue.edu/homes/trinkle/detex/
      Master Sites: ${homepage}
      Platform: darwin
      extract.suffix .tar
      extract.cmd tar
      extract.pre_args -xf
      extract.post_args
      use_configure no
      universal_variant no
      use_parallel_build yes

      Description: removes TeX constructs from a text file

      Long Description: Detex ${description}.

      Checksums: md5 7a96b647f43bb077323cde92faa1e893 sha1 57691f8e4dd52cbf632f38abebfd8c3725de019b rmd160 983ea90de9e3559317baf4a71de0e8de47863b7d

      Patch Files: patch-Makefile.diff

      destroot {
      xinstall -W ${worksrcpath} detex ${destroot}${prefix}/bin
      xinstall -W ${worksrcpath} detex.1l ${destroot}${prefix}/share/man/man1/

      set docdir ${destroot}${prefix}/share/doc/${name}-${version}
      xinstall -d ${docdir}
      xinstall -W ${worksrcpath} COPYRIGHT README ${docdir}
      }

      livecheck.type regex
      livecheck.regex ${name}-(\[0-9.\]+)\\.tar

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.