Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sc8-pr-cvs17:/tmp/cvs-serv19322
Modified Files:
octave-forge.info
Added Files:
octave-forge-2006.03.17.info
Log Message:
Update octave-forge for current unstable octave.
Keep prior version around for legacy support.
--- NEW FILE: octave-forge-2006.03.17.info ---
Package: octave-forge
Version: 2006.03.17
Revision: 1004
Maintainer: Corey Halpin <[EMAIL PROTECTED]>
BuildDepends: <<
texinfo, g95, libjpeg, fftw3, gsl, pcre,
hdf5 (>= 1.6.5-1002),
readline5 (>= 5.0-1004), imagemagick-dev
<<
BuildConflicts: libcdparanoia0-dev
Depends: <<
octave (>= 2.1.72-2), x11, libjpeg-shlibs, fftw3-shlibs,
hdf5-shlibs (>= 1.6.5-1002), qhull, grace,
gsl-shlibs, pcre-shlibs,
readline5-shlibs (>= 5.0-1004), imagemagick-shlibs
<<
Source: mirror:sourceforge:octave/%n-%v.tar.gz
Source-MD5: d054fa8de6d2494c3efbddaa823da42f
#Patch: %n.patch
UpdateConfigGuess: true
#SetCPPFLAGS: -no-cpp-precomp
SetLDFLAGS:
SetLIBRARY_PATH: %p/lib
ConfigureParams: <<
--infodir='${prefix}/share/info' --mandir='${prefix}/share/man'
<<
SetCXX: g++-4.0
InstallScript: <<
#!/bin/bash -ev
OSD=`%p/bin/octave-config --oct-site-dir`
MSD=`%p/bin/octave-config --m-site-dir`
make install prefix=%i \
MPATH=%d${MSD}/octave-forge \
OPATH=%d${OSD}/octave-forge \
XPATH=%d${OSD/\/oct\///exec/} \
ALTMPATH=%d${MSD}/../octave-forge-alternatives/m \
ALTOPATH=%d${OSD/\/oct\///octave-forge-alternatives/oct/} \
mandir=%i/share/man
<<
DocFiles:<<
AUTHORS COPYING COPYING.BSD COPYING.GPL INSTALL INSTALL.MacOSX
README RELEASE-NOTES TODO
<<
Description: Extensions to octave
DescDetail: <<
Contains custom scripts, functions and extensions for GNU Octave. A lot of
MatLab(TM) compatibility is gained from this package.
<<
DescPort: <<
Install script thanks to the debian package by
Dirk Eddelbuettel <[EMAIL PROTECTED]>
Previous versions thanks to Per Persson.
<<
Homepage: http://octave.sourceforge.net/
License: GPL
Index: octave-forge.info
===================================================================
RCS file:
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/octave-forge.info,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- octave-forge.info 23 Apr 2007 05:23:06 -0000 1.12
+++ octave-forge.info 29 Aug 2007 00:44:05 -0000 1.13
@@ -1,46 +1,71 @@
Package: octave-forge
-Version: 2006.03.17
-Revision: 1004
+Version: 20070526
+Revision: 1001
Maintainer: Corey Halpin <[EMAIL PROTECTED]>
BuildDepends: <<
- texinfo, g95, libjpeg, fftw3, gsl, pcre,
- hdf5 (>= 1.6.5-1002),
- readline5 (>= 5.0-1004), imagemagick-dev
+ fftw3, g95, gsl, hdf5 (>= 1.6.5-1002), imagemagick10-dev,
+ libcurl4, libdap3, libiconv-dev, libjpeg, libnc-dap3,
+ libncurses5, libpng3, libxml2, openssl097-dev, pcre,
+ readline5 (>= 5.0-1004), texinfo, x11-dev
<<
-BuildConflicts: libcdparanoia0-dev
Depends: <<
- octave (>= 2.1.72-2), x11, libjpeg-shlibs, fftw3-shlibs,
- hdf5-shlibs (>= 1.6.5-1002), qhull, grace,
- gsl-shlibs, pcre-shlibs,
- readline5-shlibs (>= 5.0-1004), imagemagick-shlibs
+ fftw3-shlibs, grace, gsl-shlibs, hdf5-shlibs (>= 1.6.5-1002),
+ imagemagick10-shlibs, libdap3-shlibs, libjpeg-shlibs, libnc-dap3-shlibs,
+ octave (>= 2.9.6-12), openssl097-shlibs, pcre-shlibs,
+ qhull, readline5-shlibs (>= 5.0-1004), x11
<<
-Source: mirror:sourceforge:octave/%n-%v.tar.gz
-Source-MD5: d054fa8de6d2494c3efbddaa823da42f
-#Patch: %n.patch
-UpdateConfigGuess: true
-#SetCPPFLAGS: -no-cpp-precomp
-SetLDFLAGS:
-SetLIBRARY_PATH: %p/lib
-ConfigureParams: <<
- --infodir='${prefix}/share/info' --mandir='${prefix}/share/man'
+Source: mirror:sourceforge:octave/%n-bundle-%v.tar.gz
+Source-MD5: 1aca7ea364c80d73378b0d4d1eeab059
+PatchScript: <<
+#!/bin/sh -ev
+ cd main
+ tar -zxf optiminterp-0.2.2.tar.gz
+ rm optiminterp-0.2.2.tar.gz
+ # the underscore turns F77_FUNC in disarray, and if using F77_FUNC_ instead,
+ # there are other occurences of the symbol that would need an appended
underscore..
+ perl -pi -e 's,optiminterp_wrapper,optiminterpwrapper,;
s,OPTIMINTERP_WRAPPER,OPTIMINTERPWRAPPER,' optiminterp-0.2.2/src/optiminterp*
+ tar -zcf optiminterp-0.2.2.tar.gz optiminterp-0.2.2
+ rm -fR optiminterp-0.2.2
+ # "Ginac library or headers not found" _ skip this
+ rm symbolic-*
+ cd -
+ rm extra/{java,xraylib}-* nonfree/arpack-*
<<
-SetCXX: g++-4.0
+NoSetCPPFLAGS: true
+NoSetLDFLAGS: true
+SetLIBRARY_PATH: /usr/X11R6/lib:%p/lib
+SetMAKEFLAGS: -j1
+CompileScript: echo ''
InstallScript: <<
#!/bin/bash -ev
-OSD=`%p/bin/octave-config --oct-site-dir`
-MSD=`%p/bin/octave-config --m-site-dir`
-make install prefix=%i \
- MPATH=%d${MSD}/octave-forge \
- OPATH=%d${OSD}/octave-forge \
- XPATH=%d${OSD/\/oct\///exec/} \
- ALTMPATH=%d${MSD}/../octave-forge-alternatives/m \
- ALTOPATH=%d${OSD/\/oct\///octave-forge-alternatives/oct/} \
- mandir=%i/share/man
-<<
-DocFiles:<<
- AUTHORS COPYING COPYING.BSD COPYING.GPL INSTALL INSTALL.MacOSX
- README RELEASE-NOTES TODO
+export CPATH=/usr/X11R6/include:%p/include
+mkdir -p %i/share/octave/packages
+echo "pkg prefix %i/share/octave/packages" > tmp
+echo "pkg global_list %i/share/octave/octave_packages" >> tmp
+echo "pkg install *.tar.gz" >> tmp
+for d in main extra nonfree; do cd $d; octave -q ../tmp; cd -; done
+find %i/share/octave/packages -name CVS -exec rm -fR \{\} \; || :
+perl -pi -e 's,%i,%p,' %i/share/octave/octave_packages
+mkdir -p %i/share/doc/%n
+echo 'Cf docs in %p/share/octave/packages/*/packinfo' > %i/share/doc/%n/README
<<
+
+#InstallScript: <<
+##!/bin/bash -ev
+#OSD=`%p/bin/octave-config --oct-site-dir`
+#MSD=`%p/bin/octave-config --m-site-dir`
+#make install prefix=%i \
+# MPATH=%d${MSD}/octave-forge \
+# OPATH=%d${OSD}/octave-forge \
+# XPATH=%d${OSD/\/oct\///exec/} \
+# ALTMPATH=%d${MSD}/../octave-forge-alternatives/m \
+# ALTOPATH=%d${OSD/\/oct\///octave-forge-alternatives/oct/} \
+# mandir=%i/share/man
+#<<
+#DocFiles:<<
+# AUTHORS COPYING COPYING.BSD COPYING.GPL INSTALL INSTALL.MacOSX
+# README RELEASE-NOTES TODO
+#<<
Description: Extensions to octave
DescDetail: <<
Contains custom scripts, functions and extensions for GNU Octave. A lot of
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits