Satoshi Asami
751790b51a
Remove LOOP_VAR and replace it with tiny Makefiles using MASTERDIR to
...
share most files. Repository copy the default to explicitly named
directories to avoid any confusion. Greatly simplify the shared
Makefiles, since we are now in different subdirectories, we don't need
"a4-install" stuff.
While I'm here, consistently name the variables. Here are the
guidelines (master port is in brackets)
DOCFORMAT: [html] pdf ps
KONFONT: 14dot [16dot]
PAPERSIZE: a4 [letter] letterdj
RESOLUTION: 118 240 [300] 360 400 600
"math/r" has been copied to "R-a4" and "R-letter", to follow the
spirit of the original port. "japanese/kon" is renamed to "kon2-*",
since that seems to be the basename.
1998-11-20 04:15:15 +00:00
Vanilla I. Shu
b3ffc76448
Activate gnumeric.
1998-10-26 11:59:39 +00:00
Steve Price
3d40ad2d7a
Activate the add port.
1998-08-30 18:30:51 +00:00
Steve Price
8cce5cf44c
Turn on geg.
1998-08-10 00:45:00 +00:00
Steve Price
d0152f7be5
Turn on sc.
1998-08-10 00:21:04 +00:00
Steve Price
0f09e2b290
Turn on superlu.
1998-08-09 23:55:27 +00:00
Steve Price
b4c7043fe0
Turn on umfpack.
1998-07-11 18:21:26 +00:00
Thomas Gellekum
224a52e6d8
Activate rng.
1998-06-25 06:38:28 +00:00
Thomas Gellekum
ad339e24e0
Activate pygist.
1998-06-02 08:11:20 +00:00
Matthew Hunt
196cae7856
Activate r.
1998-05-04 17:55:43 +00:00
Thomas Gellekum
6c9e50ea3e
Activate xmgr.
1998-04-30 08:55:09 +00:00
Matthew Hunt
4e0401bb4f
Activate xldlas, and edit its COMMENT so that it does not start
...
with the name of the software.
1998-04-27 05:28:14 +00:00
Matthew Hunt
4b0e8395e4
Activate metis.
1998-04-26 03:55:41 +00:00
Matthew Hunt
33cc2be5ff
Activate eval.
1998-04-26 03:25:27 +00:00
Justin M. Seger
b9861a3c71
Nuke math/xvgr. Obsoleted by xmgr.
1998-04-13 00:51:58 +00:00
Tim Vanderhoek
b24a8f9506
Energize xgfe!
1998-04-10 05:05:16 +00:00
Jun-ichiro itojun Hagino
77386b98d9
enable ports/math/siag, "scheme-in-a-grid" spreadsheet.
1998-02-28 03:49:19 +00:00
Steve Price
6c2fdb7ccf
Nuke the maxima port. It is old, won't build, requires a license...
1998-02-22 00:24:13 +00:00
Bill Fenner
753ad9d366
Enable p5-MatrixReal
1997-11-24 00:48:41 +00:00
Thomas Gellekum
1c259fd03a
Activate plplot.
1997-10-06 08:22:03 +00:00
Thomas Gellekum
1daffec3bd
Activate femlab.
1997-09-16 07:08:40 +00:00
Masafumi Max NAKANE
6697979872
Activate pari.
1997-06-21 20:51:44 +00:00
Thomas Gellekum
5a5b4068f3
Activate Scilab.
1997-06-18 12:16:03 +00:00
Satoshi Asami
ac5caf2d33
Add simpack.
1997-06-10 08:50:47 +00:00
Satoshi Asami
0a0ec00cc5
Add apc.
1997-06-03 22:43:00 +00:00
Satoshi Asami
2bf84110f5
Add umatrix.
1997-06-03 22:21:36 +00:00
Thomas Gellekum
aef1b8e529
Add numpy.
1997-04-28 09:24:08 +00:00
Satoshi Asami
4333e6b76d
Add libranlib.
...
I-think-this-was-probably-forgotten-by: tg :)
1997-04-07 09:32:58 +00:00
Satoshi Asami
26b4e20e9e
Add xplot.
1997-03-06 01:23:46 +00:00
Thomas Gellekum
e6c983a859
Activate fftpack.
1997-02-14 08:54:02 +00:00
Masafumi Max NAKANE
6e11e72c11
Activate ss.
1997-01-24 12:32:35 +00:00
Satoshi Asami
aeeac4f091
Add freefem.
1997-01-11 11:39:44 +00:00
Eric L. Hernes
1cbd63fd0e
attach calctool
1996-12-12 03:47:50 +00:00
Satoshi Asami
b2b680d7b4
People, please please please update subdir Makefiles when you import
...
a port! (I thought easy-import now yells in your ears about this..)
1996-12-05 00:24:17 +00:00
Jean-Marc Zucconi
4f9e648568
Add lapack.
1996-06-07 15:56:19 +00:00
Satoshi Asami
9bf6f2d387
Add maxima to subdir list.
1996-04-12 08:35:07 +00:00
Satoshi Asami
de27e113ec
Remove gmp.
1995-11-26 21:25:36 +00:00
Satoshi Asami
e1c2f41478
Added xvgr.
1995-11-26 13:49:33 +00:00
Satoshi Asami
1f43de46ba
Convert all makefiles to new formats.
1995-10-03 11:45:15 +00:00
Satoshi Asami
a05b721131
Added xlispstat.
1995-08-18 08:53:54 +00:00
Satoshi Asami
130d79b64d
Add xspread. Convert the Makefile along the way to "SUBDIR+=" format.
1995-07-01 09:17:15 +00:00
Satoshi Asami
c9dc84a522
Clean up subdir Makefiles. They now all look like this:
...
=====
# Id line
#
# RESTRICTED: restricted_port_1 (comment1)
# RESTRICTED: restricted_port_2 (comment2)
#
# BROKEN: broken_port_3 (comment3)
# BROKEN: broken_port_4 (comment4)
# BROKEN: broken_port_5 (comment5)
#
SUBDIR= good_port_1 good_port_2 ...
=====
Basically, the idea is to make it easy to find restricted or broken
ports by doing a "grep".
1995-05-14 03:30:07 +00:00
Satoshi Asami
d1f753e2c4
Add maxima to "restricted" (license required).
1995-05-13 07:57:18 +00:00
Satoshi Asami
f04734a0dc
Added octave.
1995-05-02 07:21:42 +00:00
Andreas Schulz
af9bc8781e
Add "gmp" to the subirs list. It seems to compile and package just fine.
1995-02-13 23:52:02 +00:00
Jordan K. Hubbard
51dfff686a
add calc xgraph to their new home
1995-01-13 11:44:45 +00:00
Satoshi Asami
beff47b5ec
Added hexcalc, sorted items in alphabetical order.
1994-12-06 11:57:27 +00:00
Andreas Schulz
d546d7fab2
Add fudgit to the SUBDIR list.
1994-11-20 23:04:54 +00:00
L Jonas Olsson
bdfe3f3829
Added linpack and eispack.
1994-10-31 14:37:36 +00:00
L Jonas Olsson
88940f6f14
Added blas.
1994-10-27 15:06:51 +00:00