This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [ITP] gnuplot: A command-line driven interactive function plottingutility


I downloaded the setup.hint and most of the -src package, then geocities started complaining in German that I can't translate. It seems to be saying that the files are momentarily unavailable... but it could also be saying that you have exceeded your daily download limit. Could you confirm which of these it is?

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 ------------------------------------



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]