summaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Collapse)AuthorFilesLines
2005-08-23remove leftover patch which is no longer useddmcmahill2-10/+1
2005-08-21This uses libtool.jmmv1-1/+2
2005-08-20Add some missing man pages to the PLIST.kristerw2-3/+8
Bump PKGREVISION.
2005-08-19Convert to the options framework.schmonz2-22/+27
2005-08-19Whitespace.schmonz1-2/+1
2005-08-13Add p5-Math-Base85adrianp1-1/+2
2005-08-13This module handles numbers in base 85, via strings and Math::BigInt.adrianp4-0/+24
For more information, read the module or rfc1924.txt.
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam5-14/+10
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-08-08Fix the package configuration of the following packages so that theyjlam3-3/+17
will install Perl modules into the "vendor" directories: chat/vicq math/udunits databases/rrdtool mbone/beacon devel/p5-subversion Bump their PKGREVISIONs.
2005-08-06Fixed an undefined reference to close(2).rillig2-1/+16
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam14-22/+28
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-08-04Cosmeticsadam1-6/+6
2005-08-04Changes 2005-06-13:adam11-184/+80
* textread now returns cell arrays * use new gnuplot interface for functions * fix rand bug on non-intel architectures * more econometrics functions * new functions: randg, cellfun, cell2mat, bwarea, imresize, savepath * bug fixes and improvements (see ChangeLog for details)
2005-08-04Fix BUILDLINK_PKGSRCDIR.qalculate.taca1-2/+2
2005-08-03Added qalculate-gtk,-kdeadam1-1/+3
2005-08-03KDE interface to math/qalculateadam5-0/+78
2005-08-03buildlink3.mk addedadam1-0/+22
2005-08-03GTK interface to math/qalculate (used to be part of this package)adam5-0/+106
2005-08-03Changes 0.8.1:adam5-84/+21
Remove requirement glib-2.0 >= 2.4 and require libxml2 >= 2.3.8 Do not use unicode prefix names for long names Add even(), odd() and shift() functions and operators "<<" and ">>" Compile with kdelibs and Qt >= 3.1 (KDE) Add glib-2.0 and libxml-2.0 to PKG_CHECK_MODULES (KDE) Display prefix in object info (KDE) Confirm overwriting result and plot image files (KDE) Use KIO instead of wget for fetching exchange rates (KDE) Close gnuplot and disable save button when no series defined (KDE)
2005-07-30Update mathomatic to 12.4.6.minskim2-6/+6
Changes: - Added variable "error_str", which is set to the last error message when SILENT is defined. - Improvement in giving reason when solving fails. - The HTML docs were fixed.
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz5-10/+10
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-19Update mathomatic to 12.4.5.minskim2-6/+6
Changes: - Bug fix made to divide command. - Increased the number of equation spaces to 100. - Fixed a precision problem with the "list export" command. - Added and implemented function return_result(equation_number) at the end of most commands, to facilitate use as a library. - Some more comments were added and "list.c" was cleaned up. - Replaced most printf()s with a new function called error().
2005-07-18The sources assume <malloc.h> exists. Create a fake one for platformskristerw1-1/+9
that don't have it.
2005-07-17Regenerate so that the Mac OS X patch program undestands howkristerw2-16/+7
to apply it.
2005-07-16Remove some unnecessarily strong dependencies on perl that resultedjlam1-2/+2
from including perl5/buildlink3.mk. These packages just need the Perl interpreter, and can just add "perl" to USE_TOOLS instead.
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam6-17/+13
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-07-15Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by makingjlam2-4/+4
PKGSRC_USE_TOOLS go away. There is now only a single USE_TOOLS variable that specifies all of the tools we need to build/run the package.
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam14-28/+28
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-07-09This pkg need perl to build.kristerw1-3/+2
2005-07-08Prevent paths to the build directories from being included in the package.kristerw3-22/+40
Bump PKGREVISION.
2005-07-06Update mathomatic to 12.4.4.minskim2-6/+6
Changes: - Added a few checks for NULL char pointers. - Major change in memory allocation: equation spaces are now only allocated as needed. - Changed optimize command to accept an equation number range. - Some minor code cleanups and commenting.
2005-07-01Changes 2.9.3:adam6-33/+39
* Bug fixes
2005-07-01Changes 2.1.71:adam4-16/+15
* Bug fixes
2005-06-26Update to 0.2603:wiz2-7/+7
0.2603 Mon May 30, 2004 - Mod SaveParser : Apply a path from Eduardo J adding Protect feature (Thank you, Eduardo J for patch) - Mod ParseExcel : Apply a path from C. Jon Larsen adding GetContent (Thank you, C. Jon Larsen)
2005-06-24Add and enable p5-Number-Compare.wiz1-1/+2
2005-06-24Import p5-Number-Compare-0.01 from pkgsrc-wip, packaged bywiz4-0/+26
Hiramatsu Yoshifumi. Number::Compare compiles a simple comparison to an anonymous subroutine, which you can call with a value to be tested again.
2005-06-24Update R to version 2.1.1.markd2-9/+7
minor bug fixes.
2005-06-23Update mathomatic to 12.4.3.minskim2-6/+6
Changes: - Allow larger fractions. - Doubled the default max expression size and memory requirements are now 20 megabytes. - Added ability to set the number of partitions when using the nintegrate command. - Some code and messages cleanup. - Fixed bug in nintegrate command (wrong number of function parameters). - Improved solve routine. - Update to "primes/matho-around.c".
2005-06-21The configure script is broken and doesn't accept our YACC definitionjlam1-1/+3
because it's a full path to bison. Force HAVE_YACC=yes to sidestep the stupid extra check added by the gcalctool authors. This should fix the build of gcalctool. Commit approved during the deep freeze by <agc>.
2005-06-19Prevent paths to the build directories from being included in the package.kristerw1-3/+4
Bump PKGREVISION.
2005-06-17Pull out the LS and TR definitions from algae/Makefile and place themjlam1-5/+2
in tools/defaults.mk where they can be more widely used.
2005-06-17Update DESCRiption to reflect recent feature changes. Noted by the author.minskim1-2/+0
2005-06-17Prevent paths to the build work directories being included in the package.kristerw1-2/+6
Bump PKGREVISION.
2005-06-17Fix pkglint warnings:kristerw2-17/+17
* GNU_CONFIGURE should be set to YES or yes. * Sort PLIST.
2005-06-17Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead ofjlam1-6/+6
${PREFIX}.
2005-06-17Create directories before installing files into them.jlam17-17/+45
2005-06-14Update mathomatic to 12.4.2.minskim2-6/+6
Bug fixes and minor improvements.
2005-06-12math/gcalctool requires bison to build, even though it claims it onlyjlam1-2/+2
needs yacc. This fixes PR pkg/29897.
2005-06-11Cleanup of tools paths appearing in installed files for the new toolsmarkd1-17/+5
framework. Bump PKGREVISION.
2005-06-05Set a directory name in PLIST to a correct value on Linux.minskim2-133/+136