diff options
author | jtb <jtb@pkgsrc.org> | 2003-07-10 08:27:38 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2003-07-10 08:27:38 +0000 |
commit | c9cfc1c60dc5109434a6b191ca2ef6a0c823436a (patch) | |
tree | 3d38356bd40c9c013a036a7540325fa15703cfb8 /graphics/gri/PLIST | |
parent | dd7bfd462cb7e3ca487d9209f0b0e338155385cd (diff) | |
download | pkgsrc-c9cfc1c60dc5109434a6b191ca2ef6a0c823436a.tar.gz |
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.
Diffstat (limited to 'graphics/gri/PLIST')
-rw-r--r-- | graphics/gri/PLIST | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/graphics/gri/PLIST b/graphics/gri/PLIST index 8b03cd21a57..288b7b2bddb 100644 --- a/graphics/gri/PLIST +++ b/graphics/gri/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2003/07/03 16:24:28 seb Exp $ +@comment $NetBSD: PLIST,v 1.4 2003/07/10 08:27:38 jtb Exp $ bin/gri bin/${PKGNAME} bin/gri_merge @@ -51,6 +51,7 @@ share/doc/html/gri/Debug.html share/doc/html/gri/Debugging.html share/doc/html/gri/Defaults.html share/doc/html/gri/Delete.html +share/doc/html/gri/DeprecatedCommands.html share/doc/html/gri/Development_Version.html share/doc/html/gri/Differentiate.html share/doc/html/gri/DiscussionGroup.html @@ -60,6 +61,7 @@ share/doc/html/gri/Emacs4.html share/doc/html/gri/Emacs5.html share/doc/html/gri/EmacsFeatures.html share/doc/html/gri/EmbeddedSynonyms.html +share/doc/html/gri/EndGroup.html share/doc/html/gri/Environment.html share/doc/html/gri/ErrorMessages.html share/doc/html/gri/Examples.html @@ -75,6 +77,7 @@ share/doc/html/gri/Flip.html share/doc/html/gri/Fonts.html share/doc/html/gri/GetEnv.html share/doc/html/gri/GettingMoreControl.html +share/doc/html/gri/GriInThePress.html share/doc/html/gri/GriModeCodeFragments.html share/doc/html/gri/GriModeCommandNames.html share/doc/html/gri/GriModeCompletionVarSyn.html @@ -84,6 +87,7 @@ share/doc/html/gri/GriModeEditing.html share/doc/html/gri/GriModeScreenshots.html share/doc/html/gri/GriModeUserCommands.html share/doc/html/gri/GriModeUserInterface.html +share/doc/html/gri/Group.html share/doc/html/gri/HandlingData.html share/doc/html/gri/HandlingHeaders.html share/doc/html/gri/Heal.html @@ -184,6 +188,8 @@ share/doc/html/gri/Unix-install.html share/doc/html/gri/Unlink.html share/doc/html/gri/UnstableStream.html share/doc/html/gri/Variables.html +share/doc/html/gri/Version_2_10.html +share/doc/html/gri/Version_2_12.html share/doc/html/gri/Version_2_2.html share/doc/html/gri/Version_2_4.html share/doc/html/gri/Version_2_6.html @@ -330,7 +336,7 @@ share/gri/${PKGVERSION}/gri.cmd share/gri/${PKGVERSION}/license.txt share/gri/${PKGVERSION}/logo.dat share/gri/${PKGVERSION}/startup.msg -@dirrm share/gri/2.8.7 +@dirrm share/gri/2.12.5 @dirrm share/gri @dirrm share/examples/gri @dirrm share/doc/html/gri/tst_suite |