mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
academic/plus42: Updated for version 1.0.18.
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
c41a7c1d9f
commit
c00e52a112
3 changed files with 20 additions and 14 deletions
|
@ -1,13 +1,19 @@
|
|||
Plus42 is an advanced scientific programmable calculator, based on
|
||||
Free42 (a complete re-implementation of the HP-42S scientific
|
||||
programmable RPN calculator) and adds:
|
||||
A Larger Display, with 8 rows and 22 columns (131x64 pixels) by default,
|
||||
which the user may resize at will;
|
||||
Algebraic Expressions modeled after those used on the HP-27S and
|
||||
HP-17B/19B;
|
||||
attached Units and unit conversions modeled after those used on the
|
||||
HP-48/49/50 series;
|
||||
Directories for more organized storage of programs and variables;
|
||||
TVM and amortization tables;
|
||||
and two-dimensional Plotting of functions, with ability to zoom and pan,
|
||||
and find integrals and roots from points in the plot.
|
||||
|
||||
- A Larger Display, with 8 rows and 22 columns (131x64 pixels) by
|
||||
default, which the user may resize at will.
|
||||
|
||||
- Algebraic Expressions modeled after those used on the HP-27S and
|
||||
HP-17B/19B.
|
||||
|
||||
- Attached Units and unit conversions modeled after those used on the
|
||||
HP-48/49/50 series.
|
||||
|
||||
- Directories for more organized storage of programs and variables.
|
||||
|
||||
- TVM and amortization tables.
|
||||
|
||||
- Two-dimensional Plotting of functions, with ability to zoom and pan,
|
||||
and find integrals and roots from points in the plot.
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=plus42
|
||||
VERSION=${VERSION:-1.0.16}
|
||||
VERSION=${VERSION:-1.0.18}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="plus42"
|
||||
VERSION="1.0.16"
|
||||
VERSION="1.0.18"
|
||||
HOMEPAGE="https://www.thomasokken.com/plus42"
|
||||
DOWNLOAD="https://github.com/thomasokken/plus42desktop/archive/v1.0.16/plus42-1.0.16.tar.gz"
|
||||
MD5SUM="d77ec889161537d95db9117233d9a8d7"
|
||||
DOWNLOAD="https://github.com/thomasokken/plus42desktop/archive/v1.0.18/plus42-1.0.18.tar.gz"
|
||||
MD5SUM="7f2fe5aa325e5e4cb6c01431f93cb38d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue