Download and Install dillo version 0.8.6 on Mac OS X
Wednesday the 23rd of July, 2008

    dillo  most recent diff


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



      # $Id: Portfile 28545 2007-09-03 12:26:00Z mww macports.org $

      PortSystem 1.0
      Name: dillo
      Version: 0.8.6
      Category: www
      Maintainers: gwright macports.org
      Platform: darwin
      Description: Simple but very fast web browser
      Long Description: Dillo is a web browser project completely written in C. Dillo is small: source is less than 365 KB, and the binary is around 265 KB! Dillo aims to be a multi-platform browser alternative that's small, stable, developer-friendly, usable, fast, and extensible. Dillo is mainly based on GTK+ (GNOME is NOT required!) Dillo is a free-SW project in the terms of the GNU general public license. Current code uses gzilla-0.2.2's html-parser, and almost everything else was rewritten from scratch!. Dillo is very fast!

      #user_notes Remember to set the DISPLAY environment variable # to localhost:0.0 if you start dillo from a non-X11 # terminal application.

      use_bzip2 yes

      Homepage: http://www.dillo.org/
      master_sites ${homepage}/download/:source ${homepage}/Icons/:icon

      distfiles ${distname}${extract.suffix}:source ProgramIcon48.png:icon
      checksums ${distname}${extract.suffix} md5 b65233d368bbd265a55effcf2c17f84b ProgramIcon48.png md5 2ca5fb738b70051cac592acef3cb56e1
      extract.only ${distname}${extract.suffix}

      depends_lib lib:libjpeg:jpeg lib:libpng:libpng lib:libgtk.1:gtk1

      depends_run bin:wget:wget

      patchfiles patch-configure patch-http.c
      post-patch { reinplace "s|panel_size=medium|panel_size=small|" ${worksrcpath}/dillorc
      }

      configure.cppflags-append "-no-cpp-precomp"

      configure.args --with-jpeg-inc=${prefix}/include --with-jpeg-lib=${prefix}/lib --disable-dlgui

      pre-destroot { system "strip ${worksrcpath}/src/dillo" }
      post-destroot {
      xinstall -d ${destroot}${prefix}/share/pixmaps
      xinstall -m 644 ${distpath}/ProgramIcon48.png ${destroot}${prefix}/share/pixmaps/dillo.png
      }


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

     Where to find more information:

    Darwin Ports



    image test