Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/languages
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv9563

Modified Files:
        f2c.info 
Log Message:
update x86_64 compatible version from unstable

Index: f2c.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/languages/f2c.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- f2c.info    23 Feb 2008 21:27:30 -0000      1.2
+++ f2c.info    5 Sep 2009 05:18:09 -0000       1.3
@@ -1,22 +1,28 @@
 Package: f2c
-Version: 20030428
+Version: 20090414
 Revision: 1
-Source: mirror:sourceforge:fink/%n-%v.tar.gz
-Source-MD5: 7d88946325ce016cc4b002d89b5b20fc
+Source: mirror:sourceforge:fink/%n-%v.tar.bz2
+#Source: ftp://ftp.cdc.noaa.gov/Public/jsw/%n-%v.tar.bz2
+Source-MD5: 55be2562c57c61cfcd7e7ee46cb56768 
 Suggests:  fort77
 CompileScript: <<
- gunzip -f src/*.gz
- mv src/notice src/Notice
- mv src/readme src/README
+ #!/bin/sh -ev
+ if test -f src/notice ; then /bin/mv src/notice src/Notice ; fi
+ if test -f src/readme ; then /bin/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 
+ make libf2c.a
+ cd ../src
+ make
+ cd ..
  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 -ev
  mkdir -p %i/include
  cp libf2c/f2c.h %i/include
  mkdir -p %i/lib
@@ -26,9 +32,9 @@
  cp src/f2c %i/bin
  cp fc %i/bin
  mkdir -p %i/share/man/man1
- cp src/f2c.1t %i/share/man/man1/f2c.1
+ cp f2c.1t %i/share/man/man1/f2c.1
 <<
-DocFiles: README libf2c/Notice
+DocFiles: permission f2c.pdf
 License: OSI-Approved 
 Description: Convert Fortran 77 source to C source
 DescUsage: <<
@@ -44,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: None <fink-de...@lists.sourceforge.net>
+Maintainer: Jack Howarth <howa...@bromo.med.uc.edu>
 Homepage: http://www.netlib.org/f2c


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to