diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-09-01 18:35:09 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-09-01 18:35:09 +0000 |
commit | 6a71386b5e30bb5e4a6231b865d0d6bacb21ba0b (patch) | |
tree | afb80b8bfbd2abb5d24895ee4d8d0417ae0bcf3d /math | |
parent | 454d658d83de02b44ea0c3dba907b15d496ee10a (diff) |
Update to 1.1.3. Changes in this release:
* Introducing basic and scientific mode.
* Number base, angle unit and notation mode are remembered on exit.
No defaults anymore.
* Updates to binary mode.
* New functions (asinh, acosh, atanh) and a new operation (percent).
* Bug fixes: crash on bracket closing, remember display value, GUI.
* Japanese translation, translation updates.
Notes
Notes:
svn path=/head/; revision=88298
Diffstat (limited to 'math')
-rw-r--r-- | math/galculator/Makefile | 2 | ||||
-rw-r--r-- | math/galculator/distinfo | 2 | ||||
-rw-r--r-- | math/galculator/pkg-plist | 7 |
3 files changed, 8 insertions, 3 deletions
diff --git a/math/galculator/Makefile b/math/galculator/Makefile index d9690e205041..d3829bd04feb 100644 --- a/math/galculator/Makefile +++ b/math/galculator/Makefile @@ -6,7 +6,7 @@ # PORTNAME= galculator -PORTVERSION= 1.1.2 +PORTVERSION= 1.1.3 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/math/galculator/distinfo b/math/galculator/distinfo index db81960ebbc8..3977d87e1e8c 100644 --- a/math/galculator/distinfo +++ b/math/galculator/distinfo @@ -1 +1 @@ -MD5 (galculator-1.1.2.tar.bz2) = 326b862122de170c53f44acf901327e7 +MD5 (galculator-1.1.3.tar.bz2) = 4fded689a79b21015bf8d762916c0330 diff --git a/math/galculator/pkg-plist b/math/galculator/pkg-plist index 1115a14947ca..26ae9f6c4603 100644 --- a/math/galculator/pkg-plist +++ b/math/galculator/pkg-plist @@ -2,11 +2,16 @@ bin/galculator share/applications/galculator.desktop share/galculator/glade/about.glade +share/galculator/glade/basic_buttons.glade share/galculator/glade/color.glade +share/galculator/glade/dispctrl_bottom.glade +share/galculator/glade/dispctrl_right.glade share/galculator/glade/font.glade -share/galculator/glade/main.glade +share/galculator/glade/main_frame.glade share/galculator/glade/prefs.glade +share/galculator/glade/scientific_buttons.glade share/locale/de/LC_MESSAGES/galculator.mo share/locale/fr/LC_MESSAGES/galculator.mo +share/locale/ja/LC_MESSAGES/galculator.mo @dirrm share/galculator/glade @dirrm share/galculator |