sturm
7d4fe311f1
get rid of this ancient critter in order to fully remove emulators/redhat
...
use openoffice if you need a spreadsheet
2008-06-12 19:06:49 +00:00
martynas
6de0dbf779
- freemat-3.6 is now possible
...
- make use of portaudio
- remove what i got in upstream
steven@ and Wiktor Izdebski say regression tests pass on amd64, i386
ok steven@
2008-06-11 21:09:06 +00:00
jasper
0818cb86a4
- update gnumeric to 1.8.3
...
joint work with seth jackson, ok ajacoutot@
2008-06-03 16:36:54 +00:00
jasper
f2a5299b82
- gettext already pulls in libiconv, so no need to do it twice
...
from brad@
2008-05-31 23:04:38 +00:00
steven
c8cabd0ced
enable regression tests
2008-05-23 21:06:46 +00:00
steven
70072baf9a
update to 4.2.3
2008-05-23 20:57:32 +00:00
naddy
b04d0f6b63
bump package because the description changed
2008-05-15 15:20:17 +00:00
deanna
74eed42e40
Use Tcl/Tk 8.4 even if 8.5 is available. Fixes packaging errors
...
spotted by naddy@.
Ok naddy@, mbalmer@
2008-05-08 01:35:43 +00:00
naddy
c39de158b8
Fix build on alpha by killing some configure checks that assume all
...
alphas run the same operating system. ok merdely@
2008-04-30 19:42:07 +00:00
steven
74ba594ff6
oops, missing plist update for 3.0.1
...
spotted by Stephan Andre' (andres at msu.edu)
2008-04-26 06:51:29 +00:00
steven
448ec55e55
maintenance update to octave 3.0.1
2008-04-25 18:26:29 +00:00
steven
ab4b7af28b
drop --disable-fortran workaround for sgi.
...
miod@ fixed g77 and confirmed fftw3 now builds.
2008-04-22 21:19:59 +00:00
jakemsr
f52319ab69
g77 throws ICEs on sgi, so disable fortran support there. lets this
...
build on sgi.
discussed with steven@ (MAINTAINER)
2008-04-21 00:38:19 +00:00
jasper
fdd8c80aae
- unbreak after recent glib2 update
...
testing and ok simon@
2008-04-09 13:24:46 +00:00
naddy
74c62919b6
bump PKGNAME for PLIST changes 4.2 -> 4.3
2008-02-22 22:32:07 +00:00
steven
300d0b7bd9
update to 12.8.7
...
use mathomatic's install target
add .desktop handling
2008-02-17 10:54:21 +00:00
merdely
dc514a71d0
Set FFLAGS="${FFLAGS}" in CONFIGURE_ENV for alpha so octave will build
...
on alpha. Wrap in .if ${MACHINE_ARCH} == "alpha" as it caused
regressions on other archs.
No bump since it didn't build on alpha before and only alpha is
affected.
Discussed with steven@
2008-02-12 14:44:06 +00:00
mbalmer
0bfbc05e03
Maintenance update to R 2.6.2
2008-02-08 12:58:57 +00:00
naddy
883cdf98ea
properly fix compilation on various archs; amd64 now passes regress
2008-01-23 15:57:26 +00:00
steven
35176bd794
update to octave 3.0.0
2008-01-21 18:30:13 +00:00
espie
9ca2e064cf
do the same thing with REGRESS_FLAGS as FAKE_FLAGS
2008-01-04 18:38:51 +00:00
espie
17d70806a3
tweak FAKE_FLAGS semantics to saner defaults.
2008-01-04 17:48:33 +00:00
jasper
caeee5b377
add fann
2007-12-17 20:43:38 +00:00
jasper
1fbb345fce
import fann 2.1.0beta
...
Fast Artificial Neural Network Library is a free open source neural
network library, which implements multilayer artificial neural networks
in C with support for both fully connected and sparsely connected
networks. Cross-platform execution in both fixed and floating point are
supported. It includes a framework for easy handling of training data
sets. It is easy to use, versatile, well documented, and fast.
2007-12-17 20:42:00 +00:00
merdely
d4f9dd7409
Add p5-Math-Fibonacci, p5-Math-Fibonacci-Phi
2007-12-17 20:20:46 +00:00
merdely
3df280c5ad
Initial import of p5-Math-Fibonacci-Phi:
...
Perl extension for calculating Phi and phi for Fibonacci numbers.
ok simon@
2007-12-17 20:19:10 +00:00
merdely
80ebc4ee70
Initial import of p5-Math-Fibonacci:
...
This module provides a few functions related to Fibonacci numbers.
ok simon@
2007-12-17 20:18:26 +00:00
ajacoutot
07a770f07f
- add update-desktop-database goo
2007-12-15 20:54:19 +00:00
mbalmer
55ba5f4684
Update R to version 2.6.1 and use zlib, bzlip, pcre from the ports tree
...
instead of building a built-in version.
2007-12-14 15:08:18 +00:00
steven
12822c0e0e
+ginac
2007-12-01 13:39:10 +00:00
steven
717799ddb1
import ginac 1.4.1
...
submitted by Paul Irofti <bulibuta at gmail.com>
2007-12-01 13:38:38 +00:00
okan
2b6e52403a
maintenance update to 3.6.2 from Carlos Valiente
...
ok steven@
2007-11-29 13:43:08 +00:00
jasper
ee215b868d
- update maxima to 5.13.0
...
from pedro martelletto with some tweaks by me
2007-11-25 14:56:09 +00:00
djm
ed3d737668
update to numpy-1.0.4
2007-11-16 11:42:25 +00:00
merdely
5743969bb1
Fix WANTLIB
...
ok landry@
2007-11-14 19:27:35 +00:00
steven
e8d7af48a0
fix WANTLIB
2007-11-14 09:43:39 +00:00
steven
60fa8eefa8
update to 0.6.8
2007-11-12 14:07:11 +00:00
steven
40d19078bc
- in the unpack function, add missing -f argument to tar invocations
...
- in the pkg function, use gmake instead of make, since all the octave-forge
stuff uses it; add corresponding runtime dependency on gmake
based on a diff from Paul Irofti (bulibuta at gmail)
2007-11-10 11:15:05 +00:00
steven
c8158cb50f
update to 12.7.9
2007-10-30 14:19:14 +00:00
simon
b256df2a4c
add p5-Chart-Math-Axis
2007-10-13 08:01:01 +00:00
simon
8ddf6b51ba
import p5-Chart-Math-Axis
...
Chart::Math::Axis implements in a generic way an algorithm for finding a
set of ideal values for an axis. That is, for any given set of data,
what should the top and bottom of the axis scale be, and what should the
interval between the ticks be.
ok jasper@
2007-10-13 08:00:55 +00:00
steven
9bfed1ac43
bump PKGNAME after python version switch
2007-10-08 08:22:38 +00:00
steven
ea6187af10
+qtoctave
2007-10-07 18:37:42 +00:00
steven
6ef4d0d89c
import QtOctave 0.6.3
...
QtOctave is a front-end for Octave.
2007-10-07 18:37:01 +00:00
mbalmer
a69f3f6e2e
Update to R-2.6.0.
2007-10-07 17:54:54 +00:00
naddy
aa20fa1364
maintenance update to 1.3.18
2007-10-05 16:12:20 +00:00
naddy
8165440c6b
update to 1.3.1, which adds an additional "paper mode"
2007-10-01 20:25:55 +00:00
steven
3b92333205
switch teTeX -> texlive
...
discussed with sturm and mbalmer
2007-10-01 11:42:30 +00:00
steven
c5952ed8b1
update to 3.5
2007-09-29 06:53:39 +00:00
steven
027c0b936c
update to 2.9.14
2007-09-23 08:06:59 +00:00
steven
1a959e62d4
maintenance update to 4.2.2
...
ok sthen@
2007-09-20 12:14:30 +00:00
msf
93e447a0c3
+p5-GraphViz
...
+p5-Math-Bezier
2007-09-20 05:13:28 +00:00
msf
09a16e9ac6
initial import of p5-GraphViz-2.02
...
This module provides an interface to layout and image generation of
directed and undirected graphs in a variety of formats (PostScript, PNG,
etc.) using the "dot", "neato" and "twopi" programs from the GraphViz
project
2007-09-20 05:06:22 +00:00
msf
745c7850fd
initial import of Math::Bezier 0.01
...
This module implements the algorithm for the solution of Bezier curves
as presented by Robert D. Miller in Graphics Gems V, "Quick and Simple
Bezier Curve Drawing".
2007-09-20 05:01:05 +00:00
steven
3e0d0b9a7d
update to 12.7.6
2007-09-18 15:46:36 +00:00
steven
907a85c549
remove quotes from COMMENT/PERMIT*/BROKEN
2007-09-15 18:44:36 +00:00
martynas
8b19837696
update to the latest stable, gnumeric-1.6.3
...
- fix conflicting definitions
tweaks/testing/ok jasper@, todd@, alek@
2007-09-13 21:58:58 +00:00
steven
98dcefc137
update to freemat 3.4
...
looks ok to martynas@
2007-09-07 15:55:25 +00:00
steven
cbf729f3fa
update to 5.1.0
2007-09-07 11:10:03 +00:00
steven
f6a7e0057e
update to 2.2.0
2007-09-07 11:09:10 +00:00
steven
b06c6c7b4b
move man pages to section 3f
2007-09-05 15:32:19 +00:00
djm
fe095fb9ef
update to numpy-1.0.3
2007-09-05 08:43:49 +00:00
steven
81a0991efc
link correctly against libintl, and adapt MODULES. update patches while here.
...
ok naddy
2007-08-09 22:22:17 +00:00
steven
793acd03c6
don't link against blas/lapack for now.
...
ok espie@ djm@
2007-08-07 05:25:58 +00:00
naddy
45c04b95a8
missing build dependency; from espie@
2007-08-05 22:27:53 +00:00
naddy
b6813cc05f
bump package name due to OSREV increment
2007-07-28 14:08:08 +00:00
steven
04e712e910
update to octave 2.9.13
...
add a few missing LIB_DEPENDS
2007-07-28 07:09:19 +00:00
simon
72fd90a2da
import p5-Math-Calc-Units
...
Math::Calc::Units is a simple calculator that keeps track of units. It
currently handles combinations of byte sizes and duration only, although
adding any other multiplicative types is easy. Any unknown type is
treated as a unique user type (with some effort to map English plurals
to their singular forms).
ok bernd@
2007-07-25 20:41:00 +00:00
simon
7a41bcae70
import p5-Math-Calc-Units
...
Math::Calc::Units is a simple calculator that keeps track of units. It
currently handles combinations of byte sizes and duration only, although
adding any other multiplicative types is easy. Any unknown type is
treated as a unique user type (with some effort to map English plurals
to their singular forms).
ok bernd@
2007-07-25 20:40:56 +00:00
naddy
e9602a787b
update to 1.3.17 which fixes an unbounded strcpy
2007-07-21 15:20:54 +00:00
jasper
32a30e5331
-NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
...
+SHARED_ONLY= Yes
ok ajacoutot@, simon@, mbalmer@ (for the postgresql bits)
2007-07-04 19:18:45 +00:00
steven
b88c9fa1eb
fix plist
2007-06-28 08:03:06 +00:00
steven
815dfb1b71
update to 12.7.3
2007-06-26 05:51:02 +00:00
steven
ec5f4453ba
major update to octave 2.9.12
2007-06-20 08:51:42 +00:00
steven
6ad2f4d591
use octave-config to detect octave variables, ways simpler and works with
...
higher octave versions too. no package change.
2007-06-06 09:45:59 +00:00
kili
ba4fb7bf34
Don't use RUN_DEPENDS=${BUILD_DEPENDS}.
2007-05-29 11:22:30 +00:00
pvalchev
cfd235da6d
update to ecm-6.1.2
2007-05-27 04:59:07 +00:00
espie
9e1ca05cd3
reorder helper next/previous to match common browser behavior.
...
add WANTLIBs for qt4.3
okay steven@
2007-05-22 09:10:22 +00:00
espie
bf63592fca
tell freemat to look in both pkgconfig locations so that it will find newer
...
qt4.
2007-05-21 16:48:33 +00:00
martynas
c51102487b
unbreak; ok jasper@
2007-05-20 13:39:56 +00:00
jasper
82cd4ba50c
remove marcm@ as maintainer
...
ok marcm@
2007-05-19 09:13:54 +00:00
bernd
f888a25c16
Don't depend on the qt3 'mt' FLAVOR. This FLAVOR doesn't do anything
...
and will be removed shortly. Bump PKGNAMEs.
Discussed with and ok espie@.
Bulk build testing by steven@, thanks!
2007-05-09 11:31:43 +00:00
bernd
398423590a
Use xenocara expat and fix WANTLIB.
2007-05-04 11:33:14 +00:00
mbalmer
6d5b9ca21d
R-2.5.0
2007-04-26 20:26:12 +00:00
martynas
33ea2cdeef
3.2 is a re-release of 3.1 with my RESOURCEDIR diff
...
also, add patch-libs_libCore_IO_cpp (which was ok steven@ some time ago)
if you are using freemat3 on amd64 make sure you've got the latest current
with floorf() fix
2007-04-22 14:43:41 +00:00
martynas
9c984bb2d1
update to 3.1, which includes our all patches (and introduces some new
...
ones);
3.1 is a bugfix release, but also includes new threading api, perl-style
regular expressions, and the regression test suite (use run_tests).
ok steven@
2007-04-20 19:11:51 +00:00
espie
9eafbbfb35
base64 checksums.
2007-04-05 16:19:55 +00:00
steven
ff685b00eb
add -lz for freetype, prompted by naddy@
...
adjust all WANTLIBs while here
2007-04-01 19:43:56 +00:00
steven
bcd1250517
update to gnuplot 4.2.0
...
maintainer timeout
2007-03-28 16:50:58 +00:00
martynas
2cbc1044f0
- fix ceil for amd64;
...
- fix (hidden) measuring bug on non-64bit;
- fix crashes in save and copy operations;
"go ahead" steven@
2007-03-27 20:12:59 +00:00
djm
4851491f0f
numpy-1.0.1, another responsive maintainer lets us remove patches
2007-03-25 10:47:02 +00:00
martynas
f92a087f6f
update to freemat 3.0
...
you need at least 9 days old current system for it (correct
_POSIX_THREAD_ATTR_STACKSIZE define for qt4).
all the patches already got committed upstream.
"please commit!" steven@
2007-03-24 14:14:50 +00:00
steven
a3b2d2af2f
update to lapack 3.1.1
...
ok martynas@
2007-03-24 14:06:54 +00:00
steven
f4a1fbf564
update to umfpack 5.0.3
2007-03-24 12:53:29 +00:00
steven
bcf9b9ad3d
update to amd 2.0.4
2007-03-24 12:44:19 +00:00
espie
a907c43c3b
+eigen
2007-03-20 11:36:29 +00:00
espie
04f71160a3
eigen library: a small linear algebra C++ library.
...
Required for kde4.
2007-03-20 11:35:50 +00:00
steven
8fa24a4fd7
fix more pkgnames ...
2007-03-17 15:22:42 +00:00
jolan
4d65225fd7
remove Jim Geovedi as maintainer from all ports' Makefiles per his
...
request.
2007-03-15 11:30:07 +00:00
espie
d039670f2b
build depends do not recurse.
...
noticed by steve andre.
no package change -> no bump.
2007-02-21 16:37:34 +00:00