# $Id: Portfile,v 1.8 2008/06/05 22:34:47 dankelley Exp $

PortSystem           1.0

name                 gri
version              2.12.17
categories           science graphics
platforms            darwin
maintainers          dan.kelley@dal.ca j.stalnaker@neu.edu
description          A scientific graphics programming language
long_description     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 in exchange for patience in \
		     learning syntax.\
                     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.
homepage             http://gri.sourceforge.net
master_sites         sourceforge
checksums            md5 235c32be7dca8db9ab56cb8ee9162f39
depends_build	    port:ImageMagick \
                    bin:tex:texlive \
                    port:ghostscript \
                    port:perl5.8
configure.args	     --infodir=${prefix}/share/info
