1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name orpie |
---|
5 | version 1.4.3 |
---|
6 | platforms darwin |
---|
7 | maintainers snb@moduli.net |
---|
8 | categories math |
---|
9 | description fullscreen RPN calculator for the console |
---|
10 | long_description Orpie is a fullscreen RPN calculator for the console. Its \ |
---|
11 | operation is similar to that of modern HP calculators, but \ |
---|
12 | data entry has been optimized for efficiency on a PC keyboard. \ |
---|
13 | Features include extensive scientific calculator \ |
---|
14 | functionality, command completion, and a visible interactive \ |
---|
15 | stack. |
---|
16 | master_sites http://www.eecs.umich.edu/~pelzlpj/orpie/ |
---|
17 | checksums md5 1c9d87cf3f8d982a9a3662d48e13de55 |
---|
18 | homepage http://www.eecs.umich.edu/~pelzlpj/orpie/ |
---|
19 | depends_lib port:gsl |
---|
20 | depends_build port:ocaml |
---|
21 | configure.env LDFLAGS="-L${prefix}/lib" CPPFLAGS="-I${prefix}/include" |
---|
22 | |
---|