gnuplot version 4.2.2 for Mac OS X 10.5 Leopard
Saturday the 17th of May, 2008

    gnuplot  most recent diff


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



      # $Id: Portfile 33408 2008-01-26 10:47:35Z pguyot kallisys.net $
      PortSystem 1.0

      Name: gnuplot
      Version: 4.2.2
      Category: math science
      Maintainers: pguyot kallisys.net
      Description: A command-driven interactive function plotting program
      Long Description: Gnuplot is a command-driven interactive function plotting program. Plots any number of functions, built up of C operators, C library functions, and some things C doesn't have like **, sgn(), etc. Also support for plotting data files, to compare actual data to theoretical curves.
      Platform: darwin
      Homepage: http://gnuplot.sourceforge.net/
      master_sites sourceforge
      distfiles ${distname}.tar.gz ${name}.pdf
      extract.only ${distname}.tar.gz
      checksums ${distname}.tar.gz md5 b9dd34e8210a65336b19ee408766a66f sha1 991db8024f04e8cad300804bc2661e358fdcf348 rmd160 7364d283718d89c05652d7c25a841154caa2efd8 ${name}.pdf md5 0691424fd274b65eb8a8ab0dc52dbabe sha1 8926d4cb9a1e2f71f95f69fad65473889f08638f rmd160 6d92f3473b0896598436e6c993e56e5167b94af5

      depends_lib port:expat port:fontconfig port:freetype port:gd2 port:jpeg port:pdflib port:libiconv port:libpng port:ncurses port:readline bin:tex:texlive_base lib:libX11.6:XFree86 port:zlib

      patchfiles patch-share-LaTeX-Makefile.in

      platform darwin {
      depends_lib-append lib:libaquaterm.1:aquaterm
      configure.cflags-append '-DDEFAULTTERM=\\"aqua\\"'
      }

      configure.cppflags-append "-no-cpp-precomp"
      configure.args --with-readline=gnu --with-gd --with-png --with-pdf --with-x --enable-datastrings --enable-histograms --infodir='\${prefix}/share/info' --mandir='\${prefix}/share/man' --disable-wxwidgets

      Variant: no_x11 {
      depends_lib-delete lib:libX11.6:XFree86
      configure.args-delete --with-x
      configure.args-append --without-x
      }

      Variant: wxwidgets {
      depends_lib-append port:wxWidgets
      configure.args-delete --disable-wxwidgets
      configure.args-append --with-wx-config=${prefix}/bin/wx-config
      }

      destroot.destdir prefix=${destroot}${prefix}
      post-destroot {
      xinstall -d -m 0755 ${destroot}${prefix}/share/doc/${name}
      xinstall -m 0644 ${distpath}/gnuplot.pdf ${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/gnuplot
      % sudo port install gnuplot
      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 gnuplot
      ---> Verifying checksum for gnuplot
      ---> Extracting gnuplot
      ---> Configuring gnuplot
      ---> Building gnuplot with target all
      ---> Staging gnuplot into destroot
      ---> Installing gnuplot
    - 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 gnuplot with these commands:
      %  man gnuplot
      % apropos gnuplot
      % which gnuplot
      % locate gnuplot

     Where to find more information:

    Darwin Ports



    image test