mlterm version 2.9.2 for Mac OS X 10.5 Leopard
Sunday the 11th of May, 2008

    mlterm  most recent diff


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



      # $Id: Portfile 32256 2007-12-23 09:18:47Z ryandesign macports.org $

      PortSystem 1.0
      Name: mlterm
      Version: 2.9.2
      Category: x11
      Maintainers: nomaintainer
      Description: Multi-lingual X11 terminal emulator
      Long Description: mlterm is a multi-lingual terminal emulator written from scratch, which supports various character sets and encodings in the world and complex characters such as double width for East Asian, combining for Thai, Vietnamese, and so on, and bi-direction for Arabic and Hebrew. Indic scripts in ISCII encoding are experimentally supported using libind library. It also supports various unique feature such as anti-alias using FreeType, multiple XIM, multiple windows, scrollbar API, scroll by mouse wheel, automatic selection of encoding, daemon mode, and so on.

      Platform: darwin

      Homepage: http://mlterm.sourceforge.net/
      master_sites sourceforge

      checksums md5 be561bfe646a112ce7400b9d0db41e82 sha1 d71f07bb38553a7cae927f15b8d0a20a165eebe7

      depends_lib lib:libX11.6:XFree86

      configure.args --mandir=${prefix}/share/man

      post-destroot {
      xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
      eval file copy [glob ${worksrcpath}/doc/*] ${destroot}${prefix}/share/doc/${name}
      }

      # Enable antialiasing support
      Variant: antialias {
      depends_lib-append lib:libfreetype.6.3.5:freetype
      configure.args-append --enable-anti-alias
      }

      # Enable bidirectional support
      Variant: bidi {
      depends_lib-append lib:libfribidi:fribidi
      configure.args-append --enable-fribidi
      }

      # Enable background image support
      Variant: bgImages {
      depends_lib-append lib:libImlib.1:imlib
      configure.args-append --with-imagelib=imlib
      }

      # Enable building of mlconfig and mlterm-menu (auto-detected, so no
      # configure.args changes)
      Variant: gtk2 {
      depends_lib-append lib:libgtk.2:gtk2
      }


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

     Where to find more information:

    Darwin Ports



    image test