2016-03-05 12:27:40 +01:00
|
|
|
# $NetBSD: Makefile,v 1.55 2016/03/05 11:28:53 jperkin Exp $
|
2005-08-03 15:41:24 +02:00
|
|
|
|
Changes 0.9.5:
* French translation (not fully complete yet)
* Return value in save() and add "name := value" as shortcut
* Integer factorization
* Interpret 0x[0-9,a-f] as hexadecimal number (do not require first digit to be 0-9)
* Add "Engineering" display mode
* Several fixes to display of units and prefixes
* Show value for variables without title in expression completion
* New functions: cross(), heaviside(), rectangular(), triangular(), ramp() kronecker(), sigmoid(), and logit()
* Use radius as argument for circumference()
* Add optional upper and lower limit arguments to integrate() for definite integrals
* Fix precision in logn()
* Ability to set shortcuts for meta modes (KDE)
* Make separate options for "Sort Minus Last" and "Negative Exponents" in numerical display menu
* Add "Edit Expression", "Edit Result", and "Insert Result Variable" to history context menu (KDE)
* Global shortcut for show/hide (KDE)
* Use localized comma for insert matrix/vector
* Remove use of libgnomeui completely and add --with-libgnome configure option
* Fix parsing of "x!)!"
* Use Julian year for light-year value
* Add several accelerator keys (GTK+)
* Connect "Exp" button Exp RPN operation and add Ctrl+Shift+E shortcut
* Fixes for old KDE and Qt versions
* New command line options for qalc: -terse (-t), -nodefs (-n), -nocurrencies, -nodatasets, -nofunctions, -nounits, -novariables
2007-02-20 16:08:47 +01:00
|
|
|
DISTNAME= qalculate-kde-0.9.5
|
2016-03-05 12:27:40 +01:00
|
|
|
PKGREVISION= 38
|
2005-08-03 15:41:24 +02:00
|
|
|
CATEGORIES= math
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qalculate/}
|
|
|
|
|
|
|
|
MAINTAINER= adam@NetBSD.org
|
|
|
|
HOMEPAGE= http://qalculate.sourceforge.net/
|
2008-12-20 19:47:00 +01:00
|
|
|
COMMENT= Modern multi-purpose desktop calculator (KDE version)
|
2005-08-03 15:41:24 +02:00
|
|
|
|
|
|
|
DEPENDS+= gnuplot>=3.7:../../graphics/gnuplot
|
|
|
|
DEPENDS+= wget>=1.8:../../net/wget
|
|
|
|
|
2006-05-07 15:51:20 +02:00
|
|
|
USE_LANGUAGES= c c++
|
|
|
|
USE_LIBTOOL= yes
|
2009-09-06 17:40:49 +02:00
|
|
|
USE_TOOLS+= autoconf gmake msgfmt pkg-config perl
|
2005-08-03 15:41:24 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2012-02-09 22:44:27 +01:00
|
|
|
SET_LIBDIR= yes
|
2005-08-03 15:41:24 +02:00
|
|
|
|
2009-09-06 17:40:49 +02:00
|
|
|
pre-configure:
|
|
|
|
${RUN} cd ${WRKSRC}; autoconf
|
2007-01-26 05:25:46 +01:00
|
|
|
|
|
|
|
.include "../../meta-pkgs/kde3/kde3.mk"
|
|
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
2005-08-03 15:41:24 +02:00
|
|
|
.include "../../math/qalculate/buildlink3.mk"
|
|
|
|
.include "../../x11/kdelibs3/buildlink3.mk"
|
2012-07-01 21:05:10 +02:00
|
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
2005-08-03 15:41:24 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|