Ttf2eot version 0.0.2-2 - How to Download and Install on Mac OS X
Thursday the 18th of March, 2010

    ttf2eot  most recent diff


    version 0.0.2-2

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


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

      PortSystem 1.0

      Name: ttf2eot
      Version: 0.0.2-2
      Platform: darwin
      Category: print www
      Maintainers: ryandesign
      license BSD/LGPLv2/LGPLv2.1
      Homepage: http://code.google.com/p/ttf2eot/
      Master Sites: googlecode

      Description: TrueType font (ttf) to Embeddable OpenType font (eot) converter

      Long Description: ${name} converts TrueType font (ttf) files into Embeddable OpenType font (eot) files for use in CSS font-face rules for Internet Explorer for Windows

      Checksums: md5 97c9ceb0ded362bf2e6dd3a3a9360f8d sha1 c9a64216e7a090cb50f7a5074865218623dea75d rmd160 9710d38f4c33a42863d3c4a5aceffe6aac55f0ec

      pre-fetch {
      if {"big" == ${os.endian}} {
      ui_error "${name} does not currently work on PowerPC Macs."
      ui_error "See http://code.google.com/p/ttf2eot/issues/detail?id=14"
      return -code error "incompatible processor"
      }
      }

      Patch Files: patch-Makefile.diff

      use_configure no

      build.target ${name}
      build.env CXX=${configure.cxx}

      destroot {
      xinstall -m 755 -W ${worksrcpath} ${name} ${destroot}${prefix}/bin
      set docdir ${destroot}${prefix}/share/doc/${name}
      xinstall -d ${docdir}
      xinstall -m 644 -W ${worksrcpath} README ${docdir}
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.