freetype version 2.3.5 for Mac OS X 10.5 Leopard
Sunday the 11th of May, 2008

    freetype  most recent diff


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



      # $Id: Portfile 31552 2007-11-27 20:57:35Z ryandesign macports.org $

      PortSystem 1.0

      Name: freetype
      Version: 2.3.5
      revision 1
      Category: print graphics
      Maintainers: ryandesign
      Homepage: http://freetype.sourceforge.net/
      use_bzip2 yes
      Platform: darwin

      Description: A software font engine

      Long Description: FreeType2 is a software font engine that is designed to be small, efficient, highly customizable and portable while capable of producing high-quality output (glyph images). It can be used in graphics libraries, display servers, font conversion tools, text image generation tools, and many other products as well.

      master_sites http://download.savannah.gnu.org/releases/freetype/ sourceforge

      set docdistfile ${name}-doc-${version}

      checksums [suffix ${distname}] md5 65234327c5ac46ee00ebda15995d4c1c sha1 45695d44c74be31944d807526a7e69a818e4afd2 rmd160 2a97cb1c3d93572c094d5d2890d12445ef2786d4 [suffix ${docdistfile}] md5 8f443368764f7cd776749e0143f423dd sha1 a3edb74195eee9384d0463104edde4881d73a308 rmd160 d0a5cbe51eceb6c4a3a8eaaf4e3d99c2ca02266f

      patchfiles patch-modules.cfg.diff

      depends_lib port:zlib

      configure.args --with-old-mac-fonts

      set docdir ${prefix}/share/doc/${name}-${version}

      post-destroot {
      xinstall -m 0755 -d ${destroot}${docdir}

      xinstall -m 0644 -W ${worksrcpath} ChangeLog README ${destroot}${docdir}
      xinstall -m 0644 -W ${worksrcpath}/docs CHANGES FTL.TXT GPL.TXT LICENSE.TXT PATENTS PROBLEMS TODO formats.txt raster.txt ${destroot}${docdir}
      }

      Variant: bytecode description {Build bytecode interpreter into the TrueType driver} {
      pre-configure {
      ui_msg "\n\n You may want not to compile a bytecode interpreter into the\n TrueType driver. Without this you will only compile the code\n necessary to load TrueType glyphs without hinting.\n\n Note that there are important patent issues related to the\n use of the interpreter.\n\n"
      }
      patchfiles-append patch-ftoption.h

      post-destroot {
      xinstall -m 0644 -W ${worksrcpath}/docs TRUETYPE ${destroot}${docdir}
      }
      }

      Variant: doc description {Install extra documentation} {
      distfiles-append [suffix ${docdistfile}]

      post-destroot {
      xinstall -m 0755 -d ${destroot}${docdir}/html
      xinstall -m 0644 -W ${worksrcpath}/docs ft2faq.html ${destroot}${docdir}/html

      foreach dir {design glyphs reference tutorial} {
      xinstall -m 0755 -d ${destroot}${docdir}/html/${dir}
      eval xinstall -m 0644 [glob ${worksrcpath}/docs/${dir}/*.*] ${destroot}${docdir}/html/${dir}
      }
      }
      }

      livecheck.check sourceforge
      livecheck.distname ${name}[strsed ${version} {s/\..*//}]

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

     Where to find more information:

    Darwin Ports



    image test