Harold
Dr. Volker Zell wrote:
Hi
I would like to contribute and maintain the gnuplot package:
* http://gnuplot.info/ (Homepage)
* http://sourceforge.net/projects/gnuplot/ (Download location) Ciao
Volker
Here is the setup.hint file:
sdesc: "A command-line driven interactive function plotting utility." ldesc: "Gnuplot is a command-line driven interactive function plotting utility for UNIX, MSDOS, VMS, and many other platforms. The software is copyrighted but freely distributed (i.e., you don't have to pay for it). It was originally intended as graphical program which would allow scientists and students to visualize mathematical functions and data. Gnuplot supports many different types of terminals, plotters, and printers (including many color devices, and pseudo-devices like LaTeX) and is easily extensible to include new devices. [ The 'GNU' in gnuplot is NOT related to the Free Software Foundation, the naming is just a coincidence (and a long story; see the gnuplot FAQ for details). Thus gnuplot is not covered by the Gnu copyleft, but rather by its own copyright statement, included in all source code files.]
Gnuplot handles both curves (2 dimensions) and surfaces (3 dimensions). Surfaces can be plotted as a mesh fitting the specified function, floating in the 3-d coordinate space, or as a contour plot on the x-y plane. For 2-d plots, there are also many plot styles, including lines, points, lines with points, error bars, and impulses (crude bar graphs). Graphs may be labeled with arbitrary labels and arrows, axes labels, a title, date and time, and a key. The interface includes command-line editing and history on most platforms." category: Graphics Math requires: cygwin libpng12 libjpeg62 libiconv2 zlib libfreetype26 cygipc XFree86-bin libgd2 _update-info-dir
-------------------------------- cut here ------------------------------------
#!/bin/bash
mkdir gnuplot cd gnuplot
wget http://de.geocities.com/vzell1/cygwin/setup.hint.gnuplot-3.8j.0-1.zip mv setup.hint.gnuplot-3.8j.0-1.zip setup.hint
wget http://de.geocities.com/vzell1/cygwin/gnuplot-3.8j.0-1-src.tar.zip mv gnuplot-3.8j.0-1-src.tar.zip gnuplot-3.8j.0-1-src.tar.bz2
wget http://de.geocities.com/vzell1/cygwin/gnuplot-3.8j.0-1.tar.zip mv gnuplot-3.8j.0-1.tar.zip gnuplot-3.8j.0-1.tar.bz2
-------------------------------- cut here ------------------------------------
