Bug 4730 - octave-2.0.9 port has incorrect PLIST
Summary: octave-2.0.9 port has incorrect PLIST
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1997-10-08 22:20 UTC by Yoshio.Mita
Modified: 1997-11-01 19:09 UTC (History)
0 users

See Also:


Attachments
file.diff (2.86 KB, patch)
1997-10-08 22:20 UTC, Yoshio.Mita
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yoshio.Mita 1997-10-08 22:20:01 UTC

Fix: A patch is attatched to solve 3 problems:

1(Fatal):  delete one entry for bin/octave
2(Fatal):  Added missing package entry such as include/octave-2.0.9/defaults.h
3(Additional): Added @dirrm entries for all the directories for octave.
How-To-Repeat: 
After fetching packages-2.2.5/math/octave-2.0.9.tgz:

# pkg_add octave-2.0.9.tgz
tar: Could not create symlink to octave-2.0.9 : File exists
tar: can't add file bin/octave : No such file or directory
tar:  not found in archive

This was because of multiple entries of bin/octave in PLIST
Comment 1 asami 1997-10-09 09:57:44 UTC
 * -include/octave-2.0.9/config.h
 *  libexec/octave/2.0.9/exec/i386-unknown-freebsd/info
 *  libexec/octave/2.0.9/exec/i386-unknown-freebsd/info-emacs-info
 *  libexec/octave/2.0.9/exec/i386-unknown-freebsd/info-emacs-octave-help
 *  include/octave-2.0.9/f77-fcn.h
 *  include/octave-2.0.9/lo-error.h
 * +include/octave-2.0.9/config.h

Thanks, but can you keep that list sorted?  That way it is much easier
to upgrade (and find duplicates too).

Satoshi
Comment 2 Yoshio.Mita 1997-10-09 10:51:04 UTC
I would like to withdraw the original patch in ports/4730 
and to replace to the patch attatched below.

Change: 
    Don't move incude/octave-2.0.9/config.h
Description: 
    I put include/octave-2.0.9/config.h back to the place before,
    because it's my mistake that I didn't re-sort this PLIST 
    entirely and correctly.

Nevertheless, I still don't think this PLIST have been well sorted,
All the "include/octave-2.0.9/*" files should come 
before "libexec/octave2.0.9/*" files  when we sort them.
Possibly this non-clearly sorted PLIST caused the problem;
multiple entry of bin/octave.

Regards,

Satoshi Asami wrote :>
:> * -include/octave-2.0.9/config.h
:> *  libexec/octave/2.0.9/exec/i386-unknown-freebsd/info
:> *  libexec/octave/2.0.9/exec/i386-unknown-freebsd/info-emacs-info
:> *  libexec/octave/2.0.9/exec/i386-unknown-freebsd/info-emacs-octave-help
:> *  include/octave-2.0.9/f77-fcn.h
:> *  include/octave-2.0.9/lo-error.h
:> * +include/octave-2.0.9/config.h
:> Thanks, but can you keep that list sorted?  That way it is much easier
:> to upgrade (and find duplicates too).

diff -ruN math/octave.orig/pkg/PLIST math/octave/pkg/PLIST
--- math/octave.orig/pkg/PLIST	Wed Aug 13 14:20:00 1997
+++ math/octave/pkg/PLIST	Thu Oct  9 11:34:11 1997
@@ -6,6 +6,7 @@
 libexec/octave/2.0.9/exec/i386-unknown-freebsd/info-emacs-octave-help
 include/octave-2.0.9/f77-fcn.h
 include/octave-2.0.9/lo-error.h
+include/octave-2.0.9/defaults.h
 lib/libcruft.a
 lib/libcruft.so.2.0
 lib/liboctave.a
@@ -114,7 +115,6 @@
 include/octave-2.0.9/MArray2.cc
 include/octave-2.0.9/MDiagArray2.cc
 include/octave-2.0.9/base-lu.cc
-bin/octave
 bin/octave-2.0.9
 bin/octave
 lib/liboctinterp.a
@@ -326,6 +326,7 @@
 share/octave/2.0.9/m/miscellaneous/is_leap_year.m
 share/octave/2.0.9/m/miscellaneous/list_primes.m
 share/octave/2.0.9/m/miscellaneous/menu.m
+share/octave/2.0.9/m/miscellaneous/paren.m
 share/octave/2.0.9/m/miscellaneous/popen2.m
 share/octave/2.0.9/m/miscellaneous/semicolon.m
 share/octave/2.0.9/m/miscellaneous/texas_lotto.m
@@ -441,6 +442,7 @@
 share/octave/2.0.9/m/time/clock.m
 share/octave/2.0.9/m/time/ctime.m
 share/octave/2.0.9/m/time/date.m
+share/octave/2.0.9/imagelib/default.img
 man/man1/octave.1.gz
 info/octave.info
 info/octave.info-1
@@ -463,3 +465,44 @@
 share/octave/doc/liboctave.ps
 share/octave/doc/refcard-letter.ps
 share/octave/doc/refcard-a4.ps
+share/octave/site/m/startup/octaverc
+share/octave/ls-R
+@dirrm share/octave/2.0.9/m/audio
+@dirrm share/octave/2.0.9/m/control
+@dirrm share/octave/2.0.9/m/elfun
+@dirrm share/octave/2.0.9/m/general
+@dirrm share/octave/2.0.9/m/image
+@dirrm share/octave/2.0.9/m/io
+@dirrm share/octave/2.0.9/m/linear-algebra
+@dirrm share/octave/2.0.9/m/miscellaneous
+@dirrm share/octave/2.0.9/m/plot
+@dirrm share/octave/2.0.9/m/polynomial
+@dirrm share/octave/2.0.9/m/set
+@dirrm share/octave/2.0.9/m/signal
+@dirrm share/octave/2.0.9/m/specfun
+@dirrm share/octave/2.0.9/m/special-matrix
+@dirrm share/octave/2.0.9/m/startup
+@dirrm share/octave/2.0.9/m/statistics
+@dirrm share/octave/2.0.9/m/strings
+@dirrm share/octave/2.0.9/m/time
+@dirrm share/octave/2.0.9/imagelib
+@dirrm share/octave/2.0.9/m
+@dirrm share/octave/2.0.9
+@dirrm share/octave/doc
+@dirrm share/octave/site/m/startup
+@dirrm share/octave/site/m
+@dirrm share/octave/site
+@dirrm share/octave
+@dirrm include/octave-2.0.9
+include/octave
+@dirrm libexec/octave/2.0.9/exec/i386-unknown-freebsd
+@dirrm libexec/octave/2.0.9/exec
+@dirrm libexec/octave/2.0.9/oct/i386-unknown-freebsd
+@dirrm libexec/octave/2.0.9/oct
+@dirrm libexec/octave/2.0.9
+@dirrm libexec/octave/site/exec/i386-unknown-freebsd
+@dirrm libexec/octave/site/exec
+@dirrm libexec/octave/site/oct/i386-unknown-freebsd
+@dirrm libexec/octave/site/oct
+@dirrm libexec/octave/site
+@dirrm libexec/octave
---
MITA Yoshio
Comment 3 asami 1997-10-09 10:58:30 UTC
 * Nevertheless, I still don't think this PLIST have been well sorted,
 * All the "include/octave-2.0.9/*" files should come 
 * before "libexec/octave2.0.9/*" files  when we sort them.
 * Possibly this non-clearly sorted PLIST caused the problem;
 * multiple entry of bin/octave.

You are right.  I didn't mean to say "keep the list that way", I just
noticed that a previously-sorted part became unsorted.  You are most
welcome to sort the whole thing. :)

Satoshi
Comment 4 Yoshio.Mita 1997-10-10 16:44:19 UTC
:> You are most welcome to sort the whole thing. :)
Done. Apply this patch attatched to this mail please.

1. mv PLIST PLIST.old; sort PLIST.old > PLIST ; rm PLIST.old
2. vi PLIST
   A: mv @dirrm entries with reversely sorted to the tail.
   B: mv include/octave entry to the tail, 
          because this is a symlink to include/octave-2.0.9.
   C: Add @exec mkdir -p (missing directories in the package)
   D: mv @exec ldconfig entry to the tail

 * Nevertheless, I still don't think this PLIST have been well sorted,
:> I just noticed that a previously-sorted part became unsorted.  
No. My mistake was the attempt to re-unsort an entry previously-un-sorted ;>
include/octave-2.0.9/config.h
^^^^^^^
libexec/octave/2.0.9/exec/i386-unknown-freebsd/info
libexec/octave/2.0.9/exec/i386-unknown-freebsd/info-emacs-info
libexec/octave/2.0.9/exec/i386-unknown-freebsd/info-emacs-octave-help
include/octave-2.0.9/f77-fcn.h
^^^^^^

Regards,
---
diff -ruN math/octave.orig/pkg/PLIST math/octave/pkg/PLIST
--- math/octave.orig/pkg/PLIST	Wed Aug 13 14:20:00 1997
+++ math/octave/pkg/PLIST	Fri Oct 10 17:01:22 1997
@@ -1,31 +1,53 @@
-bin/octave-bug
 bin/mkoctfile
-include/octave-2.0.9/config.h
-libexec/octave/2.0.9/exec/i386-unknown-freebsd/info
-libexec/octave/2.0.9/exec/i386-unknown-freebsd/info-emacs-info
-libexec/octave/2.0.9/exec/i386-unknown-freebsd/info-emacs-octave-help
-include/octave-2.0.9/f77-fcn.h
-include/octave-2.0.9/lo-error.h
-lib/libcruft.a
-lib/libcruft.so.2.0
-lib/liboctave.a
-lib/liboctave.so.2.0
-lib/libreadline.a
-lib/libreadline.so.2.0
-lib/libhistory.a
-lib/libhistory.so.2.0
-lib/libkpathsea.a
-lib/libkpathsea.so.2.0
+bin/octave-2.0.9
+bin/octave
+bin/octave-bug
+include/octave-2.0.9/Array-flags.h
+include/octave-2.0.9/Array-idx.h
+include/octave-2.0.9/Array.cc
+include/octave-2.0.9/Array.h
+include/octave-2.0.9/Array2-idx.h
+include/octave-2.0.9/Array2.cc
+include/octave-2.0.9/Array2.h
+include/octave-2.0.9/Array3-idx.h
+include/octave-2.0.9/Array3.cc
+include/octave-2.0.9/Array3.h
+include/octave-2.0.9/BaseSLList.h
 include/octave-2.0.9/Bounds.h
+include/octave-2.0.9/CColVector.h
+include/octave-2.0.9/CDiagMatrix.h
+include/octave-2.0.9/CMatrix.h
+include/octave-2.0.9/CRowVector.h
+include/octave-2.0.9/CmplxAEPBAL.h
+include/octave-2.0.9/CmplxCHOL.h
+include/octave-2.0.9/CmplxDET.h
+include/octave-2.0.9/CmplxHESS.h
+include/octave-2.0.9/CmplxLU.h
+include/octave-2.0.9/CmplxQR.h
+include/octave-2.0.9/CmplxQRP.h
+include/octave-2.0.9/CmplxSCHUR.h
+include/octave-2.0.9/CmplxSVD.h
 include/octave-2.0.9/CollocWt.h
 include/octave-2.0.9/DAE.h
 include/octave-2.0.9/DAEFunc.h
 include/octave-2.0.9/DASSL.h
+include/octave-2.0.9/DiagArray2.cc
+include/octave-2.0.9/DiagArray2.h
+include/octave-2.0.9/EIG.h
 include/octave-2.0.9/FEGrid.h
-include/octave-2.0.9/LinConst.h
 include/octave-2.0.9/LP.h
 include/octave-2.0.9/LPsolve.h
 include/octave-2.0.9/LSODE.h
+include/octave-2.0.9/LinConst.h
+include/octave-2.0.9/MArray-defs.h
+include/octave-2.0.9/MArray.cc
+include/octave-2.0.9/MArray.h
+include/octave-2.0.9/MArray2.cc
+include/octave-2.0.9/MArray2.h
+include/octave-2.0.9/MDiagArray2.cc
+include/octave-2.0.9/MDiagArray2.h
+include/octave-2.0.9/Map.h
+include/octave-2.0.9/Matrix.h
 include/octave-2.0.9/NLConst.h
 include/octave-2.0.9/NLEqn.h
 include/octave-2.0.9/NLFunc.h
@@ -36,66 +58,24 @@
 include/octave-2.0.9/QP.h
 include/octave-2.0.9/Quad.h
 include/octave-2.0.9/Range.h
+include/octave-2.0.9/SLList.h
+include/octave-2.0.9/SLStack.h
+include/octave-2.0.9/Stack.h
 include/octave-2.0.9/base-de.h
+include/octave-2.0.9/base-lu.cc
+include/octave-2.0.9/base-lu.h
 include/octave-2.0.9/base-min.h
+include/octave-2.0.9/builtins.h
 include/octave-2.0.9/byte-swap.h
-include/octave-2.0.9/cmd-hist.h
-include/octave-2.0.9/data-conv.h
-include/octave-2.0.9/dir-ops.h
-include/octave-2.0.9/file-ops.h
-include/octave-2.0.9/getopt.h
-include/octave-2.0.9/idx-vector.h
-include/octave-2.0.9/lo-ieee.h
-include/octave-2.0.9/lo-mappers.h
-include/octave-2.0.9/lo-utils.h
-include/octave-2.0.9/mach-info.h
-include/octave-2.0.9/oct-alloc.h
-include/octave-2.0.9/oct-cmplx.h
-include/octave-2.0.9/oct-glob.h
-include/octave-2.0.9/oct-math.h
-include/octave-2.0.9/oct-term.h
-include/octave-2.0.9/pathsearch.h
-include/octave-2.0.9/prog-args.h
-include/octave-2.0.9/statdefs.h
-include/octave-2.0.9/str-vec.h
-include/octave-2.0.9/sun-utils.h
-include/octave-2.0.9/sysdir.h
-include/octave-2.0.9/Array.h
-include/octave-2.0.9/Array2.h
-include/octave-2.0.9/Array3.h
-include/octave-2.0.9/DiagArray2.h
-include/octave-2.0.9/Array-flags.h
-include/octave-2.0.9/Array-idx.h
-include/octave-2.0.9/Array2-idx.h
-include/octave-2.0.9/Array3-idx.h
-include/octave-2.0.9/MArray-defs.h
-include/octave-2.0.9/MArray.h
-include/octave-2.0.9/MArray2.h
-include/octave-2.0.9/MDiagArray2.h
-include/octave-2.0.9/Matrix.h
-include/octave-2.0.9/base-lu.h
-include/octave-2.0.9/mx-base.h
-include/octave-2.0.9/mx-defs.h
-include/octave-2.0.9/mx-ext.h
-include/octave-2.0.9/CColVector.h
-include/octave-2.0.9/CDiagMatrix.h
-include/octave-2.0.9/CMatrix.h
-include/octave-2.0.9/CRowVector.h
-include/octave-2.0.9/CmplxAEPBAL.h
-include/octave-2.0.9/CmplxCHOL.h
-include/octave-2.0.9/CmplxDET.h
-include/octave-2.0.9/CmplxHESS.h
-include/octave-2.0.9/CmplxLU.h
-include/octave-2.0.9/CmplxQR.h
-include/octave-2.0.9/CmplxQRP.h
-include/octave-2.0.9/CmplxSCHUR.h
-include/octave-2.0.9/CmplxSVD.h
-include/octave-2.0.9/EIG.h
 include/octave-2.0.9/chMatrix.h
+include/octave-2.0.9/cmd-hist.h
+include/octave-2.0.9/config.h
 include/octave-2.0.9/dColVector.h
 include/octave-2.0.9/dDiagMatrix.h
 include/octave-2.0.9/dMatrix.h
 include/octave-2.0.9/dRowVector.h
+include/octave-2.0.9/data-conv.h
+include/octave-2.0.9/data.h
 include/octave-2.0.9/dbleAEPBAL.h
 include/octave-2.0.9/dbleCHOL.h
 include/octave-2.0.9/dbleDET.h
@@ -106,54 +86,90 @@
 include/octave-2.0.9/dbleQRP.h
 include/octave-2.0.9/dbleSCHUR.h
 include/octave-2.0.9/dbleSVD.h
-include/octave-2.0.9/Array.cc
-include/octave-2.0.9/Array2.cc
-include/octave-2.0.9/Array3.cc
-include/octave-2.0.9/DiagArray2.cc
-include/octave-2.0.9/MArray.cc
-include/octave-2.0.9/MArray2.cc
-include/octave-2.0.9/MDiagArray2.cc
-include/octave-2.0.9/base-lu.cc
-bin/octave
-bin/octave-2.0.9
-bin/octave
-lib/liboctinterp.a
-lib/liboctinterp.so.2.0
-lib/libtinst.a
-lib/libtinst.so.2.0
-@exec /sbin/ldconfig -m %D/lib
-include/octave-2.0.9/builtins.h
-include/octave-2.0.9/data.h
-include/octave-2.0.9/defun.h
+include/octave-2.0.9/defaults.h
 include/octave-2.0.9/defun-dld.h
 include/octave-2.0.9/defun-int.h
+include/octave-2.0.9/defun.h
+include/octave-2.0.9/dir-ops.h
 include/octave-2.0.9/dirfns.h
 include/octave-2.0.9/dynamic-ld.h
 include/octave-2.0.9/error.h
+include/octave-2.0.9/f77-fcn.h
 include/octave-2.0.9/file-io.h
+include/octave-2.0.9/file-ops.h
 include/octave-2.0.9/fn-cache.h
+include/octave-2.0.9/getopt.h
 include/octave-2.0.9/gripes.h
 include/octave-2.0.9/help.h
+include/octave-2.0.9/idx-vector.h
 include/octave-2.0.9/input.h
 include/octave-2.0.9/lex.h
+include/octave-2.0.9/lo-error.h
+include/octave-2.0.9/lo-ieee.h
+include/octave-2.0.9/lo-mappers.h
+include/octave-2.0.9/lo-utils.h
 include/octave-2.0.9/load-save.h
+include/octave-2.0.9/mach-info.h
 include/octave-2.0.9/mappers.h
-include/octave-2.0.9/oct.h
+include/octave-2.0.9/mx-base.h
+include/octave-2.0.9/mx-defs.h
+include/octave-2.0.9/mx-ext.h
+include/octave-2.0.9/oct-alloc.h
+include/octave-2.0.9/oct-cmplx.h
+include/octave-2.0.9/oct-conf.h
 include/octave-2.0.9/oct-fstrm.h
+include/octave-2.0.9/oct-glob.h
+include/octave-2.0.9/oct-gperf.h
 include/octave-2.0.9/oct-hist.h
 include/octave-2.0.9/oct-iostrm.h
 include/octave-2.0.9/oct-map.h
+include/octave-2.0.9/oct-math.h
 include/octave-2.0.9/oct-obj.h
 include/octave-2.0.9/oct-prcstrm.h
 include/octave-2.0.9/oct-procbuf.h
 include/octave-2.0.9/oct-stdstrm.h
 include/octave-2.0.9/oct-stream.h
 include/octave-2.0.9/oct-strstrm.h
+include/octave-2.0.9/oct-term.h
+include/octave-2.0.9/oct.h
+include/octave-2.0.9/op-cm-cm.h
+include/octave-2.0.9/op-cm-cs.h
+include/octave-2.0.9/op-cm-m.h
+include/octave-2.0.9/op-cm-s.h
+include/octave-2.0.9/op-cs-cm.h
+include/octave-2.0.9/op-cs-cs.h
+include/octave-2.0.9/op-cs-m.h
+include/octave-2.0.9/op-cs-s.h
+include/octave-2.0.9/op-m-cm.h
+include/octave-2.0.9/op-m-cs.h
+include/octave-2.0.9/op-m-m.h
+include/octave-2.0.9/op-m-s.h
+include/octave-2.0.9/op-s-cm.h
+include/octave-2.0.9/op-s-cs.h
+include/octave-2.0.9/op-s-m.h
+include/octave-2.0.9/op-s-s.h
+include/octave-2.0.9/op-str-str.h
+include/octave-2.0.9/ops.h
+include/octave-2.0.9/ov-base.h
+include/octave-2.0.9/ov-ch-mat.h
+include/octave-2.0.9/ov-colon.h
+include/octave-2.0.9/ov-complex.h
+include/octave-2.0.9/ov-cx-mat.h
+include/octave-2.0.9/ov-range.h
+include/octave-2.0.9/ov-re-mat.h
+include/octave-2.0.9/ov-scalar.h
+include/octave-2.0.9/ov-str-mat.h
+include/octave-2.0.9/ov-struct.h
+include/octave-2.0.9/ov-typeinfo.h
+include/octave-2.0.9/ov-va-args.h
+include/octave-2.0.9/ov.h
 include/octave-2.0.9/pager.h
 include/octave-2.0.9/parse.h
 include/octave-2.0.9/pathlen.h
+include/octave-2.0.9/pathsearch.h
 include/octave-2.0.9/pr-output.h
 include/octave-2.0.9/procstream.h
+include/octave-2.0.9/prog-args.h
 include/octave-2.0.9/pt-base.h
 include/octave-2.0.9/pt-cmd.h
 include/octave-2.0.9/pt-const.h
@@ -170,9 +186,13 @@
 include/octave-2.0.9/pt-pr-code.h
 include/octave-2.0.9/pt-walk.h
 include/octave-2.0.9/sighandlers.h
+include/octave-2.0.9/statdefs.h
+include/octave-2.0.9/str-vec.h
+include/octave-2.0.9/sun-utils.h
 include/octave-2.0.9/symtab.h
 include/octave-2.0.9/syscalls.h
 include/octave-2.0.9/sysdep.h
+include/octave-2.0.9/sysdir.h
 include/octave-2.0.9/systime.h
 include/octave-2.0.9/syswait.h
 include/octave-2.0.9/token.h
@@ -183,44 +203,42 @@
 include/octave-2.0.9/version.h
 include/octave-2.0.9/xdiv.h
 include/octave-2.0.9/xpow.h
-include/octave-2.0.9/BaseSLList.h
-include/octave-2.0.9/Map.h
-include/octave-2.0.9/SLList.h
-include/octave-2.0.9/SLStack.h
-include/octave-2.0.9/Stack.h
-include/octave-2.0.9/ov-re-mat.h
-include/octave-2.0.9/ov-cx-mat.h
-include/octave-2.0.9/ov-ch-mat.h
-include/octave-2.0.9/ov-struct.h
-include/octave-2.0.9/ov-scalar.h
-include/octave-2.0.9/ov-range.h
-include/octave-2.0.9/ov-complex.h
-include/octave-2.0.9/ov-va-args.h
-include/octave-2.0.9/ov-colon.h
-include/octave-2.0.9/ov-base.h
-include/octave-2.0.9/ov-str-mat.h
-include/octave-2.0.9/ov.h
-include/octave-2.0.9/ov-typeinfo.h
-include/octave-2.0.9/ops.h
-include/octave-2.0.9/op-cm-cm.h
-include/octave-2.0.9/op-cm-cs.h
-include/octave-2.0.9/op-cm-m.h
-include/octave-2.0.9/op-cm-s.h
-include/octave-2.0.9/op-cs-cm.h
-include/octave-2.0.9/op-cs-cs.h
-include/octave-2.0.9/op-cs-m.h
-include/octave-2.0.9/op-cs-s.h
-include/octave-2.0.9/op-m-cm.h
-include/octave-2.0.9/op-m-cs.h
-include/octave-2.0.9/op-m-m.h
-include/octave-2.0.9/op-m-s.h
-include/octave-2.0.9/op-s-cm.h
-include/octave-2.0.9/op-s-cs.h
-include/octave-2.0.9/op-s-m.h
-include/octave-2.0.9/op-s-s.h
-include/octave-2.0.9/op-str-str.h
-include/octave-2.0.9/oct-conf.h
-include/octave-2.0.9/oct-gperf.h
+info/liboctave.info
+info/liboctave.info-1
+info/liboctave.info-2
+info/liboctave.info-3
+info/octave.info
+info/octave.info-1
+info/octave.info-10
+info/octave.info-11
+info/octave.info-12
+info/octave.info-2
+info/octave.info-3
+info/octave.info-4
+info/octave.info-5
+info/octave.info-6
+info/octave.info-7
+info/octave.info-8
+info/octave.info-9
+lib/libcruft.a
+lib/libcruft.so.2.0
+lib/libhistory.a
+lib/libhistory.so.2.0
+lib/libkpathsea.a
+lib/libkpathsea.so.2.0
+lib/liboctave.a
+lib/liboctave.so.2.0
+lib/liboctinterp.a
+lib/liboctinterp.so.2.0
+lib/libreadline.a
+lib/libreadline.so.2.0
+lib/libtinst.a
+lib/libtinst.so.2.0
+libexec/octave/2.0.9/exec/i386-unknown-freebsd/info
+libexec/octave/2.0.9/exec/i386-unknown-freebsd/info-emacs-info
+libexec/octave/2.0.9/exec/i386-unknown-freebsd/info-emacs-octave-help
+man/man1/octave.1.gz
+share/octave/2.0.9/imagelib/default.img
 share/octave/2.0.9/m/audio/lin2mu.m
 share/octave/2.0.9/m/audio/loadaudio.m
 share/octave/2.0.9/m/audio/mu2lin.m
@@ -326,6 +344,7 @@
 share/octave/2.0.9/m/miscellaneous/is_leap_year.m
 share/octave/2.0.9/m/miscellaneous/list_primes.m
 share/octave/2.0.9/m/miscellaneous/menu.m
+share/octave/2.0.9/m/miscellaneous/paren.m
 share/octave/2.0.9/m/miscellaneous/popen2.m
 share/octave/2.0.9/m/miscellaneous/semicolon.m
 share/octave/2.0.9/m/miscellaneous/texas_lotto.m
@@ -441,25 +460,52 @@
 share/octave/2.0.9/m/time/clock.m
 share/octave/2.0.9/m/time/ctime.m
 share/octave/2.0.9/m/time/date.m
-man/man1/octave.1.gz
-info/octave.info
-info/octave.info-1
-info/octave.info-10
-info/octave.info-11
-info/octave.info-12
-info/octave.info-2
-info/octave.info-3
-info/octave.info-4
-info/octave.info-5
-info/octave.info-6
-info/octave.info-7
-info/octave.info-8
-info/octave.info-9
-info/liboctave.info
-info/liboctave.info-1
-info/liboctave.info-2
-info/liboctave.info-3
-share/octave/doc/octave.ps
 share/octave/doc/liboctave.ps
-share/octave/doc/refcard-letter.ps
+share/octave/doc/octave.ps
 share/octave/doc/refcard-a4.ps
+share/octave/doc/refcard-letter.ps
+share/octave/ls-R
+share/octave/site/m/startup/octaverc
+@dirrm share/octave/site/m/startup
+@dirrm share/octave/site/m
+@dirrm share/octave/site
+@dirrm share/octave/doc
+@dirrm share/octave/2.0.9/m/time
+@dirrm share/octave/2.0.9/m/strings
+@dirrm share/octave/2.0.9/m/statistics
+@dirrm share/octave/2.0.9/m/startup
+@dirrm share/octave/2.0.9/m/special-matrix
+@dirrm share/octave/2.0.9/m/specfun
+@dirrm share/octave/2.0.9/m/signal
+@dirrm share/octave/2.0.9/m/set
+@dirrm share/octave/2.0.9/m/polynomial
+@dirrm share/octave/2.0.9/m/plot
+@dirrm share/octave/2.0.9/m/miscellaneous
+@dirrm share/octave/2.0.9/m/linear-algebra
+@dirrm share/octave/2.0.9/m/io
+@dirrm share/octave/2.0.9/m/image
+@dirrm share/octave/2.0.9/m/general
+@dirrm share/octave/2.0.9/m/elfun
+@dirrm share/octave/2.0.9/m/control
+@dirrm share/octave/2.0.9/m/audio
+@dirrm share/octave/2.0.9/m
+@dirrm share/octave/2.0.9/imagelib
+@dirrm share/octave/2.0.9
+@dirrm share/octave
+@dirrm libexec/octave/site/oct/i386-unknown-freebsd
+@dirrm libexec/octave/site/oct
+@dirrm libexec/octave/site/exec/i386-unknown-freebsd
+@dirrm libexec/octave/site/exec
+@dirrm libexec/octave/site
+@dirrm libexec/octave/2.0.9/oct/i386-unknown-freebsd
+@dirrm libexec/octave/2.0.9/oct
+@dirrm libexec/octave/2.0.9/exec/i386-unknown-freebsd
+@dirrm libexec/octave/2.0.9/exec
+@dirrm libexec/octave/2.0.9
+@dirrm libexec/octave
+@dirrm include/octave-2.0.9
+include/octave
+@exec /bin/mkdir -p %D/libexec/octave/site/exec/i386-unknown-freebsd
+@exec /bin/mkdir -p %D/libexec/octave/site/oct/i386-unknown-freebsd
+@exec /bin/mkdir -p %D/libexec/octave/2.0.9/oct/i386-unknown-freebsd
+@exec /sbin/ldconfig -m %D/lib

---
MITA Yoshio
Comment 5 jseger freebsd_committer freebsd_triage 1997-11-01 19:09:11 UTC
State Changed
From-To: open->closed

Patch committed.