Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 100 | -100/+100 | |
2001-02-16 | Not needed any more -- COMMENTs are in Makefiles now. | wiz | 1 | -1/+0 | |
2001-02-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 1 | -51/+53 | |
While I'm here, unify category Makefiles to more standard style. (If you have tools depending on the previous form, please fix them.) | |||||
2001-02-15 | I missed adding these back. | jtb | 4 | -0/+40 | |
2001-02-15 | Append _rlab to the libraries to prevent linking with incompatible | jtb | 2 | -1/+16 | |
versions (which may already be installed). Fixes i386 bulk build problem. | |||||
2001-02-14 | The distfiles seem to have changed. | jtb | 1 | -4/+4 | |
2001-02-11 | Removed some cruft. Use `plplot_linkage` to find the location of | jtb | 8 | -88/+36 | |
plplot/tcl/tk/x11. New variables RLAB_USE_SUPERLU, RLAB_PAGER. | |||||
2001-02-10 | Fix one further problem. | jtb | 1 | -2/+2 | |
2001-02-10 | Fix the MASTER_SITE and regen the checksum for tn.tar.gz which seems to | veego | 2 | -4/+4 | |
have changed today, but the last commit only changed the dates and not the md5. | |||||
2001-02-10 | Regenerate checksum. Keep the lines in the Makefile within column 70. | jtb | 2 | -7/+9 | |
2001-02-10 | Add and enable admesh | jtb | 1 | -1/+2 | |
2001-02-10 | Initial import of admesh: | jtb | 5 | -0/+37 | |
Program for processing triangulated solid meshes | |||||
2001-02-10 | Add and enable tochnog | jtb | 1 | -1/+2 | |
2001-02-10 | Initial import of tochnog: | jtb | 8 | -0/+327 | |
Finite Element Analysis Program | |||||
2001-02-10 | Add and enable p5-Interpolate | jtb | 1 | -1/+2 | |
2001-02-10 | Initial import of p5-Interpolate: | jtb | 5 | -0/+26 | |
This module contains several useful routines for interpolating data sets and finding where a given value lies in a sorted list. | |||||
2001-02-10 | Add and enable metis. | jtb | 1 | -1/+2 | |
2001-02-10 | Initial import of metis: | jtb | 9 | -0/+142 | |
METIS is a family of programs for partitioning unstructured graphs and hypergraphs and computing fill-reducing orderings of sparse matrices. The underlying algorithms used by METIS are based on the state-of-the-art multilevel paradigm that has been shown to produce high quality results and scale to very large problems. It is available both as a set of stand-alone programs and as a library. | |||||
2001-02-10 | Add and enable p5-BigInteger | jtb | 1 | -1/+2 | |
2001-02-10 | Initial import of p5-BigInteger: | jtb | 7 | -0/+53 | |
Arbitrary length integer extension module for Perl | |||||
2001-02-08 | Remove a MASTER_SITE, fix path on a second one, and tell mv we're sure. | wiz | 1 | -4/+3 | |
2001-02-08 | Try to be backwards compatible in readline emulation usage for older | wiz | 1 | -1/+9 | |
versions of NetBSD. | |||||
2001-02-08 | Add and enable capc-calc | wiz | 1 | -1/+2 | |
2001-02-08 | Initial import of calc (renamed to capc-calc because of existing calc | wiz | 7 | -0/+589 | |
package): C arbitrary precision calculator Requested by Chuck Cranor. | |||||
2001-02-08 | Use bsd.lib.mk for building shared libs. | jtb | 5 | -26/+26 | |
2001-02-08 | Use generic BSD build system for making shared libraries. (No more libtool). | jtb | 4 | -26/+21 | |
2001-02-07 | Add and enable p5-MatrixReal | jtb | 1 | -1/+2 | |
2001-02-07 | Initial import of p5-MatrixReal: | jtb | 5 | -0/+40 | |
Perl module for performing operations on real matrices | |||||
2001-02-07 | Fix a few more paste-o's. | fredb | 1 | -2/+2 | |
2001-02-07 | Add and enable udunits. | jtb | 1 | -1/+2 | |
2001-02-07 | Initial import of udunits: | jtb | 7 | -0/+59 | |
Library and program for manipulating units of physical quantities (There is also a Perl module, but that doesn't fit in 70 characters). | |||||
2001-02-06 | Unify format of MESSAGEs, and include RCS Ids. | wiz | 3 | -7/+15 | |
2001-02-06 | Make that "autoreconf" -- there is no "autoremake". | fredb | 1 | -3/+3 | |
2001-02-05 | Fix problem with patch noticed in Alpha bulk build. | jtb | 2 | -5/+5 | |
2001-02-05 | Fix a PLIST problem noticed in Alpha bulk build. | jtb | 1 | -5/+1 | |
2001-02-05 | Use full pathname "${LOCALBASE}/bin/auto..." in dependences and make | tron | 3 | -8/+8 | |
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski. | |||||
2001-02-02 | Don't forget to copy the Makefile into ${WRKSRC}. | jtb | 1 | -1/+4 | |
2001-02-02 | Enable the use of the SuperLU library for RlaB. | jtb | 6 | -50/+66 | |
2001-02-02 | Add and enable superlu. | jtb | 1 | -1/+2 | |
2001-02-02 | Initial import of superlu: | jtb | 7 | -0/+98 | |
ANSI C routine library for the solution of sparse linear systems | |||||
2001-02-02 | Don't build shared Fortran libraries. They're too problematic. | jtb | 23 | -239/+119 | |
Strictly numerical libraries, like fftpack, work fine, but some which make use of Fortran I/O have problems resolving symbols. This is a known problem with g77/f2c. | |||||
2001-02-01 | Add and enable lapack. | jtb | 1 | -1/+2 | |
2001-02-01 | Initial import of lapack: | jtb | 8 | -0/+106 | |
Linear Algebra PACKage | |||||
2001-02-01 | Allow use of pgraf. Executable script is now `rlab' instead of `rlab2'. | jtb | 11 | -157/+189 | |
Changed man page to reflect this. Fixed some PLIST trouble. | |||||
2001-01-31 | Addded missing AC_DEFINE(HAVE_RLAB_PLPLOT). Fixed include path problem. | jtb | 3 | -191/+35 | |
2001-01-31 | Regenerate patch-sum. Change COMMENT: | jtb | 2 | -3/+3 | |
Matrix oriented, interactive programming environment | |||||
2001-01-31 | Add and enable rlab. | jtb | 1 | -1/+2 | |
2001-01-31 | Initial import of Rlab: | jtb | 21 | -0/+3099 | |
Interactive, interpreted scientific programming environment | |||||
2001-01-30 | Add and enable py-Scientific. | jtb | 1 | -1/+2 | |
2001-01-30 | Initial import of new py-Scientific package: | jtb | 7 | -0/+197 | |
Python modules for scientific computing |