New commits:
commit b5330f29d181121562115341568545c8f2b8eae6
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
octave-forge: temporary commit, it is still as broken as before
looks like we'll have to install these using the octave pkg managment
commit 2c36aa4ad2564ec3bfc7eddedc9c9782687795b4
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
octave: forgot to include a fix
commit 19e877ec6c4d78f9891881a0d1aea8d2fa65e829
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
octave-forge: updated to match octave
commit 5807ebe40bc132a3f99d6d4fc1b3d7ef1f1e1d2c
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
octave-devel: synced from octave
commit 005deb5d4ca8fb7e4b0f17ce12e7e1b7d1a2e0d9
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
octave: updated to 2.9.13
diff --git a/science-libs/octave-forge/BUILD b/science-libs/octave-forge/BUILD
new file mode 100755
index 0000000..fc4a64e
--- /dev/null
+++ b/science-libs/octave-forge/BUILD
@@ -0,0 +1,8 @@
+for subdir in */*; do
+ tar xzf $subdir
+ subdir=${subdir#*/} &&
+ cd ${subdir%.tar.gz} &&
+# default_build &&
+make
+ cd -
+done
diff --git a/science-libs/octave-forge/DETAILS
b/science-libs/octave-forge/DETAILS
index c7fde01..c778e9d 100755
--- a/science-libs/octave-forge/DETAILS
+++ b/science-libs/octave-forge/DETAILS
@@ -1,15 +1,19 @@
SPELL=octave-forge
- VERSION=2005.06.13
- SOURCE=$SPELL-$VERSION.tar.gz
- SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ VERSION=20070726
+ SOURCE=$SPELL-bundle-$VERSION.tar.gz
+ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-bundle-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/octave/$SOURCE
WEB_SITE=http://sourceforge.net/projects/octave/
LICENSE[0]=GPL
-
SOURCE_HASH=sha512:9797a896f4f4f60c68bd04e789d23287428f905931bf027e7c4d666d79b691515dfcb75e73c2149ab3cf9d787f851faf7847f1195c6591ffdba0f1d9ea8d816d
+
SOURCE_HASH=sha512:ef47b4ddf42ab7f672253d645078efa4e76eaf360922cfa8fdea220e14528d6ef8689aa19d65aab9707bf00afdbebb44d8c2312b4a81fd9c2495aa24a29a2bad
ENTERED=20041114
KEYWORDS="science libs"
SHORT="Octave-forge is a central location for custom scripts,
functions and extensions for GNU Octave"
cat << EOF
-Octave-forge, the GNU Octave Repository, is intended to be a central
location for custom scripts, functions and extensions for GNU Octave. If you
are interested in helping to develop this site or if you have custom scripts
to contribute, you can join the repository mailing list (archives) or simply
send a message to: cgijobs AT users.sourceforge.net.
+Octave-forge, the GNU Octave Repository, is intended to be a central
+location for custom scripts, functions and extensions for GNU Octave. If
+you are interested in helping to develop this site or if you have custom
+scripts to contribute, you can join the repository mailing list (archives)
+or simply send a message to: cgijobs AT users.sourceforge.net.
EOF
diff --git a/science-libs/octave-forge/HISTORY
b/science-libs/octave-forge/HISTORY
index e4a1f51..98e8d6c 100644
--- a/science-libs/octave-forge/HISTORY
+++ b/science-libs/octave-forge/HISTORY
@@ -1,5 +1,9 @@
2007-08-24 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * DETAILS: Fixed SOURCE_URL[0]
+ fixed long description wrap
+ updated spell to 2007.07.26
* BUILD: removed, fixes #12395
+ added, new build system