Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv9993

Modified Files:
        f2c.info 
Log Message:
New upstream version.


Index: f2c.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/f2c.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- f2c.info    17 May 2006 21:05:45 -0000      1.2
+++ f2c.info    19 May 2006 15:34:02 -0000      1.3
@@ -1,23 +1,28 @@
 Package: f2c
-Version: 20030429
-Revision: 3
+Version: 20060506
+Revision: 1
 #BuildDependsOnly: true
-Source: mirror:sourceforge:fink/%n-20030428.tar.gz
-Source-MD5: 7d88946325ce016cc4b002d89b5b20fc
+#Source: mirror:sourceforge:fink/%n-%v.tar.gz
+Source: ftp://ftp.cdc.noaa.gov/Public/jsw/%n-%v.tar.gz
+Source-MD5: 88157675907c0d3f24fa1dfcbb8c583e
 Suggests:  fort77
 CompileScript: <<
- gunzip -f src/*.gz
+ #!/bin/sh -e
  if test ! -f src/notice ; then mv src/notice src/Notice ; fi
  if test ! -f src/readme ; then mv src/readme src/README ; fi
  sed 's/CFLAGS = -O/CFLAGS = -O2 -fno-common/; s/ld -r -x/ld -r/' 
libf2c/makefile.u > libf2c/makefile
- mv src/makefile src/makefile.orig
- sed 's/CFLAGS = -O/CFLAGS = -O2 -fno-common/; s/ld -r -x/ld -r/' 
src/makefile.orig > src/makefile
- (cd libf2c; make hadd; make; cd ../src; make)
+ sed 's/CFLAGS = -O/CFLAGS = -O2 -fno-common/; s/ld -r -x/ld -r/' 
src/makefile.u > src/makefile
+ cd libf2c
+ make hadd
+ make
+ cd ../src
+ make
  mv fc fc.orig
  sed 's/CFLAGS="$CFLAGS $O"/CFLAGS="$CFLAGS $O""3"/; s/ -lm//g; s/ -u 
MAIN__//g; s|/usr/local|%p|g; s/lib\/cpp/usr\/bin\/cpp/g' fc.orig > fc
  chmod +x fc
 <<
 InstallScript: <<
+ #!/bin/sh -e
  mkdir -p %i/include
  cp libf2c/f2c.h %i/include
  mkdir -p %i/lib
@@ -25,11 +30,11 @@
  ranlib %i/lib/libf2c.a
  mkdir -p %i/bin
  cp src/f2c %i/bin
- cp fc %i/bin
+ cp src/fc %i/bin
  mkdir -p %i/share/man/man1
  cp src/f2c.1t %i/share/man/man1/f2c.1
 <<
-DocFiles: README libf2c/Notice
+DocFiles: src/README src/Notice src/permission src/f2c.pdf
 License: OSI-Approved 
 Description: Convert Fortran 77 source to C source
 DescUsage: <<
@@ -45,10 +50,6 @@
           fc -O -o myprog myprog.f; ./myprog
 .
 where $PREFIX is the root of fink's directory hierarchy (/sw by default).
-
-There is no versioning system for f2c - you should periodically rebuild
-the package to get the latest changes.  See the "readme" file for the
-ChangeLog.
 <<
 Maintainer: Jeffrey Whitaker <[EMAIL PROTECTED]>
 Homepage: http://www.netlib.org/f2c



_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to