Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sc8-pr-cvs17:/tmp/cvs-serv2500
Modified Files:
octave-forge.info
Log Message:
Correct mangled global package list. Thanks, dmacks!
Index: octave-forge.info
===================================================================
RCS file:
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/octave-forge.info,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- octave-forge.info 29 Aug 2007 20:56:53 -0000 1.14
+++ octave-forge.info 1 Sep 2007 00:12:10 -0000 1.15
@@ -1,6 +1,6 @@
Package: octave-forge
Version: 20070821
-Revision: 1001
+Revision: 1002
Maintainer: Corey Halpin <[EMAIL PROTECTED]>
BuildDepends: <<
fftw3, g95, gsl, hdf5 (>= 1.6.5-1002), imagemagick10-dev,
@@ -45,7 +45,8 @@
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
+perl -pi.bak -e '$/="\n\n";s,(?<=length: )(\d+),$1 - length("%d"),e if
s,%d,,;' %i/share/octave/octave_packages
+#perl -pi.bak -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
<<
@@ -75,6 +76,8 @@
Install script thanks to the debian package by
Dirk Eddelbuettel <[EMAIL PROTECTED]>
Previous versions thanks to Per Persson.
+Nasty perl script courtesy of Daniel Macks, to correct the lengths of the
package
+full-path-to-file names to correspond to the as-installed-by-Fink values.
<<
Homepage: http://octave.sourceforge.net/
License: GPL
-------------------------------------------------------------------------
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