Antigraingeometry version 2.5 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    antigraingeometry  most recent diff


    version 2.5

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


      The antigraingeometry Portfile 58210 2009-09-24 06:56:08Z ryandesign macports.org $

      PortSystem 1.0
      Name: antigraingeometry
      Version: 2.5
      Revision: 2
      Category: graphics devel
      Maintainers: nomaintainer
      Description: A high quality rendering engine for C++
      Long Description: Anti-Grain Geometry (AGG) is a general purpose graphical toolkit written completely in standard and platform independent C++. It can be used in many areas of computer programming where high quality 2D graphics is an essential part of the project. For example, if you render 2D geographic maps AGG is a must. AGG uses only C++ and standard C runtime functions, such as memcpy, sin, cos, sqrt, etc. The basic algorithms don't even use C++ Standard Template Library. Thus, AGG can be used in a very large number of applications, including embedded systems.

      Platform: darwin

      Homepage: http://www.antigrain.com/
      Master Sites: ${homepage}
      distname agg-${version}

      Checksums: md5 0229a488bc47be10a2fee6cf0b2febd6 sha1 08f23da64da40b90184a0414369f450115cdb328 rmd160 fac24d8ea56ee0a87307189f73c432b07b6d3c50

      depends_lib port:freetype port:xorg-libX11
      depends_build port:pkgconfig

      # These patchfiles hack out sdl support, it can't be done with a
      # configure flag because of some autoconf/automake issues...
      Patch Files: patch-configure.in.diff patch-src-platform-Makefile.am.diff

      use_autoreconf yes
      autoreconf.args -fvi
      autoreconf.env AUTOMAKE="automake --foreign --add-missing --ignore-deps"

      configure.cxxflags "-I${prefix}/include"
      configure.args --x-include=${prefix}/include --x-lib=${prefix}/lib

      Variant: sdl {
      patchfiles-delete configure.in.diff src-platform-Makefile.am.diff
      depends_lib-append path:lib/pkgconfig/sdl.pc:libsdl
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.