[cvs] dists/10.4/stable/main/finkinfo/sci netcdf-fortran5.info, 1.9, 1.10

2013-04-11 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci
In directory 
sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv7554/10.4/stable/main/finkinfo/sci

Modified Files:
netcdf-fortran5.info 
Log Message:
Switch to gcc48-compiler.  Tweak from Remko S to avoid extra
double-underscores.


Index: netcdf-fortran5.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/sci/netcdf-fortran5.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- netcdf-fortran5.info23 Jan 2013 21:51:30 -  1.9
+++ netcdf-fortran5.info11 Apr 2013 14:09:58 -  1.10
@@ -1,11 +1,23 @@
+Info2: 
 Package: netcdf-fortran5
 Version: 4.2
-Revision: 6
+Revision: 7
 BuildDependsOnly: true
 Maintainer: Alexander Hansen alexkhan...@users.sourceforge.net
 
+Type: gcc (4.8)
+
 Depends: %n-shlibs (= %v-%r)
-BuildDepends: doxygen, hdf5.7 (= 1.8.10), gcc47, fink-package-precedence, 
netcdf-c7 (= 4.2.1.1-2), netcdf-bin (= 4.2.1.1-2), libcurl4, szip
+BuildDepends: 
+   netcdf-c7 (= 4.2.1.1-2), 
+   netcdf-bin (= 4.2.1.1-2),
+   gcc%type_pkg[gcc],  
+   hdf5.7 (= 1.8.10-patch1), 
+   libcurl4, 
+   szip,
+   doxygen, 
+   fink-package-precedence
+
 Conflicts: netcdf (= 3.6.1-1003), netcdf-absoft, netcdf-g95, netcdf-gfortran, 
netcdf7-gfortran
 Replaces: netcdf (= 3.6.1-1003), netcdf-absoft, netcdf-g95, netcdf-gfortran, 
netcdf7-gfortran
 
@@ -16,13 +28,13 @@
 
 ConfigureParams: 
   --enable-shared --disable-static \
-  FFLAGS=-O2 FCFLAGS=-O2 FC=%p/bin/gfortran \
-  F77=%p/bin/gfortran F90=%p/bin/gfortran \
+  FFLAGS=-O2 FCFLAGS=-O2 FC=%b/gfortran F77=%b/gfortran F90=%b/gfortran \
   --mandir='${prefix}/share/man' \
   --infodir='${prefix}/share/info' \
   --docdir='${prefix}/share/doc/netcdf' 
 
 CompileScript: 
+   ln -fs %p/bin/gfortran-fsf-4.8 %b/gfortran
%{default_script}
fink-package-precedence .
 
@@ -34,6 +46,8 @@
 InstallScript: 
   #!/bin/sh -ev
   make install DESTDIR=%d
+  # undo the hack
+  perl -pi -e 's,fc=.*,fc=\%p/bin/gfortran,' %i/bin/nf-config
   mkdir -p %i/share/doc
   mkdir -p %i/share/info
   # Add examples for F77 and F90
@@ -47,7 +61,7 @@
 
 SplitOff: 
   Package: %N-shlibs
-  Depends: netcdf-c7-shlibs (= 4.2.1-1), gcc47-shlibs
+  Depends: netcdf-c7-shlibs (= 4.2.1-1), gcc%type_pkg[gcc]-shlibs
   Files: lib/libnetcdff.*.dylib
   Shlibs: %p/lib/libnetcdff.5.dylib 9.0.0 %n (= 4.2-1)
   DocFiles: COPYRIGHT README 
@@ -67,16 +81,22 @@
 chosen.
 
 DescUsage: 
-When building by hand, make sure netcdf-c7 is installed.
+When building by hand against this package, make sure netcdf-c7 and gcc48 are
+installed, since, by policy, this package cannot declare runtime dependencies
+on them.
 
 DescPackaging: 
 Manually move docs from the tarball to avoid potentially triggering a rebuild.
 
 Bump revision and versioned dependencies on hdf5.7 and netcdf-c7 when HDF5 
(hdf5.7) 
 version is updated.
+
+Use a hack (courtesy of Remko Scharoo) to allow the use of gcc4N-compiler
+rather than gcc4N and avoid extra double-underscores.  (Thanks, libtool!)
 
 DescPort: 
 FFLAGS=-O2 FCFLAGS=-O2 is essential to avoid debugging mode flags (-g).
 
 Homepage: http://www.unidata.ucar.edu/software/netcdf/
 License: OSI-Approved
+


--
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis  visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/sci netcdf-fortran5.info, 1.9, 1.10

2013-04-11 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci
In directory 
sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv7554/10.7/stable/main/finkinfo/sci

Modified Files:
netcdf-fortran5.info 
Log Message:
Switch to gcc48-compiler.  Tweak from Remko S to avoid extra
double-underscores.


Index: netcdf-fortran5.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/netcdf-fortran5.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- netcdf-fortran5.info23 Jan 2013 21:51:30 -  1.9
+++ netcdf-fortran5.info11 Apr 2013 14:09:58 -  1.10
@@ -1,11 +1,23 @@
+Info2: 
 Package: netcdf-fortran5
 Version: 4.2
-Revision: 6
+Revision: 7
 BuildDependsOnly: true
 Maintainer: Alexander Hansen alexkhan...@users.sourceforge.net
 
+Type: gcc (4.8)
+
 Depends: %n-shlibs (= %v-%r)
-BuildDepends: doxygen, hdf5.7 (= 1.8.10), gcc47, fink-package-precedence, 
netcdf-c7 (= 4.2.1.1-2), netcdf-bin (= 4.2.1.1-2), libcurl4, szip
+BuildDepends: 
+   netcdf-c7 (= 4.2.1.1-2), 
+   netcdf-bin (= 4.2.1.1-2),
+   gcc%type_pkg[gcc],  
+   hdf5.7 (= 1.8.10-patch1), 
+   libcurl4, 
+   szip,
+   doxygen, 
+   fink-package-precedence
+
 Conflicts: netcdf (= 3.6.1-1003), netcdf-absoft, netcdf-g95, netcdf-gfortran, 
netcdf7-gfortran
 Replaces: netcdf (= 3.6.1-1003), netcdf-absoft, netcdf-g95, netcdf-gfortran, 
netcdf7-gfortran
 
@@ -16,13 +28,13 @@
 
 ConfigureParams: 
   --enable-shared --disable-static \
-  FFLAGS=-O2 FCFLAGS=-O2 FC=%p/bin/gfortran \
-  F77=%p/bin/gfortran F90=%p/bin/gfortran \
+  FFLAGS=-O2 FCFLAGS=-O2 FC=%b/gfortran F77=%b/gfortran F90=%b/gfortran \
   --mandir='${prefix}/share/man' \
   --infodir='${prefix}/share/info' \
   --docdir='${prefix}/share/doc/netcdf' 
 
 CompileScript: 
+   ln -fs %p/bin/gfortran-fsf-4.8 %b/gfortran
%{default_script}
fink-package-precedence .
 
@@ -34,6 +46,8 @@
 InstallScript: 
   #!/bin/sh -ev
   make install DESTDIR=%d
+  # undo the hack
+  perl -pi -e 's,fc=.*,fc=\%p/bin/gfortran,' %i/bin/nf-config
   mkdir -p %i/share/doc
   mkdir -p %i/share/info
   # Add examples for F77 and F90
@@ -47,7 +61,7 @@
 
 SplitOff: 
   Package: %N-shlibs
-  Depends: netcdf-c7-shlibs (= 4.2.1-1), gcc47-shlibs
+  Depends: netcdf-c7-shlibs (= 4.2.1-1), gcc%type_pkg[gcc]-shlibs
   Files: lib/libnetcdff.*.dylib
   Shlibs: %p/lib/libnetcdff.5.dylib 9.0.0 %n (= 4.2-1)
   DocFiles: COPYRIGHT README 
@@ -67,16 +81,22 @@
 chosen.
 
 DescUsage: 
-When building by hand, make sure netcdf-c7 is installed.
+When building by hand against this package, make sure netcdf-c7 and gcc48 are
+installed, since, by policy, this package cannot declare runtime dependencies
+on them.
 
 DescPackaging: 
 Manually move docs from the tarball to avoid potentially triggering a rebuild.
 
 Bump revision and versioned dependencies on hdf5.7 and netcdf-c7 when HDF5 
(hdf5.7) 
 version is updated.
+
+Use a hack (courtesy of Remko Scharoo) to allow the use of gcc4N-compiler
+rather than gcc4N and avoid extra double-underscores.  (Thanks, libtool!)
 
 DescPort: 
 FFLAGS=-O2 FCFLAGS=-O2 is essential to avoid debugging mode flags (-g).
 
 Homepage: http://www.unidata.ucar.edu/software/netcdf/
 License: OSI-Approved
+


--
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis  visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/sci grib-api-fortran.info, 1.2, 1.3

2013-04-11 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv27930

Modified Files:
grib-api-fortran.info 
Log Message:
switch to gcc48 from tracker
https://sourceforge.net/tracker/?func=detailatid=414256aid=3610603group_id=17203

Index: grib-api-fortran.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/grib-api-fortran.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- grib-api-fortran.info   14 May 2012 18:25:06 -  1.2
+++ grib-api-fortran.info   11 Apr 2013 20:59:41 -  1.3
@@ -1,6 +1,6 @@
 Package: grib-api-fortran
 Version: 1.9.16
-Revision: 2
+Revision: 3
 Description: ECMWF GRIB API, fortran interface
 Homepage: http://www.ecmwf.int/products/data/software/grib_api.html
 License: LGPL
@@ -13,12 +13,12 @@
 
 SourceDirectory: grib_api-%v
 BuildDependsOnly: true
-BuildDepends: libjasper.1, libpng15, gcc47, gcc47-compiler, grib-api, 
libopenjpeg
-Depends: libjasper.1-shlibs, libpng15-shlibs, grib-api-shlibs, gcc47-shlibs, 
libopenjpeg-shlibs
+BuildDepends: libjasper.1, libpng15, gcc48-compiler, grib-api, libopenjpeg
+Depends: libjasper.1-shlibs, libpng15-shlibs, grib-api-shlibs, gcc48-shlibs, 
libopenjpeg-shlibs
 NoSetCPPFLAGS: true
 NoSetLDFLAGS: true
 
-ConfigureParams: --prefix=%p --with-jasper=%p --with-png-support 
--enable-fortran
+ConfigureParams: --prefix=%p --with-jasper=%p --with-png-support 
--enable-fortran FC=%p/bin/gfortran-fsf-4.8
 CompileScript: 
   ./configure %c
   (cd fortran ; make)


--
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis  visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/sci pgplot.info,1.5,1.6

2013-04-11 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv28019

Modified Files:
pgplot.info 
Log Message:
switch to gcc48 from tracker
https://sourceforge.net/tracker/?func=detailatid=414256aid=3610498group_id=17203

Index: pgplot.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/pgplot.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- pgplot.info 29 Nov 2012 13:46:04 -  1.5
+++ pgplot.info 11 Apr 2013 21:00:35 -  1.6
@@ -1,6 +1,6 @@
 Package: pgplot
 Version: 5.2.2
-Revision: 5
+Revision: 6
 Description: Fortran- or C-callable scientific graphics
 Homepage: http://www.astro.caltech.edu/~tjp/pgplot/
 License: OSI-Approved
@@ -13,8 +13,8 @@
 
 SourceDirectory: pgplot
 BuildDependsOnly: true
-BuildDepends: aquaterm-dev (= 1.1.1-1), fink (= 0.24.12), gcc47, libpng15, 
x11-dev
-Depends: aquaterm (= 1.1.1-1), aquaterm-shlibs (= 1.1.1-1), gcc47-shlibs, 
libpng15-shlibs, x11
+BuildDepends: aquaterm-dev (= 1.1.1-1), fink (= 0.24.12), gcc48-compiler, 
libpng15, x11-dev
+Depends: aquaterm (= 1.1.1-1), aquaterm-shlibs (= 1.1.1-1), gcc48-shlibs, 
libpng15-shlibs, x11
 
 PatchScript: 
 #!/bin/bash -efv
@@ -22,7 +22,7 @@
 cp %p/share/aquaterm/adapters/%N/g77_gcc_AQT.conf sys_macosx
 cp %p/share/aquaterm/adapters/%N/aqdriv.m drivers
 sed 's|PREFIX|%p|g'  %{PatchFile} | patch -p1
-perl -pi -e 's|g77|gfortran|g' sys_macosx/g77_gcc_AQT.conf  
+perl -pi -e 's|g77|gfortran-fsf-4.8|g' sys_macosx/g77_gcc_AQT.conf  
 
 
 CompileScript: echo No compile script


--
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis  visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/sci wip.info, 1.1, 1.2 wip.patch, 1.1, 1.2

2013-04-11 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv28035

Modified Files:
wip.info wip.patch 
Log Message:
switch to gcc48 from tracker
https://sourceforge.net/tracker/?func=detailatid=414256aid=3610600group_id=17203

Index: wip.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/wip.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- wip.info3 Dec 2012 00:04:31 -   1.1
+++ wip.info11 Apr 2013 21:01:00 -  1.2
@@ -1,20 +1,20 @@
 Package: wip
 Version: 2p3
-Revision: 2000
+Revision: 2001
 Description: Interactive graphics software package
 License: OSI-Approved
 Maintainer: Remko Scharroo rem...@users.sourceforge.net
 BuildDepends: 
aquaterm-dev (= 1.1.1-1),
-   gcc47,
+   gcc48-compiler,
libpng15,
readline5 (= 5.0-1004),
-   pgplot (= 5.2.2-5),
+   pgplot (= 5.2.2-6),
x11-dev
 
 Depends: 
aquaterm-shlibs (= 1.1.1-1),
-   gcc47-shlibs,
+   gcc48-shlibs,
libpng15-shlibs,
readline5-shlibs (= 5.0-1004),
x11
@@ -23,7 +23,7 @@
 SourceDirectory: wip
 Source-MD5: 189c36b5f8079673b0a5060168bb6070
 PatchFile: %n.patch
-PatchFile-MD5: 5fc68ab17b3e42bcfe0357ba771238ba
+PatchFile-MD5: 9a73c239714f51be7c0ccdea25da3e3b
 PatchScript: sed 's|@PREFIX@|%p|g' %{PatchFile} | patch -p1
 SetCFLAGS: -O2
 CompileScript: 

Index: wip.patch
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/wip.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- wip.patch   3 Dec 2012 00:04:31 -   1.1
+++ wip.patch   11 Apr 2013 21:01:00 -  1.2
@@ -124,7 +124,7 @@
 +set doranlib = 1
 +set doliblm = 1
 +set f77lib = ($f77lib -lgcc)
-+set theM = 'gfortran'
++set theM = 'gfortran-fsf-4.8'
 +if ($dodebug  0) then
 +  set theM = $theM -g
 +  set cFlags = $cFlags -g
@@ -136,7 +136,7 @@
 +set doranlib = 1
 +set doliblm = 1
 +set f77lib = ($f77lib -lgcc)
-+set theM = 'gfortran'
++set theM = 'gfortran-fsf-4.8'
 +if ($dodebug  0) then
 +  set theM = $theM -g
 +  set cFlags = $cFlags -g -DIEEEByteSwap


--
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis  visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs