Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/devel
In directory 
sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv7508/10.4/stable/main/finkinfo/10.4-EOL/devel

Modified Files:
        floppy.info flow.info ftidy.info snoopy.info to-f90.info 
Log Message:
floppy, flow, ftidy, snoopy, to-f90, freehelix: update to gcc48.

Index: ftidy.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/devel/ftidy.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ftidy.info  1 Aug 2012 15:12:29 -0000       1.2
+++ ftidy.info  14 Jun 2013 22:39:19 -0000      1.3
@@ -1,9 +1,10 @@
-Package: ftidy
-Version: 7.2
-Revision: 2
-Description: Fortran code formatter
-BuildDepends: g77 | g95 | gcc44 | gcc45 | gcc46 | gcc47
-License: OSI-Approved
+Package:  ftidy
+Version:  7.2
+Revision: 4
+Description:  Fortran code formatter
+BuildDepends: gcc48
+Depends:      gcc48-shlibs
+License:      OSI-Approved
 
 # Unpack Phase:
 Source: http://www.unb.ca/fredericton/science/chem/ajit/tidy/tidy72sc.zip

Index: floppy.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/devel/floppy.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- floppy.info 1 Aug 2012 15:07:41 -0000       1.2
+++ floppy.info 14 Jun 2013 22:39:19 -0000      1.3
@@ -1,11 +1,12 @@
-Package: floppy
-Version: 7.0
-Revision: 4
-Description: Fortran source code analyzer
-Provides: floppy
-Recommends: flow
-BuildDepends: g77 | g95 | gcc44 | gcc45 | gcc46 | gcc47
-License: OSI-Approved
+Package:  floppy
+Version:  7.0
+Revision: 6
+Description:  Fortran source code analyzer
+BuildDepends: gcc48
+Depends:      gcc48-shlibs
+License:      OSI-Approved
+Provides:     floppy
+Recommends:   flow
 
 # Unpack Phase:
 Source: http://www.netlib.org/floppy/floppy7.tgz
@@ -16,20 +17,13 @@
 #!/bin/sh -ev
 # newer fortrans have a function range. Rename it.
   sed -i.bak 's|RANGE|EGNAR|g' range.for procom.for settyp.for
-
-# replace f77 by g95 or gfortran if available
-# this is poor fortran man's configure
-  if [ -f %p/bin/gfortran ]; then
-    sed -i.bak 's|f77|gfortran|g' makefile
-  elif [ -f %p/bin/g95 ]; then
-    sed -i.bak 's|f77|g95|g' makefile
-  fi
+  sed -i.bak 's|f77|gfortran|g' makefile
 <<
 
 # Compile Phase (NOTE: there is no configure):
 CompileScript: <<
 #!/bin/sh -ev
- make
+  make
 <<
 
 # Install Phase:
@@ -38,12 +32,12 @@
 InstallScript: <<
 #!/bin/sh -ev
 # programs
-   mkdir -p %i/bin
-   install -m 755 %b/floppy %i/bin
-   strip %i/bin/floppy 
+  mkdir -p %i/bin
+  install -m 755 %b/floppy %i/bin
+  strip %i/bin/floppy 
 # man pages
-   mkdir -p %i/share/man/manl
-   install -m 644 %b/floppy.l %i/share/man/manl/floppy.l
+  mkdir -p %i/share/man/manl
+  install -m 644 %b/floppy.l %i/share/man/manl/floppy.l
 <<
 
 DescDetail: <<
@@ -66,7 +60,7 @@
 <<
 
 DescPort: <<
- Nothing so far
+  Nothing so far
 <<
 
 Homepage: http://www.netlib.org/floppy/

Index: snoopy.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/devel/snoopy.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- snoopy.info 1 Aug 2012 11:52:21 -0000       1.2
+++ snoopy.info 14 Jun 2013 22:39:19 -0000      1.3
@@ -1,22 +1,22 @@
-Package: snoopy
-Version: 1.0
-Revision: 2
-Description: ASCII art calendar sheet with a famous dog
-Architecture: powerpc, i386, x86_64
-BuildDepends: gcc44 | gcc45 | gcc46 | gcc47
-License: OSI-Approved
+Package:  snoopy
+Version:  1.0
+Revision: 4
+Description:  ASCII art calendar sheet with a famous dog
+BuildDepends: gcc48
+Depends:      gcc48-shlibs
+License:      OSI-Approved
 
 # Unpack Phase:
-Source: http://michael-ep3.physik.uni-halle.de/snoopy.tar.bz2
+Source: http://michael-ep3.physik.uni-halle.de/fink-sources/snoopy.tar.bz2
 Source-MD5: 7c248532275bfd67372baa6294df4b61
 SourceDirectory: Snoopy
 
 # Compile Phase (NOTE: there is no configure):
 CompileScript: <<
 #!/bin/sh -ev
- sed -i.bak 's|prefix|%p|g' SNOOPY.FOR
- gfortran SNOOPY.FOR -o snoopy
- strip snoopy
+  sed -i.bak 's|prefix|%p|g' SNOOPY.FOR
+  gfortran SNOOPY.FOR -o snoopy
+  strip snoopy
 <<
 
 # Install Phase:
@@ -24,23 +24,23 @@
 
 InstallScript: <<
 #!/bin/sh -ev
-   mkdir -p %i/bin
-   install -m 755 %b/snoopy %i/bin
-   mkdir -p %i/share/snoopy
-   install -m 755 %b/DATA.TXT %i/share/snoopy
-   install -m 755 %b/*.txt    %i/share/snoopy
+  mkdir -p %i/bin
+  install -m 755 %b/snoopy %i/bin
+  mkdir -p %i/share/snoopy
+  install -m 755 %b/DATA.TXT %i/share/snoopy
+  install -m 755 %b/*.txt    %i/share/snoopy
 <<
 
 DescDetail: prints a calendar sheet with a famous dog.
 
 DescPort: <<
- The program is old style FORTRAN IV.
- Beware, for real programmers only.
+  The program is old style FORTRAN IV.
+  Beware, for real programmers only.
 <<
 
 DescUsage: <<
-snoopy outputs the calendar sheet. Redirect stdout to a file:
-snoopy > calendarsheet.txt
+  snoopy outputs the calendar sheet. Redirect stdout to a file:
+  snoopy > calendarsheet.txt
 <<
 
 Maintainer: Karl-Michael Schindler <karl-michael.schind...@web.de>

Index: to-f90.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/devel/to-f90.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- to-f90.info 1 Aug 2012 14:37:27 -0000       1.2
+++ to-f90.info 14 Jun 2013 22:39:19 -0000      1.3
@@ -1,9 +1,9 @@
 Package: to-f90
 Version: 2000-03-21
-Revision: 2
+Revision: 4
 Description:  Fortran 77 to fortran 90 converter
-Architecture: powerpc, i386, x86_64
-BuildDepends: g95 | gcc44 | gcc45 | gcc46 | gcc47
+BuildDepends: gcc48
+Depends:      gcc48-shlibs
 License:      OSI-Approved
 
 # Unpack Phase:

Index: flow.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/devel/flow.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- flow.info   1 Aug 2012 15:07:41 -0000       1.2
+++ flow.info   14 Jun 2013 22:39:19 -0000      1.3
@@ -1,11 +1,12 @@
-Package: flow
-Version: 3.0
-Revision: 4
-Description: Fortran source code analyzer
-Provides: flow
-Recommends: floppy
-BuildDepends: g77 | g95 | gcc44 | gcc45 | gcc46 | gcc47
-License: OSI-Approved
+Package:  flow
+Version:  3.0
+Revision: 6
+Description:  Fortran source code analyzer
+BuildDepends: gcc48
+Depends:      gcc48-shlibs
+License:      OSI-Approved
+Provides:     flow
+Recommends:   floppy
 
 # Unpack Phase:
 Source: http://www.netlib.org/floppy/flow3.tgz
@@ -14,19 +15,13 @@
 
 PatchScript: <<
 #!/bin/sh -ev
-# replace f77 by g95 or gfortran if available
-# this is poor fortran man's configure
-  if [ -f %p/bin/gfortran ]; then
-    sed -i.bak 's|f77|gfortran|g' makefile
-  elif [ -f %p/bin/g95 ]; then
-    sed -i.bak 's|f77|g95|g' makefile
-  fi
+  sed -i.bak 's|f77|gfortran|g' makefile
 <<
 
 # Compile Phase (NOTE: there is no configure):
 CompileScript: <<
 #!/bin/sh -ev
- make
+  make
 <<
 
 # Install Phase:
@@ -35,12 +30,12 @@
 InstallScript: <<
 #!/bin/sh -ev
 # programs
-   mkdir -p %i/bin
-   install -m 755 %b/flow %i/bin
-   strip %i/bin/flow 
+  mkdir -p %i/bin
+  install -m 755 %b/flow %i/bin
+  strip %i/bin/flow 
 # man pages
-   mkdir -p %i/share/man/manl
-   install -m 644 %b/flow.l %i/share/man/manl/flow.l
+  mkdir -p %i/share/man/manl
+  install -m 644 %b/flow.l %i/share/man/manl/flow.l
 <<
 
 DescDetail: <<
@@ -55,7 +50,7 @@
 <<
 
 DescPort: <<
- Nothing so far
+  Nothing so far
 <<
 
 Homepage: http://www.netlib.org/floppy/


------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to