annotate build_packages.m @ 3414:3d24cec05900

Add octave forge fits package * Makefile.in: Add of-fits. * build_packages.m: Add install of fits-1.0.3.tar.gz * dist-files: Add of-fits.mk, of-fits-1-fixes.patch. * index.html: Added of-fits-package. * src/of-fits.mk: New file. * src/of-fits-1-fixes.patch: New file.
author John Donoghue <john.donoghue@ieee.org>
date Sun, 12 Jan 2014 01:05:00 -0500
parents 7f6d6edbfc18
children e7e29aeea726
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2960
c0061a9c3288 build_packages.m: new file
John W. Eaton <jwe@octave.org>
parents:
diff changeset
1 more ("off");
c0061a9c3288 build_packages.m: new file
John W. Eaton <jwe@octave.org>
parents:
diff changeset
2 echo ("on");
3408
e0552735e3f3 build_packages.m: remove -global -auto option
John Donoghue <john.donoghue@ieee.org>
parents: 3407
diff changeset
3 pkg install general-1.3.2.tar.gz
e0552735e3f3 build_packages.m: remove -global -auto option
John Donoghue <john.donoghue@ieee.org>
parents: 3407
diff changeset
4 pkg install miscellaneous-1.2.0.tar.gz
e0552735e3f3 build_packages.m: remove -global -auto option
John Donoghue <john.donoghue@ieee.org>
parents: 3407
diff changeset
5 pkg install struct-1.0.10.tar.gz
e0552735e3f3 build_packages.m: remove -global -auto option
John Donoghue <john.donoghue@ieee.org>
parents: 3407
diff changeset
6 pkg install optim-1.2.2.tar.gz
e0552735e3f3 build_packages.m: remove -global -auto option
John Donoghue <john.donoghue@ieee.org>
parents: 3407
diff changeset
7 pkg install specfun-1.1.0.tar.gz
e0552735e3f3 build_packages.m: remove -global -auto option
John Donoghue <john.donoghue@ieee.org>
parents: 3407
diff changeset
8 pkg install control-2.6.1.tar.gz
e0552735e3f3 build_packages.m: remove -global -auto option
John Donoghue <john.donoghue@ieee.org>
parents: 3407
diff changeset
9 pkg install signal-1.2.2.tar.gz
e0552735e3f3 build_packages.m: remove -global -auto option
John Donoghue <john.donoghue@ieee.org>
parents: 3407
diff changeset
10 pkg install communications-1.2.0.tar.gz
e0552735e3f3 build_packages.m: remove -global -auto option
John Donoghue <john.donoghue@ieee.org>
parents: 3407
diff changeset
11 pkg install image-2.2.0.tar.gz
3411
7f6d6edbfc18 of-io: update to 2.0.2
John Donoghue <john.donoghue@ieee.org>
parents: 3408
diff changeset
12 pkg install io-2.0.2.tar.gz
3408
e0552735e3f3 build_packages.m: remove -global -auto option
John Donoghue <john.donoghue@ieee.org>
parents: 3407
diff changeset
13 pkg install statistics-1.1.3.tar.gz
e0552735e3f3 build_packages.m: remove -global -auto option
John Donoghue <john.donoghue@ieee.org>
parents: 3407
diff changeset
14 pkg install geometry-1.7.0.tar.gz
e0552735e3f3 build_packages.m: remove -global -auto option
John Donoghue <john.donoghue@ieee.org>
parents: 3407
diff changeset
15 pkg install windows-1.2.1.tar.gz
e0552735e3f3 build_packages.m: remove -global -auto option
John Donoghue <john.donoghue@ieee.org>
parents: 3407
diff changeset
16 pkg install odepkg-0.8.4.tar.gz
e0552735e3f3 build_packages.m: remove -global -auto option
John Donoghue <john.donoghue@ieee.org>
parents: 3407
diff changeset
17 pkg install linear-algebra-2.2.0.tar.gz
e0552735e3f3 build_packages.m: remove -global -auto option
John Donoghue <john.donoghue@ieee.org>
parents: 3407
diff changeset
18 pkg install sockets-1.0.8.tar.gz
e0552735e3f3 build_packages.m: remove -global -auto option
John Donoghue <john.donoghue@ieee.org>
parents: 3407
diff changeset
19 pkg install zenity-0.5.7.tar.gz
e0552735e3f3 build_packages.m: remove -global -auto option
John Donoghue <john.donoghue@ieee.org>
parents: 3407
diff changeset
20 pkg install actuarial-1.1.0.tar.gz
e0552735e3f3 build_packages.m: remove -global -auto option
John Donoghue <john.donoghue@ieee.org>
parents: 3407
diff changeset
21 pkg install data-smoothing-1.3.0.tar.gz
e0552735e3f3 build_packages.m: remove -global -auto option
John Donoghue <john.donoghue@ieee.org>
parents: 3407
diff changeset
22 pkg install fuzzy-logic-toolkit-0.4.2.tar.gz
e0552735e3f3 build_packages.m: remove -global -auto option
John Donoghue <john.donoghue@ieee.org>
parents: 3407
diff changeset
23 pkg install quaternion-2.2.0.tar.gz
3414
3d24cec05900 Add octave forge fits package
John Donoghue <john.donoghue@ieee.org>
parents: 3411
diff changeset
24 pkg install fits-1.0.3.tar.gz
3375
796da09563d0 Add of-windows, of-geometry
John Donoghue <john.donoghue@ieee.org>
parents: 3354
diff changeset
25