Djview version 4.5 - How to Download and Install on Mac OS X
Saturday the 21st of November, 2009

    version 4.5

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


      # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
      The djview Portfile 57230 2009-09-07 22:41:47Z macsforever2000 macports.org $

      PortSystem 1.0

      Name: djview
      Version: 4.5
      Category: aqua graphics www
      Maintainers: nomaintainer
      Platform: darwin

      Description: DjVu files viewer.
      Long Description: DjVu can advantageously replace PDF, PS, TIFF,JPEG, and GIF for distributing scanned documents, digital documents, or high-resolution pictures. DjVu content downloads faster, displays and renders faster, looks nicer on a screen and consume less client resources than competing formats.

      Homepage: http://djvu.sourceforge.net/

      Master Sites: sourceforge:djvu
      distname ${name}4-${version}

      Checksums: md5 0461a26dbcac33dcc5eb7955ac357504 sha1 d2fd259aa88f80393767f6dec921463da7820143 rmd160 256abad9cc6d661ba19caf209b74d9937eec4bce

      use_parallel_build yes

      depends_build path:bin/pkg-config:pkgconfig

      depends_lib port:djvulibre port:qt4-mac

      configure.env QTDIR=${prefix}/libexec/qt4-mac

      configure.args --disable-nsdejavu --disable-desktopfiles QMAKESPEC=macx-g++

      destroot {
      xinstall -m 755 -d ${destroot}${applications_dir}
      copy ${worksrcpath}/src/djview.app ${destroot}${applications_dir}
      }

      livecheck.name djvu
      livecheck.regex "(?i)${name} (.*) released.*"

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.