Inkscape-devel version 0.46.${svn_rev} - How to Download and Install on Mac OS X
Sunday the 22nd of November, 2009

    inkscape-devel  most recent diff


    version 0.46.${svn_rev}

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


      # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
      The inkscape-devel Portfile 59426 2009-10-15 00:37:32Z devans macports.org $

      PortSystem 1.0

      Name: inkscape-devel
      conflicts inkscape
      set svn_rev 22457
      Version: 0.46.${svn_rev}
      epoch 1
      Maintainers: devans
      Category: graphics gnome
      Platform: darwin
      Homepage: http://www.inkscape.org/

      Description: Unstable development version of Inkscape from recent SVN leading up to release of version 0.47.

      Long Description: Inkscape is an open source SVG editor with capabilities similar to Illustrator, CorelDraw, Visio, etc. Supported SVG features include basic shapes, paths, text, alpha blending, transforms, gradients, node editing, svg-to-png export, grouping, and more.

      universal_variant no

      fetch.type svn

      svn.url http://inkscape.svn.sourceforge.net/svnroot/inkscape/inkscape/trunk ${worksrcdir}
      svn.revision ${svn_rev}

      depends_build port:pkgconfig port:autoconf port:automake port:p5-xml-parser port:intltool

      depends_lib port:boehmgc port:poppler port:lcms port:libwpg port:ImageMagick port:gtkmm port:aspell-dict-en port:gtkspell2 port:gsl port:boost

      depends_run port:ghostscript

      Patch Files: patch-autogen.sh.diff patch-configure.ac.diff

      configure.cmd {./autogen.sh && ./configure}

      configure.args --mandir=${prefix}/share/man --with-xft --with-gnome-vfs --with-perl --with-python --enable-poppler-cairo --enable-lcms --enable-inkboard

      configure.cppflags-append -I${worksrcpath}/src/extension/script

      Variant: no_x11 {
      configure.args-delete --with-xft
      configure.args-append --without-xft
      }

      Variant: enable_debugging description {Enable debugging. Executables not stripped} {
      }

      if {![variant_isset enable_debugging]} {

      # if +enable_debugging is not set (default) strip the executables
      # this saves 200MB of disk space
      # at the cost of not being able to get meaningful debugging information
      # in the event of an application crash

      post-destroot {
      system "strip ${destroot}${prefix}/bin/inkscape"
      system "strip ${destroot}${prefix}/bin/inkview"
      }
      }

      post-patch {
      reinplace "s|\"python-interpreter\", \"python\"|\"python-interpreter\", \"python2.5\"|g" ${worksrcpath}/src/extension/implementation/script.cpp
      reinplace "s|^#include \"Object.h\"|#include \"${prefix}/include/poppler/Object.h\"|" ${worksrcpath}/src/extension/internal/pdfinput/pdf-parser.h
      reinplace "s|^#include \"Object.h\"|#include \"${prefix}/include/poppler/Object.h\"|" ${worksrcpath}/src/extension/internal/pdfinput/pdf-parser.cpp
      }

      livecheck.type none

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.