Vidalia version 0.1.15 - How to Download and Install on Mac OS X
Monday the 23rd of November, 2009

    vidalia  most recent diff


    version 0.1.15

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


      # -*- coding: utf-8; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
      The vidalia Portfile 57375 2009-09-10 08:16:41Z ryandesign macports.org $

      PortSystem 1.0
      PortGroup cmake 1.0

      Name: Vidalia
      Version: 0.1.15
      Category: security net aqua
      Maintainers: mnick openmaintainer
      Description: Vidalia is a controller GUI for the Tor software
      Long Description: Vidalia is a cross-platform controller GUI for the Tor software, built using the Qt framework. Vidalia runs on most platforms supported by Qt 4.2 or later

      Platform: darwin

      Homepage: https://www.torproject.org/vidalia/
      Master Sites: ${homepage}/dist/
      distname vidalia-${version}

      Checksums: md5 005afad126dc6142d7748ec185d9fafe sha1 36d81c063f001db4509a4ad5e3eab1fb849f0562 rmd160 82ea9736176128b6fbffde8b3bac7bfbce41f8eb

      depends_lib-append port:tor port:qt4-mac

      set qmake_path ${prefix}/bin/qmake

      configure.args -DQT_LIBRARY_DIR=${frameworks_dir} -DQT_QMAKE_EXECUTABLE=${qmake_path}-mac

      destroot {
      file copy ${worksrcpath}/src/vidalia/Vidalia.app ${destroot}${applications_dir}/Vidalia.app
      }

      Variant: x11 description {build with qt4-x11} {
      depends_lib-delete port:qt4-mac
      configure.args-delete -DQT_QMAKE_EXECUTABLE=${qmake_path}-mac

      depends_lib-append port:qt4-x11
      configure.args-append -DQT_QMAKE_EXECUTABLE=${qmake_path}-x11
      }

      livecheck.type regexm
      livecheck.url ${homepage}
      livecheck.regex stable release is:\nhttps://trac.vidalia-project.net/milestone/Vidalia%20(\[\\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/vidalia
      % sudo port install vidalia
      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 vidalia
      ---> Verifying checksum for vidalia
      ---> Extracting vidalia
      ---> Configuring vidalia
      ---> Building vidalia with target all
      ---> Staging vidalia into destroot
      ---> Installing vidalia
    - 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 vidalia with these commands:
      %  man vidalia
      % apropos vidalia
      % which vidalia
      % locate vidalia

     Where to find more information:

    Darwin Ports



    Lightbox this page.