Todotxt version 2.4 - How to Download and Install on Mac OS X
Sunday the 22nd of November, 2009

    todotxt  most recent diff


    version 2.4

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


      # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
      The todotxt Portfile 57375 2009-09-10 08:16:41Z ryandesign macports.org $

      PortSystem 1.0

      Name: todotxt
      Version: 2.4
      Category: office
      #license GPL
      Maintainers: snc openmaintainer

      Description: Simple, extensible shell script to manage your todo file.
      Long Description: A simple and extensible shell script for managing your todo.txt file.

      Homepage: http://ginatrapani.github.com/todo.txt-cli/

      Platform: darwin

      fetch.type git
      git.url git://github.com/ginatrapani/todo.txt-cli.git

      use_configure no

      build {}

      destroot {
      xinstall -m 755 ${worksrcpath}/todo.sh ${destroot}${prefix}/bin/$name
      xinstall -m 644 ${worksrcpath}/todo.cfg ${destroot}${prefix}/etc/todo.cfg
      }

      pre-install {
      ui_msg "You will need to copy and then edit the default configuration "
      ui_msg "(${prefix}/etc/todo.cfg) in your home directory."
      }

      livecheck.type regex
      livecheck.url http://github.com/ginatrapani/todo.txt-cli/downloads
      livecheck.regex "todo\\.txt_cli-(\\d+\\.\\d+(\\.\\d+)?)"

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.