summaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Collapse)AuthorFilesLines
2003-07-16Initial work in merging bits of the pkgviews branch into modern pkgsrc.jlam651-38972/+0
Currently, the pkgviews/buildlink2 integration is incomplete. People who work on this branch should also check out src/usr.sbin/pkg_install from the pkgviews branch.
2003-07-13PKGREVISION bump for libiconv update.wiz16-29/+32
2003-07-12use TEST_TARGET instead of custom test targetdillo1-5/+3
2003-07-12don't define test target directly, use do-test insteaddillo1-2/+2
2003-07-11- Use schemas.mk to handle GConf2 schemas properly.jmmv4-10/+19
- Use omf.mk to handle scrollkeeper omf files properly. - Depend on gnome2-dirs to handle shared directories. - Sort PLIST while here. - Bump PKGREVISION to 1.
2003-07-10Update to latest version. No changelog available.jtb9-533/+592
2003-07-08Update to 3.0.1:wiz4-32/+19
* Some speed improvements in SIMD code. * --without-cycle-counter option is removed. If no cycle counter is found, then the estimator is always used. A --with-slow-timer option is provided to force the use of lower-resolution timers. * Added missing static keyword that prevented simultaneous linkage of different-precision versions; thanks to Rasmus Larson for the bug report. * Corrected accidental omission of f77_wisdom.f file; thanks to Alan Watson. * Removed non-portable use of 'tempfile' in fftw-wisdom-to-conf script; thanks to Nicolas Decoster for the patch. * Added 'make smallcheck' target in tests/ directory, at the request of James Treacy.
2003-07-07Make that read "number theory system".jtb1-1/+1
2003-07-07Add pari-galdata.jtb1-1/+2
2003-07-07Initial import of pari-galdata.jtb4-0/+434
Galois group data for the Pari computer-aided number theory.
2003-07-07Allow this to work with latest pari.jtb3-4/+41
2003-07-07Update to pari-2.1.5.jtb19-106/+829
pkgsrc changes: * Build a shared libpari using libtool * convert to buildlink2 Changes in Pari itself: * a long list of bugfixes -- see CHANGES.
2003-07-02Add a TEST_TARGET.jtb1-2/+4
2003-07-02Update to version 2.0.17. Convert to using buildlink.jtb4-701/+719
Summary of changes for version 2.0.17: ------------------------------------- This will probably be the last release in the 2.0.x series. There are a few bug fixes, but the major change is to print a message saying that Octave 2.0.x cannot be compiled with gcc 3.0.x or gcc 2.96. If you want to build Octave 2.0.x, you will need to use gcc 2.95.x. If you want to use gcc 3.0.x or some later version, you should be using the Octave 2.1.35 sources or a more recent version.
2003-07-02Convert to use buildlink.jtb12-1646/+204
2003-07-02Update to version 4.1.3.jtb3-58/+27
Changes according to the NEWS file: * Configure checks for "malloc.h". * Fixed configure to work with autoconf-2.57.
2003-06-27Add two missing libraries.wiz1-1/+3
2003-06-23Update for info file regen that occurs nowjmc1-6/+1
2003-06-18When constructing the WRKSRC definition, use ${PKGNAME_NOREV} rather thanagc1-7/+7
${PKGNAME}, so that the WRKSRC definition is immune from any subsequent PKGREVISION changes. With thanks to jmc for the nudge.
2003-06-12This needs perl5 to build with.jmc1-1/+2
2003-06-12Fix typo. Reported by Marc Recht in PR 21869.wiz1-2/+2
2003-06-11Update for the fact that 'arm' ports have been called NetBSD-*-arm for a whileabs3-9/+11
now and not NetBSD-*-arm32. Changes include one or more of: - Change MACHINE_ARCH == arm32 to also match arm - Where ONLY_FOR_PLATFORM includes NetBSD-*-arm32, add NetBSD-*-arm - Where BROKEN or worked around for arm gcc bugs, set USE_GCC3 The last may shake out a few more broken packages the next bulk build.
2003-06-10If the texi file is getting patched it needs to be rebuilt and that needs ajmc1-1/+2
current texinfo.
2003-06-06update to 4.2.83drochner4-26/+50
bugfix release, as it looks
2003-06-05Add patch to make 'info fftw3' work. Noted broken by Jeremy C. Reed.wiz4-4/+19
PKGREVISION++
2003-06-05Update to 2.1.5:wiz4-55/+11
Version 2.1.5 (3/24/2003) * Bug fix: Fortran wrappers were disabled in version 2.1.4. Version 2.1.4 (3/16/2003) * Upgraded to newer versions of autoconf, etcetera, to fix compilation problems on various recent systems. * The configure script no longer picks the wrong architecture flags (which caused FFTW to crash) on newer IBM POWER machines running AIX. * Multi-threaded transforms should now utilize multiple CPUs on Solaris (which creates threads in single-processor mode by default). * Added experimental support for OpenMP (and SGI MP) compiler parallelization directives in the multi-threaded transforms, instead of using explicit thread spawning. Enable by configuring --with-openmp or --with-sgi-mp in addition to --enable-threads. * Expanded FAQ.
2003-06-05Depend on fftw2. Bump PKGREVISION.wiz1-3/+3
2003-06-05Add fftw2.wiz1-1/+2
2003-06-05Re-import version 2.1.3 of fftw as fftw2.wiz7-0/+138
2003-06-05The librfftw library does not exist, so don't add it to buildlink files.jmmv1-2/+1
Pointed out by mlh at goathill.org in tech-pkg.
2003-06-05Add ess.markd1-1/+2
2003-06-05Initial import of Emacs Speaks Statistics (ESS) version 5.1.24markd6-0/+216
Emacs Speaks Statistics (ESS) provides an intelligent, consistent interface between the user and the software. ESS interfaces with S-PLUS, R, SAS, BUGS and other statistical analysis packages under the Unix, Microsoft Windows, and Apple Mac OS operating systems. ESS is a package for the GNU Emacs and XEmacs text editors whose features ESS uses to streamline the creation and use of statistical software. ESS knows the syntax and grammar of statistical analysis packages and provides consistent display and editing features based on that knowledge. ESS assists in interactive and batch execution of statements written in these statistical analysis languages.
2003-06-05Bump revisions following the guile14's threaded fix.uebayasi2-4/+4
2003-06-04delete the PYTHON_VERSIONS_ACCEPTED line - this should lead to the samedrochner1-2/+1
result as the patch in PR pkg/21772 by Marc Recht
2003-06-02Use mk/gcc.buildlink2.mk rather than gcc/buildlink2.mk so lang/gcc3abs1-2/+2
is accepted. Suggested by Grant.
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma54-108/+108
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-30Depend on (at least) version 1.2 of gnome{,1,2}-dirs to automatically handlejmmv4-6/+11
the shared share/mime-info directory. Bump PKGREVISION.
2003-05-22Bump PKGREVISION due to boehm-gc update to 6.2alpha5. This version fixesjmmv1-1/+2
a problem introduced in the 6.2alpha4 package.
2003-05-18Add NetBSD RCS tags.cjep1-0/+1
2003-05-12Get typo for doc/docjmc1-1/+0
2003-05-12Move tty test into interactive section so this will work correctlyjmc2-1/+30
for bulk/non-interactive builds that are logging
2003-05-11Including gmp's buildlink2.mk won't do much without USE_BUILDLINK2 enabled...jmc1-1/+2
2003-05-11Fix the timer routine to correctly return the time in seconds.jtb3-8/+8
Bump PKGREVISION.
2003-05-07Update to 0.4.1:wiz3-14/+15
* Changed pixmap directory to $prefix/share/pixmaps/graphopt
2003-05-07Update to 0.4.wiz3-23/+13
* Added postscript export * Made the pixmaps install correctly
2003-05-06Use texinfo.mk.seb4-9/+28
Fix info files handling in Makefile and PLIST.
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv29-65/+65
2003-05-05PKGREVISION goes after PKGNAME.jmmv1-2/+2
2003-05-05Line up PKGREVISION whitespace.jmmv3-6/+6
2003-05-02Only use the fused multiply add version for PowerPC architecture.jtb1-7/+6
Move DISTNAME.