pkgsrc/math
asau 3da1b30204 Update Mathomatic to version 15.6.0.
Changes in Mathomatic version 15.6.0:
------------------------------------

Many tweaks and corrections to simplification and polynomial operations were made.

Created m4 Mathomatic input file "tests/trig".  Lists all trig and
hypertrig functions, allowing testing of their simplification
and manipulation.

Sped up polynomial operations to be another 30 times faster
in some cases.  Finished and cleaned up the polynomial factoring
and division C code.  Thanks again to Kingsley G. Morse Jr. for
showing me this needed to be done.

The "simplify quick" command was changed to not combine unlike
denominators, making it much more useful, doing better
simplification than any other simplify option sometimes.

The tally command now returns the ending total and sets it as the
current equation.

Fixed an old bug just discovered today where expressions like
(x - y)*(x^99 - y^99) were being factored into something huge
with the simplify and fraction commands, which are the only
commands that do polynomial factoring.

Improved coloring scheme: all prompt and normal text is now the
terminal emulator's default color for text (usually uncolored).
Expressions remain colored if color mode is enabled.  Thanks to
Carl U. Grayser for the good idea.

Improved the fraction command by factoring polynomials first.
Specifying the "numerator" and "denominator" options together
will make the fraction command return with failure if the result
is not a fraction, otherwise the entire fraction is returned.


Changes in Mathomatic version 15.5.3:
------------------------------------

Simplify expressions with positive bases like 16^(x/2) and (2^m)^n by default;
previously only simplified these with the "simplify symbolic" command.

The exit status of Mathomatic now shows any errors when run with the
-e option.  So if a command fails, it exits to the OS with the exit
status 1.  Exit status is 0 if everything went OK.  Also works without
the -e option, when files are specified on the shell command line.
An error will abort the script, returning you to the operating system
with an exit status of 1.

Changed makefile to allow installing m4 Mathomatic without installing
the documentation.  Use "sudo make bininstall matho-rmath-install" to
install m4 Mathomatic executables and man pages.
Then "sudo make docinstall" installs all documentation.

The rmath man page math function and constant lists have been corrected
and the rmath man page has been added to the main user documentation.

Output of universal constants is now prettier when displaying.  No
more i#, e#, and pi#, they are displayed as they are entered: i, e,
and pi.  HTML mode displays the small Greek letter pi for pi.

The nintegrate command now works with complex numbers and trigonometry,
and does not change the current equation to the result.

Link the man page rmath.1 to matho.1 when installing, so that every
executable has a man page.

Added "numerator" and "denominator" options to the fraction command,
which returns only the numerator or denominator after making sure the
expression is a simple algebraic fraction.

Autocalc now deletes only the previous autocalc when autocalc is used.
It was deleting all autocalc results except for the current one every
time, preventing copying.

Improved simplification of expressions like (x + (2^(1/2)))^{3,4,5,6}.
It broke a while back when factor_times() constant factoring was
improved.  The fix uses factor_times() less, preserving reduced surds.

Saving "plot_prefix" with the "set save" command was not escaping
semicolons, so they were disappearing from the prefix.  Fixed now.


Changes in Mathomatic version 15.5.2:
------------------------------------

Renamed the "factorial" directory to "examples".

Fixed entering negative odd roots like (-32)^(1/3) to not approximate,
instead simplifying to -2*4^(1/3).  So all surds are preserved, now.

Added man pages for the Mathomatic Symbolic Math Library functions.
Allow building a PDF book of all Mathomatic man pages.

Simplify command simplification sped up even more, by putting algebraic
fraction reduction in the right place and not overusing it.
Responsiveness has greatly improved for large expressions.  Thanks go
to Kingsley G. Morse Jr. for help with this and for filing a bug report.

The simplify command functionality was improved.  It was fixed to
not mess up with unwanted fractional coefficients.


Changes in Mathomatic version 15.5.1:
------------------------------------

Many minor cleanups and corrections were made.

Renamed Mathomatic User's Manual to Official Mathomatic User Guide.

Calculate command now outputs fewer newlines.  Not so much blank space.

Allow equation-number-ranges on the plot command line.  For example,
"plot all" works now, to plot all stored equations and expressions
at once, for easy comparison.


Changes in Mathomatic version 15.5.0:
------------------------------------

Fixed result of (constant % inf) to equal constant.

Restored explicitly linking with ncurses library when compiled
with readline, because Red Hat Linux wrongly requires this.
There is no way to know ahead of time whether this is needed, so
remove the "-lncurses" from the makefile if there is a problem
linking.

Upgraded set option "fractions_display_mode" to display fractions
as mixed fractions when possible, when set to mode 2.  A mixed
fraction is possible when the numerator of a simple fraction is
greater than the denominator, like 9/4, which displays as (2+(1/4))
in mixed fraction display mode 2.  Mode 1 is the default, which
functions as before, displaying 2.25 as the simple fraction 9/4.
To display mixed fractions only on command, just type "display mixed"
to display the current expression with mixed fractions output
that one time.

Autocalc (used when typing a numerical only expression at the main
prompt) now keeps the result until next time autocalc is used,
so that it can be acted on further by Mathomatic commands, if desired.
All previous autocalc results are erased every time autocalc is used.
This provides much better calculator functionality for Mathomatic
and improves ease-of-use.

Use HTML infinity symbol (∞) for infinities in HTML output mode.

Allow solid fraction bar display in HTML output mode by using "–".
Previously the ASCII dash character "-" was used, making a dashed line
that separated the numerator and denominator of fractions.  Now the line
should be solid in HTML output mode.

Improved divide command for numerical division.  Added mixed fractions
and cleaned up output.

Ported matho-primes to MS-Windows and included it in the Windows
version on my website: "http://mathomatic.org/winam2.zip".

The fraction command is now repeatable by preceding it with "repeat".
This repeatedly runs it until the smallest expression is achieved.

Simplification was sped up, especially with "simplify quick", therefore
differentiating and the Taylor command are faster.

Removed the requirement for the Unix "time" command with m4 Mathomatic.

Allow array variable refs like a[2] or a[1][2] when generating C code.
Just "set special []" to allow straight brackets in variable names.

Another ease-of-use enhancement was implemented, making it possible to
use "#equation-number" anywhere in any expression, it will insert the
expression at that equation number.  This is an improvement that should
have been done long ago.  However, don't expect it to work with the
plot command, "plot #1" does not work because the argument to plot is a
string and/or the current equation.  For example, typing things like
"y=#1^2" is a convenient way to raise the expression in equation space
number 1 to the power of 2 and set it equal to y, or whatever you wish.


Changes in Mathomatic version 15.4.4:
------------------------------------

Many minor but obnoxious bugs were fixed.

Fixed result of constant modulo 0 (e.g. 9 % 0) and infinity modulo
constant (e.g. inf % 9) to be NaN.

Disabled shelling out and the edit command only in m4 Mathomatic.
The terminal hung when shelling out or editing with an m4 front-end.
Plotting still works and pagination is working now for m4 Mathomatic.

Cleaned up tests/quartic.in, it now works without m4 Mathomatic, and is
a single formula to solve most fourth degree polynomial equations.

Created a nice man page for rmath and matho (rmath.1).


Changes in Mathomatic version 15.4.3:
------------------------------------

Fixed negate priority to be the same as TIMES/DIVIDE like Maxima (yay!).
So now entering -x^2 is meaningful.  Previously negate was the highest
priority (high precedence) operator.  Entering -2^2 now results in -4
instead of 4, as in most other mathematics programs (except for pure
calculators like bc).

Flush standard output before reading a line of input from the user
when not using readline, so that the MinGW version works with mintty.

Added a new "for" command, for plugging in sequential values into a
variable in the current expression and displaying the results.
The syntax is the same as the sum and product commands.


Changes in Mathomatic version 15.4.1:
------------------------------------

Upgraded the plot command towards always giving gnuplot a proper plot command,
no matter what the user input is.  The plot command now automatically renames the
variable in a single variable expression to the x variable, so plotting
will always succeed.

Removed Python script "misc/mp"; Couldn't get mpmath to work properly for
all input.

Improved results of the fraction command.

Now saving readline history in $HOME/mathomatic_history when compiled for CygWin.
Now additionally searching for "mathomatic.rc" in $HOME when compiled for CygWin.

Ported matho-pascal and matho-primes to double floats if USE_DOUBLES is defined,
for systems that don't support long double floats.


Changes in Mathomatic version 15.4.0:
------------------------------------

Added "compare approximate" command option, use of which is more likely to
result in a successful comparison.  Runs the approximate command on
both expressions before comparing, if needed.

The variables command syntax was upgraded to be the same as the code command.

Added code to delete identities in the optimize command.  When identical
equations were optimized, identities would result.  These are now removed.

Fixed incorrect syntax in the menu files in menu directory.

Added "tests/quartic.in".  At last, a working set of equations for calculating
the four solutions of any quartic equation, similar to "tests/cubic.in".

Fixed parser routine to give a helpful error message when a cursor or function key
string is encountered.  Escape, carriage return, and form-feed are ignored now.


Changes in Mathomatic version 15.3.7:
------------------------------------

Fixed the modulus operator (%) to always evaluate to an integer when
both arguments are integer.
7921%14 was giving 11.000000000001, now gives exactly 11.

Equation number ranges for commands may include unallocated equation
spaces now, allowing entry of any reasonable range.


Changes in Mathomatic version 15.3.6:
------------------------------------

Many minor fixes for consistency and helpfulness were made.

Cleaned up "factor numbers" command for consistency in operation and to
work as documented.

Warn when substituting a non-integer expression into an integer variable.

Added m4/degrees.m4, this can be read into rmath with "rmath degrees.m4"
to use degree units instead of radians for trig functions.
"sudo make m4install-degrees" installs degree mode as the default for
matho and rmath by appending m4/degrees.m4 to m4/functions.m4.

Allow input of #equation-number as the LHS or RHS of any equation.  It is
replaced with the expression or RHS at the specified equation-number.
Note that #equation-number is also the current equation selector, so entering
it as the LHS at the main prompt will function differently.

Simplify (integer % 1) and the like to 0.  Generalized to instantly simplify
to 0 the following: (integer_expression % +/-unit_fraction).


Changes in Mathomatic version 15.3.4:
------------------------------------

Fixed an error reporting bug in the solve command.
There was the possibility of spewed space characters with improper input.

Added code so that solving for 0^2 or variable^2 will properly square both
sides of an equation.  Solving for variable^2 will isolate the square root of
the largest expression containing that variable, and then square both sides of
the equation.  Works for any power and variable with any equation with roots.


Changes in Mathomatic version 15.3.3:
------------------------------------

Fixed -e option to be more like entering what follows into the main prompt;
That is, the autosolve option is left on and errors do not abort.

"set finance" option now groups output with thousands' grouping characters
if the locale information indicates any.  For example: 2,000,000.00


Changes in Mathomatic version 15.3.2:
------------------------------------

Added "help options" command which lists invocation options (like -h).

Entering "nan" now gives a warning, instead of an error,
so that expressions containing NaN can be read back in without aborting.

Added "-c count" option to matho-primes, optionally limiting the number
of lines of primes that are output to "count" lines.

Fixed an old, important bug in the Mathomatic solve routine, where solve was
failing on some easy to solve equations indeterminately, because of
incorrect infinite loop detection code.  Solving should work perfectly now.
This problem was discovered today with the input: "a=a+b" "a" "b".


Changes in Mathomatic version 15.3.1:
------------------------------------

Improved the help command, allowing multiple help topics on the help
command line.

Improved upon "misc/roots.c", the automatic polynomial root finder.

Increased the maximum number of equation spaces from 100 to 200.
They do not consume memory unless they are used.

Solving things like 0=(x+1)^15+x for x exited the solve routine without grace.
This problem is now fixed for all solve requests that aborted with error.

When using the symbolic math library, the display command now outputs
all specified equation spaces in fraction format and returns the last
equation space listed as a result.
Before it was just a crippled list command with a little simplification
that didn't output anything.


Changes in Mathomatic version 15.3.0:
------------------------------------

Changed -u option to also echo line input, so that m4 Mathomatic is easier to use.

X-Windows icon for the Mathomatic entry within desktop menu systems.

The repeat command can now be shortened to 4 characters, like any other command.

Capitalized E, I, and PI are now no longer parsed as universal constants.
Entering E, I, or PI will now result in the general variables E, I, and PI,
unless "set no case" is previously entered.
This change undoes version 15.2.0 Mathematica compatibility, due to kind user feedback.
Entering e, i, or pi still gives the universal constants e#, i#, and pi#.

Removed "set negate_highest_precedence" option.
This was done for compatibility and so that less parentheses are displayed
within expressions.  Polynomials should display very nicely now, powers
like "x^2", "y^3", and "x^y" are not parenthesized unless need be.

Added "list hexadecimal" command option, which displays expressions
exactly as stored internally in hexadecimal.  No precision is lost,
this is because the floating point values are not converted to decimal.

Error reporting was improved.


Changes in Mathomatic version 15.2.2:
------------------------------------

Added "set plot_prefix" option, which allows custom plot functionality.


Changes in Mathomatic version 15.2.1:
------------------------------------

Added the -e option, which processes mathematical expressions and Mathomatic commands
instead of input files on the shell command line.

Improved results of solving for zero.  Results should have reduced integer coefficients,
by factoring out the GCD of rational coefficients.
2011-04-30 23:28:56 +00:00
..
aamath Update maintainer address, from PR 44404. 2011-01-17 16:14:58 +00:00
abs Update HOMEPAGE and MASTER_SITES, set LICENSE (GNU GPL v.2). 2009-09-03 11:50:52 +00:00
admesh Fix broken homepage link 2009-09-13 23:53:07 +00:00
algae "fortran" -> "fortran77" except where it is clear that it isn't F77. 2010-07-30 10:36:22 +00:00
antixls
aribas Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
bc Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib 2009-05-20 00:58:05 +00:00
blas "fortran" -> "fortran77" except where it is clear that it isn't F77. 2010-07-30 10:36:22 +00:00
blitz++ "fortran" -> "fortran77" except where it is clear that it isn't F77. 2010-07-30 10:36:22 +00:00
calc Follow HTTP redirects to new HOMEPAGEs and/or MASTER_SITES. 2010-11-13 21:08:54 +00:00
calcoo recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
capc-calc update to 2.12.4.1 2011-04-05 17:18:14 +00:00
clisp-pari Fix linking against pari. 2011-04-20 22:23:57 +00:00
cln update to 1.3.1 2010-04-13 17:22:09 +00:00
dcdflib.c service suspended. fetch from backup. 2011-03-17 20:49:10 +00:00
dcdflib.f service suspended. fetch from backup. 2011-03-17 20:49:10 +00:00
dfftpack "fortran" -> "fortran77" except where it is clear that it isn't F77. 2010-07-30 10:36:22 +00:00
dieharder destdir support 2009-11-30 17:53:58 +00:00
djbfft Take MAINTAINER. 2010-03-20 01:51:55 +00:00
eigen2 Update to eigen 2.0.15 2010-10-25 20:03:52 +00:00
eispack "fortran" -> "fortran77" except where it is clear that it isn't F77. 2010-07-30 10:36:22 +00:00
ess Update to ess 5.11 2010-09-15 08:46:21 +00:00
eukleides Not MAKE_JOBS_SAFE. 2009-07-16 14:32:49 +00:00
euler recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
extcalc recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
fftpack "fortran" -> "fortran77" except where it is clear that it isn't F77. 2010-07-30 10:36:22 +00:00
fftw "fortran" -> "fortran77" except where it is clear that it isn't F77. 2010-07-30 10:36:22 +00:00
fftw2 "fortran" -> "fortran77" except where it is clear that it isn't F77. 2010-07-30 10:36:22 +00:00
fftwf "fortran" -> "fortran77" except where it is clear that it isn't F77. 2010-07-30 10:36:22 +00:00
fgmp dead mirror. fetch from backup. 2009-05-21 11:21:44 +00:00
fityk recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
fricas Update to FriCAS 1.1.1 2010-11-24 22:43:40 +00:00
galculator recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
gap remove dead mirror 2011-03-17 20:55:27 +00:00
gcalctool recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
geg recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
genius recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
glpk Update to GLPK 4.45, this is bug fix release. 2010-12-24 12:25:01 +00:00
gnumeric recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
gnumeric110 recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
gp-autpgrp Reset maintainer for developers who gave back their commit bit. 2010-02-26 10:28:30 +00:00
gp-factint Reset maintainer for developers who gave back their commit bit. 2010-02-26 10:28:30 +00:00
gp-fplsa Reset maintainer for developers who gave back their commit bit. 2010-02-26 10:28:30 +00:00
gp-grape Reset maintainer for developers who gave back their commit bit. 2010-02-26 10:28:30 +00:00
gp-grpconst Reset maintainer for developers who gave back their commit bit. 2010-02-26 10:28:30 +00:00
gp-lag Reset maintainer for developers who gave back their commit bit. 2010-02-26 10:28:30 +00:00
grace Add upstream bug report URL. 2011-01-29 23:01:50 +00:00
graphopt recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
grpn recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
gsl Update to 1.14: 2010-03-15 10:45:28 +00:00
gtklife recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
itpp "fortran" -> "fortran77" except where it is clear that it isn't F77. 2010-07-30 10:36:22 +00:00
kseg png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
lapack Pass LDFLAGS for linking 2011-01-25 12:45:43 +00:00
libffm service suspended. fetch from backup. 2011-03-17 21:00:49 +00:00
libmatheval Recursive revision bump for GMP update. 2010-03-24 19:43:21 +00:00
linpack "fortran" -> "fortran77" except where it is clear that it isn't F77. 2010-07-30 10:36:22 +00:00
lp_solve Some clean up. 2011-02-03 12:21:02 +00:00
ltm fix HOMEPAGE, from Kamel Derouiche per PR pkg/44823 2011-04-04 10:48:32 +00:00
mapm add a "test" target 2010-09-01 10:54:31 +00:00
mathomatic Update Mathomatic to version 15.6.0. 2011-04-30 23:28:56 +00:00
maxima Update to Maxima 5.23.0 2010-12-26 23:51:13 +00:00
mcsim Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
meschach This one uses BSD Make scripts. 2009-12-11 17:09:51 +00:00
metis Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
minpack "fortran" -> "fortran77" except where it is clear that it isn't F77. 2010-07-30 10:36:22 +00:00
mpcomplex Update to mpc-0.9 2011-03-09 18:59:46 +00:00
mpfr Update MPFR to version 3.0.1 2011-04-07 00:21:02 +00:00
mprime-bin Fix DESTDIR installation. Simplify. 2009-12-21 20:10:17 +00:00
mtl DESTDIR support 2010-02-04 14:51:44 +00:00
muparser update to 134 2010-11-02 17:29:04 +00:00
newmat Update to Newmat11 2010-08-11 20:06:25 +00:00
nickle update to 2.70 2011-01-11 11:53:13 +00:00
ntl Recursive revision bump for GMP update, 2nd part. 2010-03-24 21:54:15 +00:00
octave recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
octave-forge png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
odepack "fortran" -> "fortran77" except where it is clear that it isn't F77. 2010-07-30 10:36:22 +00:00
openaxiom Dragonfly hack is no longer needed. 2009-12-16 01:58:08 +00:00
openfst Initial import of openfst-1.1 from pkgsrc-wip, packaged by Pierre 2009-11-03 17:53:44 +00:00
ordCalc Recursive revision bump for GMP update. 2010-03-24 19:43:21 +00:00
otter Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
p5-Excel-Template Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Excel-Template-Plus Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Math-Base36 Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Math-Base85 Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Math-BaseCnv Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Math-Bezier Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Math-BigInt-GMP Updating math/p5-Math-BigInt-GMP from 1.24nb2 to 1.32 2010-09-23 21:58:13 +00:00
p5-Math-BigInt-Pari Updating math/p5-Math-BigInt-Pari from 1.13nb2 to 1.14 2010-09-23 22:01:51 +00:00
p5-Math-BigInteger set CPAN's one as HOMEPAGE. 2011-02-26 05:52:12 +00:00
p5-Math-FFT Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Math-GMP Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Math-Interpolate Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Math-MatrixReal Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Math-Pari Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Math-Random Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Math-Random-MT Importing package for p5 module Math::Random::MT version 1.11 into 2010-09-09 05:37:18 +00:00
p5-Math-Random-MT-Perl Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Math-Round Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Math-VecStat Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Number-Compare Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Number-Latin Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Roman Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Set-Crontab Update to 1.03, set LICENSE. 2010-09-06 11:01:20 +00:00
p5-Set-Infinite Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Spreadsheet-ParseExcel Updating math/p5-Spreadsheet-ParseExcel from 0.5700nb1 to 0.5800 2010-09-23 06:37:46 +00:00
p5-Spreadsheet-Read Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Spreadsheet-ReadSXC Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Spreadsheet-WriteExcel Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Spreadsheet-XLSX Update to 0.13-withoutworldwriteables, and call it 0.13nb1. 2010-09-12 12:27:08 +00:00
p5-Statistics-Descriptive Update to 3.0200: 2010-09-12 12:28:16 +00:00
pari Pass CFLAGS to configure scripts, fixing problems on Mac OS X; clean up some pkglint issues. 2011-03-18 15:00:01 +00:00
pari-galdata remove broken http mirror. 2010-04-17 16:11:08 +00:00
pear-Numbers_Roman Updaet pear-Numbers_Roman from 0.2.0 to 1.0.2. 2010-02-06 15:55:13 +00:00
pear-Numbers_Words Update pear-Numbers_Words package to 0.16.2. 2010-05-16 09:44:35 +00:00
php-bcmath bcmath extension bundled with PHP 5.3 needs a patch to build as an extension module, 2009-07-10 20:00:00 +00:00
prng Initial import of prng-3.0.2, packaged for wip by Wen Heping. 2010-02-19 13:56:53 +00:00
pspp recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
py-ephem This package have nothing to buildlink3. 2010-09-20 11:04:44 +00:00
py-fpconst Reset maintainer for retired developers. 2011-02-28 14:52:37 +00:00
py-gmpy Remove PHTHON_VERSIONS_INCOMPATIBLE, all versions in the list are not in pkgsrc. 2010-11-08 02:46:57 +00:00
py-mpmath update to 0.15, from Kamel Derouiche per PR pkg/43730 2010-08-10 18:04:30 +00:00
py-networkx Update math/py-networkx to 1.2. 2010-08-27 03:09:18 +00:00
py-numarray Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
py-Numeric Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
py-numexpr update to 1.4.1 2010-11-02 19:25:04 +00:00
py-numpy Just replace what we need. 2011-04-19 15:32:28 +00:00
py-pytables Let's assume for now that everything that worked with python-2.6 also 2011-02-25 09:47:18 +00:00
py-rpy "fortran" -> "fortran77" except where it is clear that it isn't F77. 2010-07-30 10:36:22 +00:00
py-Scientific Update py-Scientific to 2.8. 2010-05-29 03:18:54 +00:00
py-Scientific-doc Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
py-scipy Update to scipy 0.7.2 2010-06-06 02:37:08 +00:00
py-sympy Let's assume for now that everything that worked with python-2.6 also 2011-02-25 09:47:18 +00:00
qalculate recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
qalculate-bases recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
qalculate-currency recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
qalculate-gtk recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
qalculate-kde recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
qalculate-units recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
qhull Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
quadpack "fortran" -> "fortran77" except where it is clear that it isn't F77. 2010-07-30 10:36:22 +00:00
R recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
R-abind Fix homepage. 2008-10-13 11:30:50 +00:00
R-akima "fortran" -> "fortran77" except where it is clear that it isn't F77. 2010-07-30 10:36:22 +00:00
R-CGIwithR Update R-CGIwithR to 0.72. 2008-10-13 11:12:52 +00:00
R-chron Update to the latest version of the module along with R update 2009-12-11 19:23:06 +00:00
R-circular "fortran" -> "fortran77" except where it is clear that it isn't F77. 2010-07-30 10:36:22 +00:00
R-classInt "fortran" -> "fortran77" except where it is clear that it isn't F77. 2010-07-30 10:36:22 +00:00
R-clim.pact Update to the latest version of the module along with R update 2009-12-11 19:26:24 +00:00
R-combinat Update to the latest version of the module along with R update 2009-12-11 19:26:24 +00:00
R-DAAG bump PKGREVISION for yesterday's fix (PR 42507) 2010-08-02 09:01:01 +00:00
R-date Update to the latest version of the module along with R update 2009-12-11 19:26:24 +00:00
R-e1071 Changes 2.11.1: 2010-07-03 07:25:57 +00:00
R-gdata Update to the latest version of the module along with R update 2009-12-11 19:26:24 +00:00
R-genetics Update R-genetics to 1.3.4 2008-10-14 07:38:26 +00:00
R-geoR Update to the latest version of the module along with R update 2009-12-11 19:26:24 +00:00
R-GRASS Update to the latest version of the module along with R update 2009-12-11 19:14:36 +00:00
R-gstat Update to the latest version of the module along with R update 2009-12-11 19:26:24 +00:00
R-gtools Update to the latest version of the module along with R update 2009-12-11 19:26:24 +00:00
R-httpRequest Update to the latest version of the module along with R update 2009-12-11 19:26:24 +00:00
R-hwde Update to the latest version of the module along with R update 2009-12-11 19:26:24 +00:00
R-ISwR Update to the latest version of the module along with R update 2009-12-11 19:14:36 +00:00
R-lmm "fortran" -> "fortran77" except where it is clear that it isn't F77. 2010-07-30 10:36:22 +00:00
R-mapproj Update to the latest version of the module along with R update 2009-12-11 19:26:24 +00:00
R-maps Update to the latest version of the module along with R update 2009-12-11 19:26:24 +00:00
R-mvtnorm "fortran" -> "fortran77" except where it is clear that it isn't F77. 2010-07-30 10:36:22 +00:00
R-ncdf Fix homepage. 2008-10-14 05:42:14 +00:00
R-PHYLOGR Update R-PHYLOGR to 1.0.6 2008-10-13 11:24:40 +00:00
R-pixmap Update to the latest version of the module along with R update 2009-12-11 19:36:55 +00:00
R-R2HTML Update to the latest version of the module along with R update 2009-12-11 19:18:17 +00:00
R-randomForest "fortran" -> "fortran77" except where it is clear that it isn't F77. 2010-07-30 10:36:22 +00:00
R-RArcInfo Update R-RArcInfo to 0.4.7 2008-10-13 11:29:42 +00:00
R-Rcmdr Update to the latest version of the module along with R update 2009-12-11 19:18:17 +00:00
R-sgeostat "fortran" -> "fortran77" except where it is clear that it isn't F77. 2010-07-30 10:36:22 +00:00
R-shapefiles Update R-shapefiles to 0.6 2008-10-13 19:27:42 +00:00
R-sp Update to the latest version of the module along with R update 2009-12-11 19:36:55 +00:00
R-statmod Update to the latest version of the module along with R update 2009-12-11 19:36:55 +00:00
R-wle Follow f2c/libf2c split: bump revision of all packages 2009-12-03 13:06:51 +00:00
randlib service suspended. fetch from backup. 2011-03-17 21:00:49 +00:00
ruby-rb-gsl Bump PKGREVISION due to ABI change of ruby18-base. 2011-02-21 16:01:10 +00:00
ruby-spreadsheet fix a typo. 2011-04-13 13:21:29 +00:00
sc Support staged installation. 2009-12-12 20:22:01 +00:00
scilab Support staged installation. 2011-04-01 23:50:50 +00:00
slatec "fortran" -> "fortran77" except where it is clear that it isn't F77. 2010-07-30 10:36:22 +00:00
snns Reset maintainer for retired developers. 2011-02-28 14:52:37 +00:00
speedcrunch recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
statist Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with 2009-06-30 00:07:09 +00:00
superlu Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
tasp-vsipl Support staged installation. 2009-12-12 20:39:56 +00:00
teapot teapot is a spread sheet program for UNIX, which uses modern concepts 2010-05-04 14:45:32 +00:00
tex-fp Import tex-fp-2010 as math/tex-fp. 2011-03-04 19:05:21 +00:00
tex-fp-doc Import tex-fp-doc-2010 as math/tex-fp-doc. 2011-03-04 19:05:30 +00:00
tex-kastrup Import tex-kastrup-2010 as math/tex-kastrup. 2011-03-15 18:45:43 +00:00
tex-kastrup-doc Import tex-kastrup-doc-2010 as math/tex-kastrup-doc. 2011-03-15 18:46:02 +00:00
texdrive PKGREVISION bump for elisp packages because of bytecode format changes 2009-08-06 01:44:45 +00:00
TinySVM Import TinySVM-0.09 as math/TinySVM. 2010-05-19 11:47:15 +00:00
tochnog update master_sites 2011-03-17 21:05:00 +00:00
udunits This part should not be in patch file. 2010-11-26 11:29:07 +00:00
units Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib 2009-05-20 00:58:05 +00:00
vista Support staged installation. 2009-12-12 21:58:18 +00:00
xeukleides recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
xfractint Support staged installation. 2009-12-11 17:47:28 +00:00
xgap Reset maintainer for developers who gave back their commit bit. 2010-02-26 10:28:30 +00:00
xldlas Mechanically replace references to graphics/jpeg with the suitable 2010-12-23 11:44:24 +00:00
xlife Support staged installation. 2009-12-12 19:19:00 +00:00
xlispstat linux also has fmax() 2011-01-29 22:28:01 +00:00
xmgr "fortran" -> "fortran77" except where it is clear that it isn't F77. 2010-07-30 10:36:22 +00:00
xylib update to 0.8 2011-03-11 12:57:46 +00:00
yacas Update to YACAS 1.2.2. 2009-09-05 13:07:09 +00:00
yorick DESTDIR support 2010-02-04 14:51:44 +00:00
Makefile Add package for pari module of lang/clisp. Remove conflicting option 2011-04-20 18:44:56 +00:00