pkgsrc/math
chuck 5d202acf4a capc-calc: update to 2.12.7.1 and fix darwin compile
2.12.7.1 is the latest stable version.  for darwin use
${COMPILER_INCLUDE_DIRS} to find include dirs since
/usr/include may not be there.  also, we want INCDIR
to point to the system includes, but we want CALC_INCDIR
to point at ${PREFIX}/include/calc.  minor updates to Makefile
patch to do this.


2.12.4.13 to 2.12.7.1 changes from the calc maintainer's CHANGES file:

The following are the changes from calc version 2.12.7.1 to date:

    Corrected CHANGES notes that were mixed up for TAB, VT, CR &
    NL.  The code in 2.12.7.0 is correct.  The CHANGE notes should
    have read:

    The following is a partial list of escape sequences recognized
    in strings and in printf formats:

	\a	audible bell	byte 0x07 in ASCII encoding
	\b	backspace	byte 0x08 in ASCII encoding
	\f	form feed	byte 0x0c in ASCII encoding
	\n	newline		byte 0x0a in ASCII encoding
	\r	return		byte 0x0d in ASCII encoding
	\t	tab		byte 0x09 in ASCII encoding
	\v	vertical tab	byte 0x0b in ASCII encoding

    Sorry!


The following are the changes from calc version 2.12.6.10: to 2.12.7.0:

    Added a patch to replaces the manual search for include files
    in $(INCDIR) in the have_*.h targets with compiler invocations.
    Thanks goes to Helmut Grohne (helmut at subdivi dot de) who
    implemented the patch and posted it to the Debian bug tracker
    and Martin Buck (m at rtin-buck dor de) for forwarding it to us.

    The check_include make rule was fixed to not assume /usr/include.

    The qprintnum() function now takes outdigits as a 3rd argument.
    Most of the time, this 3rd argument is just conf->outdigits.
    But when it comes to the experimental '%g', this value can
    change.  This avoids having to modify conf->outdigits.

    Fixed a problem where gcc complains about E_FUNC not being defined
    for Linux systems as reported by Martin Buck (m at rtin-buck dor de).

    Updated the help files help/config, help/display, help/epsilon,
    help/fprint, help/printf, and help/strprintf to give more
    examples of how display digits and epsilon precision interact
    with displaying values.

    Added more information about %g in the help file help/printf.

    The '\a' is now recognized in a printf format string as the
    single byte audible bell character (byte 0x07 in ASCII encoding).

    The following is a partial list of escape sequences recognized
    in strings and in printf formats:

	\a	audible bell	byte 0x07 in ASCII encoding
	\b	backspace	byte 0x08 in ASCII encoding
	\f	form feed	byte 0x0c in ASCII encoding
	\n	newline		byte 0x0a in ASCII encoding
	\r	return		byte 0x0d in ASCII encoding
	\t	tab		byte 0x09 in ASCII encoding
	\v	vertical tab	byte 0x0b in ASCII encoding


The following are the changes from calc version 2.12.6.9 to 2.12.6.9:

    Fixed a number of core dump bugs related to the calculation of
    tan(), cot(), sec(), csc(), tanh(), coth(), sech(), and csch(),
    asin(), acos(), asinh(), acosh(), where when a call to an
    underlying function produced an invalid value.  Thanks goes to
    github user wuxiuheng for reporting this problem.

    A number of trigonometric and hyperbolic functions that incorrectly
    returned E_LOGINF, now return a new error code that is more
    specific to the trigonometric or hyperbolic function.  The
    following is a list of these new error codes: E_TAN3 E_TAN4
    E_COT3 E_COT4 E_SEC3 E_CSC3 E_TANH3 E_TANH4 E_COTH3 E_COTH4
    E_SECH3 E_CSCH3 E_ASIN3 E_ACOS3 E_ASINH3 E_ACOSH3 E_ATAN3 E_ACOT3
    E_ASEC3 E_ACSC3 E_ATANH3 E_ACOTH3 E_ASECH3 E_ACSCH3.

    Added regression tests 3729 thru 3732 to test E_TAN3, E_COT3,
    E_SEC3 and E_CSC3 respectively.

    Added experimential %g printf (and strprintf) format implementation
    based on pull request from github user 10110111.

    Made exterimental changes to macOS builds to not require use of
    /usr/include.  The INCDIR for macOS uses:

	INCDIR= $(shell xcrun --show-sdk-path --sdk macosx)/usr/include

    to determine the upper path of the /usr/include directory for macOS.
    In some rare cases, the Darwin target seems to not automatically detected.
    If you are running under macOS, and that happens, you can force
    the target to be Darwin:

	# for macOS users only, force the target to be darwin
	#
	make target=Darwin clobber
	make target=Darwin all
	make target=Darwin chk
	make target=Darwin install


The following are the changes from calc version 2.12.6.6 to 2.12.6.8:

    For historical purposes, in lucas.cal, gen_v1(1, n) always returns 4.

    Fixed some compiler warnings, thanks to a report by Mike
    <michael dot d dot ince at gmail dot com>.

    Added work around for a gcc warning bug, thanks to a report by Mike
    <michael dot d dot ince at gmail dot com>.

    Fixed errors in various help files such as:

	mat randbit seed srandom types

    Removed the MAXSTRING symbol because it was no longer used by calc.

    Increased HIST_SIZE (depth of the history stack) from 10k to 32k.

    Increased TTYSIZE (reallocation size for terminal buffers) from 100 to 8191.

    Increased MAXDEPTH (maximum depth of input stack) from 10 to 255.

    Increased interactive input buffer size from 1024 to 256k.  This has the
    effect of increasing the maximum length of an input line from a tty.
    This helps with an interactive bug that was reported by Ruslan Kabatsayev
    (b7 dot 10110111 at gmail dot com).

    The calc man page indicates that -d also disables the printing of the
    leading tilde.

    Added information to "help command" about how to silence messages
    while reading calc resource files.

    Fixed an error message buffer overflow thanks to a report by
    Frank Peters <nlp at northernlightsphoto dot biz>.

    Replaced all use of the C funcion sprintf() with snprintf().
    Replaced all use of the C funcion vsprintf() with vsnprintf().
    Replaced all DONT_HAVE_VSPRINTF with DONT_HAVE_VSNPRINTF.
    Replaced all Makefile var ${HAVE_VSPRINTF} with ${HAVE_VSNPRINTF}.


The following are the changes from calc version 2.12.6.4 to 2.12.6.5:

    Fixed warning about undefined operations involving the qlink(q)
    macro by replacing that macro with an inline-function.  Thanks goes
    to David Haller <dnh at opensuse dot org> for this fix.

    NOTE for Windows 10 users: Pavel Nemec <pane at seznam dot cz>
    reported that calc version 2.12.6.4 has been successfully
    compiled, installed and running on Windows 10.  See README.WINDOWS
    for more details.


The following are the changes from calc version 2.12.6.1 to 2.12.6.3:

    Improved gen_v1(h,n) in lucas.cal to use an even faster search method.

    Improved are checking in lucas.cal.  In particular both h and n must be
    integers >= 1.  In the case of both rodseth_xhn(x, h, n) and gen_v1(h, n)
    h must be odd.

    Fixed an C code indenting issue that was reported by Thomas Walter
    <th dot walter42 at gmx dot de> in zfunc.c.

    Fixed a man page warning about ./myfile where the leading dot
    was mistook for an nroff macro.  Thanks goes to David Haller
    <dnh at opensuse dot org> for providing the patch.

    Improved gen_v1(h,n) in lucas.cal for cases where h is not a
    multiple of 3. Optimized the search for v(1) when h is a
    multiple of 3.

    Fixed a Makefile problem, reported by Doug Hays <doughays6 at gmail
    dot com>, where if a macOS user set BINDIR, LIBDIR, CALC_SHAREDIR
    or INCDIR in the top section, their values will be overwritten by
    the Darwin specific section.


The following are the changes from calc version 2.12.6.0 to 2.12.6.0:

    Added the makefile variable ${COMMON_ADD} that will add flags
    to all compile and link commands. The ${COMMON_ADD} flags are
    appended to both ${COMMON_CFLAGS} and ${COMMON_LDFLAGS}.  This
    facility is available to nearly all platforms except those with
    very old make commands that do not understand the += operator.

    Example on macOS (Darwin), one may invoke clang's -fsanitize
    facility by:

	make clobber all \
	  COMMON_ADD='-fsanitize=undefined -fsanitize=address'

    Another example.  To force C warnings to be treated as errors:

	make COMMON_ADD='-Werror'

    Created a GitHub repository for calc:

	https://github.com/lcn2/calc

    NOTE: The calc GitHub repository represents the an active
	  development stream.  While an effort will be made to keep
	  the master branch of the calc GitHub repository in working
	  order, that tree may be unstable.  Those wishing for more
	  reliable releases use releases found at calc mirror sites:

	    http://www.isthe.com/chongo/tech/comp/calc/calc-mirror.html

    IMPORTANT NOTE:

	On 2017 June 05, the calc GitHub history was re-written.
	Anyone who was tracking the calc "pre-release" on GitHub prior
	to version 2.12.6.0 should do a:

	    git reset --hard origin/master
	    git cleanup -f

	Or you may just want to start over:

	    rm -rf calc
	    git clone https://github.com/lcn2/calc.git

	Sorry about that.  The previous GitHub repository was an useful
	experiment.  Based on what we learned, we decided to rebuild it.

    Renamed README to README.FIRST.  Added README.md for the
    GitHub repository.

    Fixed reading from standard input (stdin) when -p is given on
    the command line.  This now prints hello:

	echo hello | calc -p 'stdin = files(0); print fgetline(stdin);'

    Added more debugging related to stdin when bit 4 of calc_debug
    is set (e.g., running calc with -D16).

    Updated the calc(1) man page and 'help file' to explain about
    reading from standard input (stdin).

    Added some clarifying remarks for 'help ptest' explaining that
    the ptest builtin can return 1 is some cases where the test
    value is a pseudoprime.

    Removed duplicate copyright comments from the help/builtin that
    is built.

    Fixed a number of typos in the CHANGES file.

The following are the changes from calc version 2.12.5.4 to 2.12.5.6:

    Recompile to match current RHEL7.2 libc and friends.

    Added fix by Alexandre Fedotov <fedotov at mail dot desy dot de>
    to prepend ${T} in front of the CALCPATH path components
    ${CALC_SHAREDIR} and ${CUSTOMDIR}.  Add ${T} in front of ${HELPDIR}
    and ${CUSTONHELPDIR} when making conf.h.

    Improved the jacobi help page.

    Rewrote gen_v1() in the lucas.cal resource file using the method
    based on a paper:

 	"A note on primality tests for N = h*2^n-1", by Oystein J. Rodseth,
	Department of Mathematics, University of Bergen, BIT Numerical
	Mathematics. 34 (3): pp 451-454.

	http://folk.uib.no/nmaoy/papers/luc.pdf

    The improved gen_v1() function is capable of returning a value
    for all valid values of h and n.  As a result, the trial tables
    used by gen_v1() have been changed to a short list of values
    to try, in order ot likelyhood of success, before doing an
    exhaustive search for a v1 value to return.

    Removed lucas_tbl.cal calc resource file.  This file was made
    obsolete by the above rewrite of the lucas.cal resource file.
    This file will be removed from the local cal directory and
    from CALC_SHAREDIR during a 'make install', 'make clobber',
    and 'make uninstall'.

    Renamed gen_u0() to gen_u2() in lucas.cal.  Provided a gen_u0()
    stub function that calls gen_u2() for backward compatibility.

    The old gen_v1() method used by the Amdahl 6 group has been
    renamed legacy_gen_v1() in lucas.cal.  This function is no
    longer used by the lucas(h, n) function to test the primality of
    h*2^n-1.  It is preserved in lucas.cal for historical purposes.

    The 'make clobber' rule will attempt to remove all files that
    start with libcalc and start with libcustcalc.

    The 'man' command is now an alias for the 'help' command.

    Fixed extra /'s that were put into CALCPATH because of ${T}.
    Fixed extra /'s that were compiled into HELPDIR and CUSTOMHELPDIR.

    The fix in 2.12.5.4 to to prepend ${T} in front of the CALCPATH
    path components ${CALC_SHAREDIR} and ${CUSTOMDIR} broke the
    calc rpm build process.  The check-buildroot tool discovered
    that the BUILDROOT directory had been improperly put into various
    paths and binaries.  This has been fixed in 2.12.5.5.

    Fixed a crash that showed up on macOS (Darwin) that was reported
    by Richard Outerbridge <outer at interlog dot com> and
    fixed by Stuart Henderson <stu at spacehopper dot org>.
    Thanks goes to both!


The following are the changes from calc version 2.12.5.3 to 2.12.5.3:

    Calc version 2.12.5.2 for macOS (Darwin) users, code to installed
    calc under /opt/calc.  Moreover the CHANGES file did not mention
    /opt/calc.  Sorry about that!.

    A much better tree for macOS (Darwin) users would have been
    to install cal under /opt/calc.  This release ONLY changes the
    macOS (Darwin) install tree to /usr/local.

    macOS (Darwin) users who installed calc version 2.12.5.2
    should, after installing version 2.12.5.3:

    	rm -rf /opt/calc


The following are the changes from calc version 2.12.5.1 to 2.12.5.2:

    NOTE: calc version 2.12.5.2, for macOS (Darwin) users,
    	  installed under /opt/calc.  We neglected to mention this
	  AND /usr/local would have been a better choice.  Sorry!
	  Fixed in calc version 2.12.5.3.

    Removed rules and makefile variables associated with shortened
    calc version numbers of less than 4 levels.

    Under OS X (Darwin), if /usr/include is missing, warnings
    are issued to help the user use xcode-select --install
    so that one may properly compile C code.

    Lowered REDC levels:

	#define MAXREDC 256	/* number of entries in REDC cache */

	#define SQ_ALG2 28	/* size for alternative squaring */
	    config("sq2") == 28		/* was 3388 */
	#define MUL_ALG2 28	/* size for alternative multiply */
	    config("mul2") == 28	/* was 1780 */
	#define POW_ALG2 20	/* size for using REDC for powers */
	    config("pow2") == 20	/* was 176 */
	#define REDC_ALG2 25	/* size for using alternative REDC */
	    config("redc2") == 25	/* was 220 */

    The alg_config.cal script appears to be not correctly finding the
    best REDC values.  While it has been improved, alg_config.cal still
    seems to be suspect on how it attempts to find the best values.

    Fixed an intro help file mistake found by Roger Hardiman
    <roger at rjh dot org dot uk>.


The following are the changes from calc version 2.12.5.0 to 2.12.5.1:

    Calc has a new calc-tester mailing list.  This list is for those
    who are using/testing calc.  We also use this list to announce
    new versions of calc.  To subscribe to the calc-tester mailing
    list, visit the following URL:

	    http://www.isthe.com/chongo/tech/comp/calc/calc-tester.html

	This is a low volume moderated mailing list.

	This mailing list replaces calc-tester at asthe dot com list.

	If you need a human to help you with your mailing list subscription,
	please send Email to our special:

	    calc-tester-maillist-help at asthe dot com

	address.  To be sure we see your Email asking for help with your
	mailing list subscription, please use the following phase in your
	Email Subject line:

	    calc tester mailing list help

	That phrase in your subject line will help ensure your
	request will get past our anti-spam filters.  You may have
	additional words in your subject line.

    There is a new calc bug report Email address:

	    calc-bug-report at asthe dot com

	This replaces the old calc-bugs at asthe dot com address.

	To be sure we see your Email reporting a calc bug, please use the
	following phase in your Email Subject line:

	    calc bug report

	That phrase in your subject line will help ensure your
	request will get past our anti-spam filters.  You may have
	additional words in your subject line.

	However, you may find it more helpful to simply subscribe
	to the calc-tester mailing list (see above) and then to
	send your report to that mailing list as a wider set calc
	testers may be able to help you.

    The following makefile rules that were related to printing the
    upper values of the calc version, rules that were made obsolete
    in calc version 2.12.4.14, have been removed:

	calc_vers calc_ver calc_ve
	vers ver ve

    Noted that the hash() builtin function, internally known as
    quickhash (used for internal objects such as the associative
    arrays as well as other internal processes) uses the deprecated
    32-bit FNV-0 hash.  The use of this deprecated hash is sufficient
    for calc internal purposes.  Use of FNV-1a is recommended for
    a general non-cryptographic quick hash.


The following are the changes from calc version 2.12.4.14 to 2.12.5.0:

    For Apple OS X / Darwin target:

    	MACOSX_DEPLOYMENT_TARGET is no longer defined
	using clang compiler

	By default, -install-name is used when forming shared libs.
	To force -install-name to not be used, set SET_INSTALL_NAME=no.

    The have_stdvs.c test uses <stdlib.h> and fixed va_start() test call
    that didn't use last arg.

    Fixed math_fmt (printf) in value.c where a LEN (SB32) be printed as %d.

    Fixed a significant bug where that resulted in an incorrect
    complex number comparison.  Thanks goes to David Binderman
    <dcb314 at hotmail dot com> for identifying the subtle typo!

    Make minor fixes to the make depend rule.

    Fixed places were calc defined a reserved identifier that
    begin with either __ or _[A-Z].  For example, __FILE_H__ has
    been replaced with INCLUDE_FILE_H.

    Fixed the addall3 example in the script help file.  Thanks for this
    fix goes to Igor Furlan <igor dot furlan at gmail dot com>.

    We made important fixes to the calc command line history:

	Fixed a bug in the command line history where calc would sometimes
	crash.  There was code that used memcpy() instead of memmove()
	that could corrupt the command line history when entering a
	into into history that was similar to a previous entry.  Thanks
	goes to Einar Lielmanis <einars at spicausis dot lv> for first
	identifying this mistake.

	The calc command line history code, in general was not robust.
	We made use a patch from Mathias Buhr <napcode at users dot sf
	dot net>, that while it uses a bit more memory: is much more
	flexible, readable and robust.  This patch replaced the improper
	use of memcpy() (see above) with better code.  Thanks!

    The alg_config.cal calc resource file has been reworked to produce
    better diagnostics while attempting to determine the ideal values
    for mul2, sq2, and pow2.  However, it has been shown that this
    code is not correct.  Suggestions for a replacement are welcome!

   	calc -u 'read alg_config; config("user_debug", 2),; best_mul2();'
   	calc -u 'read alg_config; config("user_debug", 2),; best_sq2();'
   	calc -u 'read alg_config; config("user_debug", 2),; best_pow2();'

    Fixed a number of pedantic compiler warnings.

    Removed -W and -Wno-comment from the the CCWARN makefile variable.

    Removed no_implicit.arg makefile rule.  Removed HAVE_NO_IMPLICIT
    makefile variable.  Removed no_implicit.c source file.

    Added WNO_IMPLICT makefile variable to hold the compiler flag
    -Wno-implicit for use on selective compile lines.

    Added WNO_ERROR_LONG_LONG makefile variable to hold the compiler flag
    -Wno-error=long-long for use on selective compile lines.

    Added WNO_LONG_LONG makefile variable to hold the compiler flag
    -Wno-long-long for use on selective compile lines.

    The makefile variable ${MKDIR_ARG} has been replaced with just -p.

    Minor fixes were made to the calc.spec.in file.

    The target rpm architecture changed from i686 to x86_64.  For those
    who do not run machine with x86_64, we continue to release a src
    rpm. For those without the ability to process an rpm, we will always
    to release src tarball.

    When building the libcalc and libcustcalc shared  libraries,
    ONLY the .so and .so.${VERSION} files are created.  The .so is
    a symlink to the .so.${VERSION} file.  Here ${VERSION} is the
    full "w.x.y.z" calc version.
2018-12-31 16:35:25 +00:00
..
aamath
abs
admesh
algae
amath Update math/amath to 1.8.3 2017-07-25 12:26:05 +00:00
analitza revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
antixls Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
aribas
arpack Build UTIL part as well. Bump revision. 2017-04-14 17:49:28 +00:00
bc
bcal bcal: Import bcal-2.1 as math/bcal 2018-12-15 17:25:15 +00:00
blas math/lapack: Restore build on DragonFly 2016-12-03 15:37:34 +00:00
blitz++
boolstuff Comment out dead sites. 2017-08-16 20:45:30 +00:00
calc Follow some http redirects. 2017-08-16 20:21:03 +00:00
calcoo Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
cantor revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
capc-calc capc-calc: update to 2.12.7.1 and fix darwin compile 2018-12-31 16:35:25 +00:00
cgal revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
classias Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
clisp-pari
cln Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
cloog Updated cloog to 0.18.4. 2016-10-09 19:46:52 +00:00
coinmp
crfsuite Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
dcdflib.c Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
dcdflib.f Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
dfftpack Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
dieharder Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
djbfft
djbsort We don't install multiple architectures, so don't build them. Bump 2018-08-09 09:14:16 +00:00
eigen2
eigen3 Update eigen3 to 3.3.4 2017-09-14 11:21:03 +00:00
eispack Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
ess Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
eukleides
eukleides10
euler Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
extcalc Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
fftpack Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
ffts Update math/ffts to 20170617. 2017-07-04 19:51:42 +00:00
fftw Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
fftw2 Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
fftwf Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
fgmp Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
fityk Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
fricas Update to FriCAS 1.3.1 2017-04-13 14:35:31 +00:00
galculator Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
gap Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
gcalctool Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
geg Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
genius Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
glpk GLPK 4.63: 2017-08-18 21:47:51 +00:00
gnome-calculator revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
gnumeric112 gnumeric: update to 1.12.44. 2018-12-01 11:31:35 +00:00
go-stats Revbump all Go packages after go111 update. 2018-12-19 15:46:59 +00:00
go-units Revbump all Go packages after go111 update. 2018-12-19 15:46:59 +00:00
gp-autpgrp Sort PLIST files. 2018-01-01 22:29:15 +00:00
gp-factint Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
gp-fplsa Comment out dead sites. 2017-08-16 20:45:30 +00:00
gp-grape Comment out dead sites. 2017-08-16 20:45:30 +00:00
gp-grpconst Sort PLIST files. 2018-01-01 22:29:15 +00:00
gp-lag Sort PLIST files. 2018-01-01 22:29:15 +00:00
grace revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
graphopt Mark packages that require C++03 (or the GNU variants) if they fail with 2018-07-18 00:06:10 +00:00
grpn Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
gsl gsl: updated to 2.5 2018-10-02 12:10:29 +00:00
gtklife Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
harminv recursive bump after mpfr shlib major bump 2018-01-28 16:24:10 +00:00
heirloom-factor
heirloom-units
herisvm Update herisvm to 0.8.0 2017-02-17 11:12:15 +00:00
hs-distributive
hs-mwc-random
hs-nats
hs-scientific
hs-semigroups
ipopt Mark packages that require C++03 (or the GNU variants) if they fail with 2018-07-18 00:06:10 +00:00
isl Updated isl to 0.17.1. 2016-10-06 22:03:56 +00:00
itpp Follow some http redirects. 2017-08-16 20:21:03 +00:00
kalgebra revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
kcalc revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
lapack LAPACK: build deprecated functions. Allows me to build unmodified 2018-08-12 15:02:04 +00:00
libffm Sort PLIST files. 2018-01-01 22:29:15 +00:00
libint
libixion revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
liblbfgs Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
liblinear liblinear: follow redirects 2017-11-15 22:12:56 +00:00
libmatheval Note error message from building with guile 2.0 2016-09-16 00:37:02 +00:00
libnumbertext math/libnumbertext: import libnumbertext-1.0.3 2018-08-15 14:02:46 +00:00
libshorttext libshorttext: follow redirects 2017-11-15 22:13:24 +00:00
libsvm math/libsvm: Fix install_name on Darwin 2018-10-25 21:46:03 +00:00
linpack Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
lp_solve Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
ltm Update ltm (libtommath) to 1.0.1 to get MP_GEN_RANDOM_MAX etc 2017-09-26 14:34:23 +00:00
mapm Mark packages that require C++03 (or the GNU variants) if they fail with 2018-07-18 00:06:10 +00:00
mathomatic Replaced $(ROUND) with ${CURLY} variable references. 2018-01-01 18:16:35 +00:00
maxima Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
mcsim
meschach
metis
minisat Mark packages that require C++03 (or the GNU variants) if they fail with 2018-07-18 00:06:10 +00:00
minpack Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
mpcomplex Update to 1.1.0 2018-01-29 14:49:15 +00:00
mpfr Disable float128 support on DragonFly BSD as well. 2018-09-29 16:37:09 +00:00
mprime-bin
mtl Replaced $(ROUND) with ${CURLY} variable references. 2018-01-01 18:16:35 +00:00
muparser muparser: Fix SunOS linker flags and naming. 2018-01-26 09:48:46 +00:00
newmat Don't check pointer sign. 2016-12-17 23:31:35 +00:00
nickle nickle: update to 2.84. 2018-12-02 06:49:24 +00:00
nlopt Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
ntl Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
ocaml-num Revbumps associated with update of lang/ocaml. 2018-11-12 16:10:16 +00:00
ocaml-zarith Removed obsolete patch from math/ocaml-zarith 2018-11-28 12:07:09 +00:00
octave octave: fix building with recent Qt5 2018-12-26 10:45:46 +00:00
odepack Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
openaxiom Mark packages that require C++03 (or the GNU variants) if they fail with 2018-07-18 00:06:10 +00:00
openfst Mark packages that require C++03 (or the GNU variants) if they fail with 2018-07-18 00:06:10 +00:00
ordCalc Pointers are not ordered relative to 0, so compare the elements 2017-02-14 21:27:04 +00:00
otter
p5-Algorithm-BloomFilter Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Algorithm-Cluster Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Algorithm-Munkres Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Alien-GMP Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Excel-Template Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Excel-Template-Plus Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Math-Base-Convert Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Math-Base36 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Math-Base85 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Math-BaseCnv Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Math-Bezier Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Math-BigInt Update to 1.999815 2018-10-20 14:05:32 +00:00
p5-Math-BigInt-GMP Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Math-BigInt-Pari Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Math-BigInteger Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Math-Calc-Units Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Math-Complex Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Math-Derivative Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Math-FFT Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Math-GMP Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Math-Int64 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Math-Interpolate Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Math-Matrix Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Math-MatrixReal Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Math-Pari Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Math-Permute-List Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Math-Prime-Util p5-Math-Prime-Util: update to 0.71. 2018-09-02 07:29:32 +00:00
p5-Math-Random Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Math-Random-ISAAC Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Math-Random-ISAAC-XS Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Math-Random-MT Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Math-Random-MT-Auto Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Math-Random-MT-Perl Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Math-Round Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Math-Spline Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Math-Systems Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Math-Utils Update to 1.13 2018-11-10 10:00:39 +00:00
p5-Math-VecStat Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Number-Compare Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Number-Latin Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Number-Range Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Number-Tolerant Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Number-WithError Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Roman Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Set-Crontab Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Set-Infinite Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Spreadsheet-ParseExcel Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Spreadsheet-Read p5-Spreadsheet-Read: update to 0.79. 2018-09-02 07:31:06 +00:00
p5-Spreadsheet-ReadSXC Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Spreadsheet-WriteExcel Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Spreadsheet-XLSX Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Statistics-CaseResampling Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Statistics-Descriptive Update to 3.0702 2018-11-10 09:58:03 +00:00
p5-Statistics-Distributions Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Statistics-TTest Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Test-Number-Delta Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
pari Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
pari-galdata
pari23 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
pcg
pear-Math_BigInteger Update pear-Math_BigInteger to 1.0.3. 2017-05-28 11:26:12 +00:00
pear-Numbers_Roman
pear-Numbers_Words math/pear-Numbers_Words: update to 0.18.2 2018-02-28 16:01:41 +00:00
php-bcmath
php-stats Accept also PHP 7.2 for this module package 2017-11-15 09:15:50 +00:00
ppl Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
prng
pspp Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
py-abcpmc Don't include py-funcsig for Python older than 3.3. 2016-10-12 19:51:45 +00:00
py-almost
py-asteval py-asteval: updated to 0.9.13 2018-10-11 10:07:04 +00:00
py-autograd py-autograd: update to 1.1.13 2017-10-08 20:22:46 +00:00
py-bottleneck Bottleneck is a collection of fast NumPy array functions written in C. 2017-06-07 08:12:47 +00:00
py-cdecimal extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
py-claripy Import py-claripy version 7.8.2.21 from wip 2018-03-15 02:24:18 +00:00
py-ephem py-ephem: updated to 3.7.6.0nb1 2018-01-11 14:31:20 +00:00
py-fftw extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
py-fpconst extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
py-gmpy py-gmpy: updated to 1.17 2018-01-11 07:59:47 +00:00
py-infinity py-infinity: update to 1.4 2017-09-27 20:21:54 +00:00
py-intervals py-intervals: updated to 0.8.1 2017-12-10 17:01:48 +00:00
py-kiwisolver py-kiwisolver: added version 1.0.1 2018-04-14 11:35:23 +00:00
py-lmfit py-lmfit: updated to 0.9.12 2018-12-03 20:41:44 +00:00
py-mpmath py-mpmath: updated to 1.0.0 2018-01-11 08:07:44 +00:00
py-munkres py-munkres: updated to 1.0.12 2018-12-10 11:22:37 +00:00
py-networkx py-networkx: updated to 2.2 2018-11-30 10:37:07 +00:00
py-noise Follow some redirects. 2017-09-04 18:08:18 +00:00
py-numarray extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
py-numba Use alloca.h only for __sun. 2018-12-27 15:06:19 +00:00
py-Numeric extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
py-numexpr py-numexpr: updated to 2.6.9 2018-12-22 09:38:19 +00:00
py-numpy py-numpy: updated to 1.15.4 2018-11-05 09:23:26 +00:00
py-pandas py-pandas: updated to 0.23.4 2018-08-10 09:00:36 +00:00
py-pandas-datareader math/py-pandas-datareader: Update to 0.7.0 2018-09-24 03:59:41 +00:00
py-patsy py-patsy: updated to 0.5.1 2018-11-20 13:31:03 +00:00
py-powerlaw py-powerlaw: updated to 1.4.5 2018-10-07 07:02:39 +00:00
py-pymc3 math/py-pymc3: Update to 3.5 2018-07-23 01:37:54 +00:00
py-pywavelets py-pywavelets: Add version 0.5.2 2017-11-22 11:06:23 +00:00
py-quadprog matg/py-quadprog: Import version 0.1.6 2017-10-12 16:37:00 +00:00
py-roman py-roman: updated to 3.1 2018-12-04 12:59:58 +00:00
py-rpy py-rpy: updated to 2.9.1 2017-11-28 09:07:23 +00:00
py-Scientific revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
py-Scientific-doc Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
py-scikit-image py-scikit-image: update to 0.14.1 2018-11-13 09:57:10 +00:00
py-scikit-learn *: update email for fhajny 2018-12-15 21:12:18 +00:00
py-scipy py-scipy: add upstream bug reports 2018-09-03 09:04:24 +00:00
py-simpleeval py-simpleeval: updated to 0.9.8 2018-11-14 10:26:59 +00:00
py-statsmodels py-statsmodels: updated to 0.9.0 2018-07-05 13:09:11 +00:00
py-sympy Update py-sympy to 1.2 2018-07-19 20:15:36 +00:00
py-tables py-tables: (ex py-pytables) updated to 3.4.4 2018-07-04 06:46:49 +00:00
py-tensorboard math/py-tensorboard: Import version 1.7.0 2018-04-06 19:22:41 +00:00
py-Theano py-Theano: updated to 1.0.3 2018-12-16 14:54:39 +00:00
py-z3 py-z3: set GITHUB_PROJECT to fix fetch stage 2018-12-23 12:27:34 +00:00
py-z3solver Really correct the PKGNAME 2018-03-20 16:24:34 +00:00
qalculate *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
qalculate-bases Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
qalculate-currency Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
qalculate-gtk Revbump for libcanberra gstreamer change. 2018-11-29 11:21:45 +00:00
qalculate-units Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
qhull
quadpack Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
R Update to 3.5.2 2018-12-21 02:55:06 +00:00
R-abind Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
R-akima Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
R-aplpack Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
R-bbmle Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
R-bitops Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
R-car Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
R-carData Import carData-3.0.2 as math/R-carData. 2018-12-21 10:37:20 +00:00
R-CGIwithR Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
R-chron Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
R-circular Update to 0.4.93 2018-08-30 12:56:34 +00:00
R-classInt Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
R-clim.pact Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
R-coda Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
R-combinat Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
R-DAAG Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
R-date math/R-date: Update to 1.2-38 2018-05-06 03:28:35 +00:00
R-DBI math/R-DBI: Update to 1.0.0 2018-05-09 18:08:19 +00:00
R-e1071 Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
R-emdbook Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
R-FNN Update to 1.1.2.2 2018-12-21 02:59:50 +00:00
R-forecast Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
R-fracdiff Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
R-gdata Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
R-genetics Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
R-geoR Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
R-geoRglm Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
R-GRASS Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
R-gss Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
R-gstat Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
R-gtable Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
R-gtools Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
R-httpRequest Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
R-hwde Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
R-igraph math/R-igraph: Needs a C compiler 2018-09-04 00:23:12 +00:00
R-intervals Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
R-ISLR Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
R-ISwR Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
R-lme4 Update to 1.1.19 2018-12-21 12:53:49 +00:00
R-lmm Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
R-lmtest Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
R-mapproj Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
R-maps Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
R-MatrixModels Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
R-minqa Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
R-moonsun math/R-moonsun: Import version 0.1.3 2018-06-05 22:58:29 +00:00
R-mvtnorm Update to 1.0.8 2018-08-30 12:52:22 +00:00
R-ncdf revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
R-nloptr Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
R-numDeriv Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
R-pbkrtest Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
R-PHYLOGR Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
R-pixmap Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
R-plyr Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
R-poweRlaw Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
R-prettyunits math/R-prettyunits: Import version 1.0.2 2018-04-13 15:26:31 +00:00
R-prob Add the CRAN archives to R package MASTER_SITES. 2018-07-28 14:53:46 +00:00
R-quadprog Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
R-quantreg Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
R-R2HTML Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
R-RandomFields Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
R-randomForest Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
R-RArcInfo Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
R-Rcmdr Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
R-RColorBrewer Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
R-RcppArmadillo Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
R-RcppEigen Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
R-reshape2 Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
R-RNetCDF revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
R-RPostgreSQL Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
R-sgeostat Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
R-shapefiles Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
R-sp Update to 1.3.1 2018-12-21 10:53:51 +00:00
R-spacetime Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
R-SparseM Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
R-splancs Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
R-stabledist Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
R-statmod Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
R-tibble Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
R-VGAM Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
R-wle Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
R-XML Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
R-xtable Update to 1.8.3 2018-08-30 12:36:31 +00:00
R-xts Update to 0.11.0 2018-08-30 12:27:57 +00:00
R-zoo Update to 1.8.3 2018-08-30 12:19:26 +00:00
randlib Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
ranger Fix pthread use. 2016-08-26 17:17:22 +00:00
ruby-gsl Update ruby-gsl to 2.1.0.3. 2017-06-05 14:30:51 +00:00
ruby-narray Relax patten in GEM_CLEANBUILD. 2017-06-02 04:16:35 +00:00
ruby-roo Updated ruby22-roo to 2.7.1. 2017-01-07 22:26:46 +00:00
ruby-spreadsheet math/ruby-spreadsheet: update to 1.1.8 2018-09-23 15:43:37 +00:00
sc
scilab Revbumps associated with update of lang/ocaml. 2018-11-12 16:10:16 +00:00
slatec
snns Sort PLIST files. 2018-01-01 22:29:15 +00:00
speedcrunch Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
stan-math math/stan-math: Import version 2.17.1 2018-07-27 06:49:25 +00:00
statist Follow some redirects. 2017-09-04 18:08:18 +00:00
sundials sundials: Needs python for build. Fix PLIST. Bump. 2018-09-29 12:37:20 +00:00
superlu Recursive bump for perl5-5.28.0 2018-08-22 09:42:51 +00:00
svmlin Import svmlin, semi-supervised machine learning tool 2016-07-30 15:13:57 +00:00
tasp-vsipl Sort PLIST files. 2018-01-01 22:29:15 +00:00
teapot needs EXTENSIONS for siginfo_t on SunOS 2017-07-02 11:12:01 +00:00
tex-apnum
tex-apnum-doc
tex-fp Remove teTeX* packages and references to them. 2017-09-06 16:49:21 +00:00
tex-fp-doc
tex-kastrup
tex-kastrup-doc
tex-mathpartir tex-mathpartir{,-doc}: Add version 1.3.2 2018-01-18 11:00:44 +00:00
tex-mathpartir-doc tex-mathpartir{,-doc}: Add version 1.3.2 2018-01-18 11:00:44 +00:00
tex-mathspec Add tex-mathspec{,-doc} 0.2b 2017-06-23 23:28:29 +00:00
tex-mathspec-doc Add tex-mathspec{,-doc} 0.2b 2017-06-23 23:28:29 +00:00
tex-unicode-math tex-unicode-math{,-doc}: update to 0.8l 2018-05-12 02:01:39 +00:00
tex-unicode-math-doc tex-unicode-math{,-doc}: update to 0.8l 2018-05-12 02:01:39 +00:00
texdrive
TinySVM
tochnog
udunits Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
units
vista
vowpal_wabbit revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
wxmaxima Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
xeukleides10 Comment out dead sites. 2017-09-06 10:40:25 +00:00
xfractint Update to 20.4.14. The changelog, while extremely long, only reaches back 2018-08-28 11:54:54 +00:00
xgap
xldlas Sort PLIST files. 2018-01-01 22:29:15 +00:00
xlife Requires termcap. 2017-05-09 16:30:25 +00:00
xlispstat Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
xmgr revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
xylib
yacas Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
yorick
z3 z3: Upgrade to 4.8.3 2018-12-18 06:46:39 +00:00
Makefile Add R-carData 2018-12-21 10:38:46 +00:00