changes: -Use Lambert W to solve more equations and avoid infinite loop when solving some equations -More data on elements -Fix simplification of (1-1/x)^3 and similar -Fix clumsy mistakes in with prefixes leading to crashes -Fix parsing of unit expressions (when converting) such as W/(m K) -Add more exact values for sin() and cos() and avoid floating point underflow by, in approximate mode, checking against the value of pi -Always input decimal separator sign on keypad separator press -Fix crash when expression entry reclaims focus if compiled with optimizations (GTK+) -New units: typographic units, pouce, pied du roi, grams of TNT and tons of TNT -New functions: lambertW(), addDays(), addMonths(), addYear(), addTime(), isNumber(), isReal(), isRational(), isInteger(), representsNumber(), representsReal(), representsRational(), representsInteger() -New variable: omega constant -Other minor fixes and enhancements also fix wrong inclusion of scrollkeeper/bl3
26 lines
760 B
Makefile
26 lines
760 B
Makefile
# $NetBSD: Makefile,v 1.22 2007/11/05 20:44:03 drochner Exp $
|
|
|
|
DISTNAME= qalculate-gtk-0.9.6
|
|
CATEGORIES= math
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qalculate/}
|
|
|
|
MAINTAINER= adam@NetBSD.org
|
|
HOMEPAGE= http://qalculate.sourceforge.net/
|
|
COMMENT= Qalculate is a modern multi-purpose desktop calculator
|
|
|
|
DEPENDS+= gnuplot>=3.7:../../graphics/gnuplot
|
|
DEPENDS+= wget>=1.8:../../net/wget
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_TOOLS+= autoconf gmake intltool msgfmt pkg-config
|
|
GNU_CONFIGURE= yes
|
|
|
|
pre-configure:
|
|
cd ${WRKSRC}; autoconf
|
|
|
|
.include "../../devel/libglade/buildlink3.mk"
|
|
.include "../../devel/libgnomeui/buildlink3.mk"
|
|
.include "../../math/qalculate/buildlink3.mk"
|
|
.include "../../textproc/scrollkeeper/omf.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|