Commit graph

17 commits

Author SHA1 Message Date
seb
4a2efdf6fd USE_NEW_TEXINFO is unnecessary now. 2003-08-09 10:49:07 +00:00
seb
9eb42d562b depkglint. 2003-08-08 16:42:37 +00:00
seb
d3ca9c4dbb INFO_FILES ? Yes please. 2003-08-08 16:41:51 +00:00
jtb
c7e51e59e9 Add a missing info file (from i386 bulk build leftovers). 2003-07-24 16:06:29 +00:00
martti
ee90b572a6 COMMENT should start with a capital letter. 2003-07-21 16:45:54 +00:00
grant
0155927c43 s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
jtb
c9cfc1c60d Update to version 2.12.5.
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-10 08:27:38 +00:00
seb
8f098cf69f Convert to USE_NEW_TEXINFO. 2003-07-03 16:24:28 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
schmonz
0268aa4b89 REPLACE_PERL's working directory is ${WRKSRC}, so packages needn't
prefix REPLACE_PERL definitions with ${WRKSRC}.
2002-12-14 03:43:18 +00:00
tron
39a943ad92 Replace "true" by "${TRUE}". 2002-12-09 16:01:10 +00:00
wiz
dc8e9a0da8 buildlink1 -> buildlink2. 2002-10-09 19:00:55 +00:00
dillo
73d3b1bf94 get rid of autoconf build dependency by patching configure 2002-10-02 21:38:01 +00:00
jlam
1293a34c3e Use ghostscript.mk. 2002-09-13 06:53:31 +00:00
dmcmahill
89ec0a1c17 netbsd uses time_t not int for the time functions. Fixes compilation on
64 bit systems.
2002-08-11 14:34:16 +00:00
jlam
e1be891dbc Change explicit build dependencies on perl into "USE_PERL5=build". This
makes these packages build correctly on Darwin where perl>=5.8.0 is
required.
2002-07-24 19:45:22 +00:00
jtb
c72750f620 Initial import of gri.
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.
2002-05-03 23:45:10 +00:00