Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv7699

Modified Files:
        r-cran-maptools.info r-cran-proj4.info r-cran-rgdal.info 
        r-cran-sp.info 
Log Message:
New upstream version

Index: r-cran-sp.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/r-cran-sp.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- r-cran-sp.info      1 Jul 2011 01:42:26 -0000       1.8
+++ r-cran-sp.info      1 Sep 2011 00:35:17 -0000       1.9
@@ -1,18 +1,22 @@
 Package: r-cran-sp
-Version: 0.9-83
-Revision: 4
+Version: 0.9-85
+Revision: 1
 Description: GNU R classes and methods for spatial data
 Homepage: http://r-spatial.sourceforge.net/
 License: GPL
 Maintainer:  BABA Yoshihiko <[email protected]>
 Source: http://cran.r-project.org/src/contrib/sp_%v.tar.gz
-Source-MD5: 0e524c04ba207ebf5590a0429a6412b0
+Source-MD5: a2bc57536084782b4d47c54d106cfc2c
 SourceDirectory: sp
-Depends: r-base (>=2.13.0-2)
+PatchFile: %n.patch
+PatchFile-MD5: 3b497f44efaa66cfd91cd14248fc3a39
+Depends: r-base
+BuildDepends: fink (>= 0.24.12)
 CompileScript: <<
   #!/bin/sh -ev
-  export TMPDIR=%b
-  pushd ../ && %p/bin/R --verbose CMD build --binary --no-vignettes sp
+  export TMPDIR=%b/tmp
+  pushd ..
+  %p/bin/R --verbose CMD build --no-vignettes sp
 <<
 InstallScript: <<
   #!/bin/sh -ev
@@ -22,4 +26,12 @@
 <<
 Shlibs: <<
   %p/lib/R/site-library/sp/libs/sp.dylib 0.0.0 %n (>=0.9-70-1)
+<<
+
+SplitOff: <<
+  Package: %N-dev
+  Description: Headers for CRAN sp
+  BuildDependsOnly: true
+  Depends: %N (=%v-%r)
+  Files: lib/R/site-library/sp/include
 <<
\ No newline at end of file

Index: r-cran-proj4.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/r-cran-proj4.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- r-cran-proj4.info   29 Jun 2011 04:03:44 -0000      1.6
+++ r-cran-proj4.info   1 Sep 2011 00:35:17 -0000       1.7
@@ -1,6 +1,6 @@
 Package: r-cran-proj4
 Version: 1.0-7
-Revision: 2
+Revision: 3
 Description: PROJ.4 cartographic projections library for R
 Homepage: http://www.rforge.net/proj4/
 License: GPL
@@ -8,19 +8,18 @@
 Source: http://www.rforge.net/proj4/snapshot/proj4_%v.tar.gz
 Source-MD5: 4518912befcc3138b38a4f3fcfe47caf
 SourceDirectory: proj4
-Depends: r-base (>=2.12.0-1), proj-shlibs
+Depends: r-base, proj-shlibs
 BuildDepends: proj
 CompileScript: <<
   #!/bin/sh -ev
-  export TMPDIR=%b
-  pushd ../ && %p/bin/R CMD build --binary proj4
+  export TMPDIR=%b/tmp
+  pushd ..
+  %p/bin/R --verbose CMD build --no-vignettes proj4
 <<
 InstallScript: <<
   #!/bin/sh -ev
   mkdir -p %i/lib/R/site-library
-  cp -R %b/../*.tgz %i/lib/R/site-library
-  cd  %i/lib/R/site-library/ && tar zxvf *.tgz
-  rm -f %i/lib/R/site-library/*.tgz
+  pushd %b/.. && %p/bin/R --verbose CMD install 
--library=%i/lib/R/site-library proj4
   install_name_tool -id %p/lib/R/site-library/proj4/libs/proj4.dylib 
%i/lib/R/site-library/proj4/libs/proj4.dylib
 <<
 Shlibs: <<

Index: r-cran-rgdal.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/r-cran-rgdal.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- r-cran-rgdal.info   29 Jun 2011 04:03:44 -0000      1.7
+++ r-cran-rgdal.info   1 Sep 2011 00:35:17 -0000       1.8
@@ -1,19 +1,20 @@
 Package: r-cran-rgdal
-Version: 0.6-33
-Revision: 3
+Version: 0.7-1
+Revision: 1
 Description: GNU R Bindings for GDAL
 Homepage: http://sourceforge.net/projects/rgdal/
 License: GPL
 Maintainer:  BABA Yoshihiko <[email protected]>
 Source: http://cran.r-project.org/src/contrib/rgdal_%v.tar.gz
-Source-MD5: 0f2888522f4224480503b0c3a6e05b82
+Source-MD5: a51dcd59cbc4ca5008beb7ee4fb5e5d8
 SourceDirectory: rgdal
 Depends: r-base, r-cran-sp, gdal-shlibs, libspatialite1-shlibs (>=2.3.1-14)
-BuildDepends: r-base, gdal-dev
+BuildDepends: r-base, gdal-dev, r-cran-sp-dev
 CompileScript: <<
   #!/bin/sh -ev
-  export TMPDIR=%b
-  pushd ../ && %p/bin/R CMD build --binary --no-vignettes rgdal
+  export TMPDIR=%b/tmp
+  pushd ..
+  %p/bin/R --verbose CMD build --no-vignettes rgdal
 <<
 InstallScript: <<
   #!/bin/sh -ev

Index: r-cran-maptools.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/r-cran-maptools.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- r-cran-maptools.info        29 Jun 2011 04:03:44 -0000      1.6
+++ r-cran-maptools.info        1 Sep 2011 00:35:17 -0000       1.7
@@ -1,6 +1,6 @@
 Package: r-cran-maptools
-Version: 0.8-9
-Revision: 3
+Version: 0.8-10
+Revision: 1
 Description: GNU R Tools for handling spatial objects
 Homepage: http://r-spatial.sourceforge.net/
 License: GPL
@@ -9,11 +9,12 @@
 Source-MD5: 9b5568c2f1a4ecb0f152e1ca73285be7
 SourceDirectory: maptools
 Depends: r-base, r-cran-sp
-BuildDepends: r-base
+BuildDepends: r-framework-2.13
 CompileScript: <<
   #!/bin/sh -ev
-  export TMPDIR=%b
-  pushd ../ && %p/bin/R CMD build --binary --no-vignettes maptools
+  export TMPDIR=%b/tmp
+  pushd ..
+  %p/bin/R --verbose CMD build --no-vignettes maptools
 <<
 InstallScript: <<
   #!/bin/sh -ev
@@ -23,4 +24,4 @@
 <<
 Shlibs: <<
   %p/lib/R/site-library/maptools/libs/maptools.dylib 0.0.0 %n (>=0.7-38-1)
-<<
\ No newline at end of file
+<<


------------------------------------------------------------------------------
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better 
price-free! And you'll get a free "Love Thy Logs" t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to