Ticket #3225: Portfile

File Portfile, 1.2 KB (added by j.stalnaker@…, 19 years ago)

Portfile for gri-2.12.9

Line 
1#Id: $
2PortSystem           1.0
3name                 gri
4version              2.12.9
5extract.suffix       .tgz
6categories           science
7platforms            darwin
8maintainers          j.stalnaker@neu.edu
9description          A scientific graphics programming language
10long_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.
21homepage             http://gri.sourceforge.net
22master_sites         http://ftp1.sourceforge.net/gri/
23checksums            md5 f4e0841ae78b439c7262d109bc2932d6
24depends_lib          bin:convert:ImageMagick bin:gs:ghostscript \
25                     bin:tex:teTeX
26
27set env(PATH)        "/usr/local/bin:$env(PATH):/usr/local/teTeX/bin/powerpc-apple-darwin-current"