diff options
author | reed <reed> | 2008-12-20 18:47:00 +0000 |
---|---|---|
committer | reed <reed> | 2008-12-20 18:47:00 +0000 |
commit | 8afe0982440349ebcd0efb8b723006cb4860ef62 (patch) | |
tree | 23100423ede6bd33434286ec66ddb05cf5d60e4e /math/qalculate | |
parent | 8b007db64e6d48dbc28a4e1200bf67ae44d3a62e (diff) | |
download | pkgsrc-8afe0982440349ebcd0efb8b723006cb4860ef62.tar.gz |
Improve COMMENT and DESCRiptions.
No longer identical.
Don't say Linux since this is for other platforms too.
Don't mention GUI interface in the description for the console package.
By the way, the gtk version is really GNOME, but upstreams calls it gtk.
Diffstat (limited to 'math/qalculate')
-rw-r--r-- | math/qalculate/DESCR | 7 | ||||
-rw-r--r-- | math/qalculate/Makefile | 4 |
2 files changed, 5 insertions, 6 deletions
diff --git a/math/qalculate/DESCR b/math/qalculate/DESCR index 202712e5369..b05ad8d905e 100644 --- a/math/qalculate/DESCR +++ b/math/qalculate/DESCR @@ -1,5 +1,4 @@ -Qalculate! is a modern multi-purpose desktop calculator for GNU/Linux. +Qalculate! is a modern multi-purpose desktop calculator. It is small and simple to use but with much power and versatility underneath. -Features include customizable functions, units, arbitrary precision, plotting, -and a graphical interface (GTK+) that uses a one-line fault-tolerant expression -entry (although it supports optional traditional buttons). +Features include customizable functions, units, arbitrary precision, and +plotting. This package provides libraries and a console-based calculator. diff --git a/math/qalculate/Makefile b/math/qalculate/Makefile index c49f3c7b6bd..466faa0db43 100644 --- a/math/qalculate/Makefile +++ b/math/qalculate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2008/06/20 01:09:25 joerg Exp $ +# $NetBSD: Makefile,v 1.30 2008/12/20 18:47:00 reed Exp $ DISTNAME= libqalculate-0.9.6 PKGNAME= qalculate-0.9.6 @@ -7,7 +7,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qalculate/} MAINTAINER= adam@NetBSD.org HOMEPAGE= http://qalculate.sourceforge.net/ -COMMENT= Qalculate is a modern multi-purpose desktop calculator +COMMENT= Modern multi-purpose desktop calculator (console version) PKG_DESTDIR_SUPPORT= user-destdir |