===== orpie ===== 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. The design is also influenced to some degree by the Mutt email client and the Vim editor. Orpie does not have graphing capability, nor does it offer much in the way of a programming interface; other applications such as GNU Octave are already very effective for such tasks. Orpie focuses specifically on helping you to crunch numbers quickly. Orpie is written in Objective Caml (aka OCaml), a high-performance functional programming language. Source homepage: http://www.eecs.umich.edu/~pelzlpj/orpie/ Source download: http://www.eecs.umich.edu/~pelzlpj/orpie/orpie-1.5.2.tar.gz Author: Paul Pelzl Cygwin maintainer: Andrew Schulman License: GPL; see COPYING for details. Please address questions and bug reports to the Cygwin mailing list . ------------------------------------------------------------------------- Runtime requirements: cygwin gsl lapack libgcc1 libncurses10 Build requirements: autoconf cygport gsl-devel libncurses-dev ocaml ocaml-compiler-libs Build instructions: cd /usr/src tar -jxf orpie-1.5.2-1-src.tar.bz2 if you use setup to install this src package, it will be unpacked under /usr/src automatically. cygport orpie-1.5.2-1.cygport all This will create: /usr/src/orpie-1.5.2-1.tar.bz2 /usr/src/orpie-1.5.2-1-src.tar.bz2 Or use 'cygport orpie-1.5.2-1.cygport prep' to create a patched source directory. ------------------------------------------------------------------------- Files included in the binary distribution: /etc/defaults/etc/orpierc /etc/postinstall/orpie.sh /etc/preremove/orpie.sh /usr/bin/orpie-curses-keys.exe /usr/bin/orpie.exe /usr/share/doc/Cygwin/orpie-1.5.1.README (this file) /usr/share/doc/orpie/COPYING /usr/share/doc/orpie/ChangeLog /usr/share/doc/orpie/README /usr/share/doc/orpie/README.Cygwin (this file) /usr/share/man/man1/orpie-curses-keys.1.gz /usr/share/man/man1/orpie.1.gz /usr/share/man/man5/orpierc.5.gz ------------------------------------------------------------------------- Cygwin version history: 2014-05-12 1.5.2-1: * New upstream release - now builds with OCaml 4. * First Cygwin release for x86_64. 1.5.1-2: * Rebuild for Cygwin 1.7. 1.5.1-1: - New upstream release: fixed some bugs; added ability to define custom units. - Strip executables. Cygwin policy says that this should aways be done, but it wasn't before because stripping breaks some OCaml executables. Package is 900 KB lighter as a result. - Add dependency on lapack in setup.hint. - Change to cygport build method. 1.4.3-1: - New upstream release: 2 bugs fixed since 1.4.1. 1.4.1-2: - Corrected a packaging bug that prevented /etc/orpierc from being installed correctly. 1.4.1-1: - Initial Cygwin build.