summaryrefslogtreecommitdiff
path: root/math/qalculate
AgeCommit message (Collapse)AuthorFilesLines
2020-06-02Revbump for icuadam2-4/+4
2020-05-22revbump after updating security/nettleadam2-4/+4
2020-05-06revbump after boost updateadam2-4/+4
2020-04-12Fix build with newer automake.joerg1-3/+2
2020-04-12Recursive revision bump after textproc/icu updateadam2-4/+4
2020-03-18Help the compiler find the right insertjoerg2-1/+18
2020-03-08*: recursive bump for libffiwiz2-4/+4
2020-01-18all: migrate several HOMEPAGEs to httpsrillig1-2/+2
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
2020-01-18*: Recursive revision bump for openssl 1.1.1.jperkin2-4/+4
2020-01-12*: Recursive revbump from devel/boost-libsryoon2-3/+4
2019-12-09Use ICONV_CONST from autotools instead of hardcoding OS versionsnros4-35/+31
Use ICONV_CONST instead of hardcoding osversions, this is more portable. Fixes build on SmartOS.
2019-11-20qalculate: update to 3.5.0markd13-334/+321
10 years worth of development.
2019-11-20qalculate*: change maintainer to pkgsc-users@NetBSD.org OKed adam@markd1-2/+2
2018-07-04*: Move SUBST_STAGE from post-patch to pre-configurejperkin1-2/+2
Performing substitutions during post-patch breaks tools such as mkpatches, making it very difficult to regenerate correct patches after making changes, and often leading to substituted string replacements being committed.
2018-01-07Fix indentation in buildlink3.mk files.rillig1-2/+2
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was reviewed manually. There are some .include lines that still are indented with zero spaces although the surrounding .if is indented. This is existing practice.
2017-03-23Extend SHA512 checksums to various files I have on my local distfilejoerg1-1/+2
mirror.
2016-07-16gcc6 build fixmarkd2-1/+17
2016-03-25Drop CVP workaround for Clang, with 3.8 the memory use has gone downjoerg1-3/+1
enough.
2015-03-02LLVM's correlated value propagation pass is known to require a lot ofjoerg1-6/+3
memory and CPU time for certain input. Provide a variable (CLANG_NO_VALUE_PROPAGATION_PASS) for selectively disabling it in those places known to trigger it.
2013-12-15The Clang 3.4RCs started to use slightly more memory when compilingjoerg3-2/+24
Calculator.cpp, but it was enough to push it over 2GB. So disable optimisation for now.
2013-08-21Add -D_LCONV_C99 on SunOS to pick up extended lconv support.jperkin1-1/+3
2013-07-15* .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yesryoon1-2/+1
are replaced with .include "../../devel/readline/buildlink3.mk", and USE_GNU_READLINE are removed, * .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE are replaced with .include "../../mk/readline.buildlink3.mk".
2012-09-15recursive bump from libffi shlib major bumpobache2-4/+4
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-11"user-destdir" is default these daysasau1-3/+1
2012-06-14Recursive PKGREVISION bump for libxml2 buildlink addition.sbd2-4/+4
2012-05-07Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)dholland1-2/+2
It turns out there were a lot of these.
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz2-4/+4
2012-02-06Revbump forwiz2-4/+4
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2011-11-20Recursive bump for math/cln buildlink addition.sbd2-4/+4
2011-04-22recursive bump from gettext-lib shlib bump.obache2-3/+4
2010-04-13update to 0.9.7drochner6-111/+20
changes: -General build updates and bug fixes -Bug fix for segfaults with some uses of integrate() -New Simplified Chinese translation -Fix crash with unsupported operator in RPN syntax -Fix reduction of vector size
2009-09-08Bump revision after CLN update. Addresses PR pkg/42006.asau1-2/+2
2009-09-06Fix breakage after CLN update.asau4-14/+49
2009-06-14Remove @dirrm entries from PLISTsjoerg1-6/+1
2009-05-25-make this compile with 64-bit time_tdrochner4-3/+25
The fix is suboptimal because the y2037 problem remains. It would be better to either -extend the "cln" lib for 64-bit integers (but the code is a mess already) or -split the time_t into a lower/higher part and convert them seperately, which is less than elegant. -add a MESSAGE telling that gnome-vfs or wget are needed to fetch currency exchange rates automatically, so the (wrong) wget dependency can be removed from child pkgs bump PKGREVISION
2009-05-20Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlibwiz1-1/+2
major change. Reported by Robert Elz in PR 41345.
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2008-12-20Improve COMMENT and DESCRiptions.reed2-6/+5
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.
2008-06-20Add DESTDIR support.joerg1-1/+3
2007-11-05update to 0.9.6drochner2-7/+7
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
2007-08-01Don't use malloc.h.joerg3-1/+29
2007-02-22Drop the pthrea check in configure completely and just setjoerg3-7/+7
PTHREAD_AUTO_VARS.
2007-02-20Changes 0.9.5:adam4-4055/+13
* 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
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-07-05Sweep pkgsrc and convert packages that included intltool/buildlink3.mkjlam1-3/+2
to use instead "USE_TOOLS+=intltool". Remove now unused intltool/buildlink3.mk
2006-06-22Reorder the linker tests in the configure script so that we test forjlam3-18/+4069
C libraries *before* we throw the AC_LANG([C++]) switch. This makes the generated configure script use the C compiler/linker instead of the C++ compiler/linker when running tests. This avoids errors like these based on not correctly getting the function signature correct: conftest.cc:36: error: nonnull argument with out-of-range operand number (arg 1, operand 2) This error was causing the configure script to not detect *gettext() routines and not building and installing the *.mo files. This fixes the error noted in the bulk build results: http://mail-index.netbsd.org/pkgsrc-bulk/2006/06/20/0000.html
2006-06-14Changes 0.9.4:adam5-20/+211
* True RPN mode with stack manipulation * Dutch translation (from Jaap Woldringh and the Dutch KDE translation team) * New application icons (from Thomas Lübking) * API documentation (approximately halfway) * Enhanced edit matrix/vector dialogs, with widget for GTK+ * View/edit/insert matrix/vector menu items (GTK+) * Combined dialog for number bases in result and expression (GTK+) * Fix comma as decimal sign with KDE GUI * "Convert to Best Unit" and "Convert to Base Units" was swapped (KDE) * Ignore commas (with dot as decimal sign) in numbers and option to use dot as thousands separator * Fix removal of factors in simplifaction ("1 kg m/s" was simplified to "1000 m/s") * Fix libqalculate.so unresolved symbols * Fix bug that caused all number arguments to require numbers to be rational * Interpret 0x..., 0o... and 0b... as hexadecimal, octal and binary numbers, respectively, when base is decimal * Ability to represent numbers as 0x0feff (for HEX), 0b0011101010 (for BIN) * Set vectors and matrices as the first argument by default * New functions * Fix integration * New unit: psi * New name format in data files for more flexible translations * Change some dubious mathematical wordings
2006-06-08Third attempt to get a correct PLIST for qalculate:joerg4-6/+21
Add locale message for sv. Bump revision. Fix configure to detect libintl correctly on NetBSD. Don't remove the entry again, fix the script if necessary!
2006-05-26Fix PLIST, bump PKGREVISION, remove BROKEN_IN.wiz2-6/+3