Download and Install portmidi version 0.52 on Mac OS X
Friday the 25th of July, 2008

    portmidi  most recent diff


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



      # $Id: Portfile 33476 2008-01-27 17:48:39Z yves macports.org $
      # -*- Mode: Tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
      PortSystem 1.0
      Name: portmidi
      Version: 0.52
      Category: audio devel
      Platform: macosx
      Maintainers: nomaintainer
      Homepage: http://www.cs.cmu.edu/~music/portmusic/

      Description: Free, cross platform, open-source, real-time MIDI I/O library.
      Long Description: ${description}

      fetch.type svn
      svn.tag 52
      svn.url http://portmedia.svn.sourceforge.net/svnroot/portmedia/portmidi/trunk
      use_configure no
      worksrcdir trunk

      post-patch {
      reinplace "s|/usr/local|${prefix}|g" ${worksrcpath}/pm_mac/Makefile.osx
      reinplace "s|^ARCH|#ARCH|" ${worksrcpath}/pm_mac/Makefile.osx
      }

      build.cmd make -f pm_mac/Makefile.osx

      destroot {
      xinstall -c -m 644 ${worksrcpath}/pm_common/portmidi.h ${destroot}/${prefix}/include
      xinstall -c -m 644 ${worksrcpath}/pm_mac/libportmidi.a ${destroot}/${prefix}/lib
      xinstall -c -d ${destroot}/${prefix}/share/doc/${name}
      xinstall -c -m 644 -W ${worksrcpath} README.txt license.txt pm_mac/README_MAC.txt ${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/portmidi
      % sudo port install portmidi
      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 portmidi
      ---> Verifying checksum for portmidi
      ---> Extracting portmidi
      ---> Configuring portmidi
      ---> Building portmidi with target all
      ---> Staging portmidi into destroot
      ---> Installing portmidi
    - 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 portmidi with these commands:
      %  man portmidi
      % apropos portmidi
      % which portmidi
      % locate portmidi

     Where to find more information:

    Darwin Ports



    image test