Download and Install libutf8proc version 1.1.2 on Mac OS X
Thursday the 28th of August, 2008

    libutf8proc  most recent diff


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



      # $Id: Portfile 29381 2007-09-22 18:56:20Z mww macports.org $

      PortSystem 1.0

      Name: libutf8proc
      Version: 1.1.2
      Category: textproc
      Platform: darwin
      Maintainers: mww
      Description: library for processing UTF-8 encoded Unicode strings
      Long Description: ${description}

      Homepage: http://www.flexiguided.de/publications.utf8proc.en.html
      master_sites http://www.flexiguided.de/pub/
      distname utf8proc-v${version}
      checksums sha1 fdb5df6204908b5acb8ffb8b700527c640c1f245
      patchfiles patch-Makefile

      worksrcdir utf8proc

      use_configure no

      build.args libdir="${prefix}/lib"
      build.target libutf8proc.a libutf8proc.dylib

      destroot {
      xinstall -m 755 -W ${worksrcpath} libutf8proc.dylib libutf8proc.a ${destroot}${prefix}/lib/
      xinstall -m 644 ${worksrcpath}/utf8proc.h ${destroot}${prefix}/include
      }

      platform darwin 8 {
      build.args-append CC=/usr/bin/gcc-4.0
      }

      livecheck.check regex
      livecheck.url ${homepage}
      livecheck.regex utf8proc-v(\[0-9\.\]+).tar.gz


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

     Where to find more information:

    Darwin Ports



    image test