diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2006-05-21 13:38:51 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2006-05-21 13:38:51 +0000 |
commit | b7e2d815cebd5695a006fca30396a094eabd40e0 (patch) | |
tree | 991dd927d967a76f78008873c9707a00a3ec2254 /math/libqalculate | |
parent | 3fd868b46638719fd3799cbae85a6272fcee93ea (diff) | |
download | ports-b7e2d815cebd5695a006fca30396a094eabd40e0.tar.gz ports-b7e2d815cebd5695a006fca30396a094eabd40e0.zip |
Notes
Diffstat (limited to 'math/libqalculate')
-rw-r--r-- | math/libqalculate/Makefile | 4 | ||||
-rw-r--r-- | math/libqalculate/distinfo | 6 | ||||
-rw-r--r-- | math/libqalculate/pkg-plist | 18 |
3 files changed, 14 insertions, 14 deletions
diff --git a/math/libqalculate/Makefile b/math/libqalculate/Makefile index 23a24913f9c4..b430cdba0af6 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 54d8466619f9..245ea0b17ce9 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 077100aab8fa..cb1f883e45e8 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 |