Download and Install drumsxx version 0.95 on Mac OS X
Thursday the 24th of July, 2008

    drumsxx  most recent diff


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



      # $Id: Portfile 30219 2007-10-22 22:40:35Z jmpp macports.org $

      PortSystem 1.0

      Name: drumsxx
      Version: 0.95
      Category: audio
      Platform: darwin
      Maintainers: nomaintainer
      Description: language designed for sequencing music through drum machines
      Long Description: Drums++ is a programming language designed for sequencing music through drum machines. It uses simple C ideas, for example // and /* */ comments and { } to seperate sections. It is made as simple as possible so even a non-programmer can use it. Drums++ can both directly control your MIDI device or it can create .midi files

      Homepage: http://dpp.mikekohn.net/
      master_sites http://downloads.mikekohn.net/drumsplusplus/
      distname drumsplusplus-${version}
      checksums sha1 d18bde6dbec8891ac573df9edf57b522e9968939

      use_configure no

      build.target

      destroot {
      xinstall -m 755 -s ${worksrcpath}/playdpp ${destroot}${prefix}/bin
      xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/examples
      xinstall -m 644 ${worksrcpath}/TODO ${destroot}${prefix}/share/doc/${name}
      xinstall -m 644 -W ${worksrcpath}/samples drum_defines.inc features.dpp pattern.inc sample.dpp simple.dpp test_include.dpp ${destroot}${prefix}/share/doc/${name}/examples
      }

      platform darwin 8 {
      build.args-append CC=/usr/bin/gcc-4.0
      }

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

     Where to find more information:

    Darwin Ports



    image test