summaryrefslogtreecommitdiff
path: root/math/scilab
AgeCommit message (Collapse)AuthorFilesLines
2020-01-26all: migrate homepages from http to httpsrillig1-3/+3
pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
2018-11-12Revbumps associated with update of lang/ocaml.jaapb1-2/+2
2018-07-19Recursive revbump associated with the update of lang/ocaml to 4.07.jaapb2-4/+4
2018-04-13Revbump associated with the upgrade of lang/ocamljaapb1-2/+2
(this is the upgrade from 4.06 to 4.06.1)
2018-03-12Recursive bumps for fontconfig and libzip dependency changes.wiz1-2/+2
2018-01-10Recursive revbump associated with the update to OCaml 4.06.jaapb1-2/+2
2018-01-07Fix indentation in buildlink3.mk files.rillig1-2/+2
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was reviewed manually. There are some .include lines that still are indented with zero spaces although the surrounding .if is indented. This is existing practice.
2017-09-08Recursive revbump associated with update of ocaml to 4.05jaapb1-2/+2
2017-07-11Revbump associated with ocaml-4.04.2jaapb1-2/+2
2016-12-30Recursive revbump associated with ocaml update to 4.04.jaapb1-2/+2
2016-05-05Recursive revbump associated with ocaml update.jaapb1-2/+2
2015-11-25Remove mk/find-prefix.mk usage from the math category.jperkin1-7/+5
The find-prefix infrastructure was required in a pkgviews world where packages installed from pkgsrc could have different installation prefixes, and this was a way for a dependency prefix to be determined. Now that pkgviews has been removed there is no longer any need for the overhead of this infrastructure. Instead we use BUILDLINK_PREFIX.pkg for dependencies pulled in via buildlink, or LOCALBASE/PREFIX where the dependency is coming from pkgsrc. Provides a reasonable performance win due to the reduction of `pkg_info -qp` calls, some of which were redundant anyway as they were duplicating the same information provided by BUILDLINK_PREFIX.pkg.
2015-11-03Add SHA512 digests for distfiles for math categoryagc1-1/+2
Problems found locating distfiles: Package dfftpack: missing distfile dfftpack-20001209.tar.gz Package eispack: missing distfile eispack-20001130.tar.gz Package fftpack: missing distfile fftpack-20001130.tar.gz Package linpack: missing distfile linpack-20010510.tar.gz Package minpack: missing distfile minpack-20001130.tar.gz Package odepack: missing distfile odepack-20001130.tar.gz Package py-networkx: missing distfile networkx-1.10.tar.gz Package py-sympy: missing distfile sympy-0.7.6.1.tar.gz Package quadpack: missing distfile quadpack-20001130.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-10-14Switch from x11/Xaw3d to newer x11/libXaw3d.wiz1-3/+3
Adapt some packages so they build with that. Bump their PKGREVISIONs.
2015-08-07Recursive revbump associated with lang/ocaml update.jaapb1-2/+2
2015-07-04Remove USE_X11BASE and X11PREFIX.joerg1-2/+1
2015-06-30Recursive revbump associated with update of lang/ocaml to 4.02.2.jaapb1-2/+2
2015-01-20Revbump associated with update of lang/ocaml.jaapb1-2/+2
2015-01-01Use BROKEN_ON_PLATFORMS with LP64PLATFORMS.dholland1-2/+2
2014-10-09Revbump for ocaml 4.02.0.jaapb1-2/+2
(Some packages omitted because they will be updated to new versions)
2014-01-11Revbump after updating tcl/tk.adam1-2/+2
2013-11-01Revision bump associated with the update of lang/ocaml to version 4.01.jaapb1-2/+2
2013-06-06Bump PKGREVISION for libXft changes for NetBSD native X support onwiz1-2/+2
NetBSD 6, requested by tron.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron1-2/+2
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz1-2/+2
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2012-10-08Revision bump associated with the update of lang/ocaml to version 4.jaapb1-2/+2
2012-09-11"user-destdir" is default these daysasau1-2/+1
2012-08-21Recursive PKGREVISION bump for tcl and tk upgrade to 8.5.12marino1-2/+2
2012-05-07Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)dholland1-2/+2
It turns out there were a lot of these.
2012-05-06Add checksums for recently added patches.hans1-1/+3
2012-05-06Fix build with gcc4.5 and newer. Patch taken from Gentoo, seehans2-0/+27
https://bugs.gentoo.org/show_bug.cgi?id=321209
2011-12-06Recursive bump for lang/ocaml buildlink addition.sbd1-2/+2
2011-04-01Support staged installation.asau3-35/+65
2010-07-30"fortran" -> "fortran77" except where it is clear that it isn't F77.asau1-2/+2
"fortran" is alias of "fortran77" for now, but it will change later.
2010-01-06Tends to go into infinite loops on 64bit platforms as confirmed onjoerg1-4/+2
AMD64, SPARC64 and Alpha by various bulk builders.
2009-12-03Follow f2c/libf2c split: bump revision of all packagesasau1-2/+2
that list Fortran in used languages.
2009-10-11guard against undefined PKGSRC_FORTRAN. Caught by pbulk on Solaris.tnn1-2/+2
2009-10-08gcc44/g95 build fixdmcmahill1-1/+11
2009-06-14Remove @dirrm related logic.joerg1-7/+1
2009-06-14Remove @dirrm entries from PLISTsjoerg1-251/+1
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2008-12-05MAKE_JOBS_SAFE= noahoka1-1/+3
2008-11-15Address tmp file vulnerability noted atdmcmahill5-3/+195
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-4983 Bump pkgrev.
2008-06-23Explicitly disable java support so that it doesn't try, and fail, to buildmarkd1-1/+2
it if configure script happens to find a java installed.
2007-10-07do not install dold which is has a non-existant interpreter. It isn't useddmcmahill2-4/+4
by any system that pkgsrc supports anyway. It seems to only be used by ultrix and it isn't clear that scilab still works on ultrix anyway and it almost certainly doesn't under pkgsrc.
2007-10-05remove some files which failed CHECK_INTERPRETER and are not used exceptdmcmahill2-6/+6
during the build anyway.
2007-04-10Handle DragonFly as FreeBSD for now. Fix build on both.joerg4-10/+52
2007-03-28fix the SCI variable directory namedmcmahill1-2/+2
2007-03-24add missing entrydmcmahill1-1/+2
2007-03-23Update to scilab-4.1. The old version was very out of date and theredmcmahill27-1570/+7218
have been many many changes including many bug fixes, graphics improvements, editor improvements, new toolbox functions, etc.