summaryrefslogtreecommitdiff
path: root/graphics/gri
AgeCommit message (Collapse)AuthorFilesLines
2005-02-24Add RMD160 digestsagc1-1/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-04-24Convert to buildlink3.snj1-3/+3
2004-02-17Remove info files entries from PLIST.seb1-16/+1
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2003-08-09USE_NEW_TEXINFO is unnecessary now.seb1-2/+1
2003-08-08depkglint.seb1-2/+2
2003-08-08INFO_FILES ? Yes please.seb1-2/+1
2003-07-24Add a missing info file (from i386 bulk build leftovers).jtb1-1/+2
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-10Update to version 2.12.5.jtb6-110/+131
This only lists new features, there are many bugfixes. * Apply a patch provided Kawamura Masao, relating to (a) errors in the documentation of file locations and (b) a programming error hidden behind an unset precompiler flag. * Add `sed' RPN operator, to work on strings * Add `skewness' and `kurtosis' RPN operators, to work on columns * In the documentation, change the names of some variables to be clearer: `ll_x' is now written `xleft', etc. * Add RPN binary operators `and', `or' for logical operations, along with negation operator `not' * Add `draw arc' command * Add `set x axis labels' and `set y axis labels' commands. * Permit specification of `pt' units for `draw label', `draw box', `draw symbol at', and `draw line from'. * Add `set clip to curve' command. _Caution:_ this needs extension, and may have a bug if called twice in succession [but is this with an intervening `set clip off'] * Add `group' and `end group' commands, in preparation for SVG output. So far these commands do nothing, and are basically just a signal that users should not create commands with these names since Gri will need them soon. * Add `..xinc..' and `..yinc..' builtin variables. * Make the `open' command accept URLs as filenames.
2003-07-03Convert to USE_NEW_TEXINFO.seb2-5/+6
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2002-12-14REPLACE_PERL's working directory is ${WRKSRC}, so packages needn'tschmonz1-2/+2
prefix REPLACE_PERL definitions with ${WRKSRC}.
2002-12-09Replace "true" by "${TRUE}".tron1-3/+3
2002-10-09buildlink1 -> buildlink2.wiz1-3/+3
2002-10-02get rid of autoconf build dependency by patching configuredillo3-6/+119
2002-09-13Use ghostscript.mk.jlam1-2/+3
2002-08-11netbsd uses time_t not int for the time functions. Fixes compilation ondmcmahill2-1/+15
64 bit systems.
2002-07-24Change explicit build dependencies on perl into "USE_PERL5=build". Thisjlam1-2/+2
makes these packages build correctly on Darwin where perl>=5.8.0 is required.
2002-05-03Initial import of gri.jtb9-0/+794
Gri is a language for scientific graphics applications. By 'language' I mean that it is a command-driven application, as opposed to a click/point application. It is analogous to latex or tex, and shares the property that extensive power is the reward for tolerating a modest learning curve. Gri output is in industry-standard PostScript, suitable for incorporation in documents prepared by various text processors. Gri can make x-y graphs, contour-graphs, and image graphs. In addition to high-level capabilities, it has enough low-level capabilities to allow users to achieve a high degree of customization. Precise control is extended to all aspects of drawing, including line-widths, colors, and fonts. Text includes a subset of the tex language, so that it is easy to incorporate Greek letters and mathematical symbols in labels.