darts version 0.31 for Mac OS X 10.5 Leopard
Monday the 12th of May, 2008

    darts  most recent diff


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



      # $Id: Portfile 31254 2007-11-19 05:23:06Z takanori macports.org $

      PortSystem 1.0

      Name: darts
      Version: 0.31
      revision 1
      Category: devel
      Maintainers: takanori
      Description: Double-ARray Trie System
      Long Description: Darts is a C++ Templeate library which can be used to make Double-Array. Reference: Aoe, J. An Efficient Digital Search Algorithm by Using a Double-Array Structure. IEEE Transactions on Software Engineering. Vol. 15, 9 (Sep 1989). pp. 1066-1077
      Platform: darwin
      Homepage: http://chasen.org/~taku/software/darts/
      master_sites http://chasen.org/~taku/software/darts/src/
      patchfiles patch-configure.diff
      checksums md5 41b1b8739c7c7c902ce07f60d225d9a2 sha1 cd76d69ed5c356bbd94b251daec004283f5771bb rmd160 a4f3e00ff992d34031668fb9fc6ef0c9e8b5965d

      depends_lib port:zlib

      configure.args --libexecdir=${prefix}/lib

      test.run yes
      test.target check

      post-destroot {
      xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/doc

      xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog INSTALL NEWS README ${destroot}${prefix}/share/doc/${name}
      xinstall -m 644 -W ${worksrcpath}/doc darts.css index.html ${destroot}${prefix}/share/doc/${name}/doc
      }

      livecheck.check regex
      livecheck.url ${homepage}
      livecheck.regex ${name}-(\[0-9.a-z\]+)\\.tar

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

     Where to find more information:

    Darwin Ports



    image test