aboutsummaryrefslogtreecommitdiffstats
path: root/math/octave
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2008-07-17 14:02:07 +0800
committermaho <maho@FreeBSD.org>2008-07-17 14:02:07 +0800
commitd1d7a09003437d6f5494158f5bc385ee0ffb5f19 (patch)
tree02917b6bdfeb043b956a3781d3b3efd1d050bb80 /math/octave
parentd8460aef162a949b80f8307301605579ab104205 (diff)
downloadfreebsd-ports-gnome-d1d7a09003437d6f5494158f5bc385ee0ffb5f19.tar.gz
freebsd-ports-gnome-d1d7a09003437d6f5494158f5bc385ee0ffb5f19.tar.zst
freebsd-ports-gnome-d1d7a09003437d6f5494158f5bc385ee0ffb5f19.zip
Update to 3.0.1
Diffstat (limited to 'math/octave')
-rw-r--r--math/octave/Makefile3
-rw-r--r--math/octave/distinfo6
-rw-r--r--math/octave/files/patch-configure.in12
-rw-r--r--math/octave/files/patch-examples+Makefile.in17
-rw-r--r--math/octave/files/patch-scripts+miscellaneous+unpack.m32
-rw-r--r--math/octave/pkg-plist7
6 files changed, 10 insertions, 67 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile
index 44498541dd6e..5eb0ca561e28 100644
--- a/math/octave/Makefile
+++ b/math/octave/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= octave
-PORTVERSION= 3.0.0
-PORTREVISION= 4
+PORTVERSION= 3.0.1
CATEGORIES= math
MASTER_SITES= ftp://ftp.octave.org/pub/octave/ \
ftp://ftp.u-aizu.ac.jp/pub/SciEng/numanal/Octave/bleeding-edge/
diff --git a/math/octave/distinfo b/math/octave/distinfo
index 80b90ac08031..e6ca2ad1ee46 100644
--- a/math/octave/distinfo
+++ b/math/octave/distinfo
@@ -1,3 +1,3 @@
-MD5 (octave-3.0.0.tar.bz2) = d5512acdf60ac04398ff258cbc37f3c4
-SHA256 (octave-3.0.0.tar.bz2) = f2351eed4f6505993275947802a35ecbc9b7e587ebbb5ee7ba72d54280de4418
-SIZE (octave-3.0.0.tar.bz2) = 9821575
+MD5 (octave-3.0.1.tar.bz2) = 230f3895a42386ec625bf2593a44c441
+SHA256 (octave-3.0.1.tar.bz2) = 310bfc622d74fd5c3727c2304ad594888f3016a89f183af7afdfef3fd5c15e6d
+SIZE (octave-3.0.1.tar.bz2) = 9854711
diff --git a/math/octave/files/patch-configure.in b/math/octave/files/patch-configure.in
deleted file mode 100644
index 4bfa05a0861b..000000000000
--- a/math/octave/files/patch-configure.in
+++ /dev/null
@@ -1,12 +0,0 @@
---- configure.in~ 2008-02-12 17:58:15.000000000 +0000
-+++ configure.in 2008-02-12 17:56:53.000000000 +0000
-@@ -974,7 +974,7 @@
- SH_LDFLAGS='-shared -fPIC'
- ;;
- *-*-freebsd*)
-- SH_LD='$(CC)'
-+ SH_LD='$(CXX)'
- SH_LDFLAGS="-shared -Wl,-x"
- RLD_FLAG='-Wl,-rpath -Wl,$(octlibdir)'
- ;;
-
diff --git a/math/octave/files/patch-examples+Makefile.in b/math/octave/files/patch-examples+Makefile.in
deleted file mode 100644
index 8e1f7cf4dbdc..000000000000
--- a/math/octave/files/patch-examples+Makefile.in
+++ /dev/null
@@ -1,17 +0,0 @@
---- examples/Makefile.in~ Wed Dec 14 12:13:54 2005
-+++ examples/Makefile.in Wed Jul 5 12:59:06 2006
-@@ -51,10 +51,10 @@
- rm -f $(DESTDIR)$(imagedir)/$$f; \
- $(INSTALL_DATA) $(srcdir)/$$f $(DESTDIR)$(imagedir)/$$f; \
- done
-- if test -n "$(DESKTOP_FILE_INSTALL)"; then \
-- $(DESKTOP_FILE_INSTALL) --dir=$(DESTDIR)$(datadir)/applications \
-- --vendor www.octave.org octave.desktop; \
-- fi
-+# if test -n "$(DESKTOP_FILE_INSTALL)"; then \
-+# $(DESKTOP_FILE_INSTALL) --dir=$(DESTDIR)$(datadir)/applications \
-+# --vendor www.octave.org octave.desktop; \
-+# fi
- .PHONY: install install-strip
-
- tags:
diff --git a/math/octave/files/patch-scripts+miscellaneous+unpack.m b/math/octave/files/patch-scripts+miscellaneous+unpack.m
deleted file mode 100644
index 204836c42372..000000000000
--- a/math/octave/files/patch-scripts+miscellaneous+unpack.m
+++ /dev/null
@@ -1,32 +0,0 @@
-
-$FreeBSD$
-
---- scripts/miscellaneous/unpack.m.orig
-+++ scripts/miscellaneous/unpack.m
-@@ -124,19 +124,13 @@
- commandlist.tar = {"tar -x -v -f \"%s\"", ...
- "tar -x -f \"%s\"", ...
- @__parse_tar__, false};
-- commandlist.targz = {"gzip -d -c \"%s\" | tar -x -v", ...
-- "gzip -d -c \"%s\" | tar -x", ...
-- @__parse_tar__, false};
-- commandlist.tgz = commandlist.targz;
-- commandlist.tarbz2 = {"bzip2 -d -c \"%s\" | tar -x -v", ...
-- "bzip2 -d -c \"%s\" | tar -x", ...
-- @__parse_tar__, false};
-- commandlist.tarbz = commandlist.tarbz2;
-- commandlist.tbz2 = commandlist.tarbz2;
-- commandlist.tbz = commandlist.tarbz2;
-- commandlist.zip = {"unzip \"%s\"", ...
-- "unzip -q \"%s\"", ...
-- @__parse_zip__, false};
-+ commandlist.targz = commandlist.tar;
-+ commandlist.tgz = commandlist.tar;
-+ commandlist.tarbz2 = commandlist.tar;
-+ commandlist.tarbz = commandlist.tar;
-+ commandlist.tbz2 = commandlist.tar;
-+ commandlist.tbz = commandlist.tar;
-+ commandlist.zip = commandlist.tar;
- endif
-
- nodotext = ext(! ismember (ext, "."));
diff --git a/math/octave/pkg-plist b/math/octave/pkg-plist
index b307fb9c47c8..cca482c99188 100644
--- a/math/octave/pkg-plist
+++ b/math/octave/pkg-plist
@@ -668,8 +668,8 @@ libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/lsode.oct
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/lu.oct
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/luinc.oct
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/matrix_type.oct
+libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/max.oct
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/md5sum.oct
-libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/minmax.oct
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/pinv.oct
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/qr.oct
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/quad.oct
@@ -707,6 +707,7 @@ libexec/octave/ls-R
@dirrm libexec/octave/site/exec
@dirrm libexec/octave/site
@dirrm libexec/octave
+share/applications/www.octave.org-octave.desktop
share/octave/%%OCTAVE_VERSION%%/NEWS
share/octave/%%OCTAVE_VERSION%%/imagelib/default.img
share/octave/%%OCTAVE_VERSION%%/imagelib/octave-sombrero.png
@@ -1002,6 +1003,7 @@ share/octave/%%OCTAVE_VERSION%%/m/general/del2.m
share/octave/%%OCTAVE_VERSION%%/m/general/interp3.m
share/octave/%%OCTAVE_VERSION%%/m/general/interpn.m
share/octave/%%OCTAVE_VERSION%%/m/general/rat.m
+share/octave/%%OCTAVE_VERSION%%/m/general/runlength.m
share/octave/%%OCTAVE_VERSION%%/m/general/structfun.m
share/octave/%%OCTAVE_VERSION%%/m/general/arrayfun.m
share/octave/%%OCTAVE_VERSION%%/m/general/bicubic.m
@@ -1240,7 +1242,9 @@ share/octave/%%OCTAVE_VERSION%%/m/plot/__plt2__.m
share/octave/%%OCTAVE_VERSION%%/m/plot/__plt2mm__.m
share/octave/%%OCTAVE_VERSION%%/m/plot/__plt2mv__.m
share/octave/%%OCTAVE_VERSION%%/m/plot/__plt2ss__.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/__plt2sv__.m
share/octave/%%OCTAVE_VERSION%%/m/plot/__plt2vm__.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/__plt2vs__.m
share/octave/%%OCTAVE_VERSION%%/m/plot/__plt2vv__.m
share/octave/%%OCTAVE_VERSION%%/m/plot/__plt__.m
share/octave/%%OCTAVE_VERSION%%/m/plot/__plt_get_axis_arg__.m
@@ -1704,6 +1708,7 @@ share/octave/site/m/startup/octaverc
@dirrm share/octave/site/m
@dirrm share/octave/site
@dirrm share/octave
+@dirrmtry %%DATADIR%%/application
%%PORTDOCS%%%%DOCSDIR%%/Octave-FAQ.ps
%%PORTDOCS%%%%DOCSDIR%%/liboctave.ps
%%PORTDOCS%%%%DOCSDIR%%/refcard-a4.ps