qthello version 1.0 for Mac OS X 10.5 Leopard
Saturday the 10th of May, 2008

    qthello  most recent diff


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



      # $Id: Portfile 30227 2007-10-22 22:55:58Z jmpp macports.org $

      PortSystem 1.0
      Name: qthello
      Version: 1.0
      Category: games x11
      Maintainers: nomaintainer
      Homepage: http://qthello.sourceforge.net/
      Description: Othello program written in Qt
      Long Description: QtHello is an Othello program written in Qt. It's design makes it easy to extend both the computer player and human player interface. It currently has 6 different computer players ranging from completely random to tree search with Alpha-Beta pruning.

      depends_lib lib:libqt-mt.3:qt3 lib:libX11.6:XFree86

      Platform: darwin
      master_sites http://download.sourceforge.net/qthello/
      checksums md5 a5eea252376b5e5082ac68cb649089f7
      patchfiles patch-Makefile

      post-patch {
      reinplace s|viewmag|${prefix}/share/${name}/gfx/viewmag|g ${worksrcpath}/othello.cpp
      reinplace s|new\.xpm|${prefix}/share/${name}/gfx/new\.xpm|g ${worksrcpath}/othello.cpp
      reinplace s|stop\.png|${prefix}/share/${name}/gfx/stop\.png|g ${worksrcpath}/othello.cpp
      reinplace s|gfx|${prefix}/share/${name}/gfx|g ${worksrcpath}/boardwidget.cpp
      }

      use_configure no

      build.target all QTDIR=${prefix}

      destroot {
      system "install -c -m 655 ${worksrcpath}/qthello ${destroot}${prefix}/bin/qthello"
      system "mkdir -p -m 655 ${destroot}${prefix}/share/${name}/gfx/"
      system "install -c -m 644 ${worksrcpath}/stop.png ${destroot}${prefix}/share/${name}/gfx/"
      system "install -c -m 644 ${worksrcpath}/new.xpm ${destroot}${prefix}/share/${name}/gfx/"
      system "install -c -m 644 ${worksrcpath}/viewmag+.png ${destroot}${prefix}/share/${name}/gfx/"
      system "install -c -m 644 ${worksrcpath}/viewmag-.png ${destroot}${prefix}/share/${name}/gfx/"
      system "install -c -m 644 ${worksrcpath}/gfx/black.gif ${destroot}${prefix}/share/${name}/gfx/"
      system "install -c -m 644 ${worksrcpath}/gfx/white.gif ${destroot}${prefix}/share/${name}/gfx/"
      }

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

     Where to find more information:

    Darwin Ports



    image test