diff options
author | frueauf <frueauf> | 1999-06-08 14:34:48 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1999-06-08 14:34:48 +0000 |
commit | 91670ae4c30676e2258eb71ce0770bd34771caae (patch) | |
tree | b2b146e34ee6f5e440170bb2b93ea02ec10109c9 /math/grpn/pkg | |
parent | 7c23bc258f0e5dae90b36f30ff77023b1c8b739c (diff) | |
download | pkgsrc-91670ae4c30676e2258eb71ce0770bd34771caae.tar.gz |
Initial import of grpn-1.1.0, a graphical reverse polish notation (RPN)
calculator. Provided in pr 7233 by Dan McMahill.
Diffstat (limited to 'math/grpn/pkg')
-rw-r--r-- | math/grpn/pkg/COMMENT | 1 | ||||
-rw-r--r-- | math/grpn/pkg/DESCR | 10 | ||||
-rw-r--r-- | math/grpn/pkg/PLIST | 2 |
3 files changed, 13 insertions, 0 deletions
diff --git a/math/grpn/pkg/COMMENT b/math/grpn/pkg/COMMENT new file mode 100644 index 00000000000..1fb5d9843ab --- /dev/null +++ b/math/grpn/pkg/COMMENT @@ -0,0 +1 @@ +a graphical reverse polish notation (RPN) calculator. diff --git a/math/grpn/pkg/DESCR b/math/grpn/pkg/DESCR new file mode 100644 index 00000000000..2410917d44b --- /dev/null +++ b/math/grpn/pkg/DESCR @@ -0,0 +1,10 @@ +GRPN is a RPN calculator for the X Window system built using +the GIMP Toolkit (GTK). + +GRPN works with real numbers, complex numbers, matrices, and +complex matrices. Numbers can be displayed in 4 different +radix modes, and complex numbers can be displayed in either +Cartesian or polar form. + +GRPN is copyrighted under the terms of the GNU General Public +License. See the file LICENSE for more details. diff --git a/math/grpn/pkg/PLIST b/math/grpn/pkg/PLIST new file mode 100644 index 00000000000..9ac16ed2815 --- /dev/null +++ b/math/grpn/pkg/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/06/08 14:34:48 frueauf Exp $ +bin/grpn |