[130528] trunk/dports/math/orpie/Portfile
Revision: 130528 https://trac.macports.org/changeset/130528 Author: mf2k@macports.org Date: 2014-12-31 07:41:14 -0800 (Wed, 31 Dec 2014) Log Message: ----------- orpie: Add mode line and adjust spacing for it. Modified Paths: -------------- trunk/dports/math/orpie/Portfile Modified: trunk/dports/math/orpie/Portfile =================================================================== --- trunk/dports/math/orpie/Portfile 2014-12-31 15:38:38 UTC (rev 130527) +++ trunk/dports/math/orpie/Portfile 2014-12-31 15:41:14 UTC (rev 130528) @@ -1,29 +1,31 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ -PortSystem 1.0 +PortSystem 1.0 -name orpie -version 1.5.2 -platforms darwin -license GPL-2 -maintainers nomaintainer -categories math +name orpie +version 1.5.2 +platforms darwin +license GPL-2 +maintainers nomaintainer +categories math -description fullscreen RPN calculator for the console -long_description 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. -homepage http://pessimization.com/software/orpie/ -master_sites ${homepage} +description fullscreen RPN calculator for the console +long_description 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. -checksums rmd160 61ee7019ec5d141aade27d1c78770c2b11803085 \ - sha256 de557fc7f608c6cb1f44a965d3ae07fc6baf2b02a0d7994b89d6a0e0d87d3d6d +homepage http://pessimization.com/software/orpie/ +master_sites ${homepage} -depends_build port:ocaml \ - port:ocaml-camlp4 -depends_lib port:gsl +checksums rmd160 61ee7019ec5d141aade27d1c78770c2b11803085 \ + sha256 de557fc7f608c6cb1f44a965d3ae07fc6baf2b02a0d7994b89d6a0e0d87d3d6d -use_parallel_build no +depends_build port:ocaml \ + port:ocaml-camlp4 +depends_lib port:gsl + +use_parallel_build no
participants (1)
-
mf2k@macports.org