summaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2006-05-21 13:38:51 +0000
committerarved <arved@FreeBSD.org>2006-05-21 13:38:51 +0000
commit9ecaeaff6eb5583e413949fb6afe7a83ec2538f6 (patch)
tree3ecf6d6f9c35c4accfd4925973ac949d88aafe6b /math
parent835cd3814bc4ac55bb09be5cef8e0709cbd78e19 (diff)
downloadFreeBSD-ports-9ecaeaff6eb5583e413949fb6afe7a83ec2538f6.zip
FreeBSD-ports-9ecaeaff6eb5583e413949fb6afe7a83ec2538f6.tar.gz
Update to 0.9.3
PR: 96873, 96874 Submitted by: Martin Wilke <freebsd@unixfreunde.de> Approved by: Sergey Akifyev <asa@agava.com> (maintainer)
Diffstat (limited to 'math')
-rw-r--r--math/libqalculate/Makefile4
-rw-r--r--math/libqalculate/distinfo6
-rw-r--r--math/libqalculate/pkg-plist18
-rw-r--r--math/qalculate/Makefile5
-rw-r--r--math/qalculate/distinfo6
-rw-r--r--math/qalculate/pkg-descr2
-rw-r--r--math/qalculate/pkg-plist17
7 files changed, 30 insertions, 28 deletions
diff --git a/math/libqalculate/Makefile b/math/libqalculate/Makefile
index 23a2491..b430cdb 100644
--- a/math/libqalculate/Makefile
+++ b/math/libqalculate/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= libqalculate
-PORTVERSION= 0.9.0
-PORTREVISION= 1
+PORTVERSION= 0.9.3
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= qalculate
@@ -18,6 +17,7 @@ COMMENT= Very powerful GUI calculator for GNOME (backend library)
LIB_DEPENDS= cln.4:${PORTSDIR}/math/cln
USE_GMAKE= yes
+USE_GETTEXT= yes
GNU_CONFIGURE= yes
USE_GNOME= intlhack gnomehack glib20 libxml2
INSTALLS_SHLIB= yes
diff --git a/math/libqalculate/distinfo b/math/libqalculate/distinfo
index 54d8466..245ea0b 100644
--- a/math/libqalculate/distinfo
+++ b/math/libqalculate/distinfo
@@ -1,3 +1,3 @@
-MD5 (libqalculate-0.9.0.tar.gz) = 1c730ef9865fc5ef850ae7c7dbe4eb93
-SHA256 (libqalculate-0.9.0.tar.gz) = 5cad6916d9fb38fab662ef812bff55d79653d144e734ab4c66cd1424ef556449
-SIZE (libqalculate-0.9.0.tar.gz) = 693984
+MD5 (libqalculate-0.9.3.tar.gz) = de72bbdb75d39e4e274d4142a92c90d3
+SHA256 (libqalculate-0.9.3.tar.gz) = 9b1bf5229624da2d35a689046c4320ac894c8bf45bd57dd7036de6a317b730f2
+SIZE (libqalculate-0.9.3.tar.gz) = 739562
diff --git a/math/libqalculate/pkg-plist b/math/libqalculate/pkg-plist
index 077100a..cb1f883 100644
--- a/math/libqalculate/pkg-plist
+++ b/math/libqalculate/pkg-plist
@@ -1,23 +1,24 @@
bin/qalc
-include/libqalculate/Function.h
+include/libqalculate/BuiltinFunctions.h
include/libqalculate/Calculator.h
include/libqalculate/DataSet.h
-include/libqalculate/Variable.h
include/libqalculate/ExpressionItem.h
-include/libqalculate/Number.h
+include/libqalculate/Function.h
include/libqalculate/MathStructure.h
+include/libqalculate/Number.h
include/libqalculate/Prefix.h
-include/libqalculate/util.h
-include/libqalculate/includes.h
include/libqalculate/Unit.h
-include/libqalculate/BuiltinFunctions.h
+include/libqalculate/Variable.h
+include/libqalculate/includes.h
include/libqalculate/qalculate.h
+include/libqalculate/util.h
lib/libqalculate.a
lib/libqalculate.la
lib/libqalculate.so
-lib/libqalculate.so.0
+lib/libqalculate.so.2
libdata/pkgconfig/libqalculate.pc
share/locale/sv/LC_MESSAGES/libqalculate.mo
+share/qalculate/currencies.xml
share/qalculate/datasets.xml
share/qalculate/elements.xml
share/qalculate/functions.xml
@@ -25,6 +26,5 @@ share/qalculate/planets.xml
share/qalculate/prefixes.xml
share/qalculate/units.xml
share/qalculate/variables.xml
-share/qalculate/currencies.xml
-@dirrm include/libqalculate
@dirrm share/qalculate
+@dirrm include/libqalculate
diff --git a/math/qalculate/Makefile b/math/qalculate/Makefile
index cf4666e..8218c7e 100644
--- a/math/qalculate/Makefile
+++ b/math/qalculate/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= qalculate
-PORTVERSION= 0.9.0
+PORTVERSION= 0.9.3
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -15,12 +15,13 @@ DISTNAME= ${PORTNAME}-gtk-${PORTVERSION}
MAINTAINER= asa@agava.com
COMMENT= Very powerful GUI calculator for GNOME
-LIB_DEPENDS= qalculate.0:${PORTSDIR}/math/libqalculate
+LIB_DEPENDS= qalculate.2:${PORTSDIR}/math/libqalculate
RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot \
wget:${PORTSDIR}/ftp/wget
USE_X_PREFIX= yes
USE_GMAKE= yes
+USE_GETTEXT= yes
GNU_CONFIGURE= yes
USE_GNOME= gnomeprefix gnomehack intlhack libglade2 libgnome
INSTALLS_OMF= yes
diff --git a/math/qalculate/distinfo b/math/qalculate/distinfo
index aae4f80..1744b30 100644
--- a/math/qalculate/distinfo
+++ b/math/qalculate/distinfo
@@ -1,3 +1,3 @@
-MD5 (qalculate-gtk-0.9.0.tar.gz) = 964d42e83d00929593439f73e604a185
-SHA256 (qalculate-gtk-0.9.0.tar.gz) = cd0142b4ab62bdde24fc91541c5bff3e2c7f21a8c47b403533696fe7757c1f2c
-SIZE (qalculate-gtk-0.9.0.tar.gz) = 1378123
+MD5 (qalculate-gtk-0.9.3.tar.gz) = debcba3c990ee391d3c11f9d5c44e910
+SHA256 (qalculate-gtk-0.9.3.tar.gz) = 7f5a68c7cce35625c0540fa2886953ff7280e05ba43d13f022d639edfd801800
+SIZE (qalculate-gtk-0.9.3.tar.gz) = 1474039
diff --git a/math/qalculate/pkg-descr b/math/qalculate/pkg-descr
index 00d5474..45ee293 100644
--- a/math/qalculate/pkg-descr
+++ b/math/qalculate/pkg-descr
@@ -3,6 +3,4 @@ use but with much power and versatility underneath. Features include
customizable functions, units, arbitrary precision, plotting, and
a user-friendly interface.
-This package includes libqalculate - Qalculate! backend library
-
WWW: http://qalculate.sourceforge.net
diff --git a/math/qalculate/pkg-plist b/math/qalculate/pkg-plist
index da85294..c02cc49 100644
--- a/math/qalculate/pkg-plist
+++ b/math/qalculate/pkg-plist
@@ -1,13 +1,11 @@
bin/qalculate
bin/qalculate-gtk
-share/locale/sv/LC_MESSAGES/qalculate-gtk.mo
share/gnome/applications/qalculate-gtk.desktop
-share/gnome/help/qalculate-gtk/C/legal.xml
share/gnome/help/qalculate-gtk/C/appendixa.xml
share/gnome/help/qalculate-gtk/C/appendixb.xml
share/gnome/help/qalculate-gtk/C/appendixc.xml
-share/gnome/help/qalculate-gtk/C/qalculate-gtk.xml
share/gnome/help/qalculate-gtk/C/figures/calculation-history.png
+share/gnome/help/qalculate-gtk/C/figures/calculator-buttons-screen.png
share/gnome/help/qalculate-gtk/C/figures/calculator-buttons.png
share/gnome/help/qalculate-gtk/C/figures/completion.png
share/gnome/help/qalculate-gtk/C/figures/convert-number-bases.png
@@ -20,13 +18,17 @@ share/gnome/help/qalculate-gtk/C/figures/edit-variable.png
share/gnome/help/qalculate-gtk/C/figures/function-manager.png
share/gnome/help/qalculate-gtk/C/figures/gnuplot.png
share/gnome/help/qalculate-gtk/C/figures/import-csv.png
+share/gnome/help/qalculate-gtk/C/figures/insert-function-screen.png
share/gnome/help/qalculate-gtk/C/figures/insert-function.png
+share/gnome/help/qalculate-gtk/C/figures/mainwindow-screen.png
share/gnome/help/qalculate-gtk/C/figures/mainwindow.png
share/gnome/help/qalculate-gtk/C/figures/plot-data.png
share/gnome/help/qalculate-gtk/C/figures/plot-settings.png
share/gnome/help/qalculate-gtk/C/figures/store-variable.png
share/gnome/help/qalculate-gtk/C/figures/unit-manager.png
share/gnome/help/qalculate-gtk/C/figures/variable-manager.png
+share/gnome/help/qalculate-gtk/C/legal.xml
+share/gnome/help/qalculate-gtk/C/qalculate-gtk.xml
share/gnome/omf/qalculate-gtk/qalculate-gtk-C.omf
share/gnome/qalculate-gtk/glade/about.glade
share/gnome/qalculate-gtk/glade/argumentrules.glade
@@ -47,14 +49,15 @@ share/gnome/qalculate-gtk/glade/plot.glade
share/gnome/qalculate-gtk/glade/precision.glade
share/gnome/qalculate-gtk/glade/preferences.glade
share/gnome/qalculate-gtk/glade/unit.glade
-share/gnome/qalculate-gtk/glade/units.glade
share/gnome/qalculate-gtk/glade/unitedit.glade
+share/gnome/qalculate-gtk/glade/units.glade
share/gnome/qalculate-gtk/glade/unknownedit.glade
share/gnome/qalculate-gtk/glade/variableedit.glade
share/gnome/qalculate-gtk/glade/variables.glade
+share/locale/sv/LC_MESSAGES/qalculate-gtk.mo
+@dirrm share/gnome/qalculate-gtk/glade
+@dirrm share/gnome/qalculate-gtk
+@dirrm share/gnome/omf/qalculate-gtk
@dirrm share/gnome/help/qalculate-gtk/C/figures
@dirrm share/gnome/help/qalculate-gtk/C
@dirrm share/gnome/help/qalculate-gtk
-@dirrm share/gnome/omf/qalculate-gtk
-@dirrm share/gnome/qalculate-gtk/glade
-@dirrm share/gnome/qalculate-gtk
OpenPOWER on IntegriCloud