diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2008-08-23 00:31:33 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2008-08-23 00:31:33 +0000 |
commit | fa0f7dbc277024fdbadc25fee5d6c66fce48a5fc (patch) | |
tree | 42b56607373c82d68193fd2fbe8856db5bee02f5 /math/pgcalc | |
parent | 48c74dba0ff2556eb73e831d1165fb49addc54f4 (diff) |
Notes
Diffstat (limited to 'math/pgcalc')
-rw-r--r-- | math/pgcalc/Makefile | 2 | ||||
-rw-r--r-- | math/pgcalc/pkg-descr | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/math/pgcalc/Makefile b/math/pgcalc/Makefile index a5ef157c29cf..a08902f9b395 100644 --- a/math/pgcalc/Makefile +++ b/math/pgcalc/Makefile @@ -21,7 +21,7 @@ INSTALLS_ICONS= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -OPTIONS= ARTS "Build with aRts support" on +OPTIONS= ARTS "Build with aRts support" on .include <bsd.port.pre.mk> diff --git a/math/pgcalc/pkg-descr b/math/pgcalc/pkg-descr index 48164d86474b..97d56993d273 100644 --- a/math/pgcalc/pkg-descr +++ b/math/pgcalc/pkg-descr @@ -1,8 +1,8 @@ PG Calculator is a powerful scientific skinnable calculator. It works in algebraic and RPN mode, recognizes real and complex numbers, and allows simple vectors manipulations. It has up to 80 built-in functions, allows -user-defined variables, supports numbers inputing in binary, octal, +user-defined variables, supports numbers inputting in binary, octal, hexadecimal, and exponential formats. Graphical user interface can be -easy changed with skins. +easily changed with skins. WWW: http://www.pgcalc.net/ |