Download and Install magicpoint version 1.10a on Mac OS X
Wednesday the 23rd of July, 2008

    magicpoint  most recent diff


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



      # $Id: Portfile 35918 2008-04-09 18:50:54Z fenner macports.org $
      PortSystem 1.0

      Name: magicpoint
      Version: 1.10a
      Category: graphics
      Maintainers: fenner macports.org
      Homepage: http://www.mew.org/mgp/
      master_sites ftp://ftp.mew.org/pub/mgp/
      checksums md5 7a5d91b2b3bdabea704ee3cb6505d772
      Description: An X11 based presentation tool.
      Long Description: Magic Point is an X11 based presentation tool. It is designed to make simple presentations easy while to make complicated presentations possible. Its presentation file (whose suffix is typically .mgp) is just text so that you can create presentation files quickly with your favorite editor (e.g. Emacs, vi).

      #XXX this should be in portmain.tcl
      set localprefix ${prefix}
      prefix ${x11prefix}

      patchfiles patch-config.guess patch-image.h patch-new.c patch-parse.c patch-default.mgp patch-configure

      depends_lib lib:libXft.2:Xft2 lib:libpng12.0:libpng lib:libungif.4:libungif

      # pkg-config should have both ${x11prefix} and ${prefix} hardcoded;
      # until it does, we let it know about ${x11prefix}.
      # LOCALPREFIX= is for configure to find libungif.
      configure.env PKG_CONFIG_PATH=${x11prefix}/lib/pkgconfig LOCALPREFIX=${localprefix} LIBS=-L${localprefix}/lib
      configure.args --enable-gif

      post-configure {
      # unusual port: uses not just autoconf but also Imake
      system "cd \"${worksrcpath}\" && xmkmf && make Makefiles"
      }

      # note destroot requires root due to use of "install -u root"

      destroot.target install install.man

      post-destroot {
      # MacPorts tries to force man pages into share/man;
      # for X applications the man dir is simply man, so move them
      system "cd \"${destroot}${prefix}\" && rm -rf man && mv share/man ."

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

     Where to find more information:

    Darwin Ports



    image test