Download and Install mimms version 2.0.1 on Mac OS X
Saturday the 19th of July, 2008

    mimms  most recent diff


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



      # $Id: Portfile 32878 2008-01-14 10:33:00Z ryandesign macports.org $

      PortSystem 1.0

      Name: mimms
      Version: 2.0.1
      Category: multimedia
      Maintainers: boeyms openmaintainer
      Description: MiMMS isn't an MMS Message Sender, it's an MMS (e.g. mms://) stream downloader.
      Long Description: MiMMS is a program designed to allow you to download streams using the MMS protocol and save them to your computer, as opposed to watching them live. Similar functionality is available in full media player suites such as Xine and MPlayer, but MiMMS is quick and easy to use, and for the time being, remains a useful program.
      Homepage: http://savannah.nongnu.org/projects/mimms/
      Platform: darwin
      master_sites http://download.savannah.gnu.org/releases/mimms/
      checksums md5 3e44f5b182892c4adfa8c08ddf8ccc17 sha1 197f4c89c74d40a7aec382d20160a746946ce795 rmd160 a23430022371c530e91b7991f52275e545f61e3d
      use_bzip2 yes
      patchfiles patch-mimms.cpp.diff patch-mimms.pro.diff
      depends_lib port:libmms
      pre-fetch {
      if {![variant_isset qt4] && ![variant_isset qt4_mac]} {
      return -code error "
      ###########################################################
      # mimms will not compile unless one of the +qt4 or +qt4_mac
      # variants are selected. Please choose one of these variants to build.
      ###########################################################"
      }
      }
      configure {
      reinplace "s| prefix |${prefix}|g" ${worksrcpath}/mimms.pro
      }
      build.env CPPFLAGS="-I${prefix}/include -I${prefix}/include/libmms" CFLAGS=-O2 LDFLAGS=-L${prefix}/lib
      build.args-append PREFIX=${prefix} QMAKE=qmake
      destroot.destdir-append PREFIX=${prefix}

      Variant: qt4 conflicts qt4_mac description {Links MiMMS against the qt4 port} {
      patchfiles-append patch-Makefile.qt4.diff
      depends_lib-append port:qt4
      }

      Variant: qt4_mac conflicts qt4 description {Links MiMMS against the qt4-mac port} {
      patchfiles-append patch-Makefile.qt4-mac.diff
      depends_lib-append port:qt4-mac
      }

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

     Where to find more information:

    Darwin Ports



    image test