Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv13785/10.4/stable/main/finkinfo/sci

Added Files:
        gri.info 
Log Message:
New upstream.   Add to 10.7.  Move unstable -> stable



--- NEW FILE: gri.info ---
Package: gri
Version: 2.12.23
Revision: 1
GCC: 4.0
BuildDepends: <<
        imagemagick | graphicsmagick-imagemagick-compat,
        readline5,
        tetex-base,
        fink-package-precedence
<<
Depends: readline5-shlibs
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: eabd37f80ac51f7aef83a89234fb6522

PatchScript: perl -pi -e 's/RpnFunction.html/RpnFunctionOps.html/' doc/gri.texi

ConfigureParams: --infodir='${prefix}/share/info'

CompileScript: <<
%{default_script}
fink-package-precedence .
<<

InfoTest: TestScript: make check || exit 2

InstallScript: <<
%{default_script}
# clear out gzipped info files
rm %i/share/info/*.gz
# put documentation into more standard location
# license.txt is included in these docs
mkdir -p %i/share/doc/%n
cp -r %i/share/%n/doc/* %i/share/doc/%n/
rm -rf %i/share/%n/doc
# last minute patching of gri.cmd:
<<

DocFiles: AUTHORS COPYING README NEWS THANKS
InfoDocs: gri.info
Description: Scientific graphics language
DescDetail: <<
Gri is a language for scientific graphics programming. The word "language" is 
important: Gri is command-driven, not point/click.

Some users consider Gri similar to LaTeX, since both provide extensive power 
as a reward for tolerating a learning curve.

Gri can make x-y graphs, contour graphs, and image graphs, in PostScript 
and (someday) SVG formats. Control is provided over all aspects of drawing,
e.g. line widths, colors, and fonts. A TeX-like syntax provides common
mathematical symbols.

Folks who write thousand-line Gri scripts usually start with something 
as simple as the following, which produces an auto-scaled graph.

   open file.dat
   read columns x y
   draw curve
<<
DescPackaging: <<
  Fink's dpkg's install-info has a bug that affects compressed .info
  files, so don't compress them.
  
  "RpnFunctions.html" and "Rpnfunctions.html" are the same file on a
  case-insensitive filesystem, so we rename the former.

  Maintained by Dan Kelley (<dan.kel...@dal.ca>) through version 
  2.12.8-1003
<<
License: GPL
Maintainer: Alexander Hansen <alexkhan...@users.sourceforge.net>
Homepage: http://gri.sourceforge.net



------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to