Download and Install dokuwiki version 2004-11-02 on Mac OS X
Thursday the 3rd of July, 2008

    dokuwiki  most recent diff


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



      # $Id: Portfile 30257 2007-10-23 02:28:30Z jmpp macports.org $

      PortSystem 1.0

      Name: dokuwiki
      Version: 2004-11-02
      Category: www
      Platform: darwin
      Maintainers: nomaintainer
      Description: simple to use wiki aimed at documentation projects
      Long Description: dokuwiki is a simple to use wiki aimed at a small companies documentation needs. It works on plain texts files and thus needs no database. It has a simple but powerful syntax which makes sure the datafiles remain readable outside the Wiki.

      Homepage: http://www.splitbrain.org/projects/dokuwiki
      master_sites http://www.splitbrain.org/_media/projects/dokuwiki/ http://dev.splitbrain.org/browse/snapshots/
      extract.suffix .tgz
      checksums md5 6a26abbae28f774cd142ee0582cd1b78

      depends_run port:apache2 port:php4

      use_configure no

      build {}

      destroot {
      xinstall -m 755 -d ${destroot}${prefix}/apache2/htdocs ${destroot}${prefix}/share ${destroot}${prefix}/var/${name}
      system "cd ${destroot}${prefix}/apache2/htdocs/ && ln -sf ${prefix}/share/${name}"
      file copy ${worksrcpath} ${destroot}${prefix}/share/${name}
      file rename ${destroot}${prefix}/share/${name}/attic ${destroot}${prefix}/var/${name}/attic
      file rename ${destroot}${prefix}/share/${name}/data ${destroot}${prefix}/var/${name}/data
      file rename ${destroot}${prefix}/share/${name}/media ${destroot}${prefix}/var/${name}/media
      system "touch ${destroot}${prefix}/var/${name}/attic/.turd"
      system "touch ${destroot}${prefix}/var/${name}/data/.turd"
      system "touch ${destroot}${prefix}/share/${name}/changes.log"
      system "cd ${destroot}${prefix}/share/${name}/ && ln -s ${prefix}/var/${name}/data && ln -s ${prefix}/var/${name}/attic && ln -s ${prefix}/var/${name}/media"
      system "chown -R www:www ${destroot}${prefix}/var/${name} ${destroot}${prefix}/share/${name}/changes.log"
      }

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

     Where to find more information:

    Darwin Ports



    image test