NOTICE: This package has been removed from pkgsrc

./math/orpie, Curses-based reverse polish notation (RPN) calculator

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.5.1, Package name: orpie-1.5.1, Maintainer: tnn

Orpie is a fullscreen RPN calculator for the console.
Its operation is similar to that of modern HP calculators, but data entry has
been optimized for efficiency on a PC keyboard. Features include extensive
scientific calculator functionality, command completion, and a visible
interactive stack.


Required to run:
[math/gsl] [devel/ncurses]

Required to build:
[lang/ocaml] [devel/gmake]

Master sites:

SHA1: 4e4887d8abcf015a5b423a2d1164ace95ab2d5c1
RMD160: 30d3da01dff09fea8fae5d568d7c0279a9a3b289
Filesize: 362.159 KB

Version history: (Expand)


CVS history: (Expand)


   2010-05-28 19:03:53 by Tobias Nygren | Files touched by this commit (5) | Package removed
Log message:
math/orpie was broken by an ocaml update three years ago and nobody stepped
up to fix it, so let's remove it for now.
   2009-06-14 20:05:51 by Joerg Sonnenberger | Files touched by this commit (88)
Log message:
Remove @dirrm entries from PLISTs
   2008-03-28 05:19:56 by Tobias Nygren | Files touched by this commit (1)
Log message:
Update master site and homepage.
   2007-09-14 14:48:50 by Tobias Nygren | Files touched by this commit (3)
Log message:
Update to orpie-1.5.1. Minor release that fixes a crash on keyboard input.
   2007-09-13 14:10:41 by Tobias Nygren | Files touched by this commit (4)
Log message:
Update to orpie-1.5.0 and add DESTDIR support.

ChangeLog:
- Complete rewrite of units implementation, allowing user-defined units
  and physical constants.
- Updated included ocamlgsl bindings to 0.6.0.
- Square root of a negative value now returns a complex result.
- gcd(), lcd(), and mod() now accept real-valued  arguments.
- Fix for crash in abbrev mode.
- Made a minor Makefile change to correct linking errors under Gentoo
  (maybe others).
- Numerous code cleanups. Calculator code has been better separated from
  interface code.
- Support --sysconfdir configure option.  (Anyone packaging for the
  filesystem hierarchy standard will now need to use something like
  "./configure --prefix=/usr --sysconfdir=/etc".)
- Implemented entry of most fundamental physical constants.
- Fixed incorrect error message regarding deprecated extended_enter command
   2007-04-29 22:01:45 by Tobias Nygren | Files touched by this commit (7) | Imported package
Log message:
Add orpie 1.4.3.
-
Orpie is a fullscreen RPN calculator for the console.
Its operation is similar to that of modern HP calculators, but data entry has
been optimized for efficiency on a PC keyboard.  Features include extensive
scientific calculator functionality, command completion, and a visible
interactive stack.