pkgsrc/math
asau 7a04a92d5c Update to Mathomatic 16.0.2
CHANGES MADE TO MATHOMATIC 16.0.1 TO BRING IT UP TO THE NEXT VERSION:

A nice cleanup and documenting of everything, while my mind still works.

07/23/12 - Enabled links in "manual.pdf" (the Mathomatic User Guide
           and Command Reference), they were not working before,
           but they work great now.

07/24/12 - Allow -a option ("set alternative") with sets alternative
           color mode, useful in MS-Windows when using Cygwin with the
           MinGW compiled version.

07/27/12 - Two bug fixes today:

           Fixed using rlwrap under Cygwin and possibly other places,
           when running rmath.

           get_yes_no() question asker wasn't working in Cygwin or rmath.
           Fixed to always ask the question, even if the input is not a TTY.

07/28/12 - Reading directories and empty files gives an error now.

07/30/12 - Split off changes.txt to changes.txt and changes_series_15.txt.
           changes.txt and NEWS now contain only series 16 changes.

           Added tests/batman_gnuplot_bug.in to prove there is a plotting bug
           in gnuplot itself.

08/01/12 - Removed directive to use large font in the CSS for all Mathomatic
           documentation.  This is so it can be browsed easily with a mobile
           device.  The font size should be set by the user.

08/02/12 - A one-sided expression with an equals sign now only sets the
           expression equal to zero if autocalc didn't work on it.  In the
           Symbolic Math Library, or without autocalc enabled, all is the
           same.  This makes it more likely purely numerical input is only
           calculated, even when preceded or followed by an equals sign,
           when autocalc is enabled.  Reason for this change:
           Why would you want to set a constant equal to 0?

           Fixed a bunch more error reporting bugs coded into version 16.0.1
           of Mathomatic to apply identical operations to both sides of an
           equation.  All fixed now.  Points to the error correctly now, too.

08/04/12 - Major change to Symbolic Math Library.  It now works exactly like
           the application when it comes to purely numerical input,
           approximating and displaying the result, however sign variables
           are not expanded and the result is not 100% simplified,
           so running "simplify sign" afterwards helps with that.
           To revert to the old way, just turn off autocalc, or set
           the numerical input equal to some normal variable; then there
           will be no automatic approximation nor simplification.
           You can tell when an input has been approximated because it
           was numerical input, because it will always be preceded with
           "answer =".

08/05/12 - m4/degrees.m4 copied with m4/functions.m4, when installing with
           "make m4install", thanks to a suggestion by Reini Urban,
           maintainer of the Cygwin version.

Mathomatic version 16.0.2 released Monday 08/06/12.



CHANGES MADE TO MATHOMATIC 16.0.0 TO BRING IT UP TO THE NEXT VERSION:

07/06/12 - Confirmed successful compilation and testing with the
           Tiny C compiler (tcc).  Only needed to set the tcc linker
           library directories to the current gcc library directories
           to make it work (using the -L option).

           Searched globally for the word "simply" and fixed many outdated
           texts in the Mathomatic documentation and READMEs, deleting some
           wrongly used "simply"s, too.

07/07/12 - Allow "set modulus_mode language", where language is C, Java,
           Python, or positive.

07/08/12 - Now leaving the "UNIX" C preprocessor define alone,
           when "HANDHELD" is defined.  "UNIX" was previously
           forced undefined.

07/11/12 - "make test", "make check", and ./t now display the actual
           Mathomatic version number being tested.

           matho-primes now has a -v (display version number) option,
           like Mathomatic does.

           Mathomatic now automatically clears out all old
           numeric calculations if it runs out of equation spaces,
           requiring no action from the user.

07/12/12 - The solve command never needs the "repeat solve" prefix anymore.
           The repeat flag is always set for the solve command, so that
           it will always do full simplifies when verifying.

           Added quadratic formula derivation and proof to
           "tests/quadratic.in".

07/17/12 - I came up with a swinging new and easy way to add, subtract,
           multiply, divide, modular and integer divide,
           and raise to the power of both sides of an equation by any
           expression.  To add x+1 to both sides of the current
           equation, just type "+=x+1" at the main prompt.  To divide both
           sides by c^2, type "/=c^2".  You can add stuff to non-equations
           too, this way.  Be sure and use the simplify command after this
           if needed, because only a small amount of simplification is done
           by default, just enough so you can see what is happening.

07/20/12 - Changed floating point to rational floating point conversion
           routine (f_to_fraction()) to ignore converting anything with
           over 15 digits, for greater accuracy.
           This fixes some small accuracy bugs: "factor number 17!" now gives
           an error instead of the wrong value.

07/21/12 - Integrate, Laplace, and Numerical Integrate commands now warn
           when the current equation is not a properly solved equation.

Mathomatic version 16.0.1 released Sunday 07/22/12.
2012-08-13 15:20:19 +00:00
..
aamath Respect CFLAGS and LDFLAGS form pkgsrc. 2011-12-16 22:31:46 +00:00
abs
admesh
algae Fix main when using C++ test cases 2012-07-03 17:42:48 +00:00
analitza Update to KDE SC 4.8.4 2012-06-16 04:45:28 +00:00
antixls
aribas
arpack Import ARPACK 96 as math/arpack. 2012-05-29 16:38:01 +00:00
bc
blas
blitz++ Don't try to use namespace with math functions, it doesn't work reliable 2011-12-29 16:33:09 +00:00
calc Remove stray commas. 2012-07-22 01:13:29 +00:00
calcoo Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
cantor Update to KDE SC 4.8.4 2012-06-16 04:45:28 +00:00
capc-calc Fix fpos_t configure test, allowing this to build on netbsd-6. 2012-05-07 19:57:17 +00:00
cgal Revbump after updating boost 2012-07-02 13:37:35 +00:00
clisp-pari math/clisp-pari: Needs devel/gettext-lib 2011-12-18 10:07:54 +00:00
cln Provide TEST_TARGET. 2012-06-14 08:26:14 +00:00
cloog Fix a sed statement to install an additional file. Bump PKGREVISION. 2012-04-11 21:22:00 +00:00
dcdflib.c Uses a BSD makefile. 2012-02-16 19:04:52 +00:00
dcdflib.f service suspended. fetch from backup. 2011-03-17 20:49:10 +00:00
dfftpack
dieharder
djbfft
eigen2 Update to 2.0.17: 2012-05-29 14:51:42 +00:00
eispack
ess not MAKE_JOBS_SAFE 2011-11-10 21:31:49 +00:00
eukleides
euler Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
extcalc Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
fftpack
fftw Update to 3.3.2: 2012-05-29 13:40:16 +00:00
fftw2 Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=) 2012-05-07 01:53:12 +00:00
fftwf Update to 3.3.2: 2012-05-29 13:53:29 +00:00
fgmp
fityk Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
fricas Update to FriCAS 1.1.6 2012-02-23 19:24:34 +00:00
galculator Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
gap The gnu triple for Linux is *-*-linux not *-*-linux-gnu. 2012-01-16 21:02:20 +00:00
gcalctool Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
gcalctool-gtk3 for itstool, a BUILD_DEPENDS is sufficient 2012-07-06 14:48:35 +00:00
geg recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
genius Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
glpk Set LICENSE. Quell a pkglint warning. 2012-03-16 00:20:51 +00:00
gnumeric Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
gnumeric110 Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
gp-autpgrp
gp-factint
gp-fplsa
gp-grape
gp-grpconst
gp-lag
grace Revbump for 2012-02-06 12:40:37 +00:00
graphopt Fix build with modern GCC 2011-11-24 13:53:06 +00:00
grpn Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
gsl Add patch comment. 2012-07-29 22:24:32 +00:00
gtklife Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
heirloom-factor DESCR_SRC now contains full paths to DESCR files 2011-05-28 10:15:14 +00:00
heirloom-units DESCR_SRC now contains full paths to DESCR files 2011-05-28 10:15:14 +00:00
itpp
kalgebra Update to KDE SC 4.8.4 2012-06-16 04:45:28 +00:00
kcalc Update to KDE SC 4.8.4 2012-06-16 04:45:28 +00:00
kseg Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
lapack Pass LDFLAGS for linking 2011-01-25 12:45:43 +00:00
libffm Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=) 2012-05-07 01:53:12 +00:00
libmatheval
linpack
lp_solve Add buildlink3.mk file. 2011-05-08 11:52:40 +00:00
ltm Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=) 2012-05-07 01:53:12 +00:00
mapm add a "test" target 2010-09-01 10:54:31 +00:00
mathomatic Update to Mathomatic 16.0.2 2012-08-13 15:20:19 +00:00
maxima Update to Maxima 5.28.0 2012-08-13 15:10:25 +00:00
mcsim math/mcsim: Make sure package doesn't try to use tex and friends 2011-12-18 17:12:48 +00:00
meschach math/meschach: force MKPROFILE=yes to avoid PLIST divergence 2011-12-18 17:10:51 +00:00
metis
minpack
mpcomplex math/mpcomplex: Update from version 0.9 to 1.0 2012-08-05 18:24:56 +00:00
mpfr leave DIST_SUBDIR there - as the distribution scheme worked all the time, 2012-08-01 19:29:26 +00:00
mprime-bin
mtl
muparser math/muparser: Add DragonFly to configure script 2011-12-16 17:16:11 +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 Update from 5.3.1 to 5.5.2 to improve the chances of building. 2012-01-02 23:42:27 +00:00
octave Update to Octave 3.6.2 2012-07-05 19:18:29 +00:00
octave-forge Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=) 2012-05-07 01:53:12 +00:00
odepack
openaxiom Ad hoc fix to make OpenAxiom build with CLISP on NetBSD/amd64. 2012-04-01 20:48:39 +00:00
openfst Fix template usage. 2012-07-03 17:42:05 +00:00
ordCalc
otter
p5-Excel-Template Update to 0.33: 2011-08-16 22:15:42 +00:00
p5-Excel-Template-Plus Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:59:47 +00:00
p5-Math-Base36 Update to 0.09: 2011-08-16 22:16:40 +00:00
p5-Math-Base85 Add HOMEPAGE and LICENSE. 2011-10-17 09:08:17 +00:00
p5-Math-BaseCnv Update to 1.8: 2011-08-16 22:18:34 +00:00
p5-Math-Bezier Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:59:47 +00:00
p5-Math-BigInt-GMP Changes 1.37: 2012-02-24 16:29:43 +00:00
p5-Math-BigInt-Pari Update to 1.16: 2011-08-16 22:22:56 +00:00
p5-Math-BigInteger Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:59:47 +00:00
p5-Math-FFT Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:59:47 +00:00
p5-Math-GMP Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:59:47 +00:00
p5-Math-Interpolate Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:59:47 +00:00
p5-Math-MatrixReal Changes 2.08: 2011-08-06 20:53:17 +00:00
p5-Math-Pari Changes 2.01080605: 2011-08-06 20:49:25 +00:00
p5-Math-Permute-List Initial import of p5-Math-Permute-List-1.004: 2012-05-03 09:07:30 +00:00
p5-Math-Random Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:59:47 +00:00
p5-Math-Random-MT Update to 1.16 2012-08-06 14:04:08 +00:00
p5-Math-Random-MT-Auto Import Math::Random::MT::Auto into math/p5-Math-Random-MT-Auto. 2011-11-12 07:51:51 +00:00
p5-Math-Random-MT-Perl Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:59:47 +00:00
p5-Math-Round Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:59:47 +00:00
p5-Math-VecStat Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:59:47 +00:00
p5-Number-Compare Update p5-Number-Compare to 0.03. 2011-11-12 02:55:50 +00:00
p5-Number-Latin Add HOMEPAGE and LICENSE. 2011-10-17 09:27:48 +00:00
p5-Roman Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:59:47 +00:00
p5-Set-Crontab Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:59:47 +00:00
p5-Set-Infinite Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:59:47 +00:00
p5-Spreadsheet-ParseExcel Update to 0.59. Add missing dependencies. 2011-08-16 22:32:57 +00:00
p5-Spreadsheet-Read Update p5-Spreadsheet-Read to 0.45. 2011-11-17 07:57:24 +00:00
p5-Spreadsheet-ReadSXC Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:59:47 +00:00
p5-Spreadsheet-WriteExcel Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:59:47 +00:00
p5-Spreadsheet-XLSX Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:59:47 +00:00
p5-Statistics-Descriptive Update to 3.0202: 2011-08-16 22:36:56 +00:00
p5-Test-Number-Delta Import p5-Test-Number-Delta-1.03: 2012-08-06 13:44:39 +00:00
pari math/pari: Fix for binutils 2.22 2011-12-10 23:53:34 +00:00
pari-galdata
pear-Numbers_Roman
pear-Numbers_Words Update -pear-Numbers_Words to 0.16.4. 2012-03-22 14:23:40 +00:00
php-bcmath
ppl Fix paths after import. 2012-04-08 20:58:05 +00:00
prng
pspp Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
py-ephem This package have nothing to buildlink3. 2010-09-20 11:04:44 +00:00
py-fpconst This package has no contents to buildlink. 2011-10-31 11:59:02 +00:00
py-gmpy Update py-gmpy to 1.15. 2012-06-02 13:52:06 +00:00
py-mpmath Remove python24 and all traces of it from pkgsrc. 2012-04-08 19:08:44 +00:00
py-munkres Initial import of py-munkres-1.0.5.4: 2012-05-30 11:05:30 +00:00
py-networkx Update to 1.7 2012-07-13 14:00:32 +00:00
py-numarray Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=) 2012-05-07 01:53:12 +00:00
py-Numeric Reset maintainer, developer has left the building 2012-04-15 22:00:58 +00:00
py-numexpr update to 1.4.1 2010-11-02 19:25:04 +00:00
py-numpy Pass through the correct ABI flags as this package calls compilers directly. 2012-08-09 12:42:16 +00:00
py-pytables This blows up on python25 and it doesn't really seem like it's worth 2012-06-16 05:40:05 +00:00
py-roman Import py-roman-1.4.0 as math/py-roman. 2011-10-05 07:43:12 +00:00
py-rpy If BLAS_LIBS comes back empty, run with it instead of detonating. 2011-12-18 21:32:08 +00:00
py-Scientific
py-Scientific-doc
py-scipy Make sure that printf format specifiers are defined for C++ code 2011-12-22 16:32:04 +00:00
py-sympy Remove python24 and all traces of it from pkgsrc. 2012-04-08 19:08:44 +00:00
qalculate Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
qalculate-bases Add desktopdb.mk and bump PKGREVISION for 118 packages as reported by 2012-07-01 19:05:10 +00:00
qalculate-currency Add desktopdb.mk and bump PKGREVISION for 118 packages as reported by 2012-07-01 19:05:10 +00:00
qalculate-gtk Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
qalculate-kde Add desktopdb.mk and bump PKGREVISION for 118 packages as reported by 2012-07-01 19:05:10 +00:00
qalculate-units Add desktopdb.mk and bump PKGREVISION for 118 packages as reported by 2012-07-01 19:05:10 +00:00
qhull add patch from upstream to fix signedness error in hash calculation 2011-11-30 10:55:49 +00:00
quadpack
R The R build/install process should seize all relevant environment 2012-08-02 14:35:01 +00:00
R-abind Update to abind v1.4-0, add LICENSE and regularize package files. 2012-04-15 14:55:50 +00:00
R-akima Update to reflect license restrictions on commercial redistribution. 2012-04-15 21:58:24 +00:00
R-bitops Add bitops R module, version 1.0-4.1. 2011-06-14 21:28:50 +00:00
R-car Update to car v2.0-12 and add LICENSE. 2012-04-15 15:15:48 +00:00
R-CGIwithR Revbump for 2012-02-06 12:40:37 +00:00
R-chron Update to chron v2.3-42, add LICENSE and update MAINTAINER. 2012-04-15 15:18:34 +00:00
R-circular math/R-circular: Add gettext-lib buildlink3 2012-05-21 14:57:31 +00:00
R-classInt Update to classInt v0.1-17, add LICENSE and regularize package files. 2012-04-15 16:00:01 +00:00
R-clim.pact Update to clim.pact v2.3-10, add LICENSE and regularize package files. 2012-04-15 16:15:31 +00:00
R-combinat Add a LICENSE and regularize the package files. 2012-04-15 13:16:35 +00:00
R-DAAG Update to DAAG v1.12 and regularize the package files. 2012-04-15 13:33:06 +00:00
R-date Update to date v1.2-32, add LICENSE and update MAINTAINER. 2012-04-15 15:22:37 +00:00
R-DBI Import R DBI v0.2-5. 2012-04-15 17:54:23 +00:00
R-e1071 Update to e1071 v1.6, add LICENSE and regularize package files. 2012-04-15 15:25:09 +00:00
R-gdata Update to gdata v2.8.2, add LICENSE and regularize package files. 2012-04-15 16:12:28 +00:00
R-genetics Updated to genetics v1.3.6, added LICENSE (commented) and updated MAINTAINER. 2012-04-15 16:54:17 +00:00
R-geoR Update to version 1.7-2 of the R geoR package. Cleanup of DESCR and 2012-04-01 18:09:54 +00:00
R-geoRglm Import of geoRglm v0.9-2. 2012-04-15 22:14:29 +00:00
R-GRASS
R-gstat Update to gstat v1.0-10, add LICENSE, and regularize package files. 2012-04-15 17:37:43 +00:00
R-gtools Update to gtools v2.6.2, add LICENSE and regularize package files. 2012-04-15 15:26:35 +00:00
R-httpRequest Update MAINTAINER and add LICENSE. 2012-04-15 13:09:40 +00:00
R-hwde Update to hwde v0.62, add LICENSE and regularize package files. 2012-04-15 15:28:51 +00:00
R-ISwR Update to ISwR v2.0-6, add LICENSE and regularize package files. 2012-04-15 14:45:35 +00:00
R-lmm Update to lmm v0.5 and regularize the package files. 2012-04-15 13:46:13 +00:00
R-mapproj Update to mapproj v1.1-8.3, add LICENSE and update MAINTAINER. 2012-04-15 16:35:01 +00:00
R-maps Update to maps v2.2-5, add LICENSE and update MAINTAINER. 2012-04-15 15:30:55 +00:00
R-mvtnorm Update to mvtnorm v0.9-9992, add LICENSE and regularize package files. 2012-04-15 15:33:38 +00:00
R-ncdf Update to ncdf v1.6.6, add LICENSE and regularize package files. 2012-04-15 15:39:34 +00:00
R-PHYLOGR Update to PHYLOGR v1.0.7, add LICENSE and regularize package files. 2012-04-15 14:48:26 +00:00
R-pixmap Update to pixmap v0.4-11, add LICENSE and update MAINTAINER. 2012-04-15 15:38:14 +00:00
R-R2HTML Update to R2HTML v2.2, add LICENSE and regularize package files. 2012-04-15 14:51:05 +00:00
R-RandomFields Initial import of package. 2012-04-01 17:46:27 +00:00
R-randomForest Update to randomForest v4.6-6. Add a LICENSE. 2012-04-15 13:28:39 +00:00
R-RArcInfo Update to RArcInfo v0.4-12, added LICENSE and regularized package files. 2012-04-15 16:57:19 +00:00
R-Rcmdr Update to Rcmdr v1.8-4, add LICENSE and update MAINTAINER. 2012-04-15 15:49:00 +00:00
R-RColorBrewer Import of RColorBrewer v1.0-5. 2012-04-15 16:43:47 +00:00
R-RPostgreSQL Bump PKGREVISION for change of PostgreSQL default version to 9.1. 2012-08-05 10:02:09 +00:00
R-sgeostat Update to sgeostat v1.0-24, add LICENSE and regularize package files. 2012-04-15 15:43:26 +00:00
R-shapefiles Add a LICENSE and regularize the Makefile format. 2012-04-15 13:13:17 +00:00
R-sp Update to version 0.9-98 of the R sp package. Cleanup of DESCR and 2012-04-01 18:05:34 +00:00
R-spacetime Import R-spacetime v0.6-2. 2012-04-15 17:33:04 +00:00
R-splancs Initial import of the R-splancs package. 2012-04-01 17:57:21 +00:00
R-statmod Update to statmod v1.4.14, add LICENSE and regularize package files. 2012-04-15 15:45:16 +00:00
R-wle math/R-wle: Add gettext-lib buildlink3 2012-05-26 14:38:38 +00:00
R-XML Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
R-xts Import R-xts v0.8-6. 2012-04-15 17:13:47 +00:00
R-zoo Import R-zoo v1.7-7. 2012-04-15 17:10:18 +00:00
randlib Uses a BSD makefile. 2012-02-16 19:04:52 +00:00
ruby-rb-gsl Reset PKGREVISION. 2011-05-10 11:24:56 +00:00
ruby-spreadsheet Update ruby-spreadsheet to 0.7.3. 2012-07-13 13:20:52 +00:00
sc
scilab Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=) 2012-05-07 01:53:12 +00:00
slatec
snns Reset maintainer for retired developers. 2011-02-28 14:52:37 +00:00
speedcrunch Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
statist
superlu
tasp-vsipl Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=) 2012-05-07 01:53:12 +00:00
teapot
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
TinySVM Honor CFLAGS/CXXFLAGS and avoid to override the optimizer levels. 2012-03-01 05:01:15 +00:00
tochnog Fix build with newer GCC 2011-11-24 13:49:57 +00:00
udunits Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:59:47 +00:00
units Remove GNU_PROGRAM_PREFIX variable (discussed in pkgsrc-users@). 2012-05-29 18:33:34 +00:00
vista
xeukleides recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
xfractint
xgap
xldlas Revbump for 2012-02-06 12:40:37 +00:00
xlife
xlispstat linux also has fmax() 2011-01-29 22:28:01 +00:00
xmgr Convert the remaining few packages that explicitly set DEPENDS or 2012-01-14 00:51:36 +00:00
xylib Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=) 2012-05-07 01:53:12 +00:00
yacas Fix build with newer GCC 2011-12-05 22:50:25 +00:00
yorick Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=) 2012-05-07 01:53:12 +00:00
Makefile + p5-Test-Number-Delta 2012-08-06 13:47:44 +00:00