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

Modified Files:
        f2c.info 
Log Message:
new version, new maintainer


Index: f2c.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/f2c.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- f2c.info    31 Jul 2008 00:33:42 -0000      1.9
+++ f2c.info    16 Apr 2009 15:34:33 -0000      1.10
@@ -1,54 +1,55 @@
-Package: f2c
-Version: 20060506
-Revision: 5
-#BuildDependsOnly: true
-#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: <<
- #!/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
- 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: <<
- mkdir -p %i/include
- cp libf2c/f2c.h %i/include
- mkdir -p %i/lib
- cp libf2c/libf2c.a %i/lib
- ranlib %i/lib/libf2c.a
- mkdir -p %i/bin
- cp src/f2c %i/bin
- cp src/fc %i/bin
- mkdir -p %i/share/man/man1
- cp src/f2c.1t %i/share/man/man1/f2c.1
-<<
-DocFiles: src/permission src/f2c.pdf
-License: OSI-Approved 
-Description: Convert Fortran 77 source to C source
-DescUsage: <<
-The shell script fc converts f77 source code to c, and compiles the c.
-It acts very much like a 'real' compiler.  The fort77 package provides
-a perl script with similar, but added, functionality.
-.
-To test:  f2c myprog.f
-          cc -O2 -I $PREFIX/include -L$PREFIX/lib -lf2c -o myprog myprog.c
-          ./myprog
-or:
-          setenv F2CFLAGS {any flags you want fc to pass to f2c here}
-          fc -O -o myprog myprog.f; ./myprog
-.
-where $PREFIX is the root of fink's directory hierarchy (/sw by default).
-<<
-Maintainer: None <fink-de...@lists.sourceforge.net>
-Homepage: http://www.netlib.org/f2c
+Package: f2c
+Version: 20090414
+Revision: 1
+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: <<
+ #!/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
+ 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
+ cp libf2c/libf2c.a %i/lib
+ ranlib %i/lib/libf2c.a
+ mkdir -p %i/bin
+ cp src/f2c %i/bin
+ cp fc %i/bin
+ mkdir -p %i/share/man/man1
+ cp f2c.1t %i/share/man/man1/f2c.1
+<<
+DocFiles: permission f2c.pdf
+License: OSI-Approved 
+Description: Convert Fortran 77 source to C source
+DescUsage: <<
+The shell script fc converts f77 source code to c, and compiles the c.
+It acts very much like a 'real' compiler.  The fort77 package provides
+a perl script with similar, but added, functionality.
+.
+To test:  f2c myprog.f
+          cc -O2 -I $PREFIX/include -L$PREFIX/lib -lf2c -o myprog myprog.c
+          ./myprog
+or:
+          setenv F2CFLAGS {any flags you want fc to pass to f2c here}
+          fc -O -o myprog myprog.f; ./myprog
+.
+where $PREFIX is the root of fink's directory hierarchy (/sw by default).
+<<
+Maintainer: Jack Howarth <howa...@bromo.med.uc.edu>
+Homepage: http://www.netlib.org/f2c


------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to