Download and Install cleanscore version 0.9.8.1 on Mac OS X
Wednesday the 23rd of July, 2008

    cleanscore  most recent diff


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



      # $Id: Portfile 21413 2007-01-23 23:22:13Z ryandesign macports.org $

      PortSystem 1.0
      Name: cleanscore
      Version: 0.9.8.1
      Category: news net
      Platform: darwin
      Maintainers: olaf foellinger.de
      Homepage: http://www.slrn.org/cleanscore/
      Description: removes obsolete entries from slrn's score file

      Long Description: If you heavily use slrn's scoring capabilities, your scorefile will soon become large and confusing, so you will want to remove expired entries on a regular basis. This perl script can be used to purge expired entries automatically, e.g. by calling it from cron.daily.

      master_sites http://www.slrn.org/cleanscore/
      checksums md5 c1e3c6c0223255cc4c08df09795add07 sha1 ae132707ee5e7e5805ee6a7051d34f605b8340cb rmd160 575e1ac974ad23aa557ca2c67a28bbd07546f9ec
      use_configure no
      build.cmd ls
      build.target
      destroot {
      xinstall -m 0755 -d ${destroot}${prefix}/bin
      xinstall -m 0755 -d ${destroot}${prefix}/share/doc/${name}
      system "chmod 755 ${worksrcpath}/cleanscore"
      file copy ${worksrcpath}/cleanscore ${destroot}${prefix}/bin
      file copy ${worksrcpath}/COPYING ${destroot}${prefix}/share/doc/${name}
      file copy ${worksrcpath}/COPYRIGHT ${destroot}${prefix}/share/doc/${name}
      file copy ${worksrcpath}/INDEX.TXT ${destroot}${prefix}/share/doc/${name}
      file copy ${worksrcpath}/NEWS.cleanscore ${destroot}${prefix}/share/doc/${name}
      file copy ${worksrcpath}/README ${destroot}${prefix}/share/doc/${name}
      }




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

     Where to find more information:

    Darwin Ports



    image test