Hrsh2csv version 1.3 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    hrsh2csv  most recent diff


    version 1.3

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


      The hrsh2csv Portfile 44897 2009-01-04 15:32:49Z css macports.org $

      PortSystem 1.0

      Name: hrsh2csv
      Version: 1.3
      Revision: 1
      Description: converts Hours pdb files into CSV text files
      Long Description: Hours is a time-tracking utility for the PalmOS. This utility converts Hours for PalmOS database files into comma-separated values text files.
      Category: palm
      Homepage: http://hours.sourceforge.net/
      Platform: darwin
      Maintainers: css
      Master Sites: sourceforge:hours
      Checksums: md5 2a7a4047807cc9de5e4fb92bf6bb8736

      use_configure no
      post-extract {
      reinplace "s|prefix = /usr/local|prefix = ${destroot}${prefix}|" ${worksrcpath}/Makefile
      }

      # For PowerPC, remove the endian conversion since PDBs are big endian.
      platform powerpc {
      post-extract {
      reinplace "s|-O2 -D__MAC2PC_CONVERSION__|-O2|" ${worksrcpath}/Makefile
      }
      }

      destroot.args mandir=${destroot}${prefix}/share/man/man1


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

     Where to find more information:

    Darwin Ports



    Lightbox this page.