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

    drumsxx  most recent diff


    version 0.95

      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


      The drumsxx Portfile 50264 2009-04-28 18:06:11Z jmr 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
      build.args-append CC=${configure.cc}

      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
      }

    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



    Lightbox this page.