diff options
author | adam <adam@pkgsrc.org> | 2005-10-11 13:29:40 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-10-11 13:29:40 +0000 |
commit | 5d590b67de3206319152ba08624cdf10d89029e1 (patch) | |
tree | ce882c53f1f7440c8e14a4c31034de0cde5e0989 | |
parent | 7340814773c03fda34ce09f8ceffd94d497d707f (diff) | |
download | pkgsrc-5d590b67de3206319152ba08624cdf10d89029e1.tar.gz |
Utility for conversion between units using Qalculate library
-rw-r--r-- | math/qalculate-units/DESCR | 5 | ||||
-rw-r--r-- | math/qalculate-units/Makefile | 19 | ||||
-rw-r--r-- | math/qalculate-units/PLIST | 4 | ||||
-rw-r--r-- | math/qalculate-units/distinfo | 5 |
4 files changed, 33 insertions, 0 deletions
diff --git a/math/qalculate-units/DESCR b/math/qalculate-units/DESCR new file mode 100644 index 00000000000..9efd557853a --- /dev/null +++ b/math/qalculate-units/DESCR @@ -0,0 +1,5 @@ +Qalculate! Units is a new utility for conversion between units using the +Qalculate! library. A large number of units can be selected from a list or be +entered directly, allowing any combination of different units and prefixes. +Qalculate! Units supports full mathematical expressions, with a large number +of functions, constants and fault-tolerant parsing. diff --git a/math/qalculate-units/Makefile b/math/qalculate-units/Makefile new file mode 100644 index 00000000000..65d9fefe699 --- /dev/null +++ b/math/qalculate-units/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/10/11 13:29:40 adam Exp $ + +DISTNAME= qalculate-units-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 units 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-units/PLIST b/math/qalculate-units/PLIST new file mode 100644 index 00000000000..0b9d061aaf0 --- /dev/null +++ b/math/qalculate-units/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/10/11 13:29:40 adam Exp $ +bin/qalculate-units +share/applications/qalculate-units.desktop +${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/qalculate-units.mo diff --git a/math/qalculate-units/distinfo b/math/qalculate-units/distinfo new file mode 100644 index 00000000000..ed0d661a0fb --- /dev/null +++ b/math/qalculate-units/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/10/11 13:29:40 adam Exp $ + +SHA1 (qalculate-units-0.8.2.tar.gz) = dac6186f234673a16308d4d2f343f4c8c7bd20a5 +RMD160 (qalculate-units-0.8.2.tar.gz) = fdd3df372f4c7805d93c65b96442d51fae139b24 +Size (qalculate-units-0.8.2.tar.gz) = 367645 bytes |