summaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Collapse)AuthorFilesLines
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
2005-06-05Update mathomatic to 12.4.0.minskim3-10/+12
Changes: - Added singularity checking and enabled numerical integration. - Fixed a bug in and documented numerical integration. - Simplify command was improved. - Startup displays more accurate memory usage info. - Update to the Mathomatic man page (added description). - Added NO_COLOR define (see README.txt). - Added function get_range_eol(). - Doubled MAX_COMPARE_TERMS to 400.
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam15-28/+25
Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
2005-06-01Allow build using python 2.4markd1-2/+2
OKed by Rene Hexel
2005-05-31Convert USE_GNU_TOOLS into USE_TOOLS as the former is no longer supportedjlam1-2/+2
in pkgsrc.
2005-05-31update to 1.6.02drochner4-177/+197
changes: 1. The original plug_in and autoload system (see 5/Sep/04 below) has been completely revamped to make a true "package" system. 2. The Makefile system for compiled yorick add-ons has completely changed. 3. The string manipulation functions have been dramatically extended. 4. The yorick user manual and quick reference cards have been updated.
2005-05-31update to 2.1.71drochner2-6/+6
changes: cleanup, build system fixes
2005-05-31Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's adillo2-4/+4
user settable variable. Set PKG_SUGGESTED_OPTIONS instead. Also, make use of PKG_OPTIONS_LEGACY_VARS. Reviewed by wiz.
2005-05-31Update HOMEPAGE.minskim1-2/+2
2005-05-30Set a directory name in PLIST to a correct value on Linux.minskim2-85/+88
2005-05-26Fix broken GNU configure script that was overriding the SED that waskristerw2-8/+19
passed to it with an empty string.
2005-05-26Fix broken GNU configure script that was overriding the SED that wasjlam2-4/+15
passed to it with an empty string.
2005-05-26Update mathomatic to 12.3.3.minskim2-6/+6
Changes: - Yet another improvement to the simplify command. poly2_gcd() was fixed. - Improved bounds checking for gcd(). - Pause command now takes an argument. - Made derivative, extrema, and integrate commands work with non-equations. - An important optimization was made to factor_times(). - Added and tested code for numerical integration. Currently disabled, to enable define "NUMERICAL_INTEGRATE" in CFLAGS.
2005-05-25Add RMD160 checksum.wiz1-1/+2
2005-05-23Removed trailing white-space.rillig3-4/+4
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam22-45/+44
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-05-22For packages that use GNU configure, don't bother adding "TOOL"jlam1-2/+2
variables into CONFIGURE_ENV if the new tools framework already takes care of adding them automatically.
2005-05-22fix the category. this is math not cad...dmcmahill1-2/+2
2005-05-21Include devel/hdf5/buildlink3.mk if octave is built with hdf5.kristerw2-2/+14
2005-05-19Don't try and use wide chars on NetBSD 1.6 as the support isn't completemarkd1-1/+5
enough. Fixes PR pkg/30274
2005-05-18Remove packages that have been broken on 2.0/i386 for over 9 monthswiz14-529/+1
now; neither maintainer nor anyone else stepped up to fix them. Predicted on tech-pkg and in private mail to maintainers; no comments.