Download and Install py-dsv version 1.4.0 on Mac OS X
Thursday the 28th of August, 2008

    py-dsv  most recent diff


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



      # $Id: Portfile 32256 2007-12-23 09:18:47Z ryandesign macports.org $

      PortSystem 1.0
      PortGroup python24 1.0
      Name: py-dsv
      Version: 1.4.0
      Maintainers: nomaintainer
      Description: Python module to import/export DSV files
      Long Description: Python-DSV is a Python module for importing and exporting DSV (delimiter separated values) files. DSV is a generalization of CSV (comma separated values). CSV is a common file format used by many programs to import and export data.

      Platform: darwin

      Homepage: http://python-dsv.sourceforge.net/
      master_sites sourceforge:python-dsv
      distname DSV-${version}

      checksums md5 f811d5bb3173c22a093e6ef24fa7047e sha1 729d1e9acc66499781adb434493e1f7249c038e3 rmd160 98a95b4311498c8660e3780787152b3da16522d6

      post-destroot {
      xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
      xinstall -m 644 -W ${worksrcpath} README ${destroot}${prefix}/share/doc/${name}
      }

      Variant: wx {
      depends_lib-append port:py-wxpython
      }


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

     Where to find more information:

    Darwin Ports



    image test