Fondu version 060102 - How to Download and Install on Mac OS X
Sunday the 22nd of November, 2009

    version 060102

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


      The fondu Portfile 56003 2009-08-22 23:12:04Z ryandesign macports.org $

      PortSystem 1.0

      Name: fondu
      Version: 060102
      Platform: darwin
      Category: print
      Maintainers: nomaintainer
      Homepage: http://fondu.sourceforge.net/
      Master Sites: http://fondu.sourceforge.net/

      Description: A set of programs to interconvert between Mac font formats and pfb, ttf, otf and bdf files on UNIX.

      Long Description: Dealing with Mac fonts is hard on other operating systems because Mac fonts are stored in the resource fork, and other operating systems do not support this concept. Fondu will extract the resource fork from either a MacBinary file or a BinHex file. Ufond will create a resource fork inside a MacBinary file.

      Checksums: md5 e20861beacddc1ab392bef7813641bf8
      extract.suffix .tgz
      distfiles [suffix ${name}_src-${version}]

      post-patch {
      set CPPFLAGS "${configure.cppflags}"
      set CFLAGS "${configure.cflags}"
      set LDFLAGS "${configure.ldflags}"

      if {[variant_isset universal]} {
      set CPPFLAGS "${CPPFLAGS} ${configure.universal_cppflags}"
      set CFLAGS "${CFLAGS} ${configure.universal_cflags}"
      set LDFLAGS "${LDFLAGS} ${configure.universal_ldflags}"
      }

      reinplace "s|^CFLAGS = -g \$(WFLAGS)|CFLAGS = -g \$(WFLAGS) ${CPPFLAGS} ${CFLAGS} ${LDFLAGS}|g" ${worksrcpath}/Makefile.in
      }

      configure.args --bindir=${prefix}/bin --mandir=${prefix}/share/man

      post-destroot {
      eval xinstall -m 644 [glob ${worksrcpath}/*.1] ${destroot}${prefix}/share/man/man1/
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.