Font-misc-ethiopic version 1.0.1 - How to Download and Install on Mac OS X
Sunday the 22nd of November, 2009

    font-misc-ethiopic  most recent diff


    version 1.0.1

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


      The font-misc-ethiopic Portfile 59685 2009-10-19 23:09:21Z jeremyhu macports.org $

      PortSystem 1.0
      Name: font-misc-ethiopic
      Version: 1.0.1
      Category: x11 x11-font graphics
      Maintainers: jeremyhu openmaintainer
      Description: X.org Ethiopic TrueType fonts
      Long Description: ${description}

      Platform: darwin

      Homepage: http://www.x.org/
      Master Sites: ${homepage}pub/individual/font/
      use_bzip2 yes

      Checksums: md5 4c88c79b8e5d47af90b21e948d42755f sha1 2677191fd8b515c53bde6402513249fc0f48d53a rmd160 af4cf0787335ac2ad75f03717391ec8a70d3002b

      depends_build port:pkgconfig bin:bdftopcf:bdftopcf port:xorg-font-util bin:mkfontscale:mkfontscale bin:mkfontdir:mkfontdir bin:gzip:gzip

      set myfontbasedir ${prefix}/share/fonts

      configure.args --with-ttf-fontdir=${myfontbasedir}/TTF --with-otf-fontdir=${myfontbasedir}/OTF

      post-destroot {
      foreach fontsFile {fonts.alias fonts.dir fonts.list fonts.scale fonts.cache-1} {
      foreach fontType {OTF TTF} {
      if {[file exists ${destroot}${myfontbasedir}/${fontType}/${fontsFile}]} {
      delete ${destroot}${myfontbasedir}/${fontType}/${fontsFile}
      }
      }
      }
      }

      post-activate {
      foreach fontType {OTF TTF} {
      system "mkfontscale ${myfontbasedir}/${fontType}"
      system "mkfontdir ${myfontbasedir}/${fontType}"
      }
      }

      # This should be done when uninstalling, but deactivate doesn't currently work
      #post-deactivate {
      # foreach fontType {OTF TTF} {
      # system "mkfontscale ${myfontbasedir}/${fontType}"
      # system "mkfontdir ${myfontbasedir}/${fontType}"
      # }
      #}

      livecheck.type regex
      livecheck.regex ${name}-(\[\\d.\]+)${extract.suffix}
      livecheck.url ${master_sites}


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

     Where to find more information:

    Darwin Ports



    Lightbox this page.