Dejavu-fonts version 2.29 - How to Download and Install on Mac OS X
Sunday the 22nd of November, 2009

    dejavu-fonts  most recent diff


    version 2.29

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


      The dejavu-fonts Portfile 50043 2009-04-23 09:51:19Z takanori macports.org $

      PortSystem 1.0

      Name: dejavu-fonts
      Version: 2.29
      Category: x11 fonts
      Maintainers: takanori openmaintainer
      Description: The DejaVu fonts are a font family based on the Vera Fonts.
      Long Description: ${description} Its purpose is to provide a wider range of characters while maintaining the original look and feel through the process of collaborative development (see authors), under a Free license.
      Platform: darwin
      Homepage: http://dejavu-fonts.org/
      Master Sites: sourceforge:dejavu:
      distname ${name}-ttf-${version}
      use_bzip2 yes
      Checksums: rmd160 2b675489d902847d15ab9dd770f07c040b7dfca2

      depends_run port:fontconfig

      use_configure no

      build {}

      destroot {
      set fontsdir ${destroot}${prefix}/share/fonts/${name}
      xinstall -d -m 755 ${fontsdir}
      eval xinstall -m 644 [glob ${worksrcpath}/ttf/*.ttf] ${fontsdir}

      xinstall -d -m 755 ${destroot}${prefix}/etc/fonts/conf.avail
      xinstall -d -m 755 ${destroot}${prefix}/etc/fonts/conf.d
      foreach f { 20-unhint-small-dejavu-sans-mono.conf
      20-unhint-small-dejavu-sans.conf
      20-unhint-small-dejavu-serif.conf
      57-dejavu-sans-mono.conf
      57-dejavu-sans.conf
      57-dejavu-serif.conf } {
      xinstall -m 644 ${worksrcpath}/fontconfig/${f} ${destroot}${prefix}/etc/fonts/conf.avail
      ln -s ../conf.avail/${f} ${destroot}${prefix}/etc/fonts/conf.d/${f}
      }
      }
      post-destroot {
      xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name}
      xinstall -m 644 -W ${worksrcpath} AUTHORS BUGS LICENSE NEWS README langcover.txt status.txt unicover.txt ${destroot}${prefix}/share/doc/${name}
      }

      post-activate {
      system "${prefix}/bin/fc-cache -fv ${prefix}/share/fonts"
      }

      universal_variant no

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.