diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/qalculate-currency/DESCR | 7 | ||||
-rw-r--r-- | math/qalculate-currency/Makefile | 19 | ||||
-rw-r--r-- | math/qalculate-currency/PLIST | 4 | ||||
-rw-r--r-- | math/qalculate-currency/distinfo | 5 |
4 files changed, 35 insertions, 0 deletions
diff --git a/math/qalculate-currency/DESCR b/math/qalculate-currency/DESCR new file mode 100644 index 00000000000..1ae2b77be41 --- /dev/null +++ b/math/qalculate-currency/DESCR @@ -0,0 +1,7 @@ +Qalculate! Currency is a new utility for conversion between currencies using +the Qalculate! library. It presents the user with a small dialog with two menus +for currencies to convert between and two entries for the value to convert to +or from. When a number or mathematical expression (using the full capabilities +of Qalculate!) is typed in one of the entries conversion between the two +currencies are done as-you-type. Current exchange rates can be fetched from the +Internet with a simple button click. diff --git a/math/qalculate-currency/Makefile b/math/qalculate-currency/Makefile new file mode 100644 index 00000000000..a6f474cbe9f --- /dev/null +++ b/math/qalculate-currency/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/10/11 13:29:06 adam Exp $ + +DISTNAME= qalculate-currency-0.8.2 +CATEGORIES= math +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qalculate/} + +MAINTAINER= adam@NetBSD.org +HOMEPAGE= http://qalculate.sourceforge.net/ +COMMENT= Utility for conversion between currencies using Qalculate + +USE_LIBTOOL= yes +USE_PKGLOCALEDIR= yes +USE_TOOLS+= gmake pkg-config +GNU_CONFIGURE= yes +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool + +.include "../../math/qalculate/buildlink3.mk" +.include "../../x11/gtk2/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/math/qalculate-currency/PLIST b/math/qalculate-currency/PLIST new file mode 100644 index 00000000000..a2774db03d4 --- /dev/null +++ b/math/qalculate-currency/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/10/11 13:29:06 adam Exp $ +bin/qalculate-currency +share/applications/qalculate-currency.desktop +${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/qalculate-currency.mo diff --git a/math/qalculate-currency/distinfo b/math/qalculate-currency/distinfo new file mode 100644 index 00000000000..43709c67287 --- /dev/null +++ b/math/qalculate-currency/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/10/11 13:29:06 adam Exp $ + +SHA1 (qalculate-currency-0.8.2.tar.gz) = 136cc659cf7f2f4ee96cf0f0bdb223d3e94c0c10 +RMD160 (qalculate-currency-0.8.2.tar.gz) = 63baa580d667caa24998a31f3b988015c4ee4fe7 +Size (qalculate-currency-0.8.2.tar.gz) = 362113 bytes |