Download and Install texmacs version 1.0.6.12 on Mac OS X
Thursday the 28th of August, 2008

    texmacs  most recent diff


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



      # $Id: Portfile 34889 2008-03-10 14:14:56Z gwright macports.org $

      PortSystem 1.0
      Name: TeXmacs
      Version: 1.0.6.12
      revision 2
      distname ${distname}-src
      Category: editors
      Maintainers: gwright macports.org
      Platform: darwin

      Description: GNU TeXmacs: A Scientific Text Editor
      Long Description: GNU TeXmacs is a free scientific text editor, which was both inspired by TeX and GNU Emacs. The editor allows you to write structured documents via a wysiwyg (what-you-see-is-what-you-get) and user friendly interface. New styles may be created by the user. The program implements high-quality typesetting algorithms and TeX fonts, which help you to produce professionally looking documents. The high typesetting quality still goes through for automatically generated formulas, which makes TeXmacs suitable as an interface for computer algebra systems. TeXmacs also supports the Guile/Scheme extension language, so that you may customize the interface and write your own extensions to the editor.

      #user_notes If texmacs can't find guile's modules, you will have to # set GUILE_LOAD_PATH explicitly (usually # ${prefix}/share/guile/1.8). # # Also, you may need to set DISPLAY to localhost:0.0 if # launching TeXmacs from a non-X11 terminal.

      #bugs Some of the computer algebra system sessions (e.g., # maxima) will hang if you try to use the online help # function.

      Homepage: http://www.texmacs.org/
      master_sites ftp://ftp.texmacs.org/pub/${name}/targz/:source ftp://ftp.texmacs.org/pub/${name}/fonts/:fonts

      distfiles ${name}-${version}-src${extract.suffix}:source ${name}-extra-fonts-1.0-noarch${extract.suffix}:fonts

      checksums ${name}-${version}-src.tar.gz md5 5cdd9ea143657e8801d50b9dcc97c510 ${name}-extra-fonts-1.0-noarch.tar.gz md5 4666d29252da18bbc3fa7e162bb00b17

      patchfiles patch-configure patch-Makefile.9

      depends_lib port:guile port:libiconv port:texlive lib:libX11:XFree86
      depends_run bin:gs:ghostscript

      extract.only ${name}-${version}-src${extract.suffix}

      post-extract { system "${extract.cmd} ${extract.pre_args} ${distpath}/${name}-extra-fonts-1.0-noarch${extract.suffix} ${extract.post_args} -C ${worksrcpath}/${name}"
      }

      platform darwin 6 {
      depends_lib-append lib:libdl:dlcompat
      }

      configure.cflags-append "-no-cpp-precomp"
      configure.args --mandir=${prefix}/share/man

      # TeXmacs is ignorant of "make all", so we just "make" with no target:
      build.target { }

      post-destroot { file mkdir ${destroot}/${prefix}/share/${name}
      system "chown -R root:admin ${destroot}${prefix}/share/${name}"

      file rename ${destroot}${prefix}/share/${name}/plugins/cadabra ${destroot}${prefix}/share/${name}/plugins/cadabra.texmacs
      }


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

     Where to find more information:

    Darwin Ports



    image test