summaryrefslogtreecommitdiff
path: root/math/octave-current/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2007-09-24-Fix non-portable use of strptime(3): SUSv3 does not require it to dodrochner1-1/+3
calendar math and fill in wday/yday. Use mktime(3) to have those fields calculated. -Fix non-portable use of sort(1) (in an example/selftest only): the "-n" option should "restrict" the sort key to a numeric field, there is no requirement to use another key if no numbers are present. -bump PKGREVISION
2007-09-19update to 2.9.14 (pre-release for 3.0)drochner1-11/+11
too many changes to list here pkgsrc changes: -add use of pcre and qhull to options, and include both in the default configuration -play dirty tricks to make sure GNU sed is used as sed -- there is something in the "mkf77def" script which doesn't work with NetBSD sed
2006-01-06Changes 2.9.4:adam1-8/+8
* Bug fixes and improvements
2005-12-18Forgotten makepatchsum.joerg1-2/+2
2005-12-08Add a somewhat tricky check to get isinf correctly on DragonFly.joerg1-1/+2
This is tricky, because isinf as macro is removed by cmath, but only if libstdc++ on GCC is compiled for C99 math support. Try to check for this and use the symbol from namespace std.
2005-07-01Changes 2.9.3:adam1-7/+7
* Bug fixes
2005-05-26Fix broken GNU configure script that was overriding the SED that waskristerw1-2/+2
passed to it with an empty string.
2005-04-27Changes 2.9.2:adam1-7/+7
* Bug fixes
2005-04-01Changes 2.9.1:adam1-9/+9
* use glpk * improvements
2005-03-26patch-ab obsoleteadam1-2/+1
2005-03-22Changes 2.1.67:adam1-4/+4
* Bug fixes
2005-03-10Fix compilation on solaris. Octave-current works here now.dmcmahill1-1/+2
2005-02-23Add RMD160 digests in addition to SHA1 ones.agc1-1/+2
2005-02-22Changes 2.1.65:adam1-7/+7
* Bug-fixes and improvements
2005-01-13Fixed installation problem - now all the modules should be installed ↵adam1-2/+2
correctly, and buildlinked against fftw (not fftw2)
2005-01-12Ensure that f2c-main.c includes config.h so that F77_DUMMY_MAIN isjlam1-1/+2
defined. This fixes the build when using f2c-f77 as the Fortran compiler.
2004-12-05Changes 2.1.64:adam1-3/+3
* Bug fixes
2004-11-25Changes 2.1.63:adam1-5/+5
* Bug fixes
2004-09-23Changes 2.1.59:adam1-6/+6
* bug-fixes and clean-ups
2004-09-14fix botched patch and distinfo. Should fix bulk build lossage.dmcmahill1-2/+2
2004-09-11- add missing UNWRAP_FILES to clean up some buildlink references in somedmcmahill1-2/+2
installed files. - libtoolize a few more lines which seem to have been missed in the original libtoolization. - enable loading of shared objects which lets the various .oct files installed by octave-forge actually work instead of just the .m files.
2004-03-29Changes 2.1.57:adam1-5/+5
* bug fix release
2004-02-26Changes 2.1.55:adam1-7/+7
* Generally bug-fixes and enhancement (it's hard to find out by reading NEWS and ChangeLog) * Uses BUILDLINK3
2004-01-23Changes: hard to determine, looks like mostly bug-fixesadam1-5/+5
2003-12-04Changes 2.1.52:adam1-18/+9
* Emacs fixes * The ++ and -- operators now work for indexed matrices * The built-in variable argv is now a list of strings instead of a string vec. * The new built-in variable `crash_dumps_octave_core' controls whether Octave writes user variables to the file `octave-core' when it crashes or is killed by a signal. * Loops of the form `for i = STRING ... endfor' are now allowed. * It is now possible to set the iteration limit for lsode using lsode_options ("step limit", N). * New functions * The save command now accepts the option -append to save the variables at the end of the file, leaving the existing contents. * New command-line option --no-history (also available using the single character option -H) inhibits saving command history. * The built-in variable `PWD' has been removed. * New operators. * New built-in data types. * Commas in global statements are no longer special. * It is now possible to declare static variables that retain their values across function calls. More --> See "NEWS"
2003-08-02Convert to USE_NEW_TEXINFO.seb1-6/+3
Add patch file to add an Info directory entry to liboctave.texi. Remove now unnecessary patch files and trim one of its "info" bits.
2002-03-07Don't do any optmization when compiling parse.cc as it triggers bugs on powerpcjmc1-2/+2
2002-02-18Introduce new framework for handling info files generation and installation.seb1-2/+6
Summary of changes: - removal of USE_GTEXINFO - addition of mk/texinfo.mk - inclusion of this file in package Makefiles requiring it - `install-info' substituted by `${INSTALL_INFO}' in PLISTs - tuning of mk/bsd.pkg.mk: removal of USE_GTEXINFO INSTALL_INFO added to PLIST_SUBST `${INSTALL_INFO}' replace `install-info' in target rules print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info' - a couple of new patch files added for a handful of packages - setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it - devel/cssc marked requiring texinfo 4.0 - a couple of packages Makefiles were tuned with respect of INFO_FILES and makeinfo command usage See -newly added by this commit- section 10.24 of Packages.txt for further information.
2002-01-03Remove a bogus patch, drop a MASTER_SITE, and fix PLIST.wiz1-2/+1
2001-04-22Delete make rule for parse.cc. Add missing file to PLIST.jtb1-2/+2
2001-04-22Bad patch.jtb1-2/+2
2001-04-22Remove "xstopx.f" and "dostop.c" from libcruft/misc. They've been deprecatedjtb1-2/+3
and cause problems if left. Touch "parse.cc" and "parse.h" so that they won't get remade. (The configure script doesn't detect bison correctly anyway). Remove a duplicate entry from PLIST. Make it work with the readline currently in pkgsrc.
2001-04-22Update of octave-current to 2.1.34.jtb1-8/+10
2001-04-19 John W. Eaton <jwe@bevo.che.wisc.edu> * octMakefile.in (CONF_DISTFILES): Remove config.h.bot from the list. 2001-04-19 David Livings <david.livings@asa.co.uk> * Makeconf.in (mk-libdir-link): Omit check for $(octlibdir)/octave existing as a directory. 2001-02-28 Albert Chin-A-Young <china@thewrittenword.com> * configure.in: Check for getpwnam in libsun only after checking default libraries first. Check for gethostname in libsocket only after checking default libraries first. 2001-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> * configure.in: Allow for using f2c when setting functions to look for in the BLAS and Lapack libraries. From Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>. 2001-02-10 Mumit Khan <khan@nanotech.wisc.edu> * test/octave.test/string/dec2hex-1.m: Don't assume hex format produces lower case letters. 2001-02-07 John W. Eaton <jwe@bevo.che.wisc.edu> * acconfig.h: Merge contents of config.h.bot. * config.h.bot: Delete. * autogen.sh: Allow running of autoconf or autoheader to be skipped. 2001-02-06 John W. Eaton <jwe@bevo.che.wisc.edu> * readline: Update to new version (4.2-beta1). 2001-02-05 Mumit Khan <khan@nanotech.wisc.edu> * configure.in (TEMPLATE_AR, TEMPLATE_ARFLAGS): New variables. * Makeconf.in (TEMPLATE_AR, TEMPLATE_ARFLAGS): Likewise. * configure.in (XTRA_CXXFLAGS): Use -fno-implicit templates for pre-gcc3 compilers. Remove -fno-rtti and -fno-exceptions. (DEPEND_FLAGS, DEPEND_EXTRA_SED_PATTERN): New macros. (BLAS_LIBS): Fix test for sunperf library on Sun Solaris. (CPICFLAG, CXXPICFLAG, FPICFLAG, SH_LDFLAGS, RLD_FLAG): Add Sun compiler support. * Makefile.in (DEPEND_FLAGS, DEPEND_EXTRA_SED_PATTERN): New variables. (%.d : %.cc): Use. (%.d : %.c): Likewise. * acconfig.h (CXX_ISO_COMPLIANT_LIBRARY): Add #undef. 2001-01-31 Mumit Khan <khan@nanotech.wisc.edu> * Makeconf.in (%.d : %.cc): Strip the directory portion of the target. (%.d : %.c): Likewise. * aclocal.m4 (OCTAVE_CXX_ISO_COMPLIANT_LIBRARY): New macro. * configure.in: Use it. 2001-01-29 John W. Eaton <jwe@bevo.che.wisc.edu> * Makeconf.in (do-subst-config-vals): Substitute OCTAVE_CONF_CANONICAL_HOST_TYPE here too. * octave-bug.in: Substitute OCTAVE_CONF_CANONICAL_HOST_TYPE, not OCTAVE_CANONICAL_HOST_TYPE.
2001-04-19fix one more instance of __alpha__ being used as a test for OSF.dmcmahill1-2/+2
2001-04-19MAIN__ need to be undefined during some of the fortran configure testsdmcmahill1-2/+2
or valid programs will fail with link problems.
2001-04-19__alpha__ doesn't imply OSF so doen't include OSF specific code baseddmcmahill1-1/+3
on __alpha__.
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-0/+14
+ move the patch digest/checksum values from files/patch-sum to distinfo