Download and Install libtranslate version 0.99 on Mac OS X
Tuesday the 7th of October, 2008

    libtranslate  most recent diff


    version 0.99

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



      # $Id: Portfile 38077 2008-07-05 21:37:56Z ryandesign macports.org $

      PortSystem 1.0

      Name: libtranslate
      Version: 0.99
      Category: textproc
      Platform: darwin
      Maintainers: nomaintainer
      Description: A natural language translation library
      Long Description: libtranslate is a library for translating text and web pages between natural languages. Its modular infrastructure allows to implement new translation services separately from the core library. libtranslate is shipped with a generic module supporting web-based translation services such as Babel Fish, Google Language Tools and SYSTRAN. Moreover, the generic module allows to add new services simply by adding a few lines to a XML file. The libtranslate distribution includes a powerful command line interface (see translate(1)).

      Homepage: http://www.nongnu.org/libtranslate/
      master_sites http://download.savannah.nongnu.org/releases/libtranslate/
      checksums md5 1fe75a6a6e8a0c6518890b5fa6984d42

      depends_lib port:gettext path:${prefix}/lib/pkgconfig/glib-2.0.pc:glib2 port:libiconv port:intltool

      configure.args --mandir=${prefix}/share/man
      configure.cflags-append "-I${prefix}/include"


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

     Where to find more information:

    Darwin Ports



    Lightbox this page.