Abcmidi version 2009-09-23 - How to Download and Install on Mac OS X
Sunday the 22nd of November, 2009

    abcmidi  most recent diff


    version 2009-09-23

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


      The abcmidi Portfile 58670 2009-10-02 17:22:11Z mww macports.org $

      PortSystem 1.0

      Name: abcMIDI
      Version: 2009-09-23
      Category: audio
      Platform: darwin
      Maintainers: mww
      Description: ABC to midi and vice versa converter
      Long Description: ABC is a text-based music notation language. These tools can convert ABC to midi and vice versa.

      Homepage: http://ifdo.pugmarks.com/~seymour/runabc/top.html
      Master Sites: http://ifdo.pugmarks.com/~seymour/runabc/
      Checksums: md5 d3912d9e2207e90274823edb423cc914 sha1 903dc4e9730d68a1ee81e3775d54f677a07f2716 rmd160 18f8e1d664d2d5fd050134cac2de887ed290cd2d
      Patch Files: patch-makefile.diff

      worksrcdir abcmidi

      use_zip yes
      post-extract { xinstall -m 755 ${filespath}/configure ${worksrcpath} }

      configure.pre_args PREFIX=${prefix}

      destroot {
      xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
      xinstall -m 755 -W ${worksrcpath} abc2abc abc2midi mftext midi2abc yaps ${destroot}${prefix}/bin
      xinstall -m 644 -W ${worksrcpath}/doc abc2abc.1 abc2midi.1 mftext.1 midi2abc.1 yaps.1 ${destroot}${prefix}/share/man/man1
      xinstall -m 644 -W ${worksrcpath}/doc AUTHORS CHANGES abcguide.txt gpl.txt history.txt readme.txt yapshelp.txt ${destroot}${prefix}/share/doc/${name}
      }

      livecheck.type regex
      livecheck.url ${homepage}
      livecheck.regex (20\[0-9\]+-\[0-9\]+-\[0-9\]+)


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

     Where to find more information:

    Darwin Ports



    Lightbox this page.