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

    version 2.26.2.2

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


      # -*- 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 anjuta Portfile 57539 2009-09-12 18:03:14Z devans macports.org $

      PortSystem 1.0

      Name: anjuta
      Version: 2.26.2.2
      set branch [join [lrange [split ${version} .] 0 1] .]
      Description: A GNOME/GTK IDE
      Long Description: ${description}
      Maintainers: devans openmaintainer
      Category: gnome devel
      Platform: darwin
      Homepage: http://anjuta.sourceforge.net/
      Master Sites: gnome:sources/${name}/${branch}/

      Checksums: md5 03191602895a4b0dd15a8298fc255657 sha1 e631bd5abc1ac3513b0b3af180a443f8d8687bf6 rmd160 c38fd4c200987d5f080a1a6e11dce08d7d498c37

      Patch Files: patch-libanjuta-anjuta-launcher.c.diff patch-libanjuta-anjuta-utils.c.diff

      depends_build port:pkgconfig port:intltool port:p5-xml-parser port:gnome-doc-utils port:gtk-doc

      depends_lib port:autogen port:libgnomeui port:gconf port:gdl port:libgda4 port:libunique port:vte

      post-patch {
      reinplace "s|/usr/bin/perl|${prefix}/bin/perl|" ${worksrcpath}/scripts/glade2schema.pl
      }

      configure.args --enable-static --disable-scrollkeeper --disable-schemas-install --disable-plugin-devhelp --disable-plugin-glade --disable-graphviz --disable-plugin-sourceview --disable-plugin-valgrind --disable-plugin-subversion

      Variant: devhelp description {Enable devhelp plugin support} {
      configure.args-delete --disable-plugin-devhelp
      depends_lib-append port:devhelp
      }

      Variant: glade description {Enable glade plugin support} {
      configure.args-delete --disable-plugin-glade
      depends_lib-append port:glade3
      }

      Variant: graphviz description {Enable class inheritance plugin support using graphviz} {
      configure.args-delete --disable-graphviz
      depends_lib-append path:bin/dot:graphviz
      }

      Variant: sourceview description {Enable gtksourceview editor plugin support instead of scintilla} {
      configure.args-append --disable-plugin-scintilla
      configure.args-delete --disable-plugin-sourceview
      depends_lib-append port:gtksourceview2
      }

      Variant: subversion description {Enable subversion plugin support} {
      configure.args-delete --disable-plugin-subversion
      configure.args-append --with-subversion-dir=${prefix} --with-svn-include=${prefix}/include/subversion-1 --with-svn-lib=${prefix}/lib
      depends_lib-append port:subversion
      }

      post-destroot {
      system "cd ${destroot}${prefix}/lib/anjuta && ln -s libfile-manager.dylib libfile-manager.so"
      }

      post-activate {
      system "scrollkeeper-update"
      system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
      }

      livecheck.type regex
      livecheck.url http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
      livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.