summaryrefslogtreecommitdiff
path: root/math/octave
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2006-07-01 06:56:34 +0000
committerMaho Nakata <maho@FreeBSD.org>2006-07-01 06:56:34 +0000
commite4dc56fc68b661cb7ccd40b34226e1e8c5f15b84 (patch)
tree77fa18943cad7e230f21c036e97a84896ce0fe3d /math/octave
parent- Update to 0.5.3.043 (diff)
Update to 2.1.73
This commit is a result of hacks at the CodeFest Akihabara 2006 hosted by FSIJ.
Notes
Notes: svn path=/head/; revision=166692
Diffstat (limited to 'math/octave')
-rw-r--r--math/octave/Makefile2
-rw-r--r--math/octave/distinfo6
-rw-r--r--math/octave/files/patch-aa16
-rw-r--r--math/octave/files/patch-doc:interpreter:Makefile.in10
-rw-r--r--math/octave/pkg-plist3
5 files changed, 19 insertions, 18 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile
index 1035777d5287..2dfecb1d736b 100644
--- a/math/octave/Makefile
+++ b/math/octave/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= octave
-PORTVERSION= 2.1.71
+PORTVERSION= 2.1.73
CATEGORIES= math
MASTER_SITES= ftp://ftp.octave.org/pub/octave/bleeding-edge/ \
ftp://ftp.eos.hokudai.ac.jp/pub/GNU/misc/octave/bleeding-edge/
diff --git a/math/octave/distinfo b/math/octave/distinfo
index f0452868e8a8..1a7b409d2e32 100644
--- a/math/octave/distinfo
+++ b/math/octave/distinfo
@@ -1,3 +1,3 @@
-MD5 (octave-2.1.71.tar.bz2) = 2ab06912017c833549035111f0ab592f
-SHA256 (octave-2.1.71.tar.bz2) = c3a47eada5132bef4043cc9730466c133e1f3793f2b7f8e0e6c9620553747337
-SIZE (octave-2.1.71.tar.bz2) = 5784751
+MD5 (octave-2.1.73.tar.bz2) = c356475aa06d81a10f8bf27f1a1d27a0
+SHA256 (octave-2.1.73.tar.bz2) = 8ccaee227c6cad3b5633a904414f17ce73de8eab2abd4d2e6a3972dd878ffbc3
+SIZE (octave-2.1.73.tar.bz2) = 5790133
diff --git a/math/octave/files/patch-aa b/math/octave/files/patch-aa
index 2e4bfbb01073..d902a0ac32f5 100644
--- a/math/octave/files/patch-aa
+++ b/math/octave/files/patch-aa
@@ -1,11 +1,11 @@
---- doc/liboctave/Makefile.in.orig Wed May 25 22:19:58 2005
-+++ doc/liboctave/Makefile.in Wed May 25 22:52:46 2005
-@@ -43,7 +43,7 @@
+--- doc/liboctave/Makefile.in.orig Tue Mar 21 06:10:52 2006
++++ doc/liboctave/Makefile.in Sat Jul 1 13:50:50 2006
+@@ -48,7 +48,7 @@
.PHONY: all
- liboctave.info: $(TEXINFO) ../conf.texi
-- -$(MAKEINFO) -I$(srcdir) -I$(srcdir)/.. $(srcdir)/liboctave.texi
-+ -$(MAKEINFO) --force --no-split -I$(srcdir) -I$(srcdir)/.. $(srcdir)/liboctave.texi
+ liboctave.info: $(TEXINFO)
+- -$(MAKEINFO) -I$(srcdir) -I$(srcdir)/.. $<
++ -$(MAKEINFO) --force --no-split -I$(srcdir) -I$(srcdir)/.. $<
- liboctave.dvi: $(TEXINFO) ../conf.texi
- -TEXINPUTS="$(srcdir):$(srcdir)/..:$(TEXINPUTS):"; \
+ liboctave.dvi: $(TEXINFO)
+ -TEXINPUTS="$(srcdir):$(srcdir)/..:$(TEXINPUTS):" $(TEXI2DVI) $<
diff --git a/math/octave/files/patch-doc:interpreter:Makefile.in b/math/octave/files/patch-doc:interpreter:Makefile.in
index f5e55d53ac7f..26afc3096a99 100644
--- a/math/octave/files/patch-doc:interpreter:Makefile.in
+++ b/math/octave/files/patch-doc:interpreter:Makefile.in
@@ -1,11 +1,11 @@
---- doc/interpreter/Makefile.in.orig Wed May 25 22:21:11 2005
-+++ doc/interpreter/Makefile.in Wed May 25 22:21:04 2005
+--- doc/interpreter/Makefile.in.orig Tue Mar 21 06:10:52 2006
++++ doc/interpreter/Makefile.in Sat Jul 1 13:52:37 2006
@@ -89,7 +89,7 @@
@$(top_srcdir)/move-if-change $@.t $@
- octave.info: $(MAIN_TEXINFO) $(SUB_TEXINFO) ../conf.texi
+ octave.info: $(TEXINFO)
- -$(MAKEINFO) -I$(srcdir) -I$(srcdir)/.. $<
+ -$(MAKEINFO) --no-split -I$(srcdir) -I$(srcdir)/.. $<
- octave.dvi: $(MAIN_TEXINFO) $(SUB_TEXINFO) ../conf.texi
- -TEXINPUTS="$(srcdir):$(srcdir)/..:$(TEXINPUTS):"; \
+ octave.dvi: $(TEXINFO)
+ -TEXINPUTS="$(srcdir):$(srcdir)/..:$(TEXINPUTS):" $(TEXI2DVI) $<
diff --git a/math/octave/pkg-plist b/math/octave/pkg-plist
index 76b1a506c616..159cb95174ea 100644
--- a/math/octave/pkg-plist
+++ b/math/octave/pkg-plist
@@ -558,7 +558,6 @@ lib/octave-%%OCTAVE_VERSION%%/liboctave.so.%%OCTAVE_VERSION%%
lib/octave-%%OCTAVE_VERSION%%/liboctinterp.a
lib/octave-%%OCTAVE_VERSION%%/liboctinterp.so
lib/octave-%%OCTAVE_VERSION%%/liboctinterp.so.%%OCTAVE_VERSION%%
-lib/octave-%%OCTAVE_VERSION%%/octave-%%OCTAVE_VERSION%%
@unexec rm -f %D/lib/octave
@exec ln -sf octave-%%OCTAVE_VERSION%% %D/lib/octave
libexec/octave/%%OCTAVE_VERSION%%/exec/%%GNU_HOST%%/info-emacs-info
@@ -991,9 +990,11 @@ share/octave/%%OCTAVE_VERSION%%/m/plot/meshgrid.m
share/octave/%%OCTAVE_VERSION%%/m/plot/mplot.m
share/octave/%%OCTAVE_VERSION%%/m/plot/multiplot.m
share/octave/%%OCTAVE_VERSION%%/m/plot/oneplot.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/orient.m
share/octave/%%OCTAVE_VERSION%%/m/plot/plot.m
share/octave/%%OCTAVE_VERSION%%/m/plot/plot_border.m
share/octave/%%OCTAVE_VERSION%%/m/plot/polar.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/print.m
share/octave/%%OCTAVE_VERSION%%/m/plot/semilogx.m
share/octave/%%OCTAVE_VERSION%%/m/plot/semilogxerr.m
share/octave/%%OCTAVE_VERSION%%/m/plot/semilogy.m