1 | #Id: $ |
---|
2 | PortSystem 1.0 |
---|
3 | name gri |
---|
4 | version 2.12.9 |
---|
5 | extract.suffix .tgz |
---|
6 | categories science |
---|
7 | platforms darwin |
---|
8 | maintainers j.stalnaker@neu.edu |
---|
9 | description A scientific graphics programming language |
---|
10 | long_description Gri is a language for scientific graphics programming. \ |
---|
11 | The word "language" is important: Gri is command-driven, \ |
---|
12 | not point/click. \ |
---|
13 | Some users consider Gri similar to LaTeX, since both \ |
---|
14 | provide extensive power in exchange for patience in \ |
---|
15 | learning syntax.\ |
---|
16 | Gri can make x-y graphs, contour graphs, and image \ |
---|
17 | graphs, in PostScript and (someday) SVG formats. \ |
---|
18 | Control is provided over all aspects of drawing, e.g. \ |
---|
19 | line widths, colors, and fonts. A TeX-like syntax \ |
---|
20 | provides common mathematical symbols. |
---|
21 | homepage http://gri.sourceforge.net |
---|
22 | master_sites http://ftp1.sourceforge.net/gri/ |
---|
23 | checksums md5 f4e0841ae78b439c7262d109bc2932d6 |
---|
24 | depends_lib bin:convert:ImageMagick bin:gs:ghostscript \ |
---|
25 | bin:tex:teTeX |
---|
26 | |
---|
27 | set env(PATH) "/usr/local/bin:$env(PATH):/usr/local/teTeX/bin/powerpc-apple-darwin-current" |
---|